﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	
}

/*超级链接*/
a:link
{
	color: #3751a6;
	text-decoration: none;
}
a:hover
{
	color: #0066ff;
	text-decoration: underline;
}
a:visited
{
	color: #3751a6;
	text-decoration: none;
}
a:active
{
	color: #3751a6;
	text-decoration: none;
}

.imgUrl
{
	cursor: hand;
}

.textbox
{
	height:17px;
	width:160px;
	font-size:12px;
}
.button
{
	height:22px;
	width:60px;
}

.main_page
{
	background-color: #ffffff;
	height: 100%;
	margin: 10px;
	text-align: center;
	font-size: 12px;
}
/**/
.main_title
{
	text-align: center;
	height: 28px;
	width: 126px;
	background-image: url(../Images/main_title_bg.gif);
	font-weight: bold;
	color: #ffffff;
}

.main_content_frame
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.main_content_div
{
	background-color: #f5f5f5;
	width: 99%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

.main_content_left
{
	padding-right: 5px;
	width: 150px;
	height: 28px;
	text-align: right;
}

.main_content_right
{
	padding-left: 5px;
	width: 180px;
	height: 28px;
	text-align: left;
}

.main_content_descript
{
	padding-left: 5px;
	height: 28px;
	text-align: left;
	width: 250px;
}

.textbox
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.content_bottom
{
	border-bottom: #a9a9a9 1px groove;
}

.mgr_search
{
	
}

.mgr_menu
{
	text-align:right;
	padding-right:5px;
}

.mgr_gv
{
	
}

.pageNext
{
	height: 23px;
	background-color: #dcdcdc;
	color: #3751a6;
}
a img{border:none}