
table {
	font-size: 12px;
	border-collapse: collapse
}

td.left {
	background-color: #9DB7E3;
        font-family:ËÎÌå;
	font-size: 14px;
	text-align: right;
}

td.right {
	background-color: #E7F1F5;
        font-family:ËÎÌå;
	font-size: 12px;
	text-align: left;
}

td.bottom {
	color: #336699;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

A:link,a:visited {
	color: #336699;
	text-decoration: none
}

A:active {
	color: #ff0000;
	text-decoration: none
}

A:hover {
	color: #6a9bcc;
	text-decoration: underline
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #1a7cdf;
	line-height: 28px;
	letter-spacing: 10px;
	text-decoration: none;
	text-align: left;
	padding: 5px 0px 10px 40px;
	background: url(../images/icon/32x32/pageTitle.gif) no-repeat left;
}

.border {
	border: #7f7f7f 1px solid;
}

/*Login Style*/
#login {
	width: 780px;
	height: 500px;
	margin: 0px;
	text-align: center;
}

#loginHead {
	width: 780px;
	height: 50px;
}

#loginHead .logo {
	width: 300px;
	height: 65px;
	float: left;
}

#loginHead .topbar {
	width: 450px;
	line-height: 25px;
	margin-top: 30px;
	text-align: right;
	float: left
}

#loginContent {
	width: 780px;
	height: 400px;
	padding: 20px 20px 20px;
}

#loginHint {
	width: 430px;
	font: 14px;
	padding: 20px;
	float: left;
	text-align: justify;
}

.hintTitle {
	color: #0882ce;
	padding: 20px;
	margin-left: 10px;
	font: bold;
	background: url(../images/icon/16x16/blue_dot.gif) no-repeat left;
}

#loginForm {
	width: 270px;
	float: left;
	padding: 20px;
	float: left;
}

.login_table_bg {
	width: 270px;
	background: #cccccc
}

.login_table {
	border: #ffffff 2px solid;
	margin: 1px;
	background: #efefef
}

#loginFoot {
	width: 720px;
	background: #bee5fe;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-left: 30px;
}

#operationDiv {
	float: left;
}

.operations {
	float: right;
	width: 60%;
	text-align: right;
	margin: 5px 30px 0px 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.message {
	float: left;
	width: 80%;
	font-weight: bold;
	color: red;
	background: transparent;
	text-align: left;
	margin-left: 20px
}

#tableDiv {
	float: left;
}

div.error,div.message {
	background-color: #ffffcc;
	border: 1px solid #000;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 10px auto;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
}

/* use a different color for the errors */
div.error {
	border: 2px solid red;
}

img.validationWarning,div.errors img.icon,div.messages img.icon {
	border: 0;
	width: 14px;
	height: 13px;
	vertical-align: top;
}

div.message a {
	background: transparent;
	color: #0000ff;
}

div.message a:visited {
	background: transparent;
	color: #0000ff;
}

div.message a:hover {
	background: transparent;
	color: #008000;
}

div.message a:active {
	text-decoration: underline overline;
}

div.message img.icon {
	vertical-align: middle;
}

span.fieldError {
	color: red;
	font-size: .95em;
	font-weight: bold;
}

.tdborderLine {
	border-top: #1c7ddc 1px dotted;
	border-left: #1c7ddc 0px dotted;
	border-right: #1c7ddc 0px dotted;
	border-bottom: #1c7ddc 0px dotted;
	height
	=5px
}

.hrLine {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}

.filterCaption {
	background-color: #d1dae9;
	width: 100px;
	font-weight: bold;
	font-family: ËÎÌå;
	font-size: 12px;
	text-align: right;
}

.filterComponent {
	background-color: #e7f1f5;
	font-family: ËÎÌå;
	font-size: 12px;
	text-align: left;
	width: 120px;
}