
select
{
	behavior: url('resources/select.htc');
}

input.btn
{
	background-color: #CCD9D2;
	font-weight: bold;
	cursor: hand;
}

div
{
	border: none;
}

div.mermaid
{
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 0px;
}

.underline
{
	text-decoration: underline;
}

#header
{
	clear: bothe;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border-color: #577563;
	background-color: #7D9486;
	border: 1px solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#header  a
{
	color: red;
}

#container
{
	padding: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#content
{
	border: 0px solid #577563;
	color: #000;
	background-color: #ffffff;
	height: expression(560);
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

#footer
{
	clear: bothe;
	margin-top: 5px;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	padding: 3px;
	color: #000;
}

#footer .sep
{
	display: block;
	clear: both;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
	border-color: #577563;
	padding-top: 0px;
}

#footer .copy
{
	float: left;
	text-align: left;
	font-weight: bold;
}

#footer .contact
{
	float: right;
	text-align: right;
	font-weight: bold;
}

body
{
}

html, body
{
	background-color: #ffffff;
	color: #404040;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 10px;
	padding: 0;
}

p, a
{
	font-family: Verdana;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia;
	margin-top: 0px;
}


#wnd_login
{
	border: 1px solid #577563;
	background-color: #E6ECE8;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 10pt;
}

#wnd_login #title
{
	background-color: #CBD8D0;
	border-bottom: 1px solid #577563;
	border-top: 2px solid #CBD8D0;
	text-align: left;
	color: #404040;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
}

#wnd_login #body
{
	padding-left: 10px;
	padding-right: 10px;
}

#wnd_login .sep6px
{
	font-size: 6px;
	display: block;
}

#wnd_login .sep10px
{
	font-size: 10px;
	display: block;
}

#wnd_login .sep12px
{
	font-size: 12px;
	display: block;
}

#wnd_menu
{
	border: 1px solid #577563;
	background-color: #E6ECE8;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

#wnd_menu #title
{
	background-color: #CBD8D0;
	border-bottom: 1px solid #577563;
	border-top: 2px solid #CBD8D0;
	text-align: left;
	color: #404040;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-left: 5px;
}

#wnd_menu #body
{
	padding: 0px;
	font-size: 10pt;
}

#wnd_menu .sep6px
{
	font-size: 6px;
	display: block;
}

#wnd_menu .sep10px
{
	font-size: 10px;
	display: block;
}

#wnd_menu .sep12px
{
	font-size: 12px;
	display: block;
}

#wnd_menu #body td a, #wnd_menu #body td span
{
	display: block;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #404040;
}

#wnd_menu #body span
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#wnd_menu #body a, #wnd_menu #body a:focus, #wnd_menu #body a:hover, #wnd_menu #body .selected
{
	font-size: 10pt;
}

#wnd_menu #body a span.selected_path
{
	font-weight: bold;
	color: black;
}

#wnd_menu #body a:focus, #wnd_menu #body a:hover, #wnd_menu #body ul .selected
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	display: block;
}

#wnd_menu #body a:focus, #wnd_menu #body a:hover
{
	padding: 1px 3px 1px 3px;
}

#wnd_menu #body .selected
{
	color: black;
	font-weight: bold;
}

#wnd_menu #body li
{
	display: inline;
	text-align: left;
}

#wnd_menu #body ul
{
	margin: 0;
	padding: 0;
}

#wnd_menu #body ul a span, #wnd_menu #body ul a span.selected, #wnd_menu #body ul a span.selected_path, #wnd_menu ul span.selected
{
	padding-left: 10px;
}

#wnd_menu #body ul ul a span, #wnd_menu #body ul ul a span.selected, #wnd_menu #body ul ul a span.selected_path, #wnd_menu ul ul span.selected
{
	padding-left: 20px;
}


#wnd_menu #body ul ul ul a span, #wnd_menu #body ul ul ul a span.selected, #wnd_menu #body ul ul ul a span.selected_path, #wnd_menu ul ul ul span.selected
{
	padding-left: 30px;
}

A { font-family: Sans-Serif, Arial; text-decoration: none; color: blue; }
A:visited { color: blue; text-decoration: none; }
A:hover { color: red; text-decoration: none; }