﻿body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #000066;
}		

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

hr {
    color: #aaaaaa;
    background-color: #f00;
    height: 2px; 
}

fieldset 
{
    clear: both; 
    font-size: 100%; 
    border-color: #000000; 
    border-width: 1px 0px 0px 0px; 
    border-style: solid none none none; 
    padding: 10px; 
    margin: 0px 0px 0px 0px; 
}

legend {
    font-size: 150%; 
    font-weight: normal; 
    color: #000000; 
    margin: 0px 0px 0px 0px; 
    padding: 0px 5px;
}

#mainwrapper {			
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#header 
{
	color: #FFFFFF;
	background-color: #ffffff;	
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-top:solid 1px Black;
	border-bottom:solid 4px #000066;
}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#footer
{
    border-top:solid 1px Gray;
    border-bottom:solid 1px Black;
    padding: 10px;
    font-size: small;
    background-color: #ffffff;
}

#content {
	width: 100%;
	background-color:White;
	border-top:solid 1px Black;
}

#content-left {
	width:180px;
	padding-top:10px;
	}

#content-right 
{
	width:auto;
	padding:15px;
	vertical-align:top;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}

#center
{
    text-align: center;
}

#center table
{
    margin-left:auto; 
    margin-right:auto;
}

.menu_ItemStyle
{
    text-align: left;
}

.menu_ItemStyle table tr td
{
    text-align: left;
}

.panel_result
{
    background-color: #FFFFC0;
    padding: 5px;
    margin: 5px;
    border: solid 1px #050505;
}

.panel_message
{
    text-align: center;
    background-color: #FFFF66;
    padding: 5px;
    margin: 5px;
    border: solid 1px #666666;
}

.div_mode_update
{
    Padding: 5px;
    Margin: 5px 0 20px 0;
    background-color: #FFFFC0;
    border:1px Solid Silver;
}

.div_mode_add
{
    Padding: 5px;
    Margin: 5px 0 20px 0;
}

.label_mode
{
    text-align: center;
    width: 150px;
    margin-top: 5px;
    padding: 8px; 
    background-color: #FFE0C0; 
    border: 1px solid silver;
    font-size: large;
    font-weight: bold;
}

textarea
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}