﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	background:#9a9a9a;/**/	
}

.page
{
	width: 1000px;
	background:#fff;
}
.pageF {width:30px;}
.pageL
{
	width: 200px;
	background: #fcbb16;
	border-right: solid 0px #aaa;	
}
.pageR
{
	padding-top:60px;
}
.divBorderFlat
{
	border: solid 1px #aaa;
}

.menuLeftTitle
{
	border-bottom: solid 1px #fcbb16;
	height: 25px;
	line-height: 25px;
	background: #b98f1d;
	color: #fff;
	padding-left: 4px;
	font-weight: bold;
}

.menuLeft
{
}
.menuLeft a
{
	display: block;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
}
.menuLeft a:hover
{
	color: #333;
}

.boxFlat
{
	margin-left:15px;
}
.boxFlat .title
{
	height:23px; width:703px;
	background:url(Images/boxContentTop.jpg) no-repeat;
	padding-left:45px; 
	font-weight:bold; color:#fff;
	text-align:left;
}
.boxFlat .content
{
	width:701px;
	border-left:solid 1px #a9d466;
	border-right:solid 1px #a9d466;
}
.boxFlat .status
{
	height:23px; width:703px;
	background:url(Images/boxContentBottom.jpg) no-repeat;
}

.boxMsg
{
	background: #ffe;
	border: solid 1px #fc3;
	border-left:0;
	border-right:0;
	padding: 3px;
	padding-left:50px;
	height:35px; line-height:35px;
}
.clInf
{
	color: #777;
	background:url(Images/inf.gif) no-repeat 10px center;
}
.clErr
{
	background:url(Images/wrn.gif) no-repeat 10px center;
	color: #f00;
}
.clWrn
{
	background:url(Images/wrn.gif) no-repeat 10px center;
	color: #f00;
}

.button
{
	width: 80px; height:25px;
	background:#b98f1d;
	margin: 2px;
	border:0;
	color:#fff; font-weight:bold;
}

.row
{
	border: solid 0px #aaa;
	height: 25px;
	line-height: 22px;
	clear: both;
}

.row .t
{
	float: left;
	width: 35%;
	text-align: right;
	font-weight: bold;	
}
.row .c
{
	float: left;
	width: 35%;
}
.row .v
{
	float: left;
	width: 29%;
}
.row .c input
{
	border: solid 1px #b98f1d;
}

.row .t2
{
	float: left;
	width: 20%;
	text-align: right;	
	font-weight: bold;
}
.row .c2
{
	float: left;
	width: 25%;
}
.row .v2
{
	float: left;
	width: 4%;
}
.row .c2 input
{
	border: solid 1px #b98f1d;
	width: 99%;
}

.tbx
{
	border: solid 1px #b98f1d;
}

.divBanner
{
	height: 151px;
	background: url(Images/banner.jpg) no-repeat;
}

.divScrollTitle 
{
	height:25px; line-height:25px;
	color:#fff;
	background:#b98f1d;
}

.btnUp 
{
	width:34px; height:34px;
	background:url(Images/btnUp.jpg) no-repeat;
}
.btnDown
{
	width:34px; height:34px;
	background:url(Images/btnDown.jpg) no-repeat;
}
.btnAdd
{
	padding-right:3px;
	text-align:right;
}
.btnRem
{
	padding-left:3px;
	text-align:left;
}

.divUser
{
	padding-left:250px; padding-top:20px; color:#b98f1d;
}

.divLink {padding-left:250px; color:#fff;}
.divLink a:link,.divLink a:visited
{
	color:#b98f1d;
	text-decoration:underline;
}
.divLink a:hover
{
	color:#ff0;
}

.divUser a:link,.divUser a:visited
{
	color:#b98f1d;
	text-decoration:underline;
}
.divUser a:hover
{
	color:#ff0;
}