﻿td {
	font-size: 12px;
	line-height: 180%;
}
body {
	background-color: #D2E3EA;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
/*超链的样式属性*/
A
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    TEXT-DECORATION: none
}

/*超链没有被访问过的样式属性*/
a:link {
	color: #333333;
	text-decoration: none;
}

/*超链被访问过的样式属性*/
a:visited
{
	color: #800080;
	text-decoration: none;
}

/*超链被选中的样式属性*/
a:active
{
	color: #0066FF;
	text-decoration: underline;
}

/*鼠标悬停在超链上的样式属性，IE特有*/

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
/*下拉选项的样式属性*/
select{
	font-size:12px;
}
/*文本框的样式属性*/
.textbox
{
   border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #808080;
	height:22;
	width:90%
	
}
/*LOGO所在表格的背景*/
.headtable1{ 
	background-color:#63A6D1;
}

/*图片所在表格的背景*/
.headtable2{ 
	background-image:url("../titmidbg.gif");
}

/*导航所在表格的背景*/
.headtable3{ 
	background-image:url("../titdownbg.gif");
}

/*左边阴影背景*/
.babytableleftbg{ 
	background-image:url("../bodyleftbg.gif"); 
	width:16
}
/*右边阴影背景*/
.babytablerightbg{ 
	background-image:url("../bodyrightbg.gif");
	width:16
}
/*中间TD的样式属性*/
.babytablemidtd{  
	background-color:#EEF6FA; 
	height:477; 
	vertical-align:top
}
/*LOGO所在表格的背景*/
.foottablebg{ 
	background-color:#8FBEDC;
}
/*dategrid的样式属性开始*/
.dategrid{
   	border-color:#41A8AD; 
	border-top-width:0px; 
	border:3px; 	 
	width:100%; 
}
/*标题行的样式属性*/
.HeadTR
{
	font-weight:bold; 
	background-color:#0A5484; 
 	height:25px;
	text-align:center;	
	color:#FFFFFF;

}
/*列表行的样式属性*/
.ItemTR
{
	background-color:#EEEEEE;
	height:25;	
	text-align:center; 
	vertical-align:middle; 
	color:#000000
}
/*交替行的样式属性*/
.AlternatingTR
{
	background-color:Gainsboro;
	height:25;	
	text-align:center; 
	vertical-align:middle; 
	color:#000000
}
.FootTR
{
	background-color:white; 
	color:#000000; 
	vertical-align:middle; 
	height:20 
}
/*分页行的样式属性*/
.PageTR
{
	background-color: #5FB9E4;
	color:#000000;
	vertical-align:middle
}
/*选中行的样式属性*/
.SelectedTR
{
	background-color:#008A8C; 
	color:#FFFFFF; 
	font-weight:bold;
 	height:25px; 
	text-align:center; 
	width:100%
}
.tabletd
{
	background-color:#E0EDFC;
}
.HoverTR
{
	background-color:#ffffff;
}
.bg {
	background-image: url(../images/L_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}



/*dategrid的样式属性结束*/
