.panes div
        {
        	height: 275px;
            background-color: #fff;
            border: 1px solid #666666;
            width: 500px;
            overflow: auto;
            padding:10px 0px 0px 0px;
        }
        ul.CGul
        {
        	
        	 list-style-image: url('../../v20/images/duyurulist.gif');
            
        }
        ul.CGul li
        {
        	
            margin-top: 5px;
        }
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:21px;

}
.clearFloat
{
	clear:both;
	}
/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	
	font-size:9px;
	display:block;
	height: 21px;  
	width: 100px;  
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	background-color:#9E9E9E;
	
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {	
	background-color:#666666;
	color:White;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {

background-color:#666666;
	color:White;
	cursor:default !important; 
}




/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
