﻿body 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt; 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	background-color: Gray;
}

.updateDiv
{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fffacd;
	z-index: 10000;
	border: dimgray 1px solid;
}

p, input, select, table, textarea, div {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #333333;
}

strong
{
	color: #333333;
}

input, select, textarea
{
	color: Black;
}

#mainPage
{
	background-color: White;
	width: 980px;
	margin: 0px auto;
	height: auto;
}

#container
{
	padding: 5px;
}

#navigator
{
	padding-bottom: 10px;
}

.nav, .nav span
{
	color: #333333;
	font-weight: bold;
}

.nav a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.g3
{
	color: #0066CC;
}

.g3:hover
{
	color: #0099FF;
}

.g4
{
	color: #666666;
}

.navbar
{
	background-image: url('Images/head_t_bg.gif');
	background-repeat: repeat-x;
	height: 25px;
	text-align: left;
}

.navbar_left
{
	width: 6px;
	height: 25px;
	text-align: left;
}

.navbar_right
{
	width: 6px;
	height: 25px;
	text-align: right;
}


/*
#navigator td, #navigator span
{
	color: #ffffff;
}

#navigator a
{
	color: white;
	text-decoration: none;
}

#navigator a:hover {
	color: yellow;
	text-decoration: underline;
}
*/

#footer 
{
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	border-top: solid 2px #e0e0e0;
}

#footer div
{
	text-align: center;
}

a {
	color: #0066CC;
	text-decoration: none;
	font-family: Times,"宋体";
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

hr
{
	height: 1px;
	border: none;
	border-top: solid 1px #e0e0e0;
}

.myhr
{
	height: 1px;
	border: none;
	border-top: solid 1px #e0e0e0;
}

.input1
{
	padding: 2px;
	border: 1px solid #e0e0e0;
	width: 110px;
}

.panelcss
{
	text-align: center;
	width: 100%;
}

fieldset
{
	padding: 10px;
	padding-top: 5px;
	border: 1px #dcdcdc solid;
}

.dlclass1
{
	vertical-align: top;
}

.dlclass1 td
{
	padding-left: 24px;
}

.dlclass2
{
	vertical-align: top;	
	word-break:break-all;
}

.myul{
	padding-top: 1px;
	padding-left: 0px;
	margin: 0px;
}

.myul li
{
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-position: inside;
}

.myul2{
	padding-top: 5px;
	padding-left: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.myul2 li
{
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-position: inside;
}

.img
{
	vertical-align: middle;
}

.updating
{
	position: absolute;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0px 0px -125px;
	top: 50%;
	left: 50%;
	text-align: center;
	background: white;
	z-index: 10000;
	border: dimgray 1px solid;
}

.mytable1
{
	border: none;
	border-collapse: collapse;
}

.mytable1 td, mytable1 th
{
	padding: 3px;
	border: none;
}

.ContentCssClass
{
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}

.HeaderCssClass
{
	cursor: pointer;
}

.ellipsis
{
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

