body {
  color            : #333333;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-bottom    : 20px;
  padding          : 0px;
  background-color : #FFFFFF;
  font-family      : Trebuchet MS, MS Sans Sarif, Arial, sans-serif;
  font-size        : 13px;
	width : auto;
	SCROLLBAR-FACE-COLOR: #ffffff;
	scrollbar-darkshadow-color: #AABBBF;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #AABBBF; 
	SCROLLBAR-3DDARK-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #966D1B;
	SCROLLBAR-TRACK-COLOR: #D8E0E4;
	SCROLLBAR-BASE-COLOR: #D8E0E4;
	overflow-y : scroll!important;
	overflow-x : visible;
}

.subtitle {
  color            : #333333;
  font-family      : Trebuchet MS, MS Sans Sarif, Arial, sans-serif;
  font-size        : 14px;
	width : auto;
}

.menuTitle {
  font-family      : Trebuchet MS, MS Sans Sarif, Arial, sans-serif;
  font-size        : 16px;
  color            : #966D1B;
  font-weight      : 800;
	width : auto;
}

.warning {
  font-family      : Trebuchet MS, MS Sans Sarif;
  font-size        : 16px;
  font-weight      : BOLD;
  color            : #FE0000;
	width : auto;
}

.warningBlack {
  font-family      : Arial Black, sans-serif, Trebuchet MS, MS Sans Sarif;
  font-size        : 14px;
  font-weight      : BOLDER;
  color            : #000000;
	width : auto;
}

.warningDark {
  font-family      : SimHei, Arial Black;
  font-size        : 18px;
  font-weight      : BOLD;
  color            : #000000;
	width : auto;
}

td, tr, p, div {
  font-family      : Trebuchet MS, MS Sans Sarif, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #565656;
  vertical-align   : top;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

.pageBody {
	height: 420px;
	overflow:auto;
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	border-right:#666666 thin solid;
	border-left:#666666 thin solid;
}

td.TopLeftWhite {
	background-image:url(../images/bgs/white_top_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
td.TopWhite {
	background-image:url(../images/bgs/white_top.gif);
	height:20px;
	vertical-align:bottom;
}
td.TopRightWhite {
	background-image:url(../images/bgs/white_top_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}
td.BottomLeftWhite {
	background-image:url(../images/bgs/white_bottom_left.gif);
	height:20px;
	width:20px;
	vertical-align:bottom;
	background-position:bottom left;
}
td.BottomWhite {
	background-image:url(../images/bgs/white_bottom.gif);
	height:20px;
	vertical-align:bottom;
	background-position:bottom;
}
td.BottomRightWhite {
	background-image:url(../images/bgs/white_bottom_right.gif);
	height:20px;
	width:20px;
	vertical-align:bottom;
	background-position:bottom right;
}
td.White {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	border-left:#D5DDEA solid 1px;
	border-right:#D5DDEA solid 1px;
}

.White {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	border-left:#D5DDEA solid 1px;
	border-right:#D5DDEA solid 1px;
}

