body {
	margin: 0px;
	background-color:#155d91;
}

.menu_bar
{
	font-family: Tahoma;
	font-size: 11px;
	background-color: #F7F7F7;
	height:100%;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-right:10px;
	width:180px;
	padding:10px;
	color:#666666
}

.menu_heading
{
	font-size: 11px;
	font-weight: bold;
	background-color:#e9e9e9;
	padding:3px;
	color:#333333;
	margin-bottom:10px;
}

a.menu:link, a.menu:active, a.menu:visited, a.menu:hover
{
    font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	TEXT-DECORATION: none
}
a.menu:hover
{
    TEXT-DECORATION: underline
}










.canvas_tl
{
	width:11px;
	height:13px;
	background-image:url(images/canvas_tl.gif);
}

.canvas_t
{
	background-color:#FFFFFF;
}

.canvas_tr
{
	width:11px;
	height:13px;
	background-image:url(images/canvas_tr.gif);
}

.canvas_bl
{
	width:11px;
	height:13px;
	background-image:url(images/canvas_bl.gif);
}

.canvas_b
{
	background-color:#FFFFFF;
}

.canvas_br
{
	width:11px;
	height:13px;
	background-image:url(images/canvas_br.gif);
}
















table.page_middle
{
	background-color: #FFFFFF;
	margin: 0px;
}

.content
{
	padding:10px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: top;
	text-align: justified;
	color:#155d91;
}



a:active, a:visited, a:link, a:hover
{
	color: #023C85;
	font-weight: none;
	text-decoration: none;
    font-family: Tahoma;
}

a:hover
{
	text-decoration: underline;
}


table.table
{
	width: 100%;
	background-color: #CCCCCC;
	border-collapse: collapse;
}

table.table td
{
	background-color: #F7F7F7;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:11px;
	font-family:Tahoma;
}

table.table th
{
	background-color: #e9e9e9;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	font-weight: bold;
	color: #333333;
	font-size:11px;
	font-family:Tahoma;
}
div.heading
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: solid;
	border-color: #999999;
	border-width: 1px;
	margin-bottom: 20px;
}
select, input, textarea, input.disabled
{
	color: #666666;
	font-family: Tahoma;
	font-size:11px;
}






.footer td
{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	padding-left:15px;
	
}

.footer td a, .footer td a:visited, .footer td a:hover
{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	
}








.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}

td.page_bottom a, td.page_bottom a:link, td.page_bottom a:hover, td.page_bottom a:visited
{
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9
{
	color: #666666;
}

h3
{
	font-size:medium;
}

.content img
{
	margin: 0px;
	margin-right: 7px;
}

table.image
{
	float:left;
}

table.image td
{
	font-size:x-small;
}

table.imageholder td
{
vertical-align:top;
}

.smalllist
{
	font-size: 10px;
}

div#messages .blue, div#messages:blue, div#messages .red, div#messages:red
{
	text-align: center;
}

div#messages .red
{
	display: none;
	display: block;
	color:#CC0000;
	background-color: #CC0000;
	cursor: pointer;
}
div#messages:red
{
//	display: block;
	display: none;
	
}

div#messages .blue
{
//	display: none;
	display: block;
//	color:#CC0000;
	background-color: #1B3961;
	cursor: pointer;
}

div#messages:blue
{
//	display: block;
	display: none;
	cursor: pointer;
	color: #FFFFFF;
	content: "Click on this message to make it disappear";
	height: 1cm;
}

div#messages div#message
{
	margin: 0.4em;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 11px;
}

#messages
{ 
	color: #666666;
	background-color: #EEEEEE;
	width: 15em;
	border-style:solid;
	border-width: 1px;
	text-align: center;
	position: fixed;
//	position: absolute;
	right:10em;
	top: 2em;
	font-family: Arial;

}
body > div#messages { position: fixed; }

