﻿body
{
	margin:0;
	background:url('../images/bg.jpg');
}
body,td,th,div {
	font-family: "新宋体" Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:21px;
}

a:link{
color:#333333;
text-decoration:none;
}
a:visited {
color:#333333;
text-decoration:none;
}
a:hover{
color:#F46100;
text-decoration:none;
}
a:active {
color:#333333;
text-decoration:none;
}

#main
{
	width:900px;
	margin:0px auto;
	margin-top:-15px;
}


#top
{
	height:31px;
	background:url('../Images/top.png') no-repeat;
}


.spacetop
{
	margin-top:4px;
}

.topLeft
{
	width:40%; float:left;
	margin-top:4px; display:inline;
	padding-left:20px;
}

.topRight
{
	text-align:right;
	width:45%;
	float:right;margin-top:4px; display:inline;
	padding-right:20px;
}

#middle 
{
	/*background:url('../images/mainbg.jpg');*/
	background-repeat:repeat-y;
	height:753px;
	background-color:White;

}

#menu
{
	background-repeat:no-repeat;
	height:95px;
	background-position:center;
}

#FlashID { margin-left:4px; }

#left
{
	width:640px;
	float:left;
}

#right
{
	width:260px;
	float:left;
	height:auto;
	overflow:hidden;
}

.space
{
	margin-left:4px;
	margin-top:4px;
}

.clear
{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	overflow:hidden;
    
} 

.ctrlWidth{ width:60%; }

.mainbottom
{
	height:25px;
	background:url('../images/bottom.jpg');
	margin-left:4px;
	margin-right:4px;
	text-align:center;
	color:White;
	line-height:24px;
	vertical-align:middle;
}
.mainbottom a:link{
color:white;
text-decoration:none;
}
.mainbottom a:visited {
color:white;
text-decoration:none;
}
.mainbottom a:hover{
color:#F46100;
text-decoration:none;
}
.mainbottom a:active {
color:white;
text-decoration:none;
}


.columnList
{
	text-align:left;
	margin-left:0px; padding-left:0px
}

.columnList ul   
{
	list-style-type:none;
	margin-left:0px; padding-left:0px;margin-top:0px;
}

.columnList ul li 
{ 
	width:100%;
	height:23px;
   margin-left:0px; padding-left:0px;
   background-position:bottom; 
   background-repeat:repeat-x; 
}

.columnList ul li span
{ 
	margin-left:10px;
}

.columnSelect
{
	background-color: #F3F3F3;
	font-size:12px;
}

.columnNormal
{
	background-color: #EEEEEE;
	font-size:12px;
}

.numColor { color:orange; font-weight:bold;}
