/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }

body {
	margin: 0;
}

/*   Layout styles   */
#wrapper {
	width: 722px;
	text-align: left;
}

.subnav {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 5px;
	width: 722px;
}

.nav { background: #706552; }

.content {
	background: #fff;
	border: 1px #706552 solid;
	padding: 20px 0 20px 0;
}

.leftside {
	width: 155px;
	padding-left: 20px;
}

.rightside {
	width: 500px;
	margin-right: 15px;
	font-size: 1.2em;
}

.foot {
	background: #706552;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	text-align: right;
}

p.module {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

.menuContainer {
	background-color: #B1A180;
	text-align: left;
	color: #FFF;
	border: 1px solid #706552;
}

.menuCell { padding-left: 6px; padding-right: 2px; }
.menuCell a, .menuCell a:hover, .menuCell a:visited { color: #433508; text-decoration: none; }

.menuCellOver { background-color: #D3C29F; padding-left: 6px; padding-right: 2px; }
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #FFF; text-decoration: none; }

.oneDeep { padding-left: 15px; padding-right: 2px; line-height: 1.3; }
a.oneDeep:hover {  color: #FFF; text-decoration: none; }

/*   text styles   */
body {
	font-size: 72.5%;
}

body, tr, td, div, ul, ol, li, p {
	color: #666;
}

.docheader, .section {
	color: #706552;
	font-size: 1.4em;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #706552;
	font-size: .9em;
	margin-bottom: 3px;
}

.subnav {
	color: #fff;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.footer, sup { color: #231f20; }
sup {font-size: .8em; }

/*   link styles   */
a, a:hover, a:visited { color: #b35539; }
.foot a { color: #fff; }
.subnav a,.subnav a:hover, .subnav a:visited { color: #fff; text-decoration: none; }
a.footer { color: #231f20; text-decoration: none; }
a.pageutil, a.pageutil:hover, a.pageutil:visited { color:#fff; text-decoration: none; }

/*   utility styles   */
.noborder { border: 0; }
.floatright { float: right; }
.floatleft { float: left; }
.clear { clear: both; }
#document-display { padding: 0px; }
#poster { filter: blendTrans(.5); }


/* Calendar styles */

table #calendar td {
	width: 15%;
}

table #calendar
{
	width: 100%;
	background-color: #706553;

}

table #calendar caption 	
{ 
	background-color: #706553; 
	color: #fff; 
	padding: 10px;
	font-size: 1.4em; 
}

table #calendar th 		
{ 
	background-color: #B1A180; 
	color: #fff; 
	padding: 4px; 
	text-align: center;
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #ddd;
	padding: 3px;
}

#calendar td.past
{
	background-color: #fff;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #fff;
}

#calendar .date {
	color: #706553;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	text-decoration: none;
	width: 100%;
	padding: 3px;
	color: #3C7403;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
		
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFF;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400px;
	width: 400px;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

a.bodylink
{ color: #9C3620;}
