/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    /*height: 150px;*/
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 20px 0 100px;
	position: relative;
	background:#FFF;
	border-bottom:3px solid #7A9D1E;
	z-index:0;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	/*padding: 0 40px 0 295px;*/
	padding: 0 40px 0 40px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 255px;
	/*margin-left: -100%;*/
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 980px;
	/*margin: -100px auto 0;*/
	height: 100px;
	background:#CFE1AF;	
	position: relative;
	/*border-top:3px solid #005f0b;*/
}


/* ÂÂCSS
-----------------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */

.remark
{
	font-size:small;
	line-height: 18px;
	color: #666666;
	text-align: center;
}

.content{font-size:12px; line-height:normal}
/*
body
{
    font-size: 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color:White;
}
*/
.border1
{
	border: 1px solid Silver;
}
.ListHead
{
	background-color:#CCCCCC ;
}
.ListHead2
{
	background-color:#FFCC66 ;
}

.title1
{
	font-size: 15px;
	font-weight :bold;
	letter-spacing:1px;
	line-height:1.5;
}
.title_ps
{
	color:Gray;
	font-size:13px;
}
.title_status
{
	color:Blue ;
	font-weight :bold ;
}

.title_contect
{
	font-size: 13px;
	letter-spacing:1px;
	line-height:1.5;
}
.IE8Fix
{
 z-index: 100;
}

.welcome
{
	font-size:small; color:#2B5280; font-weight:bold; line-height:1.5;
}
/*
.gvHeader
{
	background-color:#51857C;
	color:White;
	line-height:54px;
}*/
.gvStyle {}
/*Header ¼ÐÃD*/
.gvStyle th
{
	background-color: #51857C;
	font-weight: bold;
	border: 1px solid #51857C;
	height: 25px;
	text-align: center;
	color: White;
}
/*Rows ¦CªíÃC¦â*/
.gvStyle .row td
{
	border: 1px solid #51857C;
	height: 25px; /*text-align: center;*/
}


