﻿.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background-color: #6b2b91;
color: White;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: white;
font-weight: bold;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-left: 1px solid #BBB;
}


.chromemenu ul li a:hover, .chromemenu ul li a.current{
    background-color: #e6deec;
    color: #6b2b91;
}

.tabcontainer{
clear: left;
width:99.2%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color: #e6deec;
padding-left: 35px;
padding-top: 2px;
padding-bottom: 2px;
}

.tabcontainer a
{
text-decoration: none;
font-weight: bold;

}

.tabcontent{
display:none;
}

.boxText
{
    font-size: x-small;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}


.maskedText
{
    color: Gray;
    font-size: x-small;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    width: 150px;
}
