@CHARSET "ISO-8859-1";
 
.oneleveltabs li,
.oneleveltabs li a,
.oneleveltabs li a:link,
.oneleveltabs li a:visited,
.oneleveltabs li a:hover,
.oneleveltabs li a:active {font-size: 10pt; line-height: normal;}
 
.aftertabcontainer
{
	clear: both;
	
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	
	width: 100%;
	
	/* -1px margin top prevents ie7 issue where if the active tab is the first tab, there is a white pixel between the contents left border and the first tabs left border */
	margin-top: -1px;
	
	/* controls the amount of space below the tab box (before hitting the bottom of the page) */
	margin-bottom: 15px;
}

.afterpadder
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	
	/* this makes it so no matter what(?), there will be 13 px between the bottom of the boxed in content and the line below */
	margin-bottom: 13px;
}


/* targets the h2 when it is the first element underneath the tabs (doesn't work in IE6) */
.afterpadder > h2:first-child {margin-top: 4px;}
.afterpadder > p:first-child {margin-top: 0;}
.afterpadder > .imagecaptionright:first-child+p, .afterpadder > .imagecaptionleft:first-child+p {margin-top: 0;}


.oneleveltabs
{
	width: 100%;
	background: url(/static/_global/images/one_level_tabs_bg.gif) repeat-x bottom;
	
	float: left;
	
	/* padding right 2 px makes the top right corner of the box not miss a pixel.  
	It was 2 pixels shy because 100% + 1 px left border + 1px right border was 100% + 2, while the top was only 100% */
	padding-right: 2px;
}

.oneleveltabs ul
{
	padding-top: 0;
	margin-top: 0;
	
	padding-left: 0;
	margin-left: 0;
	
	margin-bottom: 0;
	
	width: 100%;
	
	list-style-type: none;
}

.oneleveltabs ul li
{
	float: left;
	background: url(/static/_global/images/one_level_tabs_inactive_right.gif) no-repeat right top;
}

.oneleveltabs ul li a,
.oneleveltabs ul li a:visited,
.oneleveltabs ul li a:hover
{
	text-decoration: none;
	color: #004182;
	font-weight: bold;
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-top: 8px;
	padding-bottom: 5px;
	
	margin-bottom: 0;

	border-bottom: none;

	display: block;
	
	background: url(/static/_global/images/one_level_tabs_inactive_left.gif) no-repeat left top;
}

.oneleveltabs ul li.active
{
    background-image: url(/static/_global/images/one_level_tabs_active_right.gif);
}

.oneleveltabs ul li.active a,
.oneleveltabs ul li.active a:visited,
.oneleveltabs ul li.active a:hover
{
	border-bottom: 1px solid transparent;
	background-image: url(/static/_global/images/one_level_tabs_active_left.gif);
	color: black;
}
.oneleveltabs ul li.active a:hover {color: black; text-decoration: none;}

.oneleveltabs ul li.related
{
    background-image: url(/static/_global/images/one_level_tabs_inactive_right.gif);
}

.oneleveltabs ul li.related a,
.oneleveltabs ul li.related a:visited,
.oneleveltabs ul li.related a:hover
{
	border-bottom: 1px solid transparent;
	background-image: url(/static/_global/images/one_level_tabs_inactive_left.gif);
}

.oneleveltabs ul li a:hover
{
	color: #990000;
	text-decoration: underline;
}

.oneleveltabs ul li a.onerow,
.oneleveltabs ul li a.onerow:visited,
.oneleveltabs ul li a.onerow:hover
{
	line-height: 34px;
	
	padding-top: 3px;
	padding-bottom: 2px;
}

.oneleveltabs ul li a.tworows,
.oneleveltabs ul li a.tworows:visited,
.oneleveltabs ul li a.tworows:hover
{
	line-height: 17px;
	
	padding-top: 3px;
	padding-bottom: 2px;
}

/*
.oneleveltabs ul li.nocontent a {color: gray; font-weight: normal; text-decoration: none; cursor: default;}
.oneleveltabs ul li.nocontent a:hover {text-decoration: none;}
*/