/* CSS Document */


body
{ 
    margin:0px;
    font-size:100%;
}

.legal
{
    text-align:center;
    font-size: 80%;
    color: #666;
}

.darken
{
	backround-color:#EEE;
}


.tabText
{
	font-family:"Minima SSi","Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#06237e;
}
#tabs ul
{
    font-family:"Minima SSi","Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#06237e;
	text-align:center;
    list-style-type:none;
    border-bottom::: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
}

#tabs ul li 
{
	display: block;
    float: left;
    height: 27px;
    min-width:120px;
	padding-left:7px;
	color:#06237e;
}

#tabs ul li.selected 
{
    /*border-bottom: 1px solid #fff;
    background-color: #fff;*/
}


#tabs ul li a 
{
	float:left;
	color:#06237e;
    text-decoration: none;
    text-align:center;
	vertical-align:middle;
	background-image:url(../../images/tabbing_menu_bg.jpg);
	background-repeat:no-repeat;
    width:120px;
	height:27px;
/*    border-bottom: 1px solid #dedede;*/
	padding-top:6px;
}

#tabs ul li a.selected
{
	font-size:14px;
	color:#06237e;
	background-image:url(../../images/tabbing_menu_selectedbg.jpg);
	background-repeat:no-repeat;
    border-bottom: 1px solid #fff;
}

#tabs ul li a:hover
{
	font-size:14px;
	color:#06237e;
	background-image:url(../../images/tabbing_menu_selectedbg.jpg);
	background-repeat:no-repeat;
}

#container 
{
    background: white;
    border:1px solid gray;
    border-top: none;
    height:350px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}

iframe
{
    border:thin;
    margin:0;
    padding:0;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

