﻿.right-most
{
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.left-most
{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}
.middle
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	vertical-align: top;
}
#fullborder
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
}
img
{
	border-style: none;
}
a:link
{
	text-decoration: underline;
	color: Black;
}

a:visited
{
	text-decoration: underline;
	color: Black;
}

a:active
{
	text-decoration: underline;
	color: Black;
}

#container
{
	width: 98%;
	margin: 5px auto;
	font-family: Arial;
}

#maintable
{
	width: 100%;
}

#leftnavigationarea
{
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #C5B372;
	vertical-align: top;
	width: 150px;
	padding: 5px;
}

#contentarea
{
	vertical-align: top;
	width: auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: White;
}

#sitemaparea
{
	border-bottom: solid 1px solid #666666;
	font-style: italic;
	font-size: 12px;
}

#contentplaceholderarea
{
	padding: 10px;
	text-align: left;
}

#rightcalendararea
{
	width: 190;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: White;
}


#topright
{
	position: absolute;
	right: 7%;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	background-color: #C5B372;
	float: left;
	width: 140px;
	margin: 0;
	padding: 5px;
}

#rightnav
{
	float: right;
	width: 230px;
	margin: 0;
	padding: 5px;
}

#content
{
	margin-left: 150px;
	border-left: 1px solid gray;
	margin-right: 240px;
	border-right: 1px solid gray;
	padding: 10px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}

#leftnav p, #rightnav p
{
	margin: 0 0 1em 0;
}
#content h2
{
	margin: 0 0 .5em 0;
}
#message
{
	background-color: White;
	font-family: Arial;
	font-size:12pt;
	font-weight:bold;
}

.grid
{
	font-family: Arial;
	font-size:10pt;
	border:1px solid #cccccc;
	width : 100%;
}

.gridHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size:12pt;
	color: White ! important;
	text-decoration: none ! important;
	background-color:Maroon;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.gridRow
{
	font-family: Arial;
	font-size:10pt;
	background-color:#ffffff;
}

.gridAltRow
{
	font-family: Arial;
	font-size:10pt;
	background-color:#e6e6e6;
}

.gridSelectedRow
{
	font-family: Arial;
	font-size:10pt;
	background-color: #ffffcc;
}

.pager
{
	font-family: Arial;
	font-size:10pt;
	color:#797979;
}

.pagerInfo
{
	font-family: Arial;
	font-size:8pt;
	padding:2px;
}

.pagerCurrentPage
{
	font-family: Arial;
	font-size:10pt;
	font-weight:bold; 
	color: #000000;
	background-color:#ffffcc;
	padding:2px;
}

.pagerOtherPage
{
	font-family: Arial;
	font-size:10pt;
	background-color: #f0f1f2;
	padding:2px;
}
h1 {font-size:20px; text-align:left; font-weight:bold; margin:0; padding:0;}
