body
{
	font-family: "宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	color: #777777;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #00bbbb;
	scrollbar-shadow-color: #00bbbb;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #00bbbb;
	scrollbar-3dlight-color: #fff;
	scrollbar-track-color: #fff;
}

a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #777777;
	text-decoration: none;
}

.big
{
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.blue_big
{
	font-size: 12px;
	font-weight: bold;
	color: #4E90C0;
}
.bold
{
	font-size: 12px;
	font-weight: bold;
}

.red
{
	color: red;
	font-weight: bold;
}

.blue
{
	font-size: 12px;
	color: #69B1D9;
}

.teal
{
	color: #00bbbb;
}

.light
{
	color: #777777;
}

.tip
{
	color: #333;
	font-weight: bold;
}

.title
{
	color: white;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 24px;
	z-index: 2;
	font-weight: bold;
}
.timespan
{
	padding: 2px;
	padding-left: 20px;
	color: #999999;
	font-size: 12px;
	background-color: #efefef;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}

#header
{
	background: black url(images/header.gif) repeat-x;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	z-index: 2;
	height: 30px;
}

#title
{
	color: white;
	font-size: 14px;
	letter-spacing: 3px;
	z-index: 2;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

#title2
{
	color: #999999;
	float: right;
	letter-spacing: 3px;
	z-index: 2;
	padding: 5px;
}

#header2
{
	background-color: #efefef;
	border-bottom: 1px solid #dddddd;
	padding: 0px;
	z-index: 2;
}

/******************************************
 * 左边菜单用到的css(开始)
 ******************************************/
#sidemenuhead
{
	position: relative;
	top: 0px;
	width: 151px;
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	cursor: hand;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	z-index: 1;
	font-weight: bold;
}

#sidemenutail
{
	position: relative;
	top: 3px;
	width: 151px;
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-left: none;
	cursor: hand;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	z-index: 1;
	font-weight: bold;
}

.sidemenuitem
{
	position: relative;
	top: 1px;
	width: 151px;
	background-color: #00bbbb;
	border-top: 1px solid white;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: white;
	z-index: 2;
	cursor: hand;
	color: White;
}

.sidemenuitem_list
{
	position: relative;
	top: 1px;
	width: 151px;
	background-color: #f7f7f7;
	border-top: 1px solid white;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: white;
	z-index: 2;
	cursor: hand;
	color: Black;
}
.sidemenuitem_list_list
{
	position: relative;
	top: 1px;
	width: 151px;
	background-color: #ffffff;
	border-top: 1px solid #efefef;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: white;
	z-index: 2;
	cursor: hand;
	color: #00bbbb;
}
/******************************************
 * 左边菜单用到的css(结束)
 ******************************************/

#newshead
{
	position: relative;
	top: 7px;
	width: 151px;
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-left: none;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	z-index: 1;
	font-weight: bold;
}

.newsbox
{
	position: relative;
	top: 8px;
	width: 151px;
	height: 110px;
	background-color: white;
	border: 1px solid #dddddd;
	border-left: none;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #777777;
	z-index: 2;
	overflow: hidden;
}

@media screen
{
	#contenthead
	{
		position: absolute;
		top: 8px;
		left: 0px;
		border: none;
		padding: 0px;
		z-index: 2;
		width: 723px;
	}

	#content
	{
		position: absolute;
		top: 0px;
		left: 2px;
		right: 10px;
		overflow-x: auto;
		overflow-y: visible;
		border: 1px dashed #dddddd;
		padding: 10px;
		text-align: justify;
		z-index: 2;
		width: 833px;
	}

	#contentweb
	{
		position: absolute;
		top: 97px;
		left: 165px;
		right: 10px;
		overflow: auto;
		border: none;
		padding: 10px;
		text-align: justify;
		z-index: 2;
	}

	.ifmmain
	{
		width: 854px;
		height: 595px;
	}
	
	.yesprint
	{
	  display:none;
	}
}

@media print
{
	body
	{
		overflow-x: hidden;
	}
	div.drawline
	{
		overflow-x: hidden;
		overflow-y: hidden;
	}

	#content
	{
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		overflow-x: hidden;
		overflow-y: hidden;
		border: 0px dashed #000000;
		padding: 0px;
		text-align: justify;
	}
	.noprint
	{
		display: none;
	}
	
	.yesprint
	{
	  display:block;
	}
	
	.pagenext
	{
		page-break-after: always;
	}

	ifmmain
	{
		width: 100%;
		height: 100%;
	}
}

#main
{
	width: 807px;
	margin: 0px 0 0 0;
}
#intro_left
{
	clear: left;
	float: left;
	width: 135px;
	height: 20px;
	background: #8d9caf url(images/leftintrobg.gif) repeat-x;
	color: #e5eaf2;
	margin: 0 0 1px 2px;
	padding: 12px 0 1px 0;
}
#intro_left a
{
	color: #fff;
	background: inherit;
}
#intro_left p
{
	padding: 14px 15px;
	margin: 0;
}
#menu_left
{
	float: left;
	width: 135px;
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e2e2e2;
}

#menu_left td a
{
	display: block;
	color: #3f5b7f;
	background: #c2cede url(images/arrow.gif) no-repeat center left;
	width: 135px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#menu_left td a:hover
{
	background: #9eb1c9 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}
#intro_right
{
	float: right;
	font-size: 12px;
	width: 660px;
	background: #bcceda url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	padding: 10px 10px 0 10px;
	height: 20px;
	border: 1px solid #e2e2e2;
}
#intro_right h1
{
	margin: 0 0 10px 0;
}
#intro_right .white
{
	color: #fff;
	background-color: transparent;
}
#intro_right_main
{
	float: right;
	width: 660px;
	padding: 10px 0 0 0;
	background: #fff url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	border: 1px solid #bcceda;
}
table
{
	font-size: 12px;
}
.dragtable
{
	font-size: 12px;
	border-top: 1px solid #000000;
	margin-bottom: 10px;
	width: 98%;
	background-color: #ffffff;
}

.dragtr
{
	cursor: move;
	color: #7787cc;
	background-color: #f7f7f7;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.dragtd
{
	cursor: move;
	color: #333;
	background-color: #f7f7f7;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
}
#parenttable
{
	border-collapse: collapse;
	letter-spacing: 2px;
}

div.drawline
{
	position: absolute;
	top: 20px;
	left: 12px;
	right: 10px;
	vertical-align: middle;
	overflow-x: visible;
	overflow-y: visible;
	border: 0px dashed #dddddd;
	padding: 2px;
	text-align: justify;
	z-index: 2;
	height: 16px;
	width: 823px;
}

div.black2
{
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin: 3px;
	padding-top: 7px;
	text-align: right;
}
div.black2 a
{
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	text-decoration: none;
}
div.black2 a:hover
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #fff;
	border-bottom: #000000 1px solid;
	background-color: #00bbbb;
}
div.black2 a:active
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #fff;
	border-bottom: #000000 1px solid;
	background-color: #00bbbb;
}
div.black2 span.current
{
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #000000;
}
div.black2 span.disabled
{
	border-right: #eee 1px solid;
	padding-right: 5px;
	border-top: #eee 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #eee 1px solid;
	color: #ddd;
	padding-top: 2px;
	border-bottom: #eee 1px solid;
}

.table_border
{
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.td_border
{
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.right_title
{
	font-size: 12px;
	font-weight: bold;
	color: #3f5b7f;
}

/*************************************************
 * Gridview用到的Css(开始)
 *************************************************/
.GridHeadStyle
{
	color: #00bbbb;
	font-weight: normal;
	cursor: hand;
}
.GridHeadSelect
{
	color: #00bbbb;
	font-weight: normal;
	cursor: hand;
}

.GridRowStyle
{
	background-color: #EAF6F1;
	font-size: 12px;
	color: #299F9F;
}

.GridBorder
{
	border-bottom: 0px;
	border-right: 0px;
}
/*************************************************
 * Gridview用到的Css(结束)
 *************************************************/

/*************************************************
 * Work flow 用到的 css (Begin)
 *************************************************/
.wfcontenthead
{
	position: absolute;
	top: 8px;
	left: 0px;
	border: none;
	padding: 0px;
	z-index: 2;
	width: 723px;
}

.wfdrawline
{
	position: relative;
	top: 20px;
	left: 10px;
	right: 10px;
	vertical-align: middle;
	overflow-x: visible;
	overflow-y: visible;
	border: 0px dashed #dddddd;
	padding: 2px;
	text-align: justify;
	z-index: 2;
	height: 16px;
}

.wfcontent
{
	position: absolute;
	top: 0px;
	left: 2px;
	right: 10px;
	overflow-x: auto;
	overflow-y: visible;
	border: 1px dashed #dddddd;
	padding: 10px;
	text-align: justify;
	z-index: 2;
	width: 833px;
}

.wf_divbtn
{
	text-align: center;
	padding: 10px;
}

.wf_title
{
	background-color: #EDF6FD;
	letter-spacing: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
/*************************************************
 * Work flow 用到的 css (End)
 *************************************************/

/*************************************************
 * 首页 用到的 css (Begin)
 *************************************************/

.red
{
	color: red;
	font-weight: bold;
}
.login_main_bg
{
	background-image: url(images/login_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #4C81C6;
	padding: 0px;
}
.login_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.login_font_black
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding: 1px;
}
.login_bg
{
	background-image: url(images/login_top_bg.gif);
	background-repeat: repeat-x;
}
/*************************************************
 * 首页 用到的 css (End)
 *************************************************/

.label_title
{
	background-color: #EDF6FD;
	height: 30px;
	font-size: 14px;
}
.label_2title
{
	background-color: #EDF6FD;
	height: 25px;
	font-size: 13px;
}

