

/* Overall Style and Layout */

body
	{
	background: #e7f0f8;
	font-family: Verdana;
	font-size: 12px;
	}
td
	{
	vertical-align: top;
	}
div.oa
	{
	width: 850px;
	margin: 0px auto;
	}
div.menu
	{
	background: #456bc0 URL(images/generic/menu_bg.jpg);
	height: 28px;
	}
div.menu a
	{
	color: #ffffff;
	}
div.footer
	{
	text-align: center;
	font-size: x-small;
	color: #666666;
	}
td.fieldRequired
	{
	 background: #faffbd;
	}
img
	{
	border: 0px;
	}

div.content img
	{
	margin: 10px;
	}

/* Old Style Retained */
.style5
	{
	height:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0A67AD;
	text-decoration:underline;
	}
#Layer3
	{
	position:absolute;
	width:544px;
	height:313px;
	z-index:7;
	left: 774px;
	top: 827px;
	}
.style11
	{
	color: #0A67AD;
	}
.style12
	{
	color: #000066;
	margin-left: 205px;
	margin-right: 145px;
	}
a.nav, a.nav:link
	{
	color: #FFFFFF;
	display:block;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
	border-right: 1px solid #577EC9;
	padding-left: 1px;
	text-indent: 6px;
	font-weight: bold;
	line-height: 28px;
	}
a.nav2, a.nav2:link
	{
	color: #FFFFFF;
	display:block;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
	border-right: none;
	padding-left: 1px;
	text-indent: 6px;
	font-weight: bold;
	line-height: 28px;
	}
a.nav:hover
	{
	/* color: #B9D1FF; */
	color: #C0DBF1;
	}
a.nav2:hover
	{
	/* color: #B9D1FF; */
	color: #C0DBF1;
	}





/* Admin Style */

div.note_box_container
	{
	background: #e7f0f8;
	}
div.note_box
	{
	width: 300px;
	background: url('generic/images/menu_bg.jpg');
	margin-bottom: 3px;
	color: #fff;
	padding: 3px;
	}
div.note_box_text
	{
	margin-bottom: 3px;
	}



/* Pop Over */

div.pop_over_base
	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #444444;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	}

div.pop_over
	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 4;
	}
div.pop_over img
	{
	z-index: 5;
	}





/* Printable Stuff */

div.print_hide
	{
	display: block;
	}

div.print_area
	{
	width: 560px;
	height: 1000px;
	border: solid 1px #ff0000;
	}

/*************/
/* Calendar */
/*************/

div.calendar
	{
	position: absolute;
	visibility: hidden;
	border: 1px solid #000;
	background-color:#eee;
	layer-background-color:#eee;
	color:#000;
	}

div.calendar a
	{
	color: #0184d3;
	}
	
.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}




