#box {
	border: 1px solid #555555;
	clear: both;
	background: #BCDDFF;
	padding-top: 10px;
}

#content {
	padding: 1.0em;
	font-family: verdana;
	font-size: 10px;
	background: #FFFFFF;
}

/* Start Tab Info */
#tab {
	position: relative;
	width: 100%;
	height: 2em;
	width: 585px;
}

#tab ul#first {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 800px;
}

#tab ul#first li {
	display: inline;
	list-style: none;	
}		

#tab ul#first a, #tab ul#first span, #tab ul#first a.current {
	width: 150px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #212025;
}

/* Tab Active */ 
#tab ul#first span, #tab ul#first a.current, ul#first a.current:hover {
	border: 1px solid #555555;
	border-bottom: none;
	background: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
}

/* Tab Off */ 
#tab ul#first a {
	background: #BCDDFF;
	border: 1px solid #898989;
	border-bottom: none;
}

/* Tab Hover */ 
#tab ul#first a:hover {
	margin-top: 0;
	border-color: #555555;
	background: #FEFBD1;
	padding-bottom: 5px;	
}
/* End Tab Info */ 
