.side_nav
{
	font-size: 9pt;
	color: #333333;
}

.body
{
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000000;
}

td
{
	font-size: 10pt;
	color: #000000;

}

a
{
	text-decoration: none;
}
a:hover 
{
        text-decoration: underline;
}

ul
{
	font-size: 10pt;
	font-weight: normal;
	list-style-type: square;
}

.page_num
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.footer
{
        font-size: 8pt;
        color: #000000;
}

.copyright
{
	font-size: 8pt;
	color: #FFFFFF;
}

.table
{
	background-color: #000000;
}

.bg
{
        background-color: #FFFFFF;
}  

.bg_dark
{
	background-color: #CC3300;
}

.bg_light
{
	background-color: #FF6633;
}

.bg_lighter
{
	background-color: #FF9999;
}

.bg_highlight
{
	background-color: #EEEEEE;
}

.page_title
{
	font-size: 18pt;
	color: #333333;
	font-weight: bold;
}
.page_subtitle
{
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
}

.tiny
{
	font-size: 8pt;
	color: #000000;
}

.menu
{
        font-size: 8pt;
        color: #FFFFFF;
}

.calendarHeader
{
	font-weight: bolder;
	color: #265CA6;
	background-color: #DDDDDD;
	margin: 1px; padding: 1px; border: solid 1px gray
}

.calendarSubHeader
{
	font-weight: bolder;
	color: #265CA6;
	background-color: #AAAAAA;
	margin: 1px; padding: 1px; border: solid 1px gray
}

.calendarToday  { background-color: #ffffcc; padding: 4px; border: solid 1px gray }
.calendarDay  { background-color: #ffffff; padding: 4px; border: solid 1px gray }
.calendarEventDay  { background-color: #9999FF; padding: 4px; border: solid 1px gray }

.calendar     { background-color: #ccc; border: solid 1px gray; border-collapse: collapse }

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


