/*AscenVision Tabpane style sheet */

/*td { 
    font-size: 12px;
    color: #000000;
    line-height: 150%;
    }*/
.sec1 {
    background-color: #ffcc66;
    cursor: hand;
    color: #000000;
    border-left: 1px solid #FFFFff;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #FFFFFF;
    }
.sec2 { 
    background-color: #ff9900;
    cursor: hand;
    color: #000000;
    border-left: 2px solid #ffcc66; 
    border-top: 2px solid #FFcc66; 
    border-right: 1px solid #cccccc; 
    font-weight: bold; 
    }
.tab_content {
	padding-left:5px;
	padding-top:5px;
	position:relative;
	z-index:1;
	width:598px;
	height:400px;
	overflow:auto    
    }