/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #568ab3;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 5px;	
	text-decoration:none;
	border:1px solid #568ab3;	
	border-bottom:0px;
	height:18px;
	background-color:#e6eef4;
	color:#568ab3;
	margin: 0px 3px 0px 3px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
	font-weight:bold;	
}

ul.css-tabs a:hover {
	background-color:#568ab3;
	color:#ffffff;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;	
	color:#00355f;
	font-weight:bold;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	border:0px solid #568ab3;
	padding:15px 0px 10px 10px;
	background-color:#fff;
	display:none;
	min-height:200px;
	width:375px;
}

div.css-panes .wpicon {
padding: 0px 15px 20px 0px;
}

#twitter_update_list li {
margin:0px 0px 20px 0px;
list-style:none;
list-style-image:url(../images/icon-twitter-sm.gif);
}
