﻿body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
}
.imglink
{
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	cursor: pointer;
}
.imghover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor: pointer;
}
th
{
	padding-right: 5px;
	text-align:right;
}
td
{
	text-align:left;
	}
a
{
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
a:link
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #1639A9;
	text-decoration: underline;
}
a:active
{
	color: #008eb7;
	text-decoration: none;
}

.TextBoxStyle
{
	color: #000;
	background-color: #FFF;
	border-width: 1px;
	height: 17px;
	border-style: solid;
	width: 150px;
	font-family:Arial;
	border-top-color: #B0C4DE;
	border-right-color: #778899;
	border-bottom-color: #778899;
	border-left-color: #B0C4DE;
	scrollbar-face-color: #EBEBEB;
	scrollbar-highlight-color: #EBEBEB;
	scrollbar-shadow-color: #C5C5C5;
	scrollbar-3dlight-color: #C5C5C5;
	scrollbar-arrow-color: #C5C5C5;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
}
.FocusTextBox
{
	color: #666;
	background-color: #F5FEEB;
	height: 17px;
	border: 1px solid #CDFA9C;
	width: 150px;
	font-family:Arial;
	scrollbar-face-color: #EBEBEB;
	scrollbar-highlight-color: #EBEBEB;
	scrollbar-shadow-color: #C5C5C5;
	scrollbar-3dlight-color: #C5C5C5;
	scrollbar-arrow-color: #C5C5C5;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
}
/*.ButtonStyle
{
	color:#000;
	width:80px;
	height:21px;
	text-align:center;
	line-height:21px;
	border:0px;
	cursor:pointer;
	background-color:Transparent;
    background:url(../../Images/btn_bg_lightblue.gif) no-repeat center center;
	}
.FocusButtonStyle
{
	color:White;
	width:80px;
	cursor:pointer;
	height:21px;
	text-align:center;
	border:0px;
	background-color:Transparent;
	line-height:21px;
	background:url(../../Images/btn_bg_blue.gif) no-repeat center center;
	}*/
.ButtonStyle
{
	height: 22px;
	line-height:22px;
	border-right: #2C59AA 1px solid;
	border-top: #2C59AA 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	border-left: #2C59AA 1px solid;
	border-bottom: #2C59AA 1px solid;
	font-family: 宋体 italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #284775;
	cursor: pointer;
}
.FocusButtonStyle
{
	height: 22px;
	line-height:22px;
	border-right: #2C59AA 1px solid;
	border-top: #2C59AA 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4682B4, EndColorStr=#87CEEB);
	border-left: #2C59AA 1px solid;
	border-bottom: #2C59AA 1px solid;
	font-family: 宋体 italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	cursor: pointer;
}
hr
{
	height: 0.1px;
	border: solid 0.1px Black;
	overflow: hidden;
}
fieldset
{
	border: solid 1px #7d9edb;
}