/* TAB STYLES */

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border: black 1px solid;
    border-bottom: white 1px solid;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #FFFFCC;
    border: black 1px solid;

}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #990000;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.CloseLine {
	border-bottom: solid 1px black;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: black;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}
