/* CSS Document */

body{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif, "宋体";
	color: #2d2d2d;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

#item {
width: 200px;
height: 200px;
background: red;
}

*:lang(en) #item{
background:green !important;
}

empty {
background: green !important
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 10px;
	padding: 0px;
}

td, th {
	font-size: 100%;
	line-height: 120%;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 229px;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #476704;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.attention{
	width:85px;
	height:75px;
	background:url('Attention.gif');
}

.font{
	font-size:16px;
	font-family:"黑体";
	color: #000000;
	padding:5px;
}

.red{
	color:#FF3300;
}

/*隐藏焦点链接边框*/
a,li{behavior:url('images/blur.htc')}

:focus { -moz-outline-style: none; } /* for Firefox */


/*定义全局样式 */
input,select,textarea	{
	vertical-align: middle;
	/* 此部分为表单和容器的字体定义 */
	}
/* 所有表单定义默认 */
input.text,
select.text,
textarea.text{
	padding: 2px 3px;
	border: 1px solid #7f9e14;
	background:#fafcf2;
	}
/* 利用鼠标事件 :hover 来定义当鼠标经过时样式 */
input.text:hover,select.text:hover,textarea.text:hover	{
	background: #c6ed7e;
	border: 1px solid #000000;
	}

/* inputs */

form{
	display: inline;
	margin: 0;
	padding: 0;
}

select{
	vertical-align: middle;
	width:130px;
}

label {
	cursor: pointer;
}

/* table */

.data_table {
	border-right:solid 1px #9b9b9b;
	border-bottom:solid 1px #9b9b9b;
	margin-bottom:3px;
	background-image: url(right_bg.jpg);
}

.data_table strong {
    color:#4F7500;
	font-weight:bold;
	font-size:12px;
}

.data_table em {
    color:#FF0000;
	font-size:12px;
	font-style:normal;
}

div em{
    color:#FF0000;
	font-size:12px;
	font-style:normal;
}

.data_table tr {
    background-color: expression(this.sectionRowIndex==0?"#EFEFEF":((this.sectionRowIndex%2==0) ? "#f9f9f9" : "#FFFFFF"));
}
.data_table td {
    border-top:solid 1px #9b9b9b;
    border-left:solid 1px #9b9b9b;
	font-size:12px;
	text-align:left;
	background:#FFFFFF;
	padding:3px;
}
.data_table th {
    border-top:solid 1px #9b9b9b;
    border-left:solid 1px #9b9b9b;
	padding:3px;
	font-size:12px;
	color:#7f9e14;
	text-align:center;
	background:#f4f5ef;
	cursor: default;
}

/*wrapper*/

.wrapper {
	text-align:left;
	margin:0px auto;
}

.logo{
	background:url(logo_r.jpg);
	width:551px;
	height:134px;
}

.container{
	padding:0px;
	margin:5px auto 0px 0px;
	text-align:left;
	border-bottom:#dadbd3 0px solid;
}


.footer_text{
	background:url('images/back_bg.jpg');

	padding-top:30px;
	padding-right:10px;
}

.footer {
	margin:0px;
	padding:0px;
	width:780px;
		text-align:center;
	height:60px;
}

/*welcome*/

.welcome{
	font-size:12px;
	top: 0px;
	color: #FFFFFF;
}

.welcome strong{
	color:#FF0000;
	top: 0px;
}

.welcome #tipflt{
	padding:6px;
	float:left;
	top: 0px;
}

.welcome #tipfrt{
	padding:2px;
	float:right;
	top: 0px;
	margin-right:4px;
	text-align:right;
}

.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
    height:0;
    line-height: 0px;
}

/*container #sidebar*/
#container{
	position:relative;
	margin:0px auto 0px auto;
	background:url('logo_r_.jpg');
	width:980px;
	height:85px;
}
.container #sidebar{
	width:600px;
	float:left;
	height:600px;
	color: #628908;
}

.container #sidebar dl{
	margin:0px;
}

.container #sidebar dt{
	background:url(Sidebar_title.jpg);
	padding:5px;
	font-size:14px;
	color:#628908;
	font-weight:bold;
	cursor:default;
}

.container #sidebar dd{
	padding:3px;
	font-size:14px;
	color:#000000;
	margin:6px;
}


.container #sidebar dd.hover{
font-weight:bold;
	background:#c6ed7e;
	border:1px solid #999999;
}
}

/*container #mainContent*/

.container #mainContent{
	margin:0;
	padding:5px;
	background: #fcfcfb ; 
	border:1px solid #628908;
	margin:0 0 0 10px;
	height:auto;
	width:95%}

.container #mainContent dl{
	margin:0px;
	background:#fcfcfb url(Sidebar_title.jpg) repeat-x top; 
	width: 100%;
}
	
.container #mainContent dt{
	background:url(images/Sidebar_title.jpg);
	padding:5px;
	font-size:14px;
	color:#628908;
	font-weight:bold;
	cursor:default;
}

.container #mainContent dd{
	font-size:14px;
	color:#000000;
	margin:0px;
	width: 95%;
}

/*Content*/

.content{
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	line-height:150%;
	font-size:12px;
	color:#2d2d2d;
	width:100%}
}

.content p{
	margin:0px;
	margin-bottom:5px;
	line-height:150%;
}

.content ul{
	margin:0px;
	margin-bottom:5px;
	padding-left:10px;
	font-size:12px;
}

.secontent {
	font-size:14px;
	color:#2d2d2d;
	line-height:150%;
	padding:15px;
}

.secontent p{
	margin:0px;
}

.contentdiv{
	padding:5px;
	margin-bottom:5px;
	border:1px solid #9b9b9b;
	background:#FFFFFF;
	font-size: 12px;
}

.allselect{
	float:left;
	padding-left:8px;
}
.pagesplit{
	text-align:right;
	padding-right:5px;
	vertical-align: middle;
}

/*Other*/

.loading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f9e14;
	font-weight:bold;
	text-align:left;
}
#left{
	float:left;
	background:url(logo.jpg);
	width:135px;
	height:85px;
}
#mid{
	text-align:center;
	width:540px; float:left;
	height:106px;
	
}
#right{
	float:left;
	background:url(top_bg.jpg);
	width:34px;
	height:106px;
}

#pic{
margin: 0 0 0 0px;
text-align:center;
	background:url(top_bg.jpg)
	height:45px;
	}
#pic_1{
	float:left;
	height:61px;
	margin: 0px;
	padding:0px;
	}
#left_btn{
	float:left;
	width: 229px;
    top: 0px;
	background:url(left_bg.jpg);
	}
#btn{
	float:left;
	}
.white {
	color: #FFFFFF;
}
#left_menu {
	tesion:expression(onmouseout=function() 
	{this.style.backgroundColor="#FfFfFf";this.style.border="0px solid #105886"}, 
	onmouseover=function()
	{this.style.backgroundColor="#c6ed7e";this.style.border="0px solid #FDC100"})
}
.FixedTitleRow
{
    position: relative; 
    top: expression(this.offsetParent.scrollTop); 
    z-index: 10;
    background-color: #E6ECF0;
}

.FixedTitleColumn
{
    position: relative; 
    left: expression(this.parentElement.offsetParent.scrollLeft);
}

.FixedDataColumn
{
    position: relative;
    left: expression(this.parentElement.offsetParent.parentElement.scrollLeft);
    background-color: #E6ECF0;
}
