/*
/  bars.css
/  (c) 2006 Lighthead Software
/  info@lightheadsw.com
*/


#logobar {
	background: #e1e4ec;
	height: 98px;
  	background: url(/resources/images/ui/logobar/background.jpg);
}

img#logo {
	margin: 0px;
	border: 0px;
}



#navbar {
	height: 19px;
	padding: 3px 0px 3px 0px;
    background: #f5f5f5 url(/resources/images/ui/navbar/background.gif);
}

#navbar a {
    color: black;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

#navbar a.selected, #navbar a.normal:hover {
	background: #f5f5f5 url(/resources/images/ui/navbar/activebackground.gif);
	color: white;
	text-shadow: #0A62A8 2px 2px 0px;
}

#navbar a.disabled {
	color: #CCCCCC;
}

#navbar a.disabled:hover {
	
}

#navbar a.normal:active {
	color: white;
	text-shadow: white 0px 0px 3px;
}



#footer {
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	font-size: 11px;
	padding: 4px;
	margin-bottom: -1px;
	background: #373737;
	color: white;
	clear: both;
}

#footer A:link {
	color: white;
}