/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: EVA Layout :: */

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/body_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #435864;
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
}
.PopBody {
	border: 1px solid #435864;
	background: #ffffff;
	color: #435864;
}
.ProgressBody {
	background: #ffffff;	
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #b61515; 
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #dd0000; 
	text-decoration: none;
}
table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #435864;
	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;
}
ul, li {	
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}

/* :: 6 Box Layout :: */

#MainBox {
	margin: auto;
	background: #ffffff;
 	width: 768px;
	background-position: 0px 182px;
	background-image: url(../images/mainbox_bkg.jpg);
	background-repeat: no-repeat;
}
#HeaderBox {
	margin: auto;
}
#LeftBox {
	float:left;
 	width:198px;
	margin: auto;
	padding-left: 8px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
}
#CenterBoxLCR {
	display: none; 
	height: 80%;
	margin-left: 199px;
	margin-right: 175px;
	width: 100%;
	padding-bottom: 4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxLC {
	display: none; 
	margin-left: 199px;
	margin-right: 9px;
	width: 100%;
	padding-bottom: 4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxRC {
	display: none; 
	margin-left: 9px;
	margin-right: 175px;
	width: 100%;
	padding-bottom: 4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}
#CenterBoxC {
	display: none; 
	margin-left: 9px;
	margin-right: 9px;
	padding-bottom: 4px;
	border: 1px solid #435864;
}
#CenterBoxPopB, #CenterBoxPopS
{
	display: none; 
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	border: 1px solid #435864;
} 

#RightBox {
	float: right;
 	width:174px;
	margin: auto;
}
#BottomBox {
	clear: both;
	padding-top: 4px;
	background: #e6e6e6;
	color: #435864;
	margin-left: 9px;
	margin-right: 9px;
}

/* ::	Header Boxes ::	*/

#FlashHead {
	margin-left: 0px;
	width: 680px;
	height: 181px;
	border-bottom: 1px solid #ffffff;
	margin-left: 8px;
}
#LHBHead {
	height: 15px;
	background: #b2bfc5;
}
#RHBHead {
	display: none;
}
#LHBMid {
	text-align: left;
	width: 100%;
	height: 181px;
	clear: both;
	background-image: url(../images/LHBHead.gif);
	background-repeat: no-repeat;
}
#RHBMid {
	display: none;
}
#LHBBottom {
	display: none;
}
#RHBBottom {
	display: none;
}

/* ::	Bottom Boxes ::	*/

#LBBHead {
	background: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
}
#RBBHead {
	display: none;
}

/* :: Pop-Ups :: */

#popCHbig {
	height: 53px;
	margin-bottom: 4px;
	border-bottom: 1px solid #435864;
 	background-image: url(../images/pop_CHbig.jpg);
}
#popCHsmall {
	height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #435864;
 	background-image: url(../images/pop_CHsmall.jpg);
}
#popCBbig {
	margin-top: 2px;
	height: 22;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
#popCBsmall {
	margin-top: 2px;
	height: 22;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}

/* ::	Left Boxes ::	*/

.LB1Head, .LBLoginHead  {
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width: 189px;
	height: 32px;
	background: #435864;
	border-left: 1px solid #ffffff;
}
.LB2Head, .LB3Head {
	text-align: right;
	border-left: 1px solid #ffffff;
	width: 189px;
	height: 32px;
	color: #ffffff;
	background: #98a7ae;
}
.LB1Mid, .LB2Mid, .LB3Mid, .LBLoginMid {
	border-left: 1px solid #ffffff;
	width: 189px;
	overflow: hidden;
	background: #b2bfc5;
	margin-bottom: 1px;
	padding: 4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 181px;
}
.LB1Mid {
	background: #ffffff;
	background: url(../images/search_cat.jpg) 0px 0px;
}
.LBLoginMid {
	padding-bottom: 0px;
	margin: 0px;
	background: #ffffff;
	background: url(../images/search_cat.jpg) 0px 0px;
}
.LB1Bottom, .LBLoginBottom  {
	border-left: 1px solid #ffffff;
	height: 6px;
	width: 189px;
	background: #435864;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.LB2Bottom, .LB3Bottom {
	display: none;
}

/* ::	Right Boxes ::	*/

.RB1Head, .RB2Head, .RB3Head {
	margin: auto;
	background: #ffffff;
	font-size: 11px;
	color: #435864;
	width: 170px;
	height: 23px;
	margin-bottom: 2px;
	padding-top: 4px;
	font-weight: bold;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 19px;
}
.RB1Mid, .RB2Mid, .RB3Mid {
	border: 2px solid #E6E6E6;
	margin: auto;
	background: #ffffff;
	background-position: 0px 0px;
	background-image: url(../images/CT1CM.jpg);
	background-repeat: no-repeat;
	width: 170px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 4px;
	/* Explorer 5 Hack - Only other browser read here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 162px;
}
.RB1Bottom, .RB2Bottom, .RB3Bottom {
	display: none;
}

/* ::	Center Table CT1 ::	*/

table.CT1c, table.CT1lcr, table.CT1lc, table.CT1rc, table.CT1PopB, table.CT1PopS {
	background-color: none;
	width: 99%;
	margin: auto;
	margin-bottom: 8px;
	text-align: left;
}
td.CT1LH, td.CT1RH {
	display: none;
}
td.CT1CHlcr, td.CT1CHlc, td.CT1CHrc, td.CT1CHc, td.CT1CHPopB, td.CT1CHPopS {
	height: 34px;
	text-align: right;
	background: #e6e6e6;
	background-position: 0px 0px;
	background-image: url(../images/CT1CH.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
td.CT1LM {
	display: none;
}
td.CT1CMlcr, td.CT1CMlc, td.CT1CMrc, td.CT1CMc, td.CT1CMPopB, td.CT1CMPopS {
	background: #ffffff;
	background-position: 0px 0px;
	background-image: url(../images/CT1CM.jpg);
	background-repeat: no-repeat;
	border: 2px solid #E6E6E6;
	padding-bottom: 1px;
	padding-left: 1px;
}
td.CT1RM {
	display: none;
}
td.CT1LB, td.CT1RB {
	display: none;
}
td.CT1CBlcr, td.CT1CBlc, td.CT1CBrc, td.CT1CBc, td.CT1CBPopB, td.CT1CBPopS {
	display: none;
}

/* Progress Bar Table CTProg */
table.CTProg {
	margin-top: 30px;
	border: #435864 1px solid;
	width: 445px;
}
th.CTProgHeadings {
	background-color: #ffffff; 
	color: #435864;
	font-weight: normal;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #435864;
}
td.CTProgPercGfx, td.CTProgPerc, td.CTProgTransferred, td.CTProgTotal {
	padding-left: 4px;
	text-align: left;
	background-color: #ffffff; 
	color: #435864;
	vertical-align: middle;
	border-left: 1px solid #435864;
	border-bottom: 1px solid #435864;
	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 {
	color: #ffffff;
	text-align: left;
	padding-left: 170px;
	padding-top: 38px;
}
p.popCHsmallP {
	color: #ffffff;
	text-align: left;
	padding-left: 170px;
	padding-top: 10px;
}
p.popCBbigP, p.popCBsmallP {
	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: 10px;
	border: #435864 1px solid; 
	color: #000000;
	background: #ffffff;
	font-family: tahoma,verdana,arial,sans-serif;
}
input.Ltxt2Input {
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border: #435864 1px solid; 
	color: #000000;
	background: #ffffff;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size:10px;
	width: 113px;
}
#Ltxt3 {
	float: left;
	overflow: hidden;
}
p.Ltxt3P {
	background-image: url(../images/icons/ico_next_child.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-align: left;
	color: #ffffff;
	padding-left: 13px;
	font-size: 10px;
	font-weight: bold;
}
#Ltxt4 {
	float: right;
	overflow: hidden;
}
p.Ltxt4P {
	text-align: right;
	color: #ffffff;
	font-size: 9px;
}
#Ltxt5 {
}
#Ltxt5Login {
}
#Ltxt6Labels {
	overflow: hidden;
}
#Ltxt6ButtonLogin, #Ltxt6ButtonLogout {
	padding-left: 6px;
	overflow: hidden;
	margin-top:4px;
	background: Aqua;
}
input.Ltxt6Input {
	margin-bottom: 2px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	border: #435864 1px solid; 
	color: #000000;
	background: #ffffff;
	font-family: tahoma,verdana,arial,sans-serif;
	width: 84px;
	font-size: 10px;
}
span.Ltxt6Data {
	color: #000000;
}
span.Ltxt6Label {
	font-size: 10px;
}
ul.Ltxt6List {
	white-space: nowrap;
	font-size: 10px;
}
.Ltxt6P {
	text-align: right;
	margin-right: 20px;
}
#Ltxt7 {
}
#Ltxt8 {
}
.Ltxt7P {
	text-align: center;
}

.Ltxt8P {
} 
/* :: Alternate Table Headers */

span.LBimg {
	display: inline;
}
span.RBimg {
	display: none;
}
span.CBimg {
	display: inline;
}
span.LBtxt {
	display: none;
}
span.RBtxt {
	display: inline;
}
span.CBtxt {
	padding-left: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #be3800;
	text-align: left;
	display: none;
 }
span.CBicons {
	position: relative;
	margin-right: 2px;
}
#Disclaimer {
	background: #e6e6e6;
	text-align: center;
	color: #435864;
	height: 23px;
	font-size: 9px;
}
#Disclaimer a:link, #Disclaimer a:active, #Disclaimer a:visited {
	color: #435864; 
}
#Disclaimer a:hover {
	color: #dd0000; 
}
#GlobalSearch {
	padding-left: 11px;
}