/* cloned from work tabs code */

/*
#content
{
	padding: 1px;
	height: 100%;
}
*/


ul.tabs
{
	margin: 0 5px 0 0;
	padding: 5px 0.5em;
	
}

ul.tabs li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabs li a
{
	outline: none;
	padding: 5px 0.5em;
	margin-left: 2px;
	margin-bottom: 30px;
	border: 1px solid #000;
	vertical-align: bottom;
	font-weigh: bold ;
	font-size: 11px;
	/*  background: #336699;  */
	/* background: #000099; */
	background: #ECE9D8;
	color: #000000;
	text-decoration: none;
}

ul.tabs li a:hover
{
	color: #000;
	background: #CCC;
	border-color: #666;
}


ul.tabs li.active a
{
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabs li.rosterActive a   /* for use on the roster member pages */
{
	color: #000;
	background-color: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}



#tabbar
{
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	z-index: 2;
	
}

#tabcontent
{
	position: relative;
	border: 1px solid #000000;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden; 
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}



.tabDetail
{
	background: #fff;
	visibility: hidden;
	display: none;
}

.tabRosterDetail 
{
	background: #e1e1e1;
	visibility: hidden;
	display: none;
}


.activeDetail 
{ 
	visibility: visible; 
	display: block;
}



.tabDetail
{
	margin-top: 0;
	padding-top: 2px;
	/* font: 12px normal Verdana, Arial, sans-serif; */
}

/*
.tabDetail h2
{
	background: url("/HQ/images/headlinebg.gif") no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	color: #FFF;
}
*/
