/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: EVA Layout :: */

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #313735;
	background-image: url(../images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #48432f;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10px;
}
.PopBody {
	background: #313735;
	color: #48432f;
}
.ProgressBody {
	background: #313735;	
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #a62a22; 
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #a62a22; 
	text-decoration: underline;
}
table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #48432f;	
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
}
select, input, textarea {
	vertical-align: middle;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
}
code {
	margin: 14px;
	background: #d7cc9c;
	color: #48432f;
	padding: 3px;
	border: 1px dashed #e5debf;
	display: block;
	font-family: courier,arial,monospace;
	font-size: 10px;
}
blockquote {
	margin: 14px;
	border: 1px solid #726841;
	padding: 3px;
	background: #e9e9e9;
}
ul, ol, li {	
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul, ol {
	list-style: none;
}
ul.RTElist, ol.RTElist {	
	margin-left: 8px;
}
ul.RTElist {
	list-style: square inside;
}
ol.RTElist {
	list-style: decimal inside;
}
/* :: 6 Box Layout :: */
#FlashHead {
	width: 766px;
	height: 96px;
}
#MainBox {
	margin: auto;
	margin-top:34px;
 	width: 766px;
	background-image: url(../images/centerbox_bkg.gif);
}
#HeaderBox {
	margin: auto;
	height: 130px;
	margin-bottom: 4px;
}
#LeftBox {
	float:left;
 	width:170px;
	padding-left: 4px;
	margin-top: 2px;
}
#CenterBoxLCR {
	background-image: url(../images/centerbox_bkg.gif);
	height: 80%;
	margin-left: 172px;
	margin-right: 176px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxLC {
	background-image: url(../images/centerbox_bkg.gif);
	height: 80%;
	margin-right: 5px;
	margin-left: 170px;
	width: 100%;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxRC {
	background-image: url(../images/centerbox_bkg.gif);
	height: 80%;
	margin-left: 5px;
	margin-right: 174px;
	width: 100%;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxC {
	background-image: url(../images/centerbox_bkg.gif);
	margin-left: 5px;
	margin-right: 5px;
}
#CenterBoxPopB, #CenterBoxPopS {
	background-color: #e0d7b4;
	margin: 0px;
}
	
#RightBox {
	text-align: left;
	float: right;
	margin-top: 2px;
	width: 170px;
}
#BottomBox {
	width: 766;
	height: 39px;
	clear: both;
	background-image: url(../images/bottombox_bkg.jpg);
}

/* ::	Header Boxes ::	*/

#LHBHead {
	width: 766;
	height: 96px;
	clear: both;
}
#LHBMid {
	width: 766;
	height: 14px;
	clear: both;
}
/* ::	Bottom Boxes ::	*/

#LBBHead {
	float: left;
	width: 766px;
	margin-top: -10px;
}
#LBBBottom {
	display: none;
}

/* :: Pop-Ups :: */

#popCHbig {
	height: 56px;
 	background-image: url(../images/pop_CHbig.jpg);
}
#popCHsmall {
	height: 25px;
 	background-image: url(../images/pop_CHsmall.jpg);
}
#popCBbig {
	padding-left: 10px;
	background-color: #e0d7b4;
	overflow: hidden;
	height: 18px;
}
#popCBsmall {
	padding-left: 10px;
	background-color: #e0d7b4;
	overflow: hidden;
	height: 18px;
}
#popCBsmall a:link, #popCBsmall a:active, #popCBsmall a:visited, #popCBbig a:link, #popCBbig a:active, #popCBbig a:visited {
	background: none;
	text-decoration: none;
}
#popCBsmall a:hover, #popCBbig a:hover {
	background: none;
	text-decoration: none;
}
/* ::	Left Boxes ::	*/

.LB1Head, .LB2Head, .LB3Head {
	text-align: left;
	margin-top: 6px;
	background: #ded9bb;
	background-image: url(../images/LB1.gif);
	border-top: 1px solid #d5ceaf;
	border-left: 1px solid #d5ceaf;
	border-right: 1px solid #d5ceaf;
	border-bottom: 1px dashed #726841;
	font-size: 11px;
	font-weight: bold;
	width: 164px;
	height: 20px;
	color: #48432f;
	padding-top: 3px;
	padding-left: 16px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 148px; 
	height: 17px;
}
.LBLoginHead  {
	display: none;
	visibility: hidden;
}
.LB1Mid, .LB2Mid, .LB3Mid, .LBLoginMid  {
	background: #ded9bb;
	background-image: url(../images/LB1.gif);
	border-right: 1px solid #d5ceaf;
	border-left: 1px solid #d5ceaf;
	padding: 4px;
	padding-bottom: 0px;
	width: 164px;
	overflow: hidden;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 156px; 
	text-align: left;
}
.LBLoginMid {
	border-right: 1px solid #726841;
	border-left: 1px solid #726841;
	border-top: 1px solid #726841;
	background-image: url(../images/LBLogin.gif);
}
.LB1Bottom, .LB2Bottom, .LB3Bottom, .LBLoginBottom  {
	width: 166px;
	height: 16px;
	background-image: url(../images/LB1Bottom.gif);
}
.LBLoginBottom  {
	background-image: url(../images/LBLoginBottom.gif);
}
/* ::	Right Boxes ::	*/

.RB1Head, .RB2Head, .RB3Head  {
	text-align: left;
	background: #ded9bb;
	background-image: url(../images/LB1.gif);
	border-top: 1px solid #d5ceaf;
	border-left: 1px solid #d5ceaf;
	border-right: 1px solid #d5ceaf;
	border-bottom: 1px dashed #726841;
	font-size: 11px;
	font-weight: bold;
	color: #48432f;
	padding-top: 3px;
	padding-left: 16px;
	height: 20px;
	width: 164px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 148px; 
	height: 17px;
}

.RB1Mid, .RB2Mid, .RB3Mid {
	background: #ded9bb;
	background-image: url(../images/LB1.gif);
	border-right: 1px solid #d5ceaf;
	border-left: 1px solid #d5ceaf;
	padding: 4px;
	padding-bottom: 0px;
	overflow: hidden;
	text-align: left;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 156px; 
}
.RB1Bottom, .RB2Bottom, .RB3Bottom {
	width: 166px;
	height: 16px;
	background-image: url(../images/LB1Bottom.gif);
	margin-bottom: 6px;
}

/* ::	Center Table CT1 ::	*/

table.CT1c, table.CT1lcr, table.CT1lc, table.CT1rc, table.CT1PopB, table.CT1PopS {
	width: 99%;
	margin: auto;
	margin-bottom: 6px;
	text-align: left;
}
table.CT1PopB, table.CT1PopS {
	margin-bottom: 0px;
}
td.CT1LH, td.CT1RH {
	width: 4px;
	overflow: hidden;
}
td.CT1CHlcr, td.CT1CHlc, td.CT1CHrc, td.CT1CHc, td.CT1CHPopB, td.CT1CHPopS {
	text-align: left;
	padding-left: 6px;
	padding-top: 2px;
	background-image: url(../images/CT1CH.gif);
	background-color: #e0d7b4;
	overflow: hidden;
}
td.CT1LM {
	background-image: url(../images/CT1LM.gif);
	width: 4px;
	overflow: hidden;
}
td.CT1CMlcr, td.CT1CMlc, td.CT1CMrc, td.CT1CMc, td.CT1CMPopB, td.CT1CMPopS {
	background-image: url(../images/CT1CM.gif);
	background-color: #e0d7b4;
}
td.CT1RM {
	background-image: url(../images/CT1RM.gif);
	width: 4px;
	overflow: hidden;
}
td.CT1LB, td.CT1RB {
	width: 4px;
	overflow: hidden;
}
td.CT1CBlcr, td.CT1CBlc, td.CT1CBrc, td.CT1CBc, td.CT1CBPopB, td.CT1CBPopS {
	background-image: url(../images/CT1CB.gif);
	background-color: #e0d7b4;
	overflow: hidden;
}

/* Progress Bar Table CTProg */
table.CTProg {
	margin-top: 30px;
	border: #726841 1px solid;
	width: 445px;
}
th.CTProgHeadings {
	background-color: #e9e9e9; 
	color: #bab499;
	font-weight: normal;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #726841;
}
td.CTProgPercGfx, td.CTProgPerc, td.CTProgTransferred, td.CTProgTotal {
	padding-left: 4px;
	text-align: left;
	background-color: #cccccc; 
	color: #e9e9e9;
	vertical-align: middle;
	border-left: 1px solid #726841;
	border-bottom: 1px solid #726841;
	font-size: 10px;
}
td.CTProgPerc, td.CTProgTransferred, td.CTProgTotal {
	width: 71px;
}
td.CTProgPercGfx {
	width: 232px;
}

/* Solve the breaking tables issue with Mozilla/NS */
img.LayoutImg {
   display : block;
}

/* ::	Layout Text And Classes::	*/

p.popCHbigP {
	text-align: left;
	color: #726841;
	padding-left: 10px;
	padding-top: 38px;
}
p.popCHsmallP {
	color: #726841;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
}
p.popCBbigP, p.popCBsmallP {
	text-align: right;
	margin-top: 4px;
	margin-right: 5px;
}
#Ltxt1 {
	display: none;
}
p.Ltxt1P {
}
#Ltxt2 {
	float: right;
	overflow: hidden;
	padding-left: 300px;
	width: 579px;
	height: 20px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 279px; 
}
p.Ltxt2P {
}
select.Ltxt2Select {
	border: #48432f 1px solid; 
	color: #000000;
	background: #e5debf;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size:10px;
}
input.Ltxt2Input {
	border: #48432f 1px solid; 
	color: #000000;
	background: #e5debf;
	padding-left: 2px;
	padding-right: 2px;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size:10px;
}
#Ltxt3 {
	background-image: url(../images/LTXT3_bkg.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	float: left;
	padding-left: 17px;
	width: 396px;
	height: 16px;
	overflow: hidden;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 379; 
}
p.Ltxt3P {
	padding-top: 3px;
	font-weight: bold;
	color: #726841;
	font-size: 10px;
}
#Ltxt4 {
	float: right;
	margin: auto;
	height: 16px;
	overflow: hidden;
}
p.Ltxt4P {
	text-align: right;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 9px;
}
#Ltxt5 {
}
#Ltxt5Login {
	text-align: right;
	padding-right: 8px;
	width: 164px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 6px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 156px; 
}
#Ltxt5Labels {
	padding-left: 6px;
	margin-bottom: 6px;
	width: 164px;
	height: 48px;
	overflow: hidden;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 158px; 
}
#Ltxt5ButtonLogin, #Ltxt5ButtonLogout {
	padding-left: 6px;
	width: 164px;
	height: 18px;
	overflow: hidden;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 158px; 
}
input.Ltxt6Input {
	margin-bottom: 2px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border: #48432f 1px solid; 
	color: #000000;
	background: #e5debf;
	font-family: tahoma,verdana,arial,sans-serif;
	width: 84px;
	font-size: 10px;
}
li.BoxFieldLogin {
	text-align: right;
	margin-right: 12px;
}
li.BoxButtonLogin {
	margin-top: 4px;
	text-align: center;	
}
span.Ltxt5Data {
	color: #bab499;
}
ul.Ltxt5List {
	white-space: nowrap;
	font-size: 10px;
}
#Ltxt7 {
	text-align: right;
	width: 164;
}
#Ltxt8 {
	float: right;
}
.Ltxt7P {
	margin-right: 17px;
	font-size: 10px;
	white-space: nowrap;
	text-align: right;
}
.Ltxt5P {
	text-align: right;
}
.Ltxt8P {
} 
/* :: Alternate Table Headers */

span.LBimg,  span.RBimg {
	display: none;
}
span.CBimg {
	text-align: left;
	display: inline;
}
span.LBtxt, span.RBtxt {
	display: inline;
}
span.CBtxt {
	display: none;
 }
#Disclaimer {
	color: #726841;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 10px;
}
#GlobalSearch {
	display: none;
	visibility: hidden;
}
