﻿/*news tab*/
#news_tabbox {
	clear:both;
	float:left;
	margin-bottom:10px;
	width: 760px;
	/*overflow:auto;*/
	/*height:300px;*/
	font-size: 13px;
	line-height: 1.4em; 
 }
#news_tabbox table{
	width: 720px;
	/*min-height:280px;*/
	margin:10px;
	font-size: 13px;
	line-height: 1.4em;
}
#news_tabbox table th{
	padding:0.25em 1em 0.25em 0;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	width:70px;
	white-space:nowrap;
}
#news_tabbox table tr td{
	padding:0.25em 0;
	vertical-align:top;
}
p.tabs { 
	margin: 0px; 
	padding: 0px;
}
p.tabs a {
   display: block;
   float: left;
   margin-right:2px;
   width: 160px;
   height:30px ;
   text-indent:-9999px;
}
a.tab1, a.tab2, a.tab3 {background: url(../images/newstab.png) no-repeat}

a.tab1 {background-position: 0 0;}
a:hover.tab1, a.tab1.on {background-position: 0 -30px;}

a.tab2 {background-position: -160px 0;}
a:hover.tab2, a.tab2.on {background-position: -160px -30px;}

a.tab3 {background-position: -320px 0;}
a:hover.tab3, a.tab3.on {background-position: -320px -30px;}

p.tabstx{
	float:right;
	font-size:12px;
}
.tabtx1,.tabtx2,.tabtx3 {
	position:absolute;
	right:5px;
	top:5px;
	z-index:1;
	padding-left:12px;
}
.tabtx1 {background: url(../images/icon_toptab01.png) no-repeat 0 center;}
.tabtx2 {background: url(../images/icon_toptab02.png) no-repeat 0 center;}
.tabtx3 {background: url(../images/icon_toptab03.png) no-repeat 0 center;}

div.tab {
  overflow: auto;
  clear: left;
  /*min-height:300px;*/
}
div#tab1 { border: 1px solid #C41129; background-color: #FFF; }
div#tab2 { border: 1px solid #008000; background-color: #FFF; }
div#tab3 { border: 1px solid #3A95CF; background-color: #FFF; }
div.tab p { margin: 0.5em; }

#news_tabbox a:link, #news_tabbox a:visited {
	color:#333333;
	text-decoration: none;
}
#news_tabbox a:hover, #news_tabbox a:active {
	color:#333333;
	text-decoration:underline;
}
