﻿.AspButton, button
{
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial;
	background-image: url(images/buttonBg.gif);
	background-position: top;
	border: 1px solid #D5D5D5;
	background-color: white; /*	border-bottom: 1px solid #C2C2C2; 	border-right: 1px solid #C2C2C2; 	height:20px;*/
	width: 80px;
}
.AspTextBox
{
	font-size: 1em;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana,sans-serif,SimSun,宋体;
	padding: 2px;
}
.AspTextBoxReadOnly
{
	font-size: 1em;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana,sans-serif,SimSun,宋体;
	padding: 2px;
	background-color: #EEEEEE;
	border-color: Gray;
}
/*****************************************************************************************************/
/* GridView */
.gv
{
	font-family: Tahoma;
	border-color: Black;
	border-width: 1px;
}
.gvNoTop
{
	font-family: Tahoma;
	border-color: Black;
	border-top-width: 0px;
	border-top-style: none;
	border-width: 1px;
}
.gvSelectedRow
{
	background-color: #FFFFC0;
}
.gvHeader
{
	background-image: url(images/A_header_link.gif);
	height: 17px;
}
.gvHeader th
{
	padding: 0px;
}
.gvHeader a
{
	height: 100%;
	width: 100%;
	color: Black;
	text-decoration: none;
	padding-top: 3px;
	display: block;
}
.gvHeader a:link
{
	color: Black;
}
.gvHeader a:visited
{
	color: Black;
}
.gvHeader a:active
{
	background-image: url(images/A_header_active.gif);
	color: Black;
}
.gvHeader a:hover
{
	background-image: url(images/A_header_hover.gif);
	color: Black;
}
.gvPager
{
	background-color: #E5E5E5;
}

/*****************************************************************************************************/
/* DetialsView */
.AspDetailsView
{
	font-family: Verdana,sans-serif,SimSun,宋体;
	background-color: White;
	border-color: #FF8000;
	border-style: solid;
	border-width: 1px;
}
.AspDetailsHeader
{
	background-color: White;
	font-weight: bold;
	text-align: center;
	border-color: #FF8000;
	height: 20px;
	color: Black;
}
.AspDetailsViewRow
{
	height: 20px;
	text-align: left;
}
.AspDetailsViewFieldHeader
{
	background-color: #FF8000;
	border-color: White;
	border-width: 1px;
	font-weight: bold;
	color: White;
}

/*****************************************************************************************************/
.comboTable
{
}
.comboTable TD
{
	background-image: url(images/rowBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.comboTable DIV
{
	padding-left: 7px;
	padding-bottom: 5px;
}
.comboHead
{
	text-align: center;
	font-weight: bold;
}

/*****************************************************************************************************/
