﻿/*选项卡1*/#Tab1
{
	width:100%;
	height:270px;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	font-size: 12px;
}
        .u_left
        {
         padding-top:1px;
         float:left;
         background-color:#fffff;
         width:160px;
         height:40px; 
        }
/*菜单class*/.Menubox
{
	width: 100%;
	background: url(../images/tab0.gif);
	height: 28px;
	line-height: 28px;
}
.Menubox ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 114px;
	text-align: center;
	color: #949694;
	font-weight: bold;
}
.Menubox li.hover
{
	padding: 0px;
	background: #fff;
	width: 116px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: url(../images/tab1.gif);
	color: #739242;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
}
.Contentbox
{
	clear: both;
	margin-top: 0px;
	border: 1px solid #DDD;
	border-top: none;
	border-bottom:none;
	text-align: center;
              min-height: 180px;
}


input.smallInput
{
	background: #ffffff;
	border-bottom-color: #C1DAD7;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 18px;
	line-height: normal;
}

input.smallInput1
{
	background: #ffffff;
	border-bottom-color: #C1DAD7;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 150px;
	height: 18px;
	line-height: normal;
}

input.buttonface
{
	background: #ffcc00;
	border: 1 solid #ff6633;
	color: #ff0000;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 18px;
	line-height: normal;
}

input.smallInput4
{
	border: solid #DDD 1px;
	font-size: 9pt;
	height: 14px;
	width: 300px;
	line-height: normal;
	star: expression( onmouseover=function(){this.style.backgroundColor="#FFF0E1";this.style.borderColor="#F90"}, onmouseout=function(){this.style.backgroundColor="#FFF";this.style.borderColor="#DDD"});
}

input.smallInput3
{
	border: solid #D3D3D3 1px;
	font-size: 9pt;
	height: 14px;
	width: 300px;
	line-height: normal;
}

input.smallInput4:hover
{
	border: 1px solid #F90;
	background-color: #FFF0E1;
}

input.smallInput5
{
	border: solid #87CEEB 1px;
	font-size: 9pt;
	height: 14px;
	width: 300px;
	line-height: normal;
	star: expression( onmouseover=function(){this.style.backgroundColor="#FFF0E1";this.style.borderColor="#F90"}, onmouseout=function(){this.style.backgroundColor="#FFF";this.style.borderColor="#87CEEB"});
}

input.smallInput5:hover
{
	border: 1px solid #F90;
	background-color: #FFF0E1;
}
