﻿body {}

a /* , a:visited, a:active */
{
	color: #9A9263;
	text-decoration: none;
}

	a:hover
	{
		color: #06416C;
	}
	
a.SidePanelLink /* , a.SidePanelLink:active, a.SidePanelLink:visited */
{
	float: left;
	width: 215px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	background: #AAA06D url(/_images/side_panel_menu_item_background.gif) repeat-y;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	border: solid 1px #D1C9A1;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	text-decoration: none;
}

	a.SidePanelLinkActive /* , a.SidePanelLinkActive:active, a.SidePanelLinkActive:visited */
	{
		background: #9D9363 url(/_images/side_panel_menu_item_background_active.gif) repeat-y;
	}

	a.SidePanelLink:hover
	{
		background: #9D9363 url(/_images/side_panel_menu_item_background_over.gif) repeat-y;
		color: #FFFFFF;
	}
	
	a.SidePanelLinkTop /* , a.SidePanelLinkTop:active, a.SidePanelLinkTop:visited, a.SidePanelLinkTop:hover */
	{
		border-top: solid 1px #D1C9A1
	}
	
a.Breadcrumb /* , a.Breadcrumb:active, a.Breadcrumb:visited, a.Breadcrumb:hover */
{
	padding: 0px 5px 0px 5px;
}

a.footerLink
{
	color: #FFFFFF;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #CCCCCC;
}