﻿/* site classes below */
#navLeftContainer {
    text-align: left;
    background: #ab8c2f url('../images/toc_background.jpg') no-repeat left top;
    vertical-align: top;
    width: 150px;
	line-height: 25px;
}

#navLeftContainer a:visited, #navLeftContainer a:link, #navLeftContainer a:active {
	text-decoration: none;
	margin-left: 7px;
	padding-left: 3px;
	color: black;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: -.02em;
}

#navLeftContainer a:hover {
	background: transparent url('../images/arrow.gif') no-repeat left center;
	color: yellow;
}

#subNav a:active, #subNav a:visited, #subNav a:link {
	line-height: 15px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 80%;
}

#subNav a:hover {
	text-decoration: underline;	
}

/* 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: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:link {
	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:visited {
	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:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:link.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:visited.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:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:visited
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:active
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:hover
{
    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:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:link 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:visited 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}


/* END ADMIN */

