/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: EVA Layout :: */

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #006666;
	background-image: url(../images/body_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}
.PopBody {
	background: #000000;	
	color: #000000;
}
.ProgressBody {
	background: #000000;	
}
a:link, a:visited, a:active {
	color: #40aab0;
	text-decoration: none;
}
a:hover {
	color: #40aab0;
	text-decoration: underline;
}
table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000000;
	font-family: tahoma,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: #e9f9e9;
	padding: 3px;
	border: 1px dashed #999999;
	display: block;
	font-family: courier,arial,monospace;
	font-size: 10px;
}
blockquote {
	margin: 14px;
	border: 1px solid #999999;
	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 :: */

#MainBox {
	margin: auto;
	background: #000000;
 	width: 768px;
	background-position: 0px 119px;
	background-image: url(../images/mainbox_bkg.gif);
	background-repeat: repeat-y;
}
#HeaderBox {
	margin: auto;
}
#LeftBox {
	float:left;
 	width:176px;
	margin: auto;
	margin-top: 22px;
	padding-left:9px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
}
#CenterBoxLCR {
	display: none; 
	height: 80%;
	margin-left: 180px;
	margin-right: 197px;
	padding-bottom: 10px;
	width: 100%;
	margin-top : 18px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxLC {
	display: none; 
	margin-left: 179px;
	margin-right: 9px;
	width: 100%;
	padding-bottom: 10px;
	margin-top : 18px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxRC {
	display: none; 
	margin-left: 9px;
	margin-right: 197px;
	width: 100%;
	padding-bottom: 10px;
	margin-top : 18px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxC {
	display: none; 
	margin-left: 9px;
	margin-right: 9px;
	margin-top : 18px;
	padding-bottom: 10px;
}
#CenterBoxPopB, #CenterBoxPopS
{
	display: none; 
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 10px;
} 

#RightBox {
	float: right;
 	width:194px;
	margin: auto;
	margin-top : 22px;
	padding-right: 9px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:185px;
}
#BottomBox {
	height: 28;
	clear: both;
}

/* ::	Header Boxes ::	*/

#LHBHead {
	text-align: left;	
	width: 100%;
	height: 119px;
	clear: both;
}
#RHBHead {
	display: none;
}
#LHBMid {
	height: 14px;
	clear: both;
 	background-image: url(../images/LHBMid.gif);
}
#RHBMid {
	display: none;
}
#LHBBottom {
	display: none;
}
#RHBBottom {
	display: none;
}

/* ::	Bottom Boxes ::	*/

#LBBHead {
	height: 28px;
	background: #000000;
	background-image: url(../images/LBBHead.gif);
}
#RBBHead {
	display: none;
}

/* :: Pop-Ups :: */

#popCHbig {
	height: 18px;
 	background-image: url(../images/pop_CH.gif);
}
#popCHsmall {
	height: 18px;
 	background-image: url(../images/pop_CH.gif);
}
#popCBbig {
	text-align: center;
	height: 28px;
 	background-image: url(../images/pop_CB.gif);
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
#popCBsmall {
	text-align: center;
	height: 28px;
 	background-image: url(../images/pop_CB.gif);
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}

/* ::	Left Boxes ::	*/

.LB1Head, .LB2Head, .LB3Head, .LBLoginHead {
	text-align: left;
	border-top: 1px solid #40aab0;
	border-left: 1px solid #40aab0;
	border-right: 1px solid #40aab0;
	font-size: 12px;
	color: #be3800;
	width: 167px;
	height: 39px;
	background: #000000;
}
.LB1Mid, .LB2Mid, .LB3Mid, .LBLoginMid {
	margin-bottom: 4px;
	border-left: 1px solid #40aab0;
	border-right: 1px solid #40aab0;
	border-bottom: 1px solid #40aab0; 
	width: 167px;
	overflow: hidden;
	background: #0e4452;
}
.LB1Mid a:link, .LB1Mid a:active, .LB1Mid a:visited,
.LB2Mid a:link, .LB2Mid a:active, .LB2Mid a:visited,
.LB3Mid a:link, .LB3Mid a:active, .LB3Mid a:visited,
.LBLoginMid a:link, .LBLoginMid a:active, .LBLoginMid a:visited {
	background: none;
	color: #f9f98c;
	text-decoration: none;
}
.LB1Mid a:hover, .LB2Mid a:hover, .LB3Mid a:hover, .LBLoginMid a:hover {
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
.LBLoginMid {
	padding-top: 4px;
}
.LB1Bottom, .LB2Bottom, .LB3Bottom, .LBLoginBottom {
	display:none
}

/* ::	Right Boxes ::	*/
.RB1Head, .RB2Head, .RB3Head {
	text-align: left;
	border-top: 1px solid #40aab0;
	border-left: 1px solid #40aab0;
	border-right: 1px solid #40aab0;
	font-size: 12px;
	color: #be3800;
	width: 182px;
	height: 39px;
	background: #000000;
}
.RB1Mid, .RB2Mid, .RB3Mid {
	margin-bottom: 4px;
	border-left: 1px solid #40aab0;
	border-right: 1px solid #40aab0;
	border-bottom: 1px solid #40aab0; 
	width: 182px;
	overflow: hidden;
	background: #0e4452;
}
.RB1Mid a:link, .RB1Mid a:active, .RB1Mid a:visited,
.RB2Mid a:link, .RB2Mid a:active, .RB2Mid a:visited,
.RB3Mid a:link, .RB3Mid a:active, .RB3Mid a:visited {
	background: none;
	color: #f9f98c;
	text-decoration: none;
}
.RB1Mid a:hover, .RB2Mid a:hover, .RB3Mid a:hover {
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
.RB1Bottom, .RB2Bottom, .RB3Bottom {
	display: none;
}

/* ::	Center Table CT1 ::	*/

table.CT1c, table.CT1lcr, table.CT1lc, table.CT1rc, table.CT1PopB, table.CT1PopS {
	background-color: #eeeecc;
	border: 1px solid #40aab0;
	width: 99%;
	margin: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
}

td.CT1LH, td.CT1RH {
	width: 4px;
}
td.CT1CHlcr, td.CT1CHlc, td.CT1CHrc, td.CT1CHc, td.CT1CHPopB, td.CT1CHPopS {
	height: 27px;
	text-align: left;
	background-image: url(../images/CT1CH.gif);
	overflow: hidden;
}
td.CT1LM {
	width: 4px;
}
td.CT1CMlcr, td.CT1CMlc, td.CT1CMrc, td.CT1CMc, td.CT1CMPopB, td.CT1CMPopS {
	background: #ffffff;
	border: 1px solid #820211;
}
td.CT1RM {
	width: 4px;
}
td.CT1LB, td.CT1RB {
	width: 4px;
}
td.CT1CBlcr, td.CT1CBlc, td.CT1CBrc, td.CT1CBc, td.CT1CBPopB, td.CT1CBPopS {
	height: 4px;
}

/* Progress Bar Table CTProg */
table.CTProg {
	margin-top: 30px;
	border: #0099cc 1px solid;
	width: 445px;
}
th.CTProgHeadings {
	background-color: #ffffff; 
	color: #0099cc;
	font-weight: normal;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #0099cc;
}
td.CTProgPercGfx, td.CTProgPerc, td.CTProgTransferred, td.CTProgTotal {
	padding-left: 4px;
	text-align: left;
	background-color: #cccccc; 
	color: #ffffff;
	vertical-align: middle;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	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;
*/   display : none;
}

/* ::	Layout Text And Classes::	*/

#FlashHead {
	width: 767px;
	height: 119px;
}
p.popCHbigP {
	font-weight: bold;
	padding-top: 2px;
	text-align: left;
	padding-left: 46px;
}
p.popCHsmallP {
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-left: 46px;
}
p.popCBbigP, p.popCBsmallP {
	padding-top: 8px;
	padding-left: 46px;
	text-align: center;
}
#Ltxt1 {
	display: none;
}
p.Ltxt1P {
}
#Ltxt2 {
	float: left;
	overflow: hidden;
	width: 500px;
	height: 60px;
	padding-top: 34px;
	padding-left: 150px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	height: 26px;
}
p.Ltxt2P {
}
select.Ltxt2Select {
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	font-family: tahoma,verdana,arial,sans-serif;
}
input.Ltxt2Input {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	color: #000000;
	background: #FFFFFF;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	width: 117px;
}
#Ltxt3 {
	float: left;
	padding-left: 54px;
}
p.Ltxt3P {
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 9px;
}
#Ltxt4 {
	float: right;
	overflow: hidden;
}
p.Ltxt4P {
	padding-right: 53px;
	text-align: right;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
#Ltxt5 {
}
#Ltxt5Login {
	text-align: right;
	width: 154px;
	padding-top: 10px;
	padding-left: 4px;
	height: 56px;
	overflow: hidden;
	margin-top: 28px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px; 
	height: 46px;
}
#Ltxt5Labels {
	margin-top: 28px;
	padding-top: 4px;
	padding-left: 10px;
	width: 160px;
	height: 56px;
	overflow: hidden;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 52px; 
	width: 150px;

}
#Ltxt5ButtonLogin, #Ltxt5ButtonLogout {
	padding-left: 6px;
	width: 160px;
	height: 19px;
	overflow: hidden;
	margin-top:4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 154px; 
}
input.Ltxt5Input, input.Ltxt6Input {
	margin-bottom: 2px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #708d95 1px solid; 
	border-top: #003333 1px solid; 
	border-left: #003333 1px solid; 
	border-bottom: #708d95 1px solid; 
	color: #ffffff;
	background: #45666f;
	background-image: url(../images/input_bkg.jpg);
	font-family: tahoma,verdana,arial,sans-serif;
	width: 84px;
	font-size: 10px;
}
span.Ltxt5Data {
	color: #be3800;
}
span.Ltxt5Label {
	font-size: 10px;
}
ul.Ltxt5List {
	white-space: nowrap;
	font-size: 10px;
}
.Ltxt5P {
	text-align: right;
}
#Ltxt7 {
	padding-top: 8px;
}
#Ltxt8 {
}
.Ltxt7P {
	text-align: center;
}

.Ltxt8P {
} 
/* :: Alternate Table Headers */

span.LBimg,  span.RBimg {
	display: inline;
}
span.CBimg {
	margin-left: 8px;
	display: inline;
}
span.LBtxt, span.RBtxt {
	display: none;
}
span.CBtxt {
	display: none;
 }
span.CBicons {
}
#Disclaimer {
	color: #cccccc;
	text-align: center;
}
#GlobalSearch {
	overflow: hidden;
	padding-left: 16px;
}

