* {
font-family: arial, helvetica, sans-serif, Segoe UI Symbol;
}

body {
margin: 0;
color: #660033;
background-color: white;
}

body > header {
display: block;
width: 100%;
background-color: #660033;
color: #ffffff;
vertical-align: middle;
text-align: center;
font-weight: bold;
font-size: x-large;
padding-top: 23px;
padding-bottom: 23px;
}

body > header  p {
padding: 0;
margin:0;
border: 0;
}

#sidebar {
background-color: #660033;
float:left;
width: 12%;
border-top: white 2px solid;
padding-bottom: 300em;
}

nav, aside {
background-color: #660033;
vertical-align: top;
height: 100%;
padding: 0px;
text-align: center;
}

aside {
clear: left;
border-top: 0;
}

aside img {
border: 0;
}

nav ul {
list-style-type: none;
padding: 0;
border: 0;
margin: 0;
}

nav a {
display: block;
width: 100%;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
text-align: center;
font-size: small;
color: white;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: white 2px solid;
}

nav a.selected {
background-color: rgb(99,99,99) ;
}

nav li a {
color: white;
}

nav li li a {
color: #dddddd;
}

nav li li li a {
color: #bbbbbb;
}

nav a:hover {
color:white;
background-color: #990000;
}

nav a.validator {
display: inline;
margin: 0px;
border: 0px;}

nav a.validator:hover {
color: #ffffff;
background-color: transparent;
}

nav > a {
	display : none;
}

body > section {
float: left;
width: 88%;
vertical-align: top;
background-color: white;
padding: 0px;
margin: 0px;
border: 0;
color: #660033;
text-align: left;
}

section header  ul {
list-style-type: none;
height: 18px;
padding: 10px;
margin:0;
border: 0;
display: block;
}

section header li {
font-size: small;
display: inline;
padding:0;
margin:0;
}

section header .agent {
font-size: small;
}

section header .showmenu {
padding-right: 10px;
display: none;
}

section header a {
text-decoration: none;
}

section h1, section section h1, section section section h1, section section section section h1 {
margin: 0.5em 0 0 0;
color: #660033;
padding-left: 10px;
}

section h2, section section h2, section section section h2, section section section section h2 {
margin: 0.5em 0 0 0;
color: #660033;
padding-left: 10px;
}

section h3, section section h3, section section section h3, section section section section h3 {
margin: 0.5em 0 0 0;
color: #660033;
padding-left: 10px;
}

section h1 {
margin-top: 0.3em;
margin-bottom: 0.5em;
font-size: 170%;
}

section h2, section header p {
margin-bottom: 0.6em;
font-size: 145%;
font-weight: bold;
}

section h3 {
margin-bottom: 0.5em;
font-size: 120%;
}

section section h1 {
margin-bottom: 0.6em;
font-size: 145%;
}

section section section h1 {
margin-bottom: 0.5em;
font-size: 120%;
}

section section section section h1 {
margin-bottom: 0.2em;
font-size: 110%;
}

section p {
margin-top: 4px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}

section a:link       { color: #666666; }
section a:active     { color: black; }
section a:visited    { color: #666666; }
section a:hover      { color: black; text-decoration: none;}

pre {
padding: 10px;
margin: 10px;
border: thin dashed black;
white-space: normal;
}

pre kbd {
display: block;
white-space: pre-wrap;
color: #222222;
background-color: #FF99CC;
font-family: courier, monospace;
font-size: medium;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 9em;
text-indent: -8em;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}

fieldset {
margin: 10px;
padding: 10px;
border: 2px solid #660033;
}

legend {
color: #660033;
}

form label {
float: left;
clear: left;
display: block;
width: 50%;
font-weight: bold;
}

form input, form select {
color: #660033;
float:left;
margin-bottom: 5px;
background-color: white;
font-size: medium;
border-color: gray;
width: 40%;
}

form input:hover, form input:focus, form input:focus:hover {
background-color: white;
}

form select:hover, form select:focus, form select:focus:hover {
background-color: white;
}

form textarea {
color: #660033;
height: 5em;
margin-bottom: 5px;
font-size: medium;
border-color: gray;
width: 40%;
}

form textarea:hover, form textarea:focus, form textarea:focus:hover {
background-color: white;
}

.errormessage {
font-weight: bold;
clear: both;
display: block;
color: red;
}

.textinput {
width: 40%;
}

.submit {
background-color: #660033;
color: white;
border-color: gray;
border-style: outset;
border-width: medium;
font-weight: bold;
padding: 1px;
cursor:pointer;
margin: 0;
}

.submit:hover, form .submit:focus, form .submit:focus:hover {
color: #660033;
background-color: white;
}

.errorinput {
background-color: rgb(255,200,200);
}

.mandatoryinput {
color:#660033;
background-color: white;
}

.readonlyinput {
color: #777777;
}

section footer {
font-size: small;
text-align: right;
border-top: 0;
padding-top: 5px;
clear: both;
}

body > footer {
float: left;
width: 88%;
border-left:0;
border-right:0;
margin-left:0;
margin-right:0;
padding-left: 0;
padding-right: 0;
background-color: white;
border-top: 1px #660033 solid;
font-weight: normal;
font-size: x-small;
text-align: center;
}
