/* General CSS Tag */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
/*	background-image:url(bg.gif);*/
}
A {
	color: #0E4F91;
	font-size: 9pt;
	text-decoration: none;
}
A:hover {
	color: #000000;
	font-size: 9pt;
	text-decoration: underline;
}
td{font-size: 9pt;}
th{font-size:9pt;color:#333333; text-align:left;}
hr{height:1px;color:#999999;width:98%}
.dotted {border:1px dotted #999999}
.InputBtn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 18px;
	border: 1px solid #999999;
}
select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	background-color:#FFFCF9;
	border:1px solid #9C9491;
}
.textbox {
	font-size: 9pt;
	color: #333333;
	background:transparent;
	border-bottom: 1px solid #135CA5;
	border-left:none;
	border-top:none;
	border-right:none;
	width:100%;
}
.textboxy {
	font-size: 9pt;
	color: #333333;
	background:transparent;
	border-bottom: 1px solid #635CA5;
	border-left:none;
	border-top:none;
	border-right:none;
	width:100%;
}
.need {
	font-size: 9pt;
	color: #ff0000;
}
.Input {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	background-color:#FFFCF9;
	border:1px solid #9C9491;
}
.Input2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	background-color:#FFFEEA;
	border:1px solid #9C9491;
}


.Date {
	font-size:10px;
	color: #666666;
}
.link1 {
	font-size: 9pt;
	color: #ff6300;
}
.link2 {
	font-size: 9pt;
	color: #333333;
}
.link3 {
	font-size: 9pt;
	color: #FFFFFF;
}
.Title {
	font-weight: bold;
	color: #0E4F91;
}
/*** Popup ***/
.Popup
{
	background-image:url(Head_pupupbg.png);
	color:#666666;
	cursor:hand;	
	height:18px;
	width: 108px;
	padding-left: 25px;
}
.PopupOver
{
	background-image:url(Head_pupupbgOver.png);
	color:#FFFFFF;
	cursor:hand;	
	height:18px;
	width:108px;
	padding-left: 25px;
}
/*** LeftBar ***/
.LeftTitle
{
	background-image:url(Left_TitleBg.png);
	width:129px;
	height:30px;
	color:#0E4F91;
	font-weight:bold;
	padding-left: 25px;
}
.LeftBar
{
	background-image:url(Left_Bar1.png);
	background-repeat:no-repeat;
	background-position-Y:center;
	height: 40px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
	cursor: hand;
}
.LeftBarOver
{
	background-image:url(Left_BarOver1.png);
	background-repeat:no-repeat;
	background-position-Y:center;
	height: 40px;
	color: #0E4F91;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
	cursor: hand;
}
/*** DataGrid ***/
.DataGrid {
	BORDER: #666666 1px solid;
	BORDER-COLLAPSE: collapse
}
.DataGrid TD {
	BORDER: #aaaaaa 1px solid;
}
.DataGrid1 {
	BORDER: #666666 1px solid;
	BORDER-COLLAPSE: collapse
}
.td2 {
	BORDER: #aaaaaa 1px solid;
}
.DataGridHeader {
	background-color: #254f87;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	text-align:center;
}
.DataGridHeader A {
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
.DataGridHeader A:hover {
	COLOR: #d9f1df;
	TEXT-DECORATION: none
}
.DataGridItem {
	BACKGROUND-COLOR: #d9e3f1;
}
.DataGridAlternatingItem {
	BACKGROUND-COLOR: #ffffff;
}
.DataGridMouseOverItem {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #005cb9;
	text-align:center;
}
.DataGridEditItem {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #5c00b9;
	text-align:center;
}
.DataGridPager {
	COLOR: #003f88;
	BACKGROUND-COLOR: #f5f5f5;
	text-align:center;
}
.DataGridPager TABLE {
	COLOR: #003f88
}
.noborder TD
{
	border:0px;
}

