* {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper { width: 724px; background: #FFF; margin: auto; border: 18px solid #FFF; border-top: none; }
body { font-size: 12px; color: #333;  }
.subnav { width: 35%; text-align: right; float: right; }
.subnav img { border: none; float: left; }
.navigation { background: #FFF; } 
.navigation img { border: 0; float: left; }
.document { width: 560px; float: left; }
.sidebar { width: 143px; float: left; border: 1px solid #bbb; background: #ddd; float: right; }
.mod { border-top: 1px solid #bbb; font-size: 10px; }

.clear { clear: both; }

.menuContainer { background: #FFF; border: #bbb solid 1px; border-top:0; padding: 5px; }

.bodybold { font-weight: bold; }
.section, .docheader {font-size: 1.4em; font-weight: bold; color: #4A6B89; }
.sub { font-size: 1em;	color: #666; }
.altbody { color: #C00; }

a, a:visited, a:hover { text-align: left; color: #4A6B89; text-decoration: none; }
a.quicklink:hover, a.stdlink:hover { color: #C00; }
a.menu, a.menu:visited, a.menu:hover { font-size: .9em;}
a.menu:hover { color: #C00; }
a.sectionpath, a.sectionpath:visited, a.sectionpath:hover { font-size: .8em; }

b { font-weight: bold; }
i { font-style:italic; }
u { text-decoration:underline; }

/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #657698;

}

table #calendar caption 	
{ 
	background-color: #264074; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #48608F; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #eee;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #F4EEE0;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #f9f6f4;
	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: #264074;
	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;
	color: #017c51;
	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
{
		
	color: #017c51;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFFFEC;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{

	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}
