.tab_title {
font:12px Arial,Sans-serif;
/*color:#FA781D;*/
color:#444;
}

/* basic tab setup */
div#tabs {
	font:normal 12px Verdana,Arial,Sans-serif;
	width:430px;
	margin-left:25px;
	overflow: hidden;
	}

div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
/* Inactive tab style */
div#tabs li {
	float: left;
	margin:0px;
	padding:0px;
	width:auto;
	border-top:3px solid #eee;
	border-left:2px solid #eee;
	border-right:2px solid #eee;
}

div#tabs a {
	display: block;
	padding:2px 6px;
	text-decoration: none;
	color: #444;
}

/* extra makeup, hover for inactive */
div#tabs a:hover {
	padding:2px 6px;
	color: #ff9900; 
/*	border:1px solid #444;*/
}

/* Active tab style */
div#tabs #active a {
	display: block;
	padding:2px 6px;
    color:#000;
	background-color:#eee;
}


/* extra makeup, hover for active */
div#tabs #active a:hover {
	/*text-decoration: underline;*/
}

div#tabs #active {
	/*background-image: url("norm_right_on.gif");*/
}

/* tab styles */

/* Defines the style and placement of all the tabbed content */
div#tab_content {
	background:#fafafa;
	width:430px;
	height:100%;
	text-align:left;
	overflow:visible;
	border:3px solid #eee;
	padding:10px;
}


