﻿
#tab-container
{
    /*background-image:url("../../Content/images/sidebar.png");*/
    background-repeat: no-repeat;
    /*padding-bottom:25px;*/
    min-height:400px;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/*

#tab-container a
{
    
}

#tab-container a:link
{
    color: #FFFFFF;
	text-decoration: none;
    
}

#tab-container a:visited
{
    color: #000000;
	text-decoration: none;
}

*/

#tab-container li 
{
    font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0px;
    margin:0px;
    line-height:1.2;
}

/*

#tab-container a:hover, a:active, a:focus 
{ 
	text-decoration: none;
}

#tabs a
{
    
}

#tabs a:visited
{
	text-decoration: none;
}


#tabs a:hover, a:active, a:focus  
{
	text-decoration: none;
}




#tabs li
{
  float: left;
  width: 7.5em;
  margin: 0;	
}*/

/* clickable header links */

#tab_headers li a:link
{
    color: #151E4B;
	text-decoration: none;
}

/* tab content links */

.iframe:link
{
    /*color: #FFEE66;*/
    text-decoration: underline;
}

.iframe:visited
{
   /* color: #CC9900;*/
}

.iframe:hover
{
    /*color: #FFFFCC;*/
    text-decoration: none;
}

.iframe:active
{
   /* color: #FFEE66;*/
}



