#tabsview {
    display: block;
    float: left;
    width:auto;
	font-size:10px;
}
.panel {
	border: solid 1px #D9D9D9;
	/*height: 509px;*/
    border-top: none;
    background-color: #FFFFFF;
    padding: 3px 0 0 3px;
    width: auto;
    overflow: auto;
    clear: left;
}
.tab_bdr {
    padding: 0px;
    width: auto;
    border: 0px;
    border-top: 1px solid #D9D9D9;
    height: 1px;
    margin:0px;
    background: #D9D9D9;
    clear: left;
    font-size: 0px;
}
.tab {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    font-size: 12px;
    background:#D9D9D9;
    color: #1E5B75;
    cursor: pointer;
    border: none;
   /* border-bottom: 1px solid #D9D9D9;*/
    border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
    height: 19px;
    padding-top: 3px;
    margin: 0px;
    width:auto;
    float: left;
    text-decoration: none;
  	font-weight:bold;
}
.tab_sel {
    -moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-weight:bold;
    font-size: 12px;
    background: #FFF;
    color: #B90613;
    cursor: pointer;
    border: none;
    border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
    height: 19px;
    padding-top: 3px;
    margin: 0px;
    width:auto;
    float: left;
    text-decoration: none;
}
.tabjudul {
	font-size:14px;
}
