/*author: Christian Amaonwu*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
html
{
height:100%;
width:100%;
}
body {
 line-height: 1;
 background-color:#fcfcfc;
}
ol, ul {
 list-style: none;
}
#top-pane
{
margin-left:0px;
margin-right:0px;
width:auto;
height:80px;
background-color:#030;
border-bottom:2px solid black;
}
.logo-text
{
color:white;
font-family:Tehoma,"Arial Black",verdana,tehoma,georgia;
font-size:30px;
padding-top:10px;
padding-left:10px;
font-weight:bold;
}
.logo-msg
{
color:white;
font-family:"Arial Black",verdana,tehoma,georgia;
font-size:13px;
float:right;
font-style:italic;
font-weight:bold;
margin-right:10px;
}
#midpane
{
margin-top:5em;
margin-left:120px;
margin-right:120px;
width:auto;
height:auto;
background-color:#fcfcfc;
padding:10px 10px 10px 10px;
border:1px solid #f8f8f8;
}
#mid_pane
{
margin-top:3em;
margin-bottom:3em;
margin-left:260px;
margin-right:260px;
width:auto;
text-align:center;
height:auto;
background-color:white;
padding:10px 10px 10px 10px;
border:1px solid #ccc;
}
#alert_pane
{
	margin-top: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	height: 10px;
	background-color: #030;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	font-size: 10px;
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
label
{
width:120px;
font-size:12px;
font-weight:bold;
margin-left:15px;
margin-right:5px;
font-family:"Lucida Grande",verdana,tehoma,georgia;
font-size:11px;
color:#444444;
font-weight:bold;

}
input
{

}
#mid_pane li
{
margin-bottom:0.5em;
width:auto;
height:auto;
display:block;
}
.active-error-bar
{
color:red;
font-weight:bold;
font-size:11px;
font-family:"Lucida Sans Unicode",arial,helvetica;
padding-top:2px;
padding-bottom:2px;
}
.inactive-error-bar
{
display:none;
}
