﻿/* site classes below */
#navTopContainer {
    background: #D3E0DF url('../images/layout/navBkgd.png') repeat-x top left;
	padding-top: 7px;
    padding-left: 5px;
    height: 20px;
}

#navTopContainer ul {
    text-align: left;
    font-size: 12px;
    border: none;
    margin: 0px;
}

#navTopContainer li {
    /* removed 5/8 [sef]
    display: inline;
    list-style-type: none;
    
    padding-right: 25px;
    text-align:left;
    */
}        

#navTopContainer li a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#navTopContainer li a:hover {
	color: #e31c24;
}

/* 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 */

/* for keyword lookup module */
a.keywordLookup {
	/*
	background:transparent url(../modules/keywordlookup/images/keywordlookup.png) no-repeat scroll right center;
	padding-right: 13px;
	*/
	text-decoration:none;
	color: #1B4298;
	border-bottom: 1px #1B4298 dashed;
}
/*END Keyword Module*/

