﻿/* ----------- tabs ----------------- */

.Tabs 
{	
	clear:both;
    font-size:9pt;
    border-bottom:0px solid white;
    margin:0px 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:#D1150A;
    text-decoration:none;
    font-weight:normal;
    color:#fff;
}


.Tabs a:visited
{
	color:#fff;
}

.CurrentTab a
{
    background-color:#eee;
    color:#000;
}

.CurrentTab a:visited
{
    color:#000;
}


.Tabs a:hover
{
    background-color:#d64a3e;
    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:240px;	
	height:auto;
	_height:240pxpx; /* underscore hack for IE */
	width:500px;
	
}

.TabBody
{
	display: none; 
	padding:4px;
}

.CurrentTabBody
{
	display:block;
	padding:4px;
}
