body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cssBgPageL {
	background-image: url(../img/bg_squarel.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.cssBgPageR {
	background-image: url(../img/bg_squarer.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.cssBgHeaderVip {
	background-image: url(../img/bg_header_vip.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.cssTxtHeader {
	color: #712E14;
}
.cssNews {
	color: #FFFFFF;
}
.cssCopyR {
	color: #FFFFFF;
}
.cssMainPad {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.cssLink {
	color: #5B5B5B;
	cursor: hand;
}
.cssLink1 {
	color: #ffffff;
}
.cssLinkMenuLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.cssLinkMenuLeftSelected 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #E18909;
	border: none;
	cursor: default;
}
.cssLinkMenuLeft1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #712E14;
	text-decoration:none
}
.cssTxtWhite {
	color: #FFFFFF;
}
.cssLoginForm {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 114px;
}
.cssBgMenuLeft{
	background-image:url(../img/bg_lblock.jpg);
	background-position:left top;
	background-repeat:no-repeat
}.cssBgContent {
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.cssBgLeftShadow {
	background-image: url(../img/bg_lblock.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.cssInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #7E7E7E;
}
.cssInput1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: 19px;
	width: 140px;
	border: 1px solid #7E7E7E;
}

.cssInputBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: 19px;
	width: 290px;
	border: 1px solid #7E7E7E;
}
.cssInputBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D4D2D3;
	height: 24px;
	width: 59px;
	border: 1px solid #929292;
		cursor:hand;
}
.cssBlackFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 180px;
	
}
.cssBgLogo {
	background-image: url(../img/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*************** Buttons *************************/
input.btnOk
{
	width: 81;
	height: 24;
	background: transparent none repeat scroll 0% 0%;
	background-image: url(../img/btn_ok.gif);
	border: #000000 0 none;
	cursor : hand;
}
input.btnCancel
{
	width: 81;
	height: 24;
	background: transparent none repeat scroll 0% 0%;
	background-image: url(../img/btn_cancel.gif);
	border: #000000 0 none;
	cursor : hand;
}
.cButton
{
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 12px;
    font-style       : Normal;
    border           : 1px Solid Black;
    color            : #000000;
    background-image : url(../img/btn_bg.gif);
}
/*
.BtnLoginNew
{
	FONT-WEIGHT: bold; 
	COLOR: white; 
	BORDER-TOP-STYLE: ridge; 
	BORDER-RIGHT-STYLE: ridge; 
	BORDER-LEFT-STYLE: ridge; 
	BACKGROUND-COLOR: #660000; 
	BORDER-BOTTOM-STYLE: ridge;	
}
*/
.BtnLoginNew
{
	BACKGROUND-IMAGE: url(../img/btn_login.gif); 
	WIDTH: 59px; 
	BORDER-TOP-STYLE: none; 
	BACKGROUND-REPEAT: no-repeat; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	HEIGHT: 24px; 
	BACKGROUND-COLOR: transparent; 
	BORDER-BOTTOM-STYLE: none;	
}

/*************** End Buttons **********************/
.GlobalErrorTitle
{
	font-size:large;
	font-weight:bold;
	color:red;
}
.GlobalErrorText
{
	font-size:medium;
	font-weight:normal;
	color:black;
}

/*WebControls GRID (begin)*************************************/
.BgGrid
{
	font-family: Arial, Helvetica, sans-serif;
	border: black;	
}

.BgGrid td 
{
	border-color: black;
	COLOR: black; 
	font-size: 12px;
	padding: 0.1em 0.4em;
}

.BgHeader td 
{
	border-right: 1px solid; 
	border-top: 1px solid; 
	border-left: 1px solid; 
	border-bottom: 1px solid; 
	border-color: black;
	background-color: "#9A9A9A";
	color: black;
	font-size: 13px;
	padding: 2px;
	text-align: center;
}

.BgHeader td  a {
	background-color: "#9A9A9A";
	color: black;
	font-size: 12px;
	padding: 2px;
	line-height: 16px;
}

.BgRowWhite td 
{
	background-color: "#E1E1E1";
	vertical-align: top;
	height: 20px;
}

.BgRowWhite td a
{
	background-color: "#E1E1E1";
	vertical-align: top;
	color: #5B5B5B;
}

.BgRowWhiteEven td 
{
	background-color: "#E1E1E1";
	vertical-align: top;
	height: 20px;
}

.BgRowWhiteEven td a
{
	background-color: "#E1E1E1";
	vertical-align: top;
	color: #5B5B5B;
}
/*WebControls GRID (end)

