.tab_container{
	font-family: Tahoma, Verdana;
	font-size:  12px;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

.tab_container li{
	display: inline;
}

.tab_container li a{
	position: relative;
	top: 0px;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	border: 1px solid gray;
	border-bottom: none;
	color: black;
	background: white url(inactive.gif) top left repeat-x;
}

.tab_container li a:visited{
	color: black;
}

.tab_container li a:hover{
	text-decoration: underline;
	color: black;
}

.tab_container li a.selected{
	background-image: url(active.gif);
	border-bottom-color: white;
	border-bottom: 2px solid white;
}

.tab_container li a.selected:hover{
	text-decoration: none;
}

.tab_body {
	border-top: 1px solid gray;
	width: 253px;
	text-align: justify;
	padding-top: 5px;
}

.tab_content{
	display:none;
	padding-top: 10px;
}

.tab_content td {
	vertical-align: top;
}