@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body,div,h1{
	font-family:'trebuchet ms', verdana, arial;
}

body{
	background-color:#fff;
	color:#333;
	font-size:small;
}

ul{
	list-style:none;
}

a,area { 
	blr:expression(this.onFocus=this.blur()) 
}

:focus { 
	outline: none; 
}

table.tablesorter {
	width:980px;
	font-family:arial;
	background-color: #CDCDCD;
	margin:14px 9px;
	font-size: 9pt;
	text-align: left;
}

table.tablesorter thead td,table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	cursor:pointer;
}
table.tablesorter thead tr .header {
	background-image: url(../images/content/bgd.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	*padding: 2px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/content/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/content/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Page start */

.page{
	width:100%;
	height:15px;
	line-height:15px;
	font-size:12px;
	margin-left:14px;
}

.page img{
	margin:-2px 7px;
}

.page b{
	margin-left:4px;
	margin-right:14px;
}

.page font{
	font-size:12px;
	font-weight:bold;
	margin-right:24px;
}

.page span{
	color:#FF7A00;
	font-weight:bold;
}

a:link,a:visited,a:hover{
	color:black;
	text-decoration:none;
}

img{
	border:0;
}

/* Page End */

.edit{
	width:970px;
	background-color: #e6EEEE;
	border: 1px solid #ccc;
	margin:12px auto -12px 9px;
	padding: 4px;
	height:20px;
	line-height:20px;
}

.edit img{
	cursor:pointer;
	margin-left:12px;
	padding-top:2px;
}

.required{
	color:red;
}

.common{
	padding-left:7px;
}

#info,#info2,#info3{
	width:810px;;
	float:left;
	margin-left:35px;
}

#info,#relateInfo,#info2,#info3{
	background:#F7F7F7; 
	border:1px solid #DDDDDD; 
	padding:10px; 
	margin-bottom:10px;
}

#info input,#info select,#info textarea,#info2 input,#info3 input,#info2 select,#info3 select,#info2 textarea,#info3 textarea{
	padding:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
}

#login_content b{
	width:500px;
	margin-bottom: 3px; 
	display: block;
	margin-left:35px;
}

.money{
	width:70px;
}

#button{
	background:none; 
	border:#ccc 1px solid; 
	cursor:pointer;
	width:230px;
}

.sub_bt{
	background:none; 
	border:#ccc 1px solid; 
	cursor:pointer;
	width:70px;
}

