﻿/* CSS Document */
.main{
width:900px; height:auto;
/*background-image:url(../Images/main_bg.jpg);
background-position:right;
background-repeat:repeat-y;*/
}

.main_left{
width:175px; height:auto;
min-height:450px; 
margin-left:11px;
border:#999999 1px double;
border-top:none;
border-bottom:none;
text-align:center; color:#666666;
font-size:14px;
float:left;
}
.main_content{
width:655px;
height:auto;
padding-top:10px;
padding-left:20px;
padding-right:20px;
float:left;
}
.main_content div{
height:25px;
border-bottom:#CCCCCC 1px dashed;
}
.main_content div .div_left{
width:auto;
float:left;
clear:left;
padding-left:10px;
padding-top:5px;
height:20px;
border:0px;
}
.main_content div .div_right{
width:auto;
float:right;
clear:right;
padding-right:20px;
padding-top:5px;
height:20px;
border:0px;
}
.paging
{
clear:both;
width:auto; 
text-align:right; 
height:30px;
padding:10px 20px 2px 0px;
}
.paging a,.paging a:visited {
	color: #666666;
	text-decoration: none;
	border:#CCCCCC double 1px;
	background-color:#FFFFFF;
	padding:1px 4px 1px 4px;
}
.paging a:hover {
	color: #ffffff;
	text-decoration: none;
	border: #FF9900 double 1px;
	background-color:#FF9900;
	padding:1px 4px 1px 4px;
}
.paging a.showpage
{ 
	color: #ffffff;
	text-decoration: none;
	border: #FF9900 double 1px;
	background-color:#FF9900;
	padding:1px 4px 1px 4px;
}