.side_nav
{
	font-size: 9pt;
	color: #333333;
}

.body
{
	background-color: #324F7B;
	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;
}

.bg
{
	background-color: #FFFFFF;
}

.bg_dark
{
	background-color: #364252;
	color: #FFFFFF;
	font-weight: bold;
}

.bg_light
{
	background-color: #727B8A;
	color: #FFFFFF;
}

.bg_lighter
{
	background-color: #CCCCCC;
}

.bg_highlight
{
	background-color: #EEEEEE;
}

.page_title
{
	font-size: 18pt;
	color: #333333;
	font-weight: bold;
}
.page_title
{
	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;
}

.normal
{
background-color: #FFFFFF;
}
.highlight{
background-color: #EFEFEF;
}

#pagination
{
        text-align: center;
}

#module
{
        text-align: left;
}

#pagination
{
        text-align: center;
}

#module
{
        text-align: left;
}

.table  
{
text-align: left;
font-family: Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 13px;
color: #000000;
background-color: #FFFFFF;
border: 1px #999999 solid;
border-collapse: collapse;
border-spacing: 0px; 
}       
        
.table_header
{
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
background-color: #364252;
color: #FFFFFF; 
font-weight: bold;
text-decoration: none;
}

.table_header p
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_subheader
{
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
background-color: #F3F3F3;
font-family: Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 13px;
color: #4E6A91;
}

.table_subheader p 
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_footer
{
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
background-color: #727B8A;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

.table_footer p
{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_content_inline img
{
border: 1px solid #999999;
}

.table_content p
{
font-size: 13px;
line-height: 20px;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-weight: normal;
color: #000000;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_content_inline p
{
font-size: 13px;
line-height: 20px;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_content_inline img
{
border: 1px solid #999999;
margin-right: 5px;
margin-bottom: 5px;
}

