﻿body
{
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color: #041943;
	margin:0px;
	padding:0px;
}

a:active
{
	color: #00CFFF;
}

a:link
{
	color: #99CEFF;
}

a:visited
{
	color: #5288E3;
}

h1
{
	color: #C8E099;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 7px;
}

h2
{
	color: #C8E099;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}

h3
{
	color: #C8E099;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 4px;
}

h4
{
	color: #C8E099;
	font-size: 10pt;
	font-weight: bold;
}

h5
{
	color: #C8E099;
	font-size: 9pt;
}

h6
{
	color: #C8E099;
	font-size: 8pt;
}

table
{
	border: 0;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
}

td
{
	font-size: 10pt;
	border: 0;
	border-spacing: 0;
	vertical-align: top;
}
th
{
	font-weight: bold;
	border-spacing: 0;
	color: #C8E099;
	text-align: left;
	vertical-align: top;
}

ul
{
	list-style-image: url(../images/bull1_ripple.gif);
}

ul ul
{
	list-style-image: url(../images/bull2_ripple.gif);
}

ul ul ul
{
	list-style-image: url(../images/bull3_ripple.gif);
}

il
{
	list-style-image: url(../images/bull2_ripple.gif);
}

hr
{
	color: #566079;
	height: 2px;
}

img
{
	border: 0;
}

fieldset
{
	color: #FFFFFF;
	font-style: normal;
	border-color: #465069;
	border-style: solid;
	border-width: 1pt;
}

label
{
	color: #C8E099;
}

legend
{
	color: #C8E099;
}

marquee
{
	color: #C8E099;
}

caption
{
	color: #C8E099;
}

button
{
	border-style: solid;
	border-width: 1pt;
	font-style: normal;
}

select
{
	border-color: #B4BED6;
	color: #000000;
}

input
{
	color: #000000;
	border-width: 1;
	border-color: #000000;
	border-style: solid;
}

textarea
{
	font-style: normal;
	color: #000000;
	border-width: 1;
	border-color: #000000;
	border-style: solid;	
}


/* Logo */
img.Logo 
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 120px;
	z-index: 1;
}

span.MainHeader 
{
	font-size: 24pt;
	font-weight: bold;
	white-space: nowrap;
}

/* Containers */

div.HeaderContainer
{
	height: 80px;
	padding-top: 40px;
	padding-left: 200px;
	background-image: url(../images/background_ripple.gif);
	background-repeat: repeat-x;	
}

div.MenuContainer
{
	float: left;
	width: 180px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	/*border: silver thin ridge;*/
}

div.ContentContainer
{
	display: inline-block;
	padding-left: 15px;
	padding-top: 5px;
}

/* Menu */

.MenuItem, .MenuItemActive, .MenuItemHover
{
	width: 100%;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: 25px;	
}

span.MenuItem, span.MenuItemActive, span.MenuItemHover
{	
}

a.MenuItem, a.MenuItemActive, a.MenuItemHover
{
	color: #FFFFFF;
	line-height:25px;
	text-decoration:none;
	vertical-align: middle;
}

a.MenuItemHover
{
	color: #041943;
}

.MenuItemActive
{
	font-weight: bold;
	background-color: #5288E3;
	text-decoration: underline, overline;
}

a.MenuItemActive 
{
	font-weight: bold;
	background-color: #5288E3;
	text-decoration: underline, overline;
}

.MenuItemHover
{
	color: #041943;
	font-weight: bold;
	background-color: #99CEFF;
}

/* Other */
.SmallText 
{
	font-size: 9pt;
	font-weight: normal;
}

table.UserTable, table.UserTable td, table.UserTable th
{
	color: #FFFFFF;
	border: #B4BED6 2px ridge;
	padding: 2px;
}

table.UserTable th
{
	font-weight: bold;
	background-color: #5A74A0;
}

a.UserLink:active, a.UserLink:link, a.UserLink:visited
{
	color: #FFFFFF;
}