﻿/* whole page */
html
{
	scrollbar-face-color: #c1d4fe;
	scrollbar-arrow-color: #576d96;
	scrollbar-track-color: #f9f8f4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #8594a7;
	scrollbar-Shadow-color: #ffffff;
	scrollbar-darkshadow-color: #8594a7;
}
body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font: 9pt 宋体;
	width: 100%;
}


/* href */
a
{
	color: #3366CC;
	text-decoration: none;
}
a.toolbar
{
	color: #646464;
	font: 11px;
	text-decoration: none;
}
a.rtn
{
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
}
a:hover
{
	color: #1D489E;
	text-decoration: none;
}


/* head title */
h2
{
	height: 23px;
	margin: 5px 0px 0px 2px;
	padding-top: 7px;
	padding-left: 50px;
	padding-bottom:10px;
	color: #639213;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(../../images/Default/h2.gif) no-repeat;
}
h3
{
	font-size: 9pt;
	display: inline;
	padding-top: 3px;
	padding-left: 20px;
	background: url(../../images/Default/arrow_entry.gif) no-repeat;
}
h4
{
	margin: 2px 0px 5px 2px;
	font-size: 12pt;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}


/* button */
.imgbtn
{
	background-image: url(../../Images/Default/btn_bg.gif);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	background-color: transparent;
	cursor: hand;
	border-right: #375fae 1px solid;
	border-top: #375fae 1px solid;
	border-left: #375fae 1px solid;
	border-bottom: #375fae 1px solid;
}
input.qrybtn
{
	width:25px;
	height:22px;
	background-image: url(../../Images/Default/btn_qry.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:Transparent;
	cursor: hand;
	border:none;
}

/* red strong */
strong.red
{
	color:Red;
}
.G_red
{
	font-weight: bold;
	color: Red;
}

/* over */
.listover100
{
	width:100px;
	text-align:left;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 2px;
}
.listover120
{
	width:120px;
	text-align:left;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 2px;
}
.listover150
{
	width:150px;
	text-align:left;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 2px;
}
.listover200
{
	width:200px;
	text-align:left;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 2px;
}
.listover300
{
	width:300px;
	text-align:left;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 2px;
}

/*----查看处罚依据相关----*/
#div_PunishArticle
{
	position:relative;
	float:left;
	width:406px;
	border:0px;
}
.PunishArticle
{
	position:relative;
}
.PunishArticle p
{
	position:absolute;
	top:2px;
	left:250px;
	width:330px;
	display:none;
	border:1px solid gray;
	padding:0px;
	background-color:#FFFFCC;
	font-size:12px;
	line-height:20px;
	caption-side:top;
	filter:Alpha(Opacity=100);
}
.PunishArticle:hover p, p:hover
{
	display:block;
}