/* CSS Document */

body,td,div,span,input,select,textarea,button
{
	font-family:Tahoma,Arial,"ÐÂËÎÌå","ËÎÌå";
	font-size:9pt;
}

body{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	overflow:hidden;
	/*overflow-x:hidden;
	overflow-y:auto;*/
}
/*a
{
    color:#00008B;
    text-decoration:none;
}

a:link
{
    color:#00008B;
}

a:hover
{
    color:#0000FF;
    text-decoration:underline;
   
}

a:visited
{
    color:#00008B;
}*/


.ListTable
{
	border-collapse:collapse;
}

.ListTable tr
{
	height:26px;
}

.ListTable td
{
	padding:2px 4px;
}

.ListTableHeadRow
{
	background-image:url(../images/List/titleBg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}


.FormInputBox
{
	width:180px;
	height:23px;
}



.btnNormal
{
	width:80px; 
	height: 27px;
	padding-left:1px;
	padding-top:1px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}

.btnOver
{
	width:80px; 
	height: 27px;
	padding-left:1px;
	padding-top:1px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}

.btnDown
{
	width:80px; 
	height: 27px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}


.btnLeft
{
	width: 8px;
	height: 26px;
    background-repeat:no-repeat;
    float:left;
}

.btnRight
{
	width: 8px;
	height: 26px;
    background-repeat:no-repeat;
    float:left;
}

.btnMiddle
{
    width:63px;
    height:26px;
    background-repeat:repeat-x;
    line-height:26px;
    float:left;
}


.btnNormal .btnLeft
{
    background-image:url(../Images/Button/btnNormalLeft.gif);
}

.btnNormal .btnRight
{
    background-image:url(../Images/Button/btnNormalRight.gif);
}

.btnNormal .btnMiddle
{
    background-image:url(../Images/Button/btnNormalMiddle.gif);
}

.btnOver .btnLeft
{
    background-image:url(../Images/Button/btnOverLeft.gif);
}

.btnOver .btnRight
{
    background-image:url(../Images/Button/btnOverRight.gif);
}

.btnOver .btnMiddle
{
    background-image:url(../Images/Button/btnOverMiddle.gif);
}


.btnDown .btnLeft
{
    background-image:url(../Images/Button/btnDownLeft.gif);
}

.btnDown .btnRight
{
    background-image:url(../Images/Button/btnDownRight.gif);
    margin-left:-1px;
}

.btnDown .btnMiddle
{
    background-image:url(../Images/Button/btnDownMiddle.gif);
    padding-left:1px;
    padding-top:1px;
}

.WuYeInfoLeftOff
{
    width:18px;
    height:90px;
    float:left;    
}

.WuYeInfoLeft
{
    width:18px;
    height:90px;
    cursor:pointer;
    float:left;
    background-image:url(../Images/WuYeInfo/left.jpg);
}

.WuYeInfoRight
{
    width:18px;
    height:90px;
    cursor:pointer;
    float:right;
    background-image:url(../Images/WuYeInfo/right.jpg);
}

.WuYeInfoRightOff
{
    width:18px;
    height:90px;
    float:right;
}

.WuYeInfoImageBox
{
    width:266px;
    height:90px;
    overflow:hidden;
    text-align:center;
    margin:auto;
    float:left;
}

.WuYeInfoPicBox
{
    width:130px;
    height:90px;
    background-image:url(../Images/WuYeInfo/picBox.jpg);
    float:left;
    margin:0 1px;
    cursor:pointer;
}

.WuYeInfoImage
{
    width:120px;
    height:80px;
    background-position:center;
    background-repeat:no-repeat;
    margin:5px;
}

.AddWuYeLi
{
    height:20px;
    line-height:20px;
    list-style:none;
    margin:0;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
}

.picCloseBtn
{
    background-image:url(../Images/WuYeInfo/closePic.gif);
    background-position:right top;
    background-repeat:no-repeat;
}

#billPanel span
{
	font-size:12px;
	font-weight:800;
}

#billPanel table
{
	font-size:10px;
}

.panelContent
{
    background-image:url(../Images/WuYeInfo/contentBg.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    margin:1px;
    width:350px;    
    padding-left:15px;
    padding-top:5px;
    padding-bottom:10px;
}

.c_Yellow
{
	background-image:url(../Images/ListMode/c_Yellow.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

.c_Green
{
	background-image:url(../Images/ListMode/c_green.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

.c_Red
{
	background-image:url(../Images/ListMode/c_Red.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

.c_Gray
{
	background-image:url(../Images/ListMode/c_gray.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}

#staticData table tr td
{
    padding-left:8px;
}

.ListBodyRow td
{
    padding-left:4px;
}