/* Redefined HTML Tags ****************************************** */
a {
	color: #0066CC;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	}
a:visited {
	color: 0066CC;
	border-bottom: 1px solid #0066CC;
	}
a:hover {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
a:focus {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
.ImgBod {
	border-bottom: none;
	}
body {
	padding: 0px 10px 5px 15px;
	margin: 0px;
	background-image: url(img/viewbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	text-align: center;
	background-attachment: fixed;
	background-color: #7d8690;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding: 1px 5px 3px;

	}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	}



/* Custom ID Selector Styles ****************************************** */

#Box {
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 3px;
}
#Brheight {
	line-height: 10px;
}
#Dot /* Use this ID on the Instruction/Quick Links/Dotted/Dashed Table */{
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	background-color: #FFFFFF;
	}

#Header /* Use this ID for the Page or Main Header Table */ {
	margin-top: 5px;
	}

#LabelinTab /* Use this ID for the table used to display from & to data inside a report table */ {
	padding-left: 4px;
	padding-right: 4px;	
	padding-top: 3px;
	padding-bottom: 3px;		
	color: #333333;
	margin-bottom: 2px;
	border-bottom: 1px solid #757C8E;
	background-color: #CDD5D8;		
	}
#LabelinTab td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#Navigator /* Use this ID for the BreadCrumb table and the Page Navigator table */ {
	padding-left: 10px;
	color: #30373A;
	padding-top: 2px;
	padding-bottom: 5px;

	}
#Navigator td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#Navigator a:link {
	color: #5191F0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5191F0;
	}
#Navigator a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
#Navigator a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
#Navigator input, #Navigator textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #A4B5C0;
	border-right-color: #AFC4DA;
	border-bottom-color: #E0E2E3;
	border-left-color: #AEC8DB;
	background-color: #F7F8F9;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
#Navigator select1, #Navigator option1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	}

#Sub {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D0D4D7;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	background-color: #D0D4D7;
	padding: 2px;
	}
#ViewLayout /* Use this ID for the View Layout table to controls the width of the table*/ {
	width:580px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;


	}


/* Custom Class Selector Styles ****************************************** */

.Asterisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	}
.arcTL {
	background-image: url(img/arc_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcTR {
	background-image: url(img/arc_tr.gif);
	background-position: right top;
	width: 6px;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}
.arcBL {
	background-image: url(img/arc_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcBR {
	background-image: url(img/arc_br.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;
}
.BlackBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: baseline;
	font-weight: bold;
	height: 16px;
	width: 18px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #063061;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BorCurveTL {
	background-image: url(img/curve_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 8px;
	width: 8px;
}
.BorCurveTR {
	background-image: url(img/curve_tr.gif);
	background-position: right top;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBL {
	background-image: url(img/curve_bl.gif);
	background-position: left bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBR {
	background-image: url(img/curve_br.gif);
	background-position: right bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorTop {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_t.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
}
.BorBottom {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;

	}
.BorLeft {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BorRight {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BorInCurveBL {
	background-image: url(img/curvei_bl.gif);
	background-position: left bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTR {
	background-image: url(img/curvei_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.BorInCurveBR {
	background-image: url(img/curvei_br.gif);
	background-position: right bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTL {
	background-image: url(img/curvei_tl.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.Box {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #757C8E;
	border-bottom: 2px solid #757C8E;
	border-left: 2px solid #FFFFFF;
}
.Button {
	background-image: url(img/button_b.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #777777;
	border-left-color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #42493F;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #E9F2F8;
	}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.Confirm {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	padding: 8px 20px 8px 38px;
	background-image: url(img/confirm.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 10px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
}
.DataNumeric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 20px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	text-align: right;
}
.Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FAF9EB;
	border: 1px solid #D6CAA0;
	padding: 4px 8px;
	line-height: 14pt;
	}
.Error {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:10pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/error.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.ErrorRow {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:11px;
	padding: 5px 5px 5px 28px;
	background-color: #FFF2EF;
	background-image: url(img/inerror.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	letter-spacing: 1px;
	vertical-align: text-top;
}
.ErrorField {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:8pt;
	letter-spacing: 1px;
	vertical-align: text-top;
	line-height: 14pt;

}
.Field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	margin: 0px;

}
.GreenBG {
	background-color: #FAFAFA;
	}
.Hints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004266;
	padding: 1px;
	font-weight: normal;
	line-height: 13pt;




	}
.Instruction {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 30px;
	background-image: url(img/instruct.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	vertical-align: text-top;
	line-height: 15pt;


	}
.Input1 {
	width:100%;
	text-align: right;
	background-color: #FFFFFF;
	height: 100%;

}
.InputHi {
	width:100%;
	background-color: #FFFFFB;
	text-align: right;
	height: 100%;
	position: static;



}
.InputNumeric {
	text-align: right;
}
.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	text-align: right;
	word-spacing: 0.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E8E9;


}
.LabelComp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #F7F8F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6E6;
	text-align: right;
	word-spacing: 0.1em;
	background-image: url(img/complusary.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E6E6;

}
.LabelSm {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
	line-height: 15pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2F2;
}
.LabelSmCopy {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	vertical-align: middle;
	line-height: 15pt;

}
.LabelSmDwn {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/DwnBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmUp {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/UpBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmSts {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/StsBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmSrch {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/find.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmEfil {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/EfilBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelEFilSts {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/EfilSts.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.MainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #004D75;
	background-image: url(img/bullet.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
	white-space: nowrap;

	}
.Prev {
	padding: 2px 2px 5px 20px;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #AAAAAA;

	}
.Next {
	padding: 2px 20px 5px 2px;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	color: #AAAAAA;

	}
.ButtonIn {
	background-color: #FDFDFD;
	background-image: url(img/button1.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #555555;
	border-left-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding: 0px 3px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: normal;


}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
}

.TableColHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #232C30;
	background-color: #EDF1F3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;

}
.TabActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9BCB1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 16px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TabInActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #996600;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BCD9B1;
	border-right: 0px solid #B4BABE;
	border-bottom: 1px solid #BCD9B1;
	border-left: 0px solid #B4BABE;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;


}

.TabL {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD9B1;
	border-right-color: #BCD9B1;
	border-bottom-color: #BCD9B1;
	border-left-color: #BCD9B1;
	background-color: #FAFAFA;

}
.TabR {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CBD9;
	border-right-color: #B0CBD9;
	border-bottom-color: #B0CBD9;
	border-left-color: #B0CBD9;
	height: 3px;
	background-color: #FAFAFA;

}

.TableCell {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E8EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E8EB;
	margin: 0px;
}
.TableField {
	padding: 0px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E9E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	margin: 0px;
}
.TableRow1 {
	background-color: #FFFFFF;
}
.TableRow2 {
	background-color: #F9FCFD;
}
.TableRow3 {
	background-color: #E1F9FF;
}
.TableRowError {
	background-color: #EEF9FF;
}
.TableSlNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 5px 3px 1px;
	vertical-align: top;
	color: #232C30;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	text-align: right;
	white-space: nowrap;
	background-color: #EDF1F3;


}
.TableSlNo input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF2ED;

}
.Text11px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding: 3px 3px 3px 10px;
}
.Text12px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding: 3px 3px 3px 10px;
}
.TipText {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 28px;
	background-image: url(img/tip.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 15pt;

	}
.TrainAct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 20px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TrainNex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5095B6;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #B1BAD9;
	border-right: 1px dashed #B1BAD9;
	border-bottom: 1px dashed #B1BAD9;
	border-left: 1px none #B1BAD9;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	font-weight: normal;
}
.Train {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #F9F8DB;
	vertical-align: middle;
	font-weight: bold;
}
.TrainPrv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #BCD9B1;
	border-right: 1px dashed #BCD9B1;
	border-bottom: 1px dashed #BCD9B1;
	border-left: 1px none #BCD9B1;
	background-color: #F3F7F2;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-weight: normal;
}
.Warning {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/warn.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 17pt;

}.Note {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 20px 10px 30px;
	vertical-align: text-top;
	line-height: 15pt;

}
#BroadLayout {
	width:720px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;

}
.Information {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/inform.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.InlineConfirm {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/confirmsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineInformation {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/informationsm.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineError {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/errorsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineWarning {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/warningsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 8px 5px 8px 30px;
	}
.Highlighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE7EA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DADF;
	margin: 0px;
	font-weight: bold;
	background-color: #FCFFE1;


}
#SubLg {

	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	background-color:  #F9FEF9;
	padding: 2px;
}
.ButtonLink {
	background-image: url(img/button2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 8pt;
	padding: 0pt;
	background-position: left top;



}
.ButtonHi {

	background-image: url(img/button_a.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #636363;
	border-left-color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #014061;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #FEF092;
}
.SubHeader1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
}
.TableColHeadGr {

	font-family: Arial, Helvetica, sans-serif;


	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #CFF3DB;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.TableColHeadPi {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #F4E2F4;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.WhatNextHdng {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	padding: 5px 5px 1px 14px;
	vertical-align: text-top;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(img/redarrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;


}
.WhatNext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8.5pt;
	font-weight: normal;
	line-height: 14pt;
	vertical-align: top;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
}
/*.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 6px 4px 4px 6px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #757C8E;
	background-image: url(img/Tablesubg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	letter-spacing: 1px;
}*/
.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #40554F;
	background-color: #EEF2ED;
	font-weight: bold;
	border-top: 1px solid #7C8C77;
	border-right: 1px solid #7C8C77;
	border-left: 1px solid #7C8C77;
	vertical-align: middle;
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.Text14px {

	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:12pt;
	padding: 3px 3px 3px 10px;
}

.Text14px1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:14pt;
	padding: 3px 3px 3px 10px;
}

.TableColHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #491619;
	background-color: #FFE1E3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #F99FA6;
	border-bottom: 1px solid #A7767F;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}

.BenBack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: baseline;
	font-weight: bold;
	background-color: #000000;
	margin-right: 5px;
	height: 16px;
	width: 16px;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	float: left;
}

#search    {
    z-index: 1000;
    height: 20px;
    position:static;
    margin: 0 30px 0 0;
    text-align:center;
    }

#search input, #search select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	background-color: #F7FDF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: middle;
	}

/* Menu Items CSS */

.topMenu {
}

.submenu {
	padding: 0px;
}

.topItemNormal {
	background-image: url(img/bg_gr.gif);
	background-repeat: repeat;
	background-color: #CCE4F5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CADF;
	border-right-color: #6596C2;
	border-bottom-color: #447AAC;
	border-left-color: #C9DBE9;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.topItemOver {
	background-image: url(img/bg_or.gif);
	background-color: #CCE4F5;
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000022;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #447AAC;
	border-right-color: #C9DBE9;
	border-bottom-color: #B0CADF;
	border-left-color: #6596C2;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.itemNormal {
	cursor: pointer;
	background-color: #EDF6FA;
	padding: 3px 3px 3px 8px;
	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
}

.itemOver {
  	cursor: pointer;
  	background-color: #BFDDF2;
	padding: 3px 3px 3px 8px;
  	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
	}

.itemNormal1 {
    cursor: pointer;
    background-color: #FAE6E6;
    padding: 3px 3px 3px 8px;
    width: 200px;
    height: 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #f7d5db;
    border-right-color: #e995a3;
    border-bottom-color: #e995a3;
    border-left-color: #e995a3;
}

.itemOver1 {
    cursor: pointer;
    background-color: #FFCDD2;
    padding: 3px 3px 3px 8px;
    width: 200px;
    height: 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #7b3944;
    border-right-color: #b05060;
    border-bottom-color: #b05060;
    border-left-color: #d69ca6;
}

.itemTextNormal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.itemTextOver {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.itemTextNormalRight
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.itemTextOverRight
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.topItemTextNormal2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.topItemTextOver2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* Download Buttons */

TD.butonActive {
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #666666;
	color: #00CC00;
}
TD.butonClicked {
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #666666;
}
TD.buton {
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #339900;
}

.buttonbar {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}
.buttonbar:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}
.buttonbar:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}


/* Style for Top Menu Background in HomeHeader.jsp */
.TopMenuBg {
  	background-color: #F8F8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1BAD9;
}

/* end Menu Items CSS */
.LabelSmArr {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/smallArrowRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmNopad {


	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 30px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
}
.LabelSmNopadCopy {



	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 14px 8px 10px 12px;
	vertical-align: top;
	line-height: 15pt;
}

.DwnManual {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/dwnMan.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmComp {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 16px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
	background-image: url(img/complusary.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	text-align: right;
}
.LabelSmNC {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 16px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
	text-align: right;
}
.ButtonPi {
	background: #FFEDFA url(img/button_pi.gif) repeat-x;
	border-top: 1px solid #FEDFEF;
	border-right: 1px solid #FEDFEF;
	border-bottom: 1px solid #E7BCD9;
	border-left: 1px solid #E7BCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
}
.ButtonBl {
	background: #ECF2FF url(img/button_bl.gif) repeat-x;
	border-top: 1px solid #DFE9FE;
	border-right: 1px solid #DFE9FE;
	border-bottom: 1px solid #BCCAE7;
	border-left: 1px solid #BCCAE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*----------square buttons----------*/

.squaremeS {
	/*float:left;*/	
	text-align: center;
	display: block;
	width: 94px;
	height: 94px;
	margin:auto 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	color: #000;
	z-index:1001;
	cursor:pointer;
}

.squaremeS:HOVER  {
	-webkit-box-shadow: #333 0px 2px 8px;
	-moz-box-shadow: #333 0px 2px 8px;
	box-shadow: #333 0px 2px 8px;	 
	color: #333;
	border:0px;
}

.squaremeS:VISITED  {
	color: #000;
	border-bottom:0px #CCC;
}

/*----------round buttons----------*/

.roundmeS {
	/*float:left;*/	
	text-align: center;
	display: block;
	width: 100px;
	height: 100px;
	margin:auto 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	behavior: url(PIE/PIE.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	color: #000;
	z-index:1001;
	cursor:pointer;
}

.roundmeS:HOVER  {
	-webkit-box-shadow: #333 0px 2px 8px;
	-moz-box-shadow: #333 0px 2px 8px;
	box-shadow: #333 0px 2px 8px;	 
	color: #333;
	border:0px;
}

.roundmeS:VISITED  {
	color: #000;
	border-bottom:0px #CCC;
}

.bluePie {
border: 1px solid #AACCFF;
background: #AACCFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AACCFF));
background: -webkit-linear-gradient(#FFF, #AACCFF);
background: -moz-linear-gradient(#FFF, #AACCFF);
background: -ms-linear-gradient(#FFF, #AACCFF);
background: -o-linear-gradient(#FFF, #AACCFF);
background: linear-gradient(#FFF, #AACCFF);
-pie-background: linear-gradient(#FFF, #AACCFF);
}

.greenPie {
border: 1px solid #AAFFCC;
background: #AAFFCC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AAFFCC));
background: -webkit-linear-gradient(#FFF, #AAFFCC);
background: -moz-linear-gradient(#FFF, #AAFFCC);
background: -ms-linear-gradient(#FFF, #AAFFCC);
background: -o-linear-gradient(#FFF, #AAFFCC);
background: linear-gradient(#FFF, #AAFFCC);
-pie-background: linear-gradient(#FFF, #AAFFCC);
}

.cyanPie {
border: 1px solid #AAFFFF;
background: #AAFFFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AAFFFF));
background: -webkit-linear-gradient(#FFF, #AAFFFF);
background: -moz-linear-gradient(#FFF, #AAFFFF);
background: -ms-linear-gradient(#FFF, #AAFFFF);
background: -o-linear-gradient(#FFF, #AAFFFF);
background: linear-gradient(#FFF, #AAFFFF);
-pie-background: linear-gradient(#FFF, #AAFFFF);
}

.redPie {
border: 1px solid #FFCCCC;
background: #FFCCCC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFCCCC));
background: -webkit-linear-gradient(#FFF, #FFCCCC);
background: -moz-linear-gradient(#FFF, #FFCCCC);
background: -ms-linear-gradient(#FFF, #FFCCCC);
background: -o-linear-gradient(#FFF, #FFCCCC);
background: linear-gradient(#FFF, #FFCCCC);
-pie-background: linear-gradient(#FFF, #FFCCCC);
}

.purpPie {
border: 1px solid #EECCFF;
background: #EECCFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EECCFF));
background: -webkit-linear-gradient(#FFF, #EECCFF);
background: -moz-linear-gradient(#FFF, #EECCFF);
background: -ms-linear-gradient(#FFF, #EECCFF);
background: -o-linear-gradient(#FFF, #EECCFF);
background: linear-gradient(#FFF, #EECCFF);
-pie-background: linear-gradient(#FFF, #EECCFF);
}

.orngPie {
border: 1px solid #FFD5A1;
background: #FFD5A1;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFD5A1));
background: -webkit-linear-gradient(#FFF, #FFD5A1);
background: -moz-linear-gradient(#FFF, #FFD5A1);
background: -ms-linear-gradient(#FFF, #FFD5A1);
background: -o-linear-gradient(#FFF, #FFD5A1);
background: linear-gradient(#FFF, #FFD5A1);
-pie-background: linear-gradient(#FFF, #FFD5A1);
}

.yeloPie {
border: 1px solid #FFFF99;
background: #FFFFBB;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFFFBB));
background: -webkit-linear-gradient(#FFF, #FFFFBB);
background: -moz-linear-gradient(#FFF, #FFFFBB);
background: -ms-linear-gradient(#FFF, #FFFFBB);
background: -o-linear-gradient(#FFF, #FFFFBB);
background: linear-gradient(#FFF, #FFFFBB);
-pie-background: linear-gradient(#FFF, #FFFFBB);
}
.LabelOptComp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background: #F5F9F5 url(img/CondiMandatory.gif) no-repeat right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	text-align: right;
	word-spacing: 0.1em;
	border-right: 1px solid #E0E9E3;
}

.ButtonHiG {
	border-top: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #636363;
	border-left: 1px solid #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color:#B0FFE6;
}

/*modal*/

#confirm-modal {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(img/header_modal.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(img/button_modal.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}
/* Selectbox */

@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF;
	border: solid 1px #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	width: 98%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #CCC 0px 2px 8px;
	-moz-box-shadow: #CCC 0px 2px 8px;
	box-shadow: #CCC 0px 2px 8px;	 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0px;
	top: 0;
	width: 95%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
	border-bottom:none;
}
.sbToggle{
	background: url(img/select-icons.gif) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:link, .sbToggle:visited{
	border-bottom:none;
}	
.sbToggle:hover{
	background: url(img/select-icons.gif) 0 -167px no-repeat;
	border-bottom:none;
}
.sbToggleOpen{
	background: url(img/select-icons.gif) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(img/select-icons.gif) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #666;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 101;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
	border-bottom:none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #F60;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.topItemNormal1
{
	background: #FDE8EB url(img/bg_bl1.gif) repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top: 1px solid #cffceb;
	border-right: 1px solid #48a481;
	border-bottom: 1px solid #2b604c;
	border-left: 1px solid #8fcdb6;
	margin-right: 8px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.topItemOver1
{
	background: #FCCFD2 url(img/bg_bl2.gif) repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top: 1px solid #cffceb;
	border-right: 1px solid #48a481;
	border-bottom: 1px solid #2b604c;
	border-left: 1px solid #8fcdb6;
	margin-right: 8px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.itemNormal2 {
	cursor: pointer;
	background-color: #E6FAEA;
	padding: 3px 3px 3px 8px;
	width: 200px;
	height: 24px;
	border-top: 1px solid #D5F7DD;
	border-right: 1px solid #95E9A9;
	border-bottom: 1px solid #95E9A9;
	border-left: 1px solid #95E9A9;
}
.itemOver2 {
  	cursor: pointer;
  	background-color: #CDFFD5;
	padding: 3px 3px 3px 8px;
  	width: 200px;
	height: 24px;
	border-top: 1px solid #397B49;
	border-right: 1px solid #50B067;
	border-bottom: 1px solid #50B067;
	border-left: 1px solid #9BD5A9;
	}
	/*Show/Hide Password*/
.pass_show{position: relative} 
.pass_show .ptxt { 
position: absolute;
top: 50%;
left: 130px;
z-index: 1;
color: #06C;
margin-top: -10px;
cursor: pointer;
transition: .3s ease all;
} 
.pass_show .ptxt:hover{color: #06C;} 
/* Redefined HTML Tags ****************************************** */
a {
	color: #0066CC;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	}
a:visited {
	color: 0066CC;
	border-bottom: 1px solid #0066CC;
	}
a:hover {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
a:focus {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
.ImgBod {
	border-bottom: none;
	}
body {
	padding: 0px 10px 5px 15px;
	margin: 0px;
	background-image: url(img/viewbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	text-align: center;
	background-attachment: fixed;
	background-color: #7d8690;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding: 1px 5px 3px;

	}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	}



/* Custom ID Selector Styles ****************************************** */

#Box {
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 3px;
}
#Brheight {
	line-height: 10px;
}
#Dot /* Use this ID on the Instruction/Quick Links/Dotted/Dashed Table */{
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	background-color: #FFFFFF;
	}

#Header /* Use this ID for the Page or Main Header Table */ {
	margin-top: 5px;
	}

#LabelinTab /* Use this ID for the table used to display from & to data inside a report table */ {
	padding-left: 4px;
	padding-right: 4px;	
	padding-top: 3px;
	padding-bottom: 3px;		
	color: #333333;
	margin-bottom: 2px;
	border-bottom: 1px solid #757C8E;
	background-color: #CDD5D8;		
	}
#LabelinTab td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#Navigator /* Use this ID for the BreadCrumb table and the Page Navigator table */ {
	padding-left: 10px;
	color: #30373A;
	padding-top: 2px;
	padding-bottom: 5px;

	}
#Navigator td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#Navigator a:link {
	color: #5191F0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5191F0;
	}
#Navigator a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
#Navigator a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
#Navigator input, #Navigator textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #A4B5C0;
	border-right-color: #AFC4DA;
	border-bottom-color: #E0E2E3;
	border-left-color: #AEC8DB;
	background-color: #F7F8F9;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
#Navigator select1, #Navigator option1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	}

#Sub {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D0D4D7;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	background-color: #D0D4D7;
	padding: 2px;
	}
#ViewLayout /* Use this ID for the View Layout table to controls the width of the table*/ {
	width:580px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;


	}


/* Custom Class Selector Styles ****************************************** */

.Asterisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	}
.arcTL {
	background-image: url(img/arc_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcTR {
	background-image: url(img/arc_tr.gif);
	background-position: right top;
	width: 6px;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}
.arcBL {
	background-image: url(img/arc_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcBR {
	background-image: url(img/arc_br.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;
}
.BlackBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: baseline;
	font-weight: bold;
	height: 16px;
	width: 18px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #063061;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BorCurveTL {
	background-image: url(img/curve_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 8px;
	width: 8px;
}
.BorCurveTR {
	background-image: url(img/curve_tr.gif);
	background-position: right top;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBL {
	background-image: url(img/curve_bl.gif);
	background-position: left bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBR {
	background-image: url(img/curve_br.gif);
	background-position: right bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorTop {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_t.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
}
.BorBottom {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;

	}
.BorLeft {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BorRight {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BorInCurveBL {
	background-image: url(img/curvei_bl.gif);
	background-position: left bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTR {
	background-image: url(img/curvei_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.BorInCurveBR {
	background-image: url(img/curvei_br.gif);
	background-position: right bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTL {
	background-image: url(img/curvei_tl.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.Box {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #757C8E;
	border-bottom: 2px solid #757C8E;
	border-left: 2px solid #FFFFFF;
}
.Button {
	background-image: url(img/button_b.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #777777;
	border-left-color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #42493F;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #E9F2F8;
	}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.Confirm {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	padding: 8px 20px 8px 38px;
	background-image: url(img/confirm.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 10px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
}
.DataNumeric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 20px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	text-align: right;
}
.Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FAF9EB;
	border: 1px solid #D6CAA0;
	padding: 4px 8px;
	line-height: 14pt;
	}
.Error {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:10pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/error.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.ErrorRow {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:11px;
	padding: 5px 5px 5px 28px;
	background-color: #FFF2EF;
	background-image: url(img/inerror.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	letter-spacing: 1px;
	vertical-align: text-top;
}
.ErrorField {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:8pt;
	letter-spacing: 1px;
	vertical-align: text-top;
	line-height: 14pt;

}
.Field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	margin: 0px;

}
.GreenBG {
	background-color: #FAFAFA;
	}
.Hints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004266;
	padding: 1px;
	font-weight: normal;
	line-height: 13pt;




	}
.Instruction {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 30px;
	background-image: url(img/instruct.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	vertical-align: text-top;
	line-height: 15pt;


	}
.Input1 {
	width:100%;
	text-align: right;
	background-color: #FFFFFF;
	height: 100%;

}
.InputHi {
	width:100%;
	background-color: #FFFFFB;
	text-align: right;
	height: 100%;
	position: static;



}
.InputNumeric {
	text-align: right;
}
.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	text-align: right;
	word-spacing: 0.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E8E9;


}
.LabelComp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #F7F8F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6E6;
	text-align: right;
	word-spacing: 0.1em;
	background-image: url(img/complusary.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E6E6;

}
.LabelSm {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
	line-height: 15pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2F2;
}
.LabelSmCopy {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	vertical-align: middle;
	line-height: 15pt;

}
.LabelSmDwn {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/DwnBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmUp {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/UpBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmSts {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/StsBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmSrch {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/find.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.LabelSmEfil {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/EfilBt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelEFilSts {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/EfilSts.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.MainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #004D75;
	background-image: url(img/bullet.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
	white-space: nowrap;

	}
.Prev {
	padding: 2px 2px 5px 20px;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #AAAAAA;

	}
.Next {
	padding: 2px 20px 5px 2px;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	color: #AAAAAA;

	}
.ButtonIn {
	background-color: #FDFDFD;
	background-image: url(img/button1.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #555555;
	border-left-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding: 0px 3px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: normal;


}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
}

.TableColHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #232C30;
	background-color: #EDF1F3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;

}
.TabActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9BCB1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 16px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TabInActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #996600;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BCD9B1;
	border-right: 0px solid #B4BABE;
	border-bottom: 1px solid #BCD9B1;
	border-left: 0px solid #B4BABE;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;


}

.TabL {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD9B1;
	border-right-color: #BCD9B1;
	border-bottom-color: #BCD9B1;
	border-left-color: #BCD9B1;
	background-color: #FAFAFA;

}
.TabR {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CBD9;
	border-right-color: #B0CBD9;
	border-bottom-color: #B0CBD9;
	border-left-color: #B0CBD9;
	height: 3px;
	background-color: #FAFAFA;

}

.TableCell {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E8EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E8EB;
	margin: 0px;
}
.TableField {
	padding: 0px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E9E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	margin: 0px;
}
.TableRow1 {
	background-color: #FFFFFF;
}
.TableRow2 {
	background-color: #F9FCFD;
}
.TableRow3 {
	background-color: #E1F9FF;
}
.TableRowError {
	background-color: #EEF9FF;
}
.TableSlNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 5px 3px 1px;
	vertical-align: top;
	color: #232C30;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	text-align: right;
	white-space: nowrap;
	background-color: #EDF1F3;


}
.TableSlNo input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF2ED;

}
.Text11px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding: 3px 3px 3px 10px;
}
.Text12px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding: 3px 3px 3px 10px;
}
.TipText {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 28px;
	background-image: url(img/tip.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 15pt;

	}
.TrainAct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 20px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TrainNex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5095B6;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #B1BAD9;
	border-right: 1px dashed #B1BAD9;
	border-bottom: 1px dashed #B1BAD9;
	border-left: 1px none #B1BAD9;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	font-weight: normal;
}
.Train {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #F9F8DB;
	vertical-align: middle;
	font-weight: bold;
}
.TrainPrv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #BCD9B1;
	border-right: 1px dashed #BCD9B1;
	border-bottom: 1px dashed #BCD9B1;
	border-left: 1px none #BCD9B1;
	background-color: #F3F7F2;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-weight: normal;
}
.Warning {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/warn.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 17pt;

}.Note {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 20px 10px 30px;
	vertical-align: text-top;
	line-height: 15pt;

}
#BroadLayout {
	width:720px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;

}
.Information {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/inform.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.InlineConfirm {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/confirmsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineInformation {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/informationsm.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineError {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/errorsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineWarning {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/warningsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 8px 5px 8px 30px;
	}
.Highlighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE7EA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DADF;
	margin: 0px;
	font-weight: bold;
	background-color: #FCFFE1;


}
#SubLg {

	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	background-color:  #F9FEF9;
	padding: 2px;
}
.ButtonLink {
	background-image: url(img/button2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 8pt;
	padding: 0pt;
	background-position: left top;



}
.ButtonHi {

	background-image: url(img/button_a.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #636363;
	border-left-color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #014061;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #FEF092;
}
.SubHeader1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
}
.TableColHeadGr {

	font-family: Arial, Helvetica, sans-serif;


	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #CFF3DB;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.TableColHeadPi {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #F4E2F4;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.WhatNextHdng {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	padding: 5px 5px 1px 14px;
	vertical-align: text-top;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(img/redarrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;


}
.WhatNext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8.5pt;
	font-weight: normal;
	line-height: 14pt;
	vertical-align: top;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
}
/*.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 6px 4px 4px 6px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #757C8E;
	background-image: url(img/Tablesubg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	letter-spacing: 1px;
}*/
.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #40554F;
	background-color: #EEF2ED;
	font-weight: bold;
	border-top: 1px solid #7C8C77;
	border-right: 1px solid #7C8C77;
	border-left: 1px solid #7C8C77;
	vertical-align: middle;
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.Text14px {

	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:12pt;
	padding: 3px 3px 3px 10px;
}

.Text14px1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:14pt;
	padding: 3px 3px 3px 10px;
}

.TableColHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #491619;
	background-color: #FFE1E3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #F99FA6;
	border-bottom: 1px solid #A7767F;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}

.BenBack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: baseline;
	font-weight: bold;
	background-color: #000000;
	margin-right: 5px;
	height: 16px;
	width: 16px;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	float: left;
}

#search    {
    z-index: 1000;
    height: 20px;
    position:static;
    margin: 0 30px 0 0;
    text-align:center;
    }

#search input, #search select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	background-color: #F7FDF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: middle;
	}

/* Menu Items CSS */

.topMenu {
}

.submenu {
	padding: 0px;
}

.topItemNormal {
	background-image: url(img/bg_gr.gif);
	background-repeat: repeat;
	background-color: #CCE4F5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CADF;
	border-right-color: #6596C2;
	border-bottom-color: #447AAC;
	border-left-color: #C9DBE9;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.topItemOver {
	background-image: url(img/bg_or.gif);
	background-color: #CCE4F5;
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000022;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #447AAC;
	border-right-color: #C9DBE9;
	border-bottom-color: #B0CADF;
	border-left-color: #6596C2;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.itemNormal {
	cursor: pointer;
	background-color: #EDF6FA;
	padding: 3px 3px 3px 8px;
	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
}

.itemOver {
  	cursor: pointer;
  	background-color: #BFDDF2;
	padding: 3px 3px 3px 8px;
  	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
	}

.itemNormal1 {
    cursor: pointer;
    background-color: #FAE6E6;
    padding: 3px 3px 3px 8px;
    width: 200px;
    height: 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #f7d5db;
    border-right-color: #e995a3;
    border-bottom-color: #e995a3;
    border-left-color: #e995a3;
}

.itemOver1 {
    cursor: pointer;
    background-color: #FFCDD2;
    padding: 3px 3px 3px 8px;
    width: 200px;
    height: 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #7b3944;
    border-right-color: #b05060;
    border-bottom-color: #b05060;
    border-left-color: #d69ca6;
}

.itemTextNormal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.itemTextOver {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.itemTextNormalRight
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.itemTextOverRight
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.topItemTextNormal2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.topItemTextOver2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* Download Buttons */

TD.butonActive {
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #666666;
	color: #00CC00;
}
TD.butonClicked {
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #666666;
}
TD.buton {
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #339900;
}

.buttonbar {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}
.buttonbar:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}
.buttonbar:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border: 0px;
	line-height: 16px;
}


/* Style for Top Menu Background in HomeHeader.jsp */
.TopMenuBg {
  	background-color: #F8F8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1BAD9;
}

/* end Menu Items CSS */
.LabelSmArr {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/smallArrowRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmNopad {


	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 30px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
}
.LabelSmNopadCopy {



	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 14px 8px 10px 12px;
	vertical-align: top;
	line-height: 15pt;
}

.DwnManual {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 15pt;
	background-image: url(img/dwnMan.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.LabelSmComp {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 16px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
	background-image: url(img/complusary.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	text-align: right;
}
.LabelSmNC {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 16px 10px 0px;
	vertical-align: top;
	line-height: 15pt;
	text-align: right;
}
.ButtonPi {
	background: #FFEDFA url(img/button_pi.gif) repeat-x;
	border-top: 1px solid #FEDFEF;
	border-right: 1px solid #FEDFEF;
	border-bottom: 1px solid #E7BCD9;
	border-left: 1px solid #E7BCD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
}
.ButtonBl {
	background: #ECF2FF url(img/button_bl.gif) repeat-x;
	border-top: 1px solid #DFE9FE;
	border-right: 1px solid #DFE9FE;
	border-bottom: 1px solid #BCCAE7;
	border-left: 1px solid #BCCAE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*----------square buttons----------*/

.squaremeS {
	/*float:left;*/	
	text-align: center;
	display: block;
	width: 94px;
	height: 94px;
	margin:auto 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	color: #000;
	z-index:1001;
	cursor:pointer;
}

.squaremeS:HOVER  {
	-webkit-box-shadow: #333 0px 2px 8px;
	-moz-box-shadow: #333 0px 2px 8px;
	box-shadow: #333 0px 2px 8px;	 
	color: #333;
	border:0px;
}

.squaremeS:VISITED  {
	color: #000;
	border-bottom:0px #CCC;
}

/*----------round buttons----------*/

.roundmeS {
	/*float:left;*/	
	text-align: center;
	display: block;
	width: 100px;
	height: 100px;
	margin:auto 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	behavior: url(PIE/PIE.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	color: #000;
	z-index:1001;
	cursor:pointer;
}

.roundmeS:HOVER  {
	-webkit-box-shadow: #333 0px 2px 8px;
	-moz-box-shadow: #333 0px 2px 8px;
	box-shadow: #333 0px 2px 8px;	 
	color: #333;
	border:0px;
}

.roundmeS:VISITED  {
	color: #000;
	border-bottom:0px #CCC;
}

.bluePie {
border: 1px solid #AACCFF;
background: #AACCFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AACCFF));
background: -webkit-linear-gradient(#FFF, #AACCFF);
background: -moz-linear-gradient(#FFF, #AACCFF);
background: -ms-linear-gradient(#FFF, #AACCFF);
background: -o-linear-gradient(#FFF, #AACCFF);
background: linear-gradient(#FFF, #AACCFF);
-pie-background: linear-gradient(#FFF, #AACCFF);
}

.greenPie {
border: 1px solid #AAFFCC;
background: #AAFFCC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AAFFCC));
background: -webkit-linear-gradient(#FFF, #AAFFCC);
background: -moz-linear-gradient(#FFF, #AAFFCC);
background: -ms-linear-gradient(#FFF, #AAFFCC);
background: -o-linear-gradient(#FFF, #AAFFCC);
background: linear-gradient(#FFF, #AAFFCC);
-pie-background: linear-gradient(#FFF, #AAFFCC);
}

.cyanPie {
border: 1px solid #AAFFFF;
background: #AAFFFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#AAFFFF));
background: -webkit-linear-gradient(#FFF, #AAFFFF);
background: -moz-linear-gradient(#FFF, #AAFFFF);
background: -ms-linear-gradient(#FFF, #AAFFFF);
background: -o-linear-gradient(#FFF, #AAFFFF);
background: linear-gradient(#FFF, #AAFFFF);
-pie-background: linear-gradient(#FFF, #AAFFFF);
}

.redPie {
border: 1px solid #FFCCCC;
background: #FFCCCC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFCCCC));
background: -webkit-linear-gradient(#FFF, #FFCCCC);
background: -moz-linear-gradient(#FFF, #FFCCCC);
background: -ms-linear-gradient(#FFF, #FFCCCC);
background: -o-linear-gradient(#FFF, #FFCCCC);
background: linear-gradient(#FFF, #FFCCCC);
-pie-background: linear-gradient(#FFF, #FFCCCC);
}

.purpPie {
border: 1px solid #EECCFF;
background: #EECCFF;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EECCFF));
background: -webkit-linear-gradient(#FFF, #EECCFF);
background: -moz-linear-gradient(#FFF, #EECCFF);
background: -ms-linear-gradient(#FFF, #EECCFF);
background: -o-linear-gradient(#FFF, #EECCFF);
background: linear-gradient(#FFF, #EECCFF);
-pie-background: linear-gradient(#FFF, #EECCFF);
}

.orngPie {
border: 1px solid #FFD5A1;
background: #FFD5A1;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFD5A1));
background: -webkit-linear-gradient(#FFF, #FFD5A1);
background: -moz-linear-gradient(#FFF, #FFD5A1);
background: -ms-linear-gradient(#FFF, #FFD5A1);
background: -o-linear-gradient(#FFF, #FFD5A1);
background: linear-gradient(#FFF, #FFD5A1);
-pie-background: linear-gradient(#FFF, #FFD5A1);
}

.yeloPie {
border: 1px solid #FFFF99;
background: #FFFFBB;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FFFFBB));
background: -webkit-linear-gradient(#FFF, #FFFFBB);
background: -moz-linear-gradient(#FFF, #FFFFBB);
background: -ms-linear-gradient(#FFF, #FFFFBB);
background: -o-linear-gradient(#FFF, #FFFFBB);
background: linear-gradient(#FFF, #FFFFBB);
-pie-background: linear-gradient(#FFF, #FFFFBB);
}
.LabelOptComp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background: #F5F9F5 url(img/CondiMandatory.gif) no-repeat right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	text-align: right;
	word-spacing: 0.1em;
	border-right: 1px solid #E0E9E3;
}

.ButtonHiG {
	border-top: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #636363;
	border-left: 1px solid #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color:#B0FFE6;
}

/*modal*/

#confirm-modal {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(img/header_modal.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(img/button_modal.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}
/* Selectbox */

@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF;
	border: solid 1px #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	width: 98%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #CCC 0px 2px 8px;
	-moz-box-shadow: #CCC 0px 2px 8px;
	box-shadow: #CCC 0px 2px 8px;	 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0px;
	top: 0;
	width: 95%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
	border-bottom:none;
}
.sbToggle{
	background: url(img/select-icons.gif) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:link, .sbToggle:visited{
	border-bottom:none;
}	
.sbToggle:hover{
	background: url(img/select-icons.gif) 0 -167px no-repeat;
	border-bottom:none;
}
.sbToggleOpen{
	background: url(img/select-icons.gif) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(img/select-icons.gif) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #666;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 101;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
	border-bottom:none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #F60;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.topItemNormal1
{
	background: #FDE8EB url(img/bg_bl1.gif) repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top: 1px solid #cffceb;
	border-right: 1px solid #48a481;
	border-bottom: 1px solid #2b604c;
	border-left: 1px solid #8fcdb6;
	margin-right: 8px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.topItemOver1
{
	background: #FCCFD2 url(img/bg_bl2.gif) repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002;
	cursor: pointer;
	height: 24px;
	font-weight: bold;
	border-top: 1px solid #cffceb;
	border-right: 1px solid #48a481;
	border-bottom: 1px solid #2b604c;
	border-left: 1px solid #8fcdb6;
	margin-right: 8px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.itemNormal2 {
	cursor: pointer;
	background-color: #E6FAEA;
	padding: 3px 3px 3px 8px;
	width: 200px;
	height: 24px;
	border-top: 1px solid #D5F7DD;
	border-right: 1px solid #95E9A9;
	border-bottom: 1px solid #95E9A9;
	border-left: 1px solid #95E9A9;
}
.itemOver2 {
  	cursor: pointer;
  	background-color: #CDFFD5;
	padding: 3px 3px 3px 8px;
  	width: 200px;
	height: 24px;
	border-top: 1px solid #397B49;
	border-right: 1px solid #50B067;
	border-bottom: 1px solid #50B067;
	border-left: 1px solid #9BD5A9;
	}
	/*Show/Hide Password*/
.pass_show{position: relative} 
.pass_show .ptxt { 
position: absolute;
top: 50%;
left: 130px;
z-index: 1;
color: #06C;
margin-top: -10px;
cursor: pointer;
transition: .3s ease all;
} 
.pass_show .ptxt:hover{color: #06C;} 
