﻿/* site classes below */

#navTopContainer {
    text-align: center;
    background: none;
    border-top: 1px solid #00164F;
    padding: 10px 0px 5px 0px;
}

#navTopContainer a:active, #navTopContainer a:visited, #navTopContainer a:link {
	font-size: 0.9em;
	font-weight: bold;
	color: #D71303;
	text-decoration: none;
	padding: 10px 15px 5px 15px;
}

#navTopContainer a:hover {
	color: white;
	background: #00164F;
}

/* tabs */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/standard/tabbottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:visited, 
#tabNav a:link,
#tabNav a:active {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:hover {
	background: #C0C0C0;
	color: #FFF;
}

#tabNav a:visited.active, 
#tabNav a:link.active, 
#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

/* END TABS */

/* Admin */
#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:hover,
#adminLabel a:active,
#adminLabel a:visited,
#adminLabel a:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:visited,
#adminNav ul li a:link,
#adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}


/* END ADMIN */

