﻿.OverTr
{
	background: #dddddd;
}
.BgTr
{
	background: #f6f6f6;
}
.SelectedTr
{
	background-color: #cccccc;
}

.ErrorMessage
{
	font-size: 14px;
	color: Red;
	font-weight: bold;
}
.ErrorLab
{
	font-size: 12px;
	color: Red;
}

.Hide
{
	display: none;
}
.ShowDiv
{
	display: none;
}

table.GridView
{
	width: 98%;
	line-height: 22px;
}



/*----------删除，修改，置顶 操作的背景图片----------*/
.DeleteA, .SetTopA, .CancelTopA, .UpdateA
{
	color: #336699;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.DeleteA
{
	background-image: url("/css/images/GridView/icondel.gif");
}
.SetTopA
{
	background-image: url("/css/images/GridView/iconTop.gif");
}
.CancelTopA
{
	background-image: url("/css/images/GridView/iconCancleTop.gif");
}
.UpdateA
{
	background-image: url("/css/images/GridView/iconedit.gif");
}

.CancelHot
{
	color: Red;
}
.DeleteA:hover, .SetTopA:hover, .CancelTopA:hover, .UpdateA:hover, .SetHot:hover
{
	color: Red;
}

/*---------------- End ----------*/

#MainAction
{
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1px solid #AAAAAA;
	clear: both;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 10px;
	font-weight: bold;
	color: #000000;
}
#MainAction a
{
	color: blue;
	font-size: 13px;
}
#MainAction a:hover
{
	color: Red;
}

/*
#MainAction
{
	padding: 0.5em 1em 0.3em;
	position: relative;
	-moz-border-radius: 4px 4px 4px 4px;
	background: url("/UiTheme/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
	display: block;
	border: 1px solid #AAAAAA;
	color:#000000;
	font-size:14px;
	margin:10px 0;

}
*/