/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	background-color: #232121;
	font-family: arial, "lucida console", sans-serif;
	font-size: 9pt;
	color: #000; 
}

a {
	color: #393127;
	text-decoration: underline;
}

a:hover {
	color: #97a175;
	text-decoration: none;
}
#updateBar{
	width:853px;
	height:46px;
	margin:0px auto;
}
#updateBar li
{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
#bodytext a {
	color: #97a175;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}

#bodytext a:hover {
	font-weight: bold;
	color: #393127;
	text-decoration: underline;
}

#bodytext {
	background-color: #fff;
	height: 156px;
	padding: 10px;
	vertical-align:top;
	color: #393127;
}

#container {
  padding-top:75px;
	text-align:center;
}

#MainTable
{ 
	margin-left: auto;
	margin-right: auto;
}

#MidTable
{ 
	padding-top: 35px;
    margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

label
{
	display:block;

    margin-left: 10px;
    padding-top: 10px;
}

input
{
    margin-left: 10px;   
}

select {
	margin-left: 10px;   
}
.formtext
{
    margin-left: 10px;
		padding-top: 10px;
}

.formfield2{
	float:left;
}

#formbtns{
	padding-top: 10px;
	padding-left: 10px;
}



.error {
	background-color: lightyellow;
	padding: 10px;
}