#tabbed_box{
	margin: 0px auto 0px auto;
	width:510px;
}

.tabbed_area {
/*	border:1px solid #494e52;
	background-color:#636d76;
	padding:8px;	*/
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:4px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color: #CCCCCC;
	color: #333333;
	padding:6px 11px 6px 11px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	background-image:url(../img/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:top;
}
ul.tabs li a:hover {
	background-color:#999999;
	border-color:#CCCCCC;
	background-image:url(../img/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#282e32;
	border-bottom:#FFFFFF;
}
ul.tabs li a.active {
	background-color: #FFFFFF;
	color:#282e32;
	border:1px solid #CCCCCC; 
	border-bottom: 1px solid #ffffff;
	background-image:url(../img/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:5px;
	border:1px solid #CCCCCC;
	overflow:hidden;
	zoom:1; 	
/*	background-image:url(../img/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	*/
}

#content_1 { display:none; }
#content_2 { display:none; }
#content_3 { display:none; }
#content_4 { display:none; }

.content ul {
	margin:0px;
	padding:0px 10px 0px 10px;
}
.content ul li {
	list-style:none;
	padding-top:7px;
	padding-bottom:15px;	
/*	padding-top:7px;
	padding-bottom:10px;*/
	margin:3px 0 3px 0;
}

.content ul li.imgBorder{
padding:0px;
margin:0px;
}

.content ul li ul{
border:1px solid #CCCCCC;
padding:0px;
margin:0px;
}


.content ul li:last-child {
	border-bottom:none;
}

.content ul li a {
	text-decoration:none;
	color:#3e4346;
	display:block;
	height:60px;
	padding:5px;
	margin-bottom:0px;
}

.imgBackThumb{
float:left;
margin-right:10px;
}


.imgBackTitle_0{
margin:1px 0 1px 0;
display:block;}

.imgBackTitle{
/width:155px;		
margin:1px 0 1px 0;
display:block;}

.backNumDate{
display:block;
/*text-align:right;
*/}

.content ul li a:hover{
background-color: #EEEEEE;
background:url(../img/imgBackHover.gif) top right no-repeat;
text-decoration:none;
}

.listBorder{
	height:80px;
/*	overflow:hidden;
*/	/*height:78px;*/
/*_overflow:hidden;*/
/*	/height:75px;
*/border-bottom:1px solid #78bfdf;
}

.listBottom{
	/height:75px;
/*	overflow:hidden;
*/}

.w480{
	width:500px;
}

.w240_R{
	width:235px;
	float:right;
}

.w240_L{
	width:235px;	
	float:left;
}

/*.content ul li small {
	color: #666666;
	font-size:10px;
	display:block;
	width:462px;
	text-align:right;
}
.content ul li a:hover {
	color: #0000CC;
	text-decoration:underline;
}
.content ul li a:hover small {
	color:#0000CC;
}*/

.backNumNewIcon{
vertical-align:middle;
}