/* Copyright 2008 ZhiYuanIT.com (ÖÂÔ¶¿Æ¼¼). All Rights Reserved.
   The following software licensing rules apply:
   http://www.ZhiYuanIT.com */
/* $Id: Admin_Style.css,v 2.0 2011/07/05 $ */

body {
	font-family: tahoma, "ËÎÌå" , arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
	background-color: #eeeeee;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
img, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
input {
	font-size: 12px;
    vertical-align:middle;
}
label {
	vertical-align:middle
}
select{
	font-size: 12px;
    border:#999999 1px solid;
    vertical-align:middle;
} 
td,th {
	font-family: tahoma, "ËÎÌå" , arial;
	font-size: 12px;
}
td.altbg1, .altbg1 td {
	background: #F1F5F8;
	padding-left:0 5px 0 0;
	text-align:center;
}
td.altbg2, .altbg2 td
{
	background: #FFFFFF;
	text-align:left;
}
textarea {
    border:#999999 1px solid;
    line-height: 1.3em;
	overflow: auto;
}
.button {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
	border: 1px solid #333;
	height: 22px;
	background: url(../Images/button_bg.gif) repeat-x;
}
A {
	text-decoration: none;
	color: #000000;

}
A:hover {
	color: #428EFF;
	text-decoration: underline;

}
.title {
	background-color: #A5C2E0;
}
.border {
	border-top: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	border-bottom: #6699CC 1px solid;
	border-left: #6699CC 1px solid;
}
.tdbg {
	background:#E3ECF4;
	line-height: 120%;
}
.topbg {
	color: #EDF2F8;
	background-color: #6699CC;
}
.OverRow {
    background-color:#BFDFFF;
    line-height: 120%;
}
.BreakEnglish {
    table-layout: fixed;
    word-wrap:break-word;
    word-break:break-all;
    text-align:justify;
    text-justify:inter-ideograph;
}
.input {
	height: 20px;
    border:#999999 1px solid;
    line-height: 1.3em;
    vertical-align:middle;
}
.cRed {
	color: #FF0000;
}
#msgProgress {
    z-index:888;
    width:200px;
    height:90px;
    background:white;
    border:#336699 1px solid;
    position:absolute;
    font-size:12px;
    display: none;
}