@charset "utf-8";

body 
{
margin : 0;
font-family : sans-serif;
background : #00004d;
font-size : 8px;
color: #00a8ff;
text-align: center;
}

.main
{
margin : 2px;
background: #00008e;
border: dashed 1px #009aee;
width: 600;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

.content
{
font-size: 12px;
}

.formlabel
{
text-align: right;
}

.side
{
margin : 4px;
background: #0000a1;
border: dashed 1px #009aee;
width: 200;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

.panel_header
{
margin-top: 10px;
margin-bottom: 2px;
background: #00002a;
border-bottom: 2px ridge #00a8ff;
font-weight: bold;
width: 200;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

.page_numbers
{
font-weight: normal;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

.section_header
{
border-bottom: dotted 1px #009aee;
border-top: dotted 1px #009aee;
text-align: center;
font-size : 12px;
color: #ffffff;
background: #00007e;
}

.main_green
{
margin : 2px;
background: #008e00;
border: dashed 1px #00ff00;
width: 600;
text-align: center;
font-size : 12px;
color: #00ff00;
}

.main_red
{
margin : 2px;
background: #8e0000;
border: dashed 1px #ee9a00;
width: 600;
text-align: center;
font-size : 12px;
color: #ffa800;
}

input.textbox
{
border: 0px;
background: #00008e;
font-size : 12px;
color: #ffffff;
}

input.textinset
{
border: 1px solid #00006c;
background: #00007e;
font-size : 12px;
color: #ffffff;
}

select.dropdown
{
border: 1px solid #00006c;
background: #00007e;
font-size : 12px;
color: #ffffff;
}

textarea.inset
{
border: 1px solid #00006c;
background: #00007e;
font-size : 12px;
text-align: left;
color: #ffffff;
}

input.button
{
border-top: dotted 1px #00a8ff;
border-bottom: dotted 1px #00a8ff;
border-left: 0px;
border-right: 0px;
background: #00007e;
font-size : 12px;
color: #ffffff;
}

.centered
{
text-align: center;
}

.headline
{
background: #00002a;
width: 100%;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

.headline_green
{
background: #002a00;
width: 100%;
text-align: center;
font-size : 12px;
color: #00ff00;
}

.headline_red
{
background: #2a0000;
width: 100%;
text-align: center;
font-size : 12px;
color: #ffa800;
}

.inset
{
background: #00007e;
text-align: center;
font-size : 12px;
color: #00a8ff;
}

a:link, a:active, a:visited 
{
color : #ffffff;
text-decoration : none;
font-size : 12px;	
}

a:hover
{
color : #ffffff;
text-decoration : underline;
font-size : 12px;	
}

a.none
{
}

.stat
{
border:1px #0099ff dotted; 
background-color:#0000bb;
font-size: 10px;
color: #ffffff;
text-align: center;
}