body {
	margin: 0px auto 20px auto;
}
#wrapper {
	width: 750px;
	margin: 0px auto 0px auto;
	background: #D7E4CB;
	text-align: left;
}
.header {
}
.rotation {
}
.nav {
}
.content {
	background: #FFF;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 15px; 
}
.green,
.green p.body {
	color: #7B9566;
}
.green p.body {
	margin-top: 7px;
}
#document-display {
	padding: 0px;
}
.leftside {
	padding:15px;
	width: 520px;
}
.rightside {
	width: 170px;
	margin-right: 15px;
}
.textbox {
	width: 250px;
	margin-right: 15px;
}
.module {
	padding-top: 7px;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: 0; }
.fullwidth { width: 98% }

* {
	font-family: Verdana, Helvetica, sans-serif;
}

table.polltable,
table.topictable { font-size: 12px; color: #444; }
#questioncell { padding-bottom:10px; }
#answercell, #radiocell { padding-bottom: 5px; width: 116px ;}
#radiocell { text-align: right; padding-right: 5px; width: 10px; }
#buttoncell { padding: 10px; text-align: center; }
#viewresultcell { text-align: center; padding-bottom: 15px; }



/* Global Styles */
p,ul,li,div { color: #444; font-size: 12px; line-height: 1.4em; }
a, a:visited, a:hover { color: #7B9566; text-decoration: none; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background-color:#CAD9BC;
	padding: 2px;
	text-align: left;
}

.menuCell { padding-left: 4px;}
.menuCell a, .menuCell a:visited { color: #7B9566; text-decoration: none; }

.menuCellOver { background-color: #D7E3CB; padding-left: 4px;}
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #7B9566; }


a.menu td 	{ 
	color: #7B9566; 
	padding-right: 8px;
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.4em; 
	font-weight: bold;
	color: #7B9566;
}

.sub {  }
.altbody { color: #7B9566; font-weight: bold; }
.footer { color: #fff; font-size: 11px; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
}

a.quicklink{
	line-height:13px;
}

a.menu {
	font-size: 12px; 
}

a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
}
a.sectionpath:hover { }

/* Page Utilities */
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{ 
	font-size: .9em; 
	padding:.8em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
/* Calendar styles */

table #calendar {
	width: 100%;
	background-color: #7B9566;
}

table #calendar caption { 
	background-color: #7B9566; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.3em; 
}

table #calendar th { 
	background-color: #D7E3CB; 
	color: #7B9566; 
	padding: 4px; 
	font-weight: bold; 
	text-align: center;
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #FFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past {
	background-color: #EAEAEA;
	height: 90px;
}

#calendar td.future  {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #FAFAFA;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none {
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #eee;
}

#calendar .date {
	color: #7B9566;
	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;
	
}

#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; 
}

