@charset "utf-8";
/* CSS Document */

ul{ 
 list-style:none; 
} 
.main{ 
 clear:both; 
 padding:8px; 
 text-align:center; 
} 

#tabs1{ min-height:600px;max-height:5000px;
 text-align:left; 
 width:77%; 
} 
.menu1box{ 
 position:relative; 
 overflow:hidden; 
 height:30px;
 width:100%; 
 text-align:left; 
 
} 
#menu1{
	position:absolute;
	left:2px;
	z-index:1;
} 
#menu1 li{ 
 float:left; 
 display:block; 
 cursor:pointer;
 margin:9px 0;
 width:80px;
 height:13px;
 font-size:12px;
 text-align:center; 
 line-height:13px; 
 border:none;

 border-right:#bbbbbb solid 1px;
} 

#menu1 li.hover{
 background:#fff; 
 font-size:13px;
 line-height:30px;
 height:30px;
 margin:0;
 border:none;
 position:relative;
 left:-2px;
 
 border-left:1px solid #bbbbbb; 
 border-top:1px solid #bbbbbb; 
 border-right:1px solid #bbbbbb; 
} 
.main1box{ min-height:1000px;max-height:none;
 background:#fff; 
 margin-top:-1px; 
 border:1px solid #333; 
 width:98%;
 padding:7px 1%;
 border-top: #bbbbbb solid 1px; border-left:#bbbbbb solid 1px; border-right:#bbbbbb solid 2px;border-bottom:#bbbbbb solid 2px; float:left

} 
.main1box2{ min-height:600px;max-height:5000px;
 background:#f4f4f4; 
 margin-top:-1px; 
 margin-bottom:10px; 
 width:98%;
 padding:7px 10px;
 float:left

}
#main1 ul{ 
 display: none; 
} 
#main1 ul.block{ 
 display: block; 
} 
.ulb{ clear:both;
width:100%; border:none; list-style:none; background-color:#900; margin:0; padding:0
}
.ulb li{ width:98%;overflow:hidden; text-align:left; line-height:18px; font-size:12px; border-bottom:#333 dotted 1px; margin:0; position:relative; padding:15px 1% }
.ulb h3{ float:left; position:relative; left:5px; width:85%; overflow:hidden;height:22px; line-height:22px; font-size:16px; color:#03F}
.ulb p{float:right; height:22px;; width:10%}
.ulb a{ color:#000; text-decoration:none}
.h{ color:#03F}
.t1 {background:#fff;}
.t2 {background:#e9e9e9;}
.up {background:#ddd;}