/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: EVA Layout :: */

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
}
.PopBody, .ProgressBody {
	background-image: url(../images/body_bkg.gif);
	color: #ffffff;
}
a:link, a:active, a:visited {
	color: #000000; 
	text-decoration: none;
}
a:hover {
	color: #000000; 
	text-decoration: underline;
}
table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: arial,verdana,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 {
	background-image: url(../images/body_bkg.gif);
	margin: auto;
}
#HeaderBox {
	height: 151px;
	background: #000000;
	margin: auto;
	margin-bottom: 10px;
}
#LeftBox {
	float:left;
 	width:170px;
	margin: auto;
	padding-right:5px;
	padding-left:5px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
}
#CenterBoxLCR {
	display: none; 
	margin-left: 175px;
	margin-right: 185px;
	width: 100%;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxLC {
	display: none; 
	margin-left: 175px;
	margin-right: 5px;
	width: 100%;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxRC {
	display: none; 
	margin-left: 5px;
	margin-right: 185px;
	width: 100%;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxC, #CenterBoxPopB, #CenterBoxPopS {
	display: none;
	margin-left: 5px;
	margin-right: 5px;
}

#RightBox {
	margin: auto;
	float: right;
	width:180px;
	padding-right:5px;
	padding-left:5px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
}

#BottomBox {
	clear: both;
}

/* ::	Header Boxes ::	*/

#LHBHead {
	display: none;
	visibility: hidden;
}
#RHBHead {
	display: none;
	visibility: hidden;
}
#LHBMid {
	width: 511px;
	height: 89px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/LHBMid.gif);
}
#RHBMid {
	height: 89px;
	margin-left: 511px;
	margin-right: 0px;
}
#LHBBottom {
	position: absolute;
	top: 89px;
	left: 0px;
	width: 782px;
	height: 62px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/LHBBottom.gif);
}
#RHBBottom {
	height: 62px;
	margin-left: 782px;
	background-image: url(../images/RHBBottom.gif);
}

/* ::	Bottom Boxes ::	*/

#LBBHead {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 50px;
	background-image: url(../images/LBBHead.gif);
}
#RBBHead {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 3px;
	background-color: #000000; 
}

/* :: Pop-Ups :: */

#popCHbig {
	height: 56px;
	margin-bottom: 10px;
	border-bottom: #99ccff 1px solid;
 	background-image: url(../images/pop_CHbig.gif);
}
#popCHsmall {
	height: 26px;
	margin-bottom: 10px;
	border-bottom: #99ccff 1px solid;
 	background-image: url(../images/pop_CHsmall.gif);
}
#popCBbig {
	padding-left: 10px;
	background-color: #000033;
	overflow: hidden;
	height: 14px;
}
#popCBbig a:link, #popCBbig a:active, #popCBbig a:visited {
	font-weight: bold;
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
#popCBbig a:hover {
	font-weight: bold;
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
#popCBsmall {
	padding-left: 10px;
	background-color: #000033;
	overflow: hidden;
	height: 14px;
}
#popCBsmall a:link, #popCBsmall a:active, #popCBsmall a:visited {
	font-weight: bold;
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
#popCBsmall a:hover {
	font-weight: bold;
	background: none;
	color: #ffffff; 
	text-decoration: none;
}
/* ::	Left Boxes ::	*/

.LB1Head, .LB2Head, .LB3Head {
	color: #ffffff;
	overflow: hidden;
	text-align: left;
	width: 160px;
	height: 32px;
	height: 21px;
	padding-top: 4px;
	padding-left: 4px;
	background-image: url(../images/LB2Head.gif);
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 156px; 
	height: 17px;
}
.LB1Mid, .LB2Mid, .LB3Mid {
	color: #ffffff;
	padding: 4px;
	width: 160px;
	overflow: hidden;
	background-image: url(../images/LB2Mid.gif);
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 152px; 
}
.LB1Bottom, .LB2Bottom, .LB3Bottom {
	color: #ffffff;
	width: 160px;
	height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(../images/LB2Bottom.gif);
}

/* ::	Right Boxes ::	*/

.RB1Head, .RB2Head, .RB3Head {
	color: #ffffff;
	overflow: hidden;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	width: 170px;
	height: 21px;
	background-image: url(../images/RB1Head.gif);
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 166px; 
	height: 17px;
}
.RB1Mid, .RB2Mid, .RB3Mid {
	color: #ffffff;
	padding: 4px;
	width: 170px;
	overflow: hidden;
	background-image: url(../images/RB1Mid.gif);
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 162px; 
}
.RB1Bottom, .RB2Bottom, .RB3Bottom {
	color: #ffffff;
	background-image: url(../images/RB1Bottom.gif);
	width: 170px;
	height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* ::	Center Table CT1 ::	*/

table.CT1c, table.CT1lcr, table.CT1lc, table.CT1rc, table.CT1PopB, table.CT1PopS {
	width: 99%;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
}
td.CT1LH {
	height: 20px;
	width: 3px;
	background-image: url(../images/CT1LH.gif);
	overflow: hidden;
}
td.CT1RH {
	height: 20px;
	width: 6px;
	background-image: url(../images/CT1RH.gif);
	overflow: hidden;
}
td.CT1CHlcr, td.CT1CHlc, td.CT1CHrc, td.CT1CHc, td.CT1CHPopB, td.CT1CHPopS {
	height: 20px;
	text-align: left;
	background-color: #666666; 
	overflow: hidden;
	background-image: url(../images/CT1CH.gif);
	background-position: right;
	background-repeat: no-repeat;
}
td.CT1LM {
	width: 3px;
	background-image: url(../images/CT1LM.gif);
	overflow: hidden;
}
td.CT1CMlcr, td.CT1CMlc, td.CT1CMrc, td.CT1CMc, td.CT1CMPopB, td.CT1CMPopS {
	background: #dd2020; 
}
td.CT1RM {
	width: 6px;
	background-image: url(../images/CT1RM.gif);
	overflow: hidden;
}
td.CT1LB {
	height: 18px;
	width: 3px;
	background-image: url(../images/CT1LB.gif);
	overflow: hidden;
}
td.CT1RB {
	height: 18px;
	width: 6px;
	background-image: url(../images/CT1RB.gif);
	overflow: hidden;
}
td.CT1CBlcr, td.CT1CBlc, td.CT1CBrc, td.CT1CBc, td.CT1CBPopB, td.CT1CBPopS {
	height: 18px;
	overflow: hidden;
	background-image: url(../images/CT1CB.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* Progress Bar Table CTProg */
table.CTProg {
	margin-top: 30px;
	border: #333333 1px solid;
	width: 445px;
}
th.CTProgHeadings {
	background-color: #333333; 
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #333333;
}
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 #333333;
	border-bottom: 1px solid #333333;
	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;
	padding-left: 14px;
	padding-top: 40px;
}
p.popCHsmallP {
	text-align: left;
	padding-left: 14px;
	padding-top: 8px;
}
p.popCBbigP, p.popCBsmallP {
	text-align: left;
}
#Ltxt1 {
	position: absolute;
	top: 3px;
	left: 8px;
	height: 18px;
	width: 360px;
	overflow: hidden;
}
p.Ltxt1P {
	text-align: left;
	color: #000033;
	font-weight: bold;
}
#Ltxt2 {
	position: absolute;
	top: 65px;
	left: 90px;
	height: 19px;
	overflow: hidden;
}
p.Ltxt2P {
	text-align: right;
}
select.Ltxt2Select {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #cc0000 1px solid; 
	border-top: #330000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #990000 1px solid; 
	font-size: 11px;
	background: #a20909;
	color: #ffffff;
}
input.Ltxt2Input {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #cc0000 1px solid; 
	border-top: #330000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #990000 1px solid; 
	font-size: 11px;
	color: #ffffff;
	background: #000000;
	background-image: url(../images/input_bkg.gif);
}
#Ltxt3 {
	position: absolute;
	top: 29px;
	left: 8px;
	width: 420px;
	height: 13px;
	overflow: hidden;
}
p.Ltxt3P {
	color: #cccccc;
	font-size: 10px;
}
#Ltxt4 {
	position: absolute;
	top: 30px;
	right: 8px;
	height: 18px;
	width: 400px;
	overflow: hidden;
}
p.Ltxt4P {
	padding-right: 8px;
	text-align: right;
	color: #ff0033;
	font-size: 10px;
}
p.Ltxt5P {
}
#Ltxt5Login {
	position: absolute;
	right: 70px;
	top: 16px;
	margin: 0px;
	width: 200px;
	height: 78px;
	overflow: hidden;
}
#Ltxt5Labels {
	position: absolute;
	right: 0px;
	top: 6px;
	margin: 0px;
	width: 270px;
	height: 78px;
	overflow: hidden;
}
#Ltxt5ButtonLogin, #Ltxt5ButtonLogout {
	position: absolute;
	right: 0px;
	top: 66px;
	width: 308px;
	height: 20px;
	overflow: hidden;
}
input.Ltxt5Input {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-right: #cc0000 1px solid; 
	border-top: #330000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #990000 1px solid; 
	font-size: 11px;
	color: #ffffff;
	background: #000000;
	background-image: url(../images/input_bkg.gif);
}
span.Ltxt5Data {
	color: #ffffff;
}
span.Ltxt5Label {
	color: #cccccc;
}
ul.Ltxt5List {
	white-space: nowrap;
	font-size: 10px;
}
#Ltxt7 {
	padding-left: 10px;
	width: 400px;
	margin-top: 33px;
	height: 13px;
	overflow: hidden;
	float: left;
}
#Ltxt8 {
	margin-top: 32px;
	float: right;
	width: 250px;
	height: 13px;
	overflow: hidden;
}
.Ltxt7P {
	text-align: left;
}
.Ltxt5P {
	text-align: right;
}
.Ltxt8P {
	padding-right: 10px;
	color: #ffffff;
	text-align: right;
} 

/* :: Alternate Table Headers */

span.LBimg, span.CBimg, span.RBimg {
	display: inline;
}
span.LBtxt, span.CBtxt, span.RBtxt {
	display: none;
}
#Disclaimer {
	margin: auto;
	text-align: center;
	font-weight: bold;
}
#GlobalSearch {
	display: none;
	visibility: hidden;
}
