* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	/*background-color: #d9d9d9;*/
	/*font-size: 76%;*/
	color: #F2F2F2;
	color: #333;
}
/*#container{width:510px}*/
.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;	
	/*padding: 1em;*/
	border:1px solid #3e3e3e;
	
	/********/
	background-color: #FFF;
	border:1px solid #778A98;	
	width:510px;
}
.panel.active-tab-body {
	display: block;	
}
.bar {
	padding: 5px;
	background-color: #3e3e3e;
	
	/***************/
	padding:2px;
	background-color: #778A98;
	height:0px;
	background-color: #FFF;
}

#tabs {
	position: absolute;
	top: 69px;
	height: 28px;
	list-style: none;
	
	/*************/
	height:26px;
	top:57px;
	z-index:1000;
	position:relative;
	top:10px;
	margin-bottom:4px;	
}
#tabs li {
	float: left;	
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 1px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
	
	/***************************/
	background: url(images/normal.gif) repeat-x top left;
	border:1px solid #778A98;
	padding:2px 15px;
	color:#111;
	margin-left:3px;	
	
	font-family:Arial;
	font-size:12px;	
	font-weight:bold;
	border-top:0px;
	border-bottom:0px;
	color: rgb(0, 67, 111);
}

#tabs a.active-tab{
	background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #ccc;
	
	/*********/
	background: url(images/active.gif) repeat-x top left;
	border:1px solid #778A98;
	color:#CC6633;
	border-bottom:0px;
	
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	border-top:0px;
	padding-bottom:3px;
}
#tabs a:hover{
	/*background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #ccc;
	*/
	/*********/
	
	/*background: url(images/active.gif) repeat-x top left;
	border:1px solid #778A98;
	border-bottom:0px;	
	border-top:0px;
	color: rgb(0, 67, 111);
	*/
	text-decoration:underline;
}
