﻿BODY
{
	font-family: @Arial;
	font-size: 10pt;
}
INPUT[type="button"], INPUT[type="submit"]
{
	cursor: pointer;
}
.shadowBox
{
	width: 850px;
	padding: 0px 10px 10px 0px;
	filter: shadow(color:gray, strength: 5, direction:135);
	margin: auto;
}
.messageBox
{
	text-align: center;
	border: 3px double black;
	background-color: Yellow;
	color: Black;
	width: 400px;
	margin: 10px auto 10px auto;
	padding: 5px;
}
.infoMessage
{
	color: Black;
}
.errorMessage
{
	color: Red;
	font-weight: bold;
}

#main
{
	width: 850px;
	margin: 5px auto 5px auto;
}
#header
{
	position: relative;
}
#content
{
	width: 850px;
	margin-top: 35px;
	border: 3px double gray;
	background-color: #EEE;
}
#footer
{
	position: relative;
}
.headerLarge
{
	font-size: large;
	font-weight: bold;
}

.headerMedium
{
	font-size: .9em;
}
.siteMap
{
	position: absolute;
	top: 95px;
	right: 0px;
	height: 40px;
}
.menuNav
{
	position: absolute;
	top: 95px;
	left: 0px;
	height: 25px;
	z-index: 9999;
}
.siteMapNode, .siteMapCurrent, .siteMapRoot
{
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid black;
	padding: 4px 2px 1px 2px;
	color: black;
	font-size: 7pt;
	background-color: #FC0;
	height: 21px;
}
.siteMapCurrent
{
	color: gray;
	border-style: none;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
}
.siteMapRoot
{
}
.siteMapSep
{
	color: silver;
}
.menuStaticItem:hover, .menuDynamicItem:hover, .siteMapNode:hover, .siteMapRoot:hover
{
	background-color: #FFC;
}
.menuStaticItem, .menuDynamicItem
{
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid black;
	padding: 2px;
	color: black;
	font-size: 7pt;
	background-color: #FC0;
	height: 21px;
	z-index: 9999;
}
.menuStaticMenu
{

}
.menuStaticSelected
{
}
.menuDynamicHover
{
}
.menuDynamicItem
{
	border-style: none;
	background-color: White;
}
.menuDynamicMenu
{
	border: 1px solid gray;
}
.menuDynamicSelected
{
}
