﻿/* ----------- tabs ----------------- */

.Tabs 
{	
	clear:both;
    font-size:9pt;
    margin:8px 0 0 0 ;
}

.Tabs ul 
{
    margin:0;
    padding:0 0 0 4px;
    list-style:none;
}
        
.Tabs li 
{
    float:left;
    margin:0 4px 0 0;
    padding:0;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #190D3C;
    border-bottom: 0px solid #333;
    border-left: 1px solid #fff;
}

.Tabs a 
{
    display:block;
    padding:2px 6px 2px 6px;
    background-color:#ccc;
    text-decoration:none;
    font-weight:normal;
    color:#333;
}


.Tabs a:visited
{
	color:#000000;
}

.CurrentTab a
{
    background-color:#fff;
    color:#000;
}



.Tabs a:hover
{
    background-color:#293656;
    color:#fff;
}

.TabBodies
{
	clear: both;
	padding:0 0px 4px 8px;
	font-size:9pt;
	margin:0 4px 4px 4px;
	border:2px outset;
	background-color:#eee;
	display:block;
	min-height:400px;	
	height:auto;
	_height:400px; /* underscore hack for IE */
	width:800px;
	
}

.TabBody
{
	display: none; 
	padding:4px;
}

.CurrentTabBody
{
	display:block;
	padding:4px;
}

/* ----------- siteTabs ----------------- */

#siteTabs 
{
	margin: 0 0 0 -4px;
}

#siteTabs .Tabs 
{	
	clear:both;
    font-size:9pt;
    margin:8px 0 0 0 ;
    border: 1px solid #fff; 
}

#siteTabs .Tabs ul 
{
    margin:0;
    padding:0 0 0 4px;
    list-style:none;
}
        
#siteTabs .Tabs li 
{
    float:left;
    margin:0 4px 0 0;
    padding:0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #190D3C;
    border-bottom: 0px solid #333;
    border-left: 1px solid #cfdadf;
}

/* IE6 Only */
* html #siteTabs .Tabs li  
{
    border-top: 2px solid #ccc;
}

/* IE7 Only */
*:first-child+html #siteTabs .Tabs li 
{
    border-top: 2px solid #ccc;
}


#siteTabs .Tabs a 
{
    display:block;
    width:84px;
    padding:2px 6px 4px 6px;
    background-color:#f0f4f5;
    text-decoration:none;
    font-weight:normal;
    color:#333;
}


#siteTabs .Tabs a:visited
{
	color:#000000;
}

#siteTabs .CurrentTab a
{
    background-color:#fff;
    color:#2A3656;
    font-weight:bold;
}

#siteTabs .Tabs a:hover
{
    background-color:#cfdadf;
    color:#2a3656;
    font-weight:bold;
}

#siteTabs .TabBodies
{
	clear: both;
	padding:0 0px 4px 8px;
	font-size:9pt;
	margin:0 4px 4px 4px;
	border:1px solid #ccc;
	background-color:#fff;
	display:block;
	min-height:400px;	
	height:auto;
	_height:400px; /* underscore hack for IE */
	width:456px;

}

#siteTabs .TabBody
{
	display: none; 
	padding:4px;
}

#siteTabs .CurrentTabBody
{
	display:block;
	padding:4px;
}
