/* CSS Document */



#content 
{
	
	clear:both;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top: 20px;
}
#load 
{
	position:static;
	left:0;
	top:0;
	width:400px;
	height:20px;
	color:black;
	display:none;
	vertical-align:top;
}


#ddcolortabsline{
margin-left:1px;
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #9bbef9;
/*border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


.tabs
{
	width:100px;
	margin-right:9px;
	margin-top:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border-bottom:0;
	background-color:#9bbef9;
	color:#3e3e3e;
	height:20px;
	padding-top:5px;
	margin-left:1px;
	color:#F7F7F7;
	
}

