*{margin:0;padding:0;}
img{border:0;}
ul, ol{list-style-type:none;}
body{background:#fff;font-size:12px;color:#666;font-family:宋体}
a{color:#333;font-size:12px;text-decoration:none;}
a:hover{color:#F60;}

.dropDownList
{
    font-family:Arial;
    font-size:12px;
}

.textBox
{
    border:1px solid #ddd;
    background:#fff;
    font-family:Arial;
    font-size:12px;
    padding:2px;
    color:#666;
}

.submitDiv
{
    padding:5px;
    text-align:center;
}

.plainButton
{
    background:url(../Images/buttonbg.gif) left center repeat;
    font-size:12px;width:70px;padding:3px 0 3px;
    border:1px solid #aaa;
}

/* Container 容器定义 */
#container {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Head头部定义 */
#header{
	position:relative;
	background-image: url(../Images/topbg.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	height: 96px;
	margin-bottom:10px;
}

#header h1{
	position:absolute;
	top:25px;
	left:18px;
}

#header ul{
	position:absolute;
	top:46px;
	right:6px;
}

#header ul li{
	float:left;
	margin-right:16px;
}

#footer
{  
    border-top:2px solid #eee;
    padding:15px 10px;
    color:#aaa;
    margin:30px auto 0;
}

#main
{
    width:95%;margin:0 auto;
}


/* 主要表格的样式 */
.tbMain{
	border:1px solid #ccc;
	background:#eee;
	margin:0 auto;
	font-family:宋体;
}

.tbMain tr{   
   background:#fff;
}

.tbMain tr td{
   padding:2px 5px;
}

/* 表格标题 */
.tbMain .trTitle td,.tbMain .trTitle th
{
   font-size:12px;
   padding:6px 8px;
   background:#eee;
   color:#666;
   font-weight:bold;
   text-align:left;
   border:none;
}

/* 表格栏的属性标题 */
.tbMain .tdTitle{
   background:#f5f5f5;
   padding:8px 6px 6px;
}

/* 表格内容，用于GridView */
.tbMain .trContent td, .tbMain .trSelect td{
   padding:6px 5px 5px;
}

/* 表格单元格数据为空时的，用于GridView */
.trEmpty td{
   font-size:14px;
   padding:30px 20px;
}

.tbMain .trSelect td{
   background-color:#FFFFAE;
   color:#333;
}

.tbMain table{}

.tbMain table td{
	padding:0;
}
