﻿
@import url(/Global/global.css);

body
{
	background-color: #bdbdaa;
	padding: 20px 0;
	color: #000;
	text-align: center;
}

h1
{
	color: #59594E;
}

td.topmenuitem
{
	font-family: Verdana;
	font-size: 12pt;
	background: none;
	vertical-align: middle;
	text-align: center;
	color: Black;
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
}

td.topmenuitem_selected
{
	font-family: Verdana;
	font-size: 12pt;
	line-height: normal;
	color: White;
	background-color: #59594E;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	height: 25px;
}

td.topmenuitem_over
{
	font-family: Verdana;
	font-size: 12pt;
	line-height: normal;
	color: White;
	background-color: #59594E;
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
}

a.topmenulink
{
	font-family: Verdana;
	font-size: 10pt;
	line-height: normal;
	text-decoration: none;
	color: White;
	font-variant: small-caps;
}


a.topmenulink:hover
{
	color: Yellow;
}


.topmenu
{
	height: 65px;
	line-height: normal;
	text-align: left;
	background-color: #59594E;
	width: 730px;
	background-repeat: repeat-y;
	margin: 0px;
}

.sidenavtitle
{
	background-color: #dfdfc8;
	color: #444444;
	font-family: Verdana, Arial;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
}

.sidenavcell
{
    background-image: url(/App_Themes/PineywoodsMuted/Images/subnav_bg.jpg); 
    background-repeat: repeat-x;
    }

.sidenav
{
	text-align: left;
	font-size: 8pt;
	border: solid #e4e4e4 1px;
	border-collapse: collapse;
}

.sidenav:hover
{
	border-collapse: collapse;
	text-align: left;
	background-color: #dfdfc8;
	font-size: 8pt;
	cursor: pointer;
	border: solid #333333 1px;
}

.sidenav a:hover
{
	color: Blue;
}

.sidenav a
{
	text-decoration: none;
	font-size: 10pt;
	color: Black;
	font-variant: small-caps;
	display: block;
	line-height: inherit;
	padding: 5px;
}

.MainDiv
{
	text-align: left;
	width: 745px;
	background-image: url(/App_Themes/PineywoodsMuted/Images/BodyBackground.jpg);
	background-repeat: repeat-y;
}

.content
{
	width: 745px;
	padding-top: 5px;
}

.gutterbottom
{
	width: 745px;
	height: 61px;
	background-image: url(/App_Themes/PineywoodsMuted/Images/BodyGutter.jpg);
	background-repeat: repeat-y;
}

.footerarea
{
}

.footer
{
	width: 745px;
	font-size: 7pt; 
	color: #535353;
	line-height: normal;
}

.LogoText
{
	text-align: left;
	padding-left: 0px;
	color: #e0e0e0;
	font-size: 8pt;
	font-family: Verdana;
}

.NavTopTable
{
	height: 25px;
	background-color: #464640;
}
