﻿body{
	scrollbar-face-color: #E7771B;
	scrollbar-shadow-color: #CC3300;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #5D9BE5;
	scrollbar-3dlight-color: #FFCC66;
	background-color:#efefef;
	font-family: Tahoma, Arial, Helvetica;
	direction:ltr;
}

a:link{
	color:maroon;
}


#MainTbl{

}

input.TxtBox{
	border: 1px solid #6699cc;
	font-family:  Tahoma, Arial, Helvetica;
	font-size: 8pt;
	height: 20px;
}


.RevAlign{
	float: right;
}

.RevAlignIn{
	text-align: right;
}

.MsgAlert{
	font-size: 8pt;
	color: Red;
}

.TitleMed-White{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: White;
	font-weight: bold;
}


.BodyHdr{
	background: url(../images/HdrBody1_En.jpg) no-repeat left top;
}

.BodyHdrBkg{
	background: url(../images/HdrBodyBkg.jpg) repeat-x top;
	height:98px;
}


.BodyTbl{

}

.FormTitle{
	background: url(../images/TitleEdgBkg.gif) repeat-x top center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	line-height: 20px;
	color: Maroon;
	font-weight: bold;
	padding: 2px 15px 0px 15px;
}


/* Border Dark */
.BrdT{
	border-top: 1px solid #3f3f3f;
}

.BrdB{
	border-bottom: 1px solid #3f3f3f;
}

.BrdTB{
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
}

.BrdTRB{
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
}

.BrdRBL{
	border-bottom: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
}


.BrdTRBL{
	border: 1px solid #3f3f3f;

}

.BrdRL{
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
}
/* End Border Dark */



/* border light */

.BrdT2{
	border-top: 1px solid #999999;
}

.BrdB2{
	border-bottom: 1px solid #999999;
}



.BrdTB2{
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

.BrdTRB2{
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.BrdRBL2{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}


.BrdTRBL2{
	border: 1px solid #999999;

}

.BrdRL2{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* End Border light */



#CentralPart{
	background-color: #ffffff;
	height: 300px;
	padding: 15px 10px 5px 10px;
}

/* Control Panel Menu */

.CPMenu{
	padding: 6px;
	background: White url(../images/CPMenuBkg.gif) repeat-x bottom;
	border: 1px solid #9ba7b1;
}

.CPMenuSize{
	width: 150px;
	height: 460px;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background: url(../images/CPMenuHdr.gif) repeat-x top;
	padding: 10px 0px 0px 0px;
}

.CPMenuTbl{
	margin-bottom: 20px;
}

.CPMenuTbl td{
	padding: 0px 5px 0px 5px;
	background: #FEFEFF url(../images/CPMenuLinkBkg.gif) repeat-x top;
	height: 32px;
}

.CPMenuTbl td img{
	margin-left: 6px;
}

.CPMenuTbl a{
	font-family:  Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: maroon;
	text-decoration: none;
	width: 100%;
}

.CPMenuTbl a:hover{
	color:#ff6600;
	width: 100%;
}


.FormBkg{
	background-color: #f4f4f5;
	width: 100%;
}



.FormContent{
		border-right: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 10px;
}





/* Vertical Menu */
.CPCat{
	margin-bottom: 5px;
}

.CPCat ul{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

.CPCat li{
	list-style: none;
	list-style-image: url(../images/CpCatBullet.gif);
}

.CPCat li a{
	font-family:  Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: maroon;
	text-decoration: none;
	width: 100%;
}



/* Form Elements */

.FormTbl{

}

.SubmitBtn{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background: transparent url(../images/BtnBkg.gif) repeat-x center;
	height: 22px;
	border: 1px solid #808080;
	padding: 0px 3px 1px 5px;
}

.LblSml{
	font-size: 9pt;
}


.LblSml a, a.LblSml, a:visited.LblSml, .LblSml a:visited{
	font-size: 9pt;
	color:maroon;
}


.SelectBox{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
}

.FormTbl Legend{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	color: navy;
}

.FormTbl fieldset{
	border: 1px solid maroon;
}

div#ScrollArea{
	OVERFLOW-y: auto;
	padding: 0px 10px 0px 15px;
	height:400px;
}




.FormSubTitle{
	font-family: Verdana, Arial, Helvetica;
	background: #A45940 url(../images/TblHdrBkg.gif) repeat-x top;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 18px;
	color: White;
	padding-left: 10px;
	height: 32px;
}

.ColomTbl{
	border: 1px solid maroon;
}


.Spc{
	background: url(../images/VDottedLine.gif) repeat-x center;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}


.GridTbl{
	border: 1px solid maroon;

}

.GridTbl td{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border-bottom: 1px dotted white;
}

.GridTbl .GridTitle{
	background: #A45940;/* url(../images/TblHdrBkg.gif) repeat-x top;*/
	border-left: 1px solid white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 20px;
	color: White;
	padding-left: 5px;
	height: 32px;

}


.GridTbl a:visited{
	color: gray;
	font-weight: normal;
}

.GridTbl a{
	color: maroon;
	text-decoration: none;
	font-weight:bold;
}
.GridTbl a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.TblHeadeing{
	font-size: 11px;
	line-height: 20px;
	color: black;
	background: transparent url('../images/WPHeaderBg.gif') repeat-x bottom left;
	height: 28px;
	padding-right: 5px;
	padding-left: 10px;

}

.PageName{
	background: #fa6d09 url(../images/PageNameBkg.gif) repeat-x top;
}

.PageTitle{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 16px;
	color: White;
	text-align: center;
	padding: 0px 50px 0px 50px;
}


.Msg{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: gray;
}

.LinkView{
	background:transparent url(../images/ViewIcon.gif) no-repeat right center;
	padding: 5px 5px 5px 25px;
	height:25px;
}

.LinkView a{
	font-size:8pt;
	color:maroon;
	text-decoration:none;
}

.LinkView a:hover{
	color:#ff6600;
	text-decoration:underline;
}

ul.ListNorm{
	font-family: Tahoma, Arial, Helvetica;
	margin: 5px 5px 5px 20px;
	padding:0px;
	font-size:8pt;
	list-style-type:square;
	color: navy;
}

/* Switch Layer Script style */


#fax{
	position:absolute;
	display:none;
	width:460px;
	top:145px;
	left:15px;
	padding: 5px 5px 10px 5px;
	background-color: #C0C0C0;
	scrollbar-face-color: gray;
	scrollbar-shadow-color: ActiveBorder;
	border-left: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	border-right: 2px silver solid;
}
	
#comm {
	position:absolute;
	display:none;
	top:145px;
	right: 10px;
	width:460px;
	padding: 5px 5px 10px 5px;
	background-color: #C0C0C0;
	scrollbar-face-color: gray;
	scrollbar-shadow-color: ActiveBorder;
	border-right: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	border-left: 2px silver solid;
}

}
	
.LyrClose{
	display:inline;
	float:right;
	line-height:26px;
	vertical-align: middle;
}

.LyrTitle{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: White;

}
/*#OpLyr{
	background-color:aqua;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	opacity:.8;
	filter: alpha(opacity=80);
	height:100%;
	width:100%;

}*/

a.Lang{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: 600;
	color:white;
	font-size:8pt;
	text-decoration:none;
	background: #FA6D09 url(../images/LangBg.gif) no-repeat top;
	display:block;
	width:165px;
	height:20px;
	line-height:19px;
	text-align:center;
	margin-bottom:20px;
}


/* Login Page Collapse expand */

.iconspan{
	float: left;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.ShowHid{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	background-color: #F5F5F5;
	font-weight: bold;
	border: 1px solid  #FF9900;
	padding: 3px;
	color: #333333;

}

div.ShowHid{
	width: 450px;
	margin-right:30px;
	margin-top:1px;
}

.icongroup1{
	width:450px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: .75em;
	border-bottom: 1px silver solid;
	background-color:#F5F5F5;
	padding: 5px;

}


.ShowHidTitle{
	background: url(../images/TitleEdgBkg.gif) repeat-x top center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	line-height: 20px;
	color: Maroon;
	font-weight: bold;
	border-left:1px silver solid;
	border-right:1px silver solid;
	padding: 2px 10px 0px 10px;

}

.panel1{
	background: url(../images/TitleEdgBkg.gif) repeat-x top center;
	border-left:1px silver solid;
	border-right:1px silver solid;
	padding: 2px 10px 0px 10px;

}

.panel1 h3{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	line-height: 20px;
	color: Maroon;
	font-weight: bold;
	font-size: 9pt !important;
	display:inline;
	
}


/* End */

