/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
/*.tabber{
	min-height:200px;
}*/
.tabberlive{
	width: 495px;
	float: left;
	margin-bottom: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #77D7DE;

}
#contents #main .tabberlive{
	width: 495px;
	float: left;
	margin-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #77D7DE;

}
/*--------------------------------------------------

  --------------------------------------------------*/
ul.tabbernav{

}
#contents #main ul.tabbernav{
	margin: 0px;
	padding: 0px;
}
ul.tabbernav li{
 list-style:none;
 margin:0;
 display:inline;
}
#contents #main ul.tabbernav li{
    background-image: none;
	margin: 0px;
	padding: 0px;
}
ul.tabbernav li a{
	padding:3px;
	text-align:left;
	margin:0;
	font-size:12px;
	float:left;
	text-decoration:none;
	border-top: 2px solid #77D7DE;
	border-right: 2px solid #77D7DE;
}
/**html ul.tabbernav li a{
	height:20px;
	width:122px;
}*/

ul.tabbernav li a:link { color: #666; }
ul.tabbernav li a:visited { color: #999; }

ul.tabbernav li a:hover{
	background:#CFF1F5;
}

/* �����ƥ��֥��� */
ul.tabbernav li.tabberactive a{
	color:#006666;
	background:#77D7DE;
	font-weight: bold;	
}
ul.tabbernav li.tabberactive a:hover{
 color: #01B4C8;
	background:#CFF1F5;
}

/*--------------------------------------------------

  --------------------------------------------------*/

.tabberlive .tabbertab{
	width:495px;
	float:left;
	border-top: 2px solid #77D7DE;
	border-right: 2px solid #77D7DE;
}
#contents #main .tabberlive .tabbertab{
	width:616px;
	float:left;
	border-top: 2px solid #77D7DE;
	border-right: 2px solid #77D7DE;
	border-bottom: 2px solid #77D7DE;
	margin: 0px;
	padding: 0px; 
}
.tabberlive .tabbertab dl{
	white-space:nowrap;
	font-size:12px;
	line-height:1;
	float:left;
	width:485px;
	height:15px;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	border-bottom:1px dotted #77D7DE;
	clear: both;
	zoom:1;
}
#contents #main .tabberlive .tabbertab dl{
	white-space:nowrap;
	font-size:12px;
	line-height:1;
	float:left;
	width:606px;
	height:15px;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	border-bottom:1px dotted #77D7DE;
	clear: both;
	zoom:1;
	margin: 0px;
}
*html .tabberlive .tabbertab dl{
	height:22px;
	width:493px;
}
*html #contents #main .tabberlive .tabbertab dl{
	height:22px;
	width:616px;
}
.tabberlive .tabbertab dt{
	font-weight:bold;
	width: 125px;
	float:left;
}
#contents #main .tabberlive .tabbertab dt{
    background-image: none;
	font-weight:bold;
	width: 125px;
	float:left;
	margin: 0px;
	padding: 0px;	
}
.tabberlive .tabbertab dt a{
	text-align:left;
	float:left;
	display:block;
	line-height:1.2;
}
.tabberlive .tabbertab dd{
	float:left;
	margin:0 10px 10px 0;
}
.tabberlive .tabbertab dd a{
background:url(../img/headline-list1.gif) no-repeat left 4px;
	padding-left: 8px;
	line-height:1.2;
	float:left;
	display:block;
}
.tabberlive .tabbertab dd.link-all{
    font-size: 12px;
	float:right;
	width:42px;
	margin-right: 0px;
    height:15px;
    overflow:hidden;
	text-align: right;
}
#contents #main .tabberlive .tabbertab dd.link-all{
    font-size: 12px;
	float:right;
	width:40px;
	margin-right: 0px;
    height:15px;
    overflow:hidden;
	text-align: right;
}
*html .tabberlive .tabbertab dd.link-all{
	height:22px;
	margin: 0px;
	padding: 0px;
	width:35px;
}
.tabberlive .tabbertab dd.link-all a{
	padding:0;
	background-image: none;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h3{
	padding:0;
 display:none;
}
.tabberlive .tabbertab h4{
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab{
 height:200px;
 overflow:auto;
}
