
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #999;	 	
}

/* single tab */
ul.css-tabs li {  
	float:right;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:8pt;
	display:block;
	padding:5px 20px;	
	text-decoration:none;
	border:1px solid #999;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-left:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
	font-weight: bold;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#b6c9e6;
	border-bottom:1px solid #b6c9e6;	
	color:#000;	
	cursor:default;
	font-weight: bold;
}

	
/* tab pane */
div.css-panes {
	background: #fff url(/Skin/icmsdemo/images/Tabs/UiTabberPanelBg.gif) repeat-x top left;
	border:1px solid #999;
	border-width:0px 1px 1px 1px;
	min-height:195px;
	padding:20px;
}

.UiTabberContent{
	padding: 10px;
	line-height: 180%;
}
.UiTabberMainContent{
	border-bottom: 1px solid #778899;
	padding: 0px 0px 10px 10px;
	color: #000;
	display: block;
	clear: both;
	}
.UiTabberMainContent a,.UiTabberMainContent a:visited{
	font: bold 13px Arial Helvetica sans-serif !important;
	color: #4169e1;
}
.UiTabberMainContent a:hover{
	color: blue;
}
.UiTabberMainContent img{
	padding: 0px 2px 0px 2px;

}
.UiTabberFirstDesc{
	line-height: 180%;
	padding: 3px;
}
.UiTabberFirstIcon{
	
}

 