
#tabsview {
    display: block;
    float: left;
    width:auto;
	font-size:10px;	
}
.panel {
    padding: 10px;
    width: 231px;
	height:auto;
    clear: left;
	font-size:12px;
	margin-top:1px;
	border:solid 1px #999999;
	margin-bottom:10px;
	background-color:#014f80;
}
.tab_bdr {
    padding: 0px;
    width: auto;
    border: 0px;
    height: 4px;
    margin:0px;
    background: #d9d4e9;
    clear: left;
    font-size: 0px;
}
.tab {
    cursor: pointer;
    padding: 6px 8px 10px 8px;
	text-align:center;
    width:auto;
    float: left;
	background-image:url("../images/bar-tabs.jpg");
	background-repeat:repeat-x;
	font-size:13px;
    text-decoration: none;
	color:#666666;
	height:15px;
	text-transform:uppercase;
	border:solid 1px #cccccc;
}
.tab_sel {
    cursor: pointer;
    padding: 6px 8px 10px 8px;
	text-align:center;
    width:auto;
    float: left;
	background-image:url("../images/bar-tabsactive.jpg");
	background-repeat:repeat-x;
	font-size:13px;
    text-decoration: none;
	color:#ffffff;
	height:15px;
	text-transform:uppercase;
	border:solid 1px #014f80;
}
.tabjudul {
	font-size:14px;
}
.panel ul { padding:0; margin-left:15px;}
.panel ul li { color:#ffffff; border-bottom:dotted 1px #999999; padding:8px 0 8px 0; font-size:12px; line-height:13px; font-weight:bold;}
.panel .last { color:#ffffff;  padding:10px 0 10px 0; font-size:12px; line-height:12px; font-weight:bold;}
.panel ul li a { color:#ffff00; text-decoration:none; }
.panel ul li a:hover { color:#ffffff; text-decoration:none; }
.panel ul li font { color:#ffffff; font-weight:normal; font-size:11px;}


