body {
	background:#7f3300 url(../images/bg.png) repeat scroll 0%;
	color:#CCCCCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.700em;
	margin: 0;
	padding: 0;
}
html>body {font-size: 0.700em;}
/*
* html button, * html tr, * html td { behavior: url('IEFixes.htc');}
*/
a {
	color:#f60;
}

a:hover {
	color:#f90;
}

img {
	border: none;
}

input {
	padding:0;
	margin:0;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 90%;
  color: #000000;
}

.inputline {
	display: block;
	text-align: center;
	margin-top: 1px;
}

.inputlabel {
	display: block;
	float: left;
	height: 24px;
	width: 30%;
	text-align: right;
}

.inputfield {
	display: block;
	float: right;
	height: 24px;
	width: 65%;
	text-align: left;
}

input.error {
	background-color: #FF0000;
}

select.error {
	background-color: #FF0000;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.info {
	font-weight: bold;
}

.oddRow {
	background-color: #804000; 
}

.evenRow {
	background-color: #800000; 
}
.highlightRow {
	background-color: #600000; 
}
.sectionRow {
	background-color: #000000;
	height: 20px;
	font-weight: bold;
	text-align: center;
}
div.mainScroll {
	height: 200px;
	width: 600px;
	overflow: auto;
	border: 1px solid #EEECE9;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 8px;
	text-align: center;
}

.blockElement {
	border-top: 2px black;
}

#main {
	border: 1px black;
	font-size:80%;
	position:relative; 
	/* height: 300px; */
	top: 25px;
	padding-top: 2px;
	/*margin-left: 200px;
	margin-right: 200px;*/
	z-index: 4; 
}

#disclaimer {
	border: 1px;
	font-size:60%;
	position:absolute; 
	bottom: 40px;
	width: 99%;
	text-align: center;
	
}

hr.padded {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* STANDARD */

button {
	font-size: 80%;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE 

button.positive, .buttons a.positive{
    color:#529214;
}
*/
.buttons a.positive, button.positive{
    background-color:#7f3300;
    border:1px solid #EAC096;
    color:#FF8040;
}

.buttons a.positive:hover, button.positive:hover{
    background-color:#FF8040;
    border:1px solid #542100;
    color:#7f3300;
}

.buttons a.positive:active{
    background-color:#FF8040;
    border:1px solid #542100;
    color:#fff;
}



.mypos {
    border:1px solid #542100;
    width: 200px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 50px;
}

.mypos a {
	display:block;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mypos a:hover{
	color:#fff;
	background:#c60;
	font-weight:bold;
}


.mymsg {
    border:1px solid #542100;
    width: 100px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 10px;
}

.mymsg a {
	display:block;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	width: 100px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.mymsg a:hover{
	color:#fff;
	background:#c60;
	font-weight:bold;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.pageheader {
	font-size: 160%;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 15px;
}

.inforow {
	clear: left;
	display: block;
	margin: 1px 0 0 0px;
	padding: 1px 3px;
}

.inforow h1 {
	font-size: 200%;
	font-weight: bold;
	float: left;
	display: inline;
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 20px;
}

.inforow h2 {
	font-size: 180%;
	font-weight: bold;
	float: left;
	display: inline;
	display: block;
	width: 100%;
	text-align: center;
	margin: 12px 0 12px;
}

.inforow h4 {
	font-size: 140%;
	font-weight: bold;
	float: left;
	display: inline;
	display: block;
	width: 100%;
	text-align: center;
	margin: 7px 0 7px;
}

.inforow h5 {
	font-size: 120%;
	font-weight: bold;
	float: left;
	display: inline;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}

.inforow hr {
	background-color: #c60;
	color: #c60;
}

.inforow .infoblock {
	display:block;
	text-align:center;
	margin-bottom: 5px;
}

.infolabel {
	float: left;
	clear: left;
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	padding: 1px 1px;
	margin: 0 5px 2px 0;
	text-align: right;
}

.infovalue {
	float: left;
	font-weight: normal;
	display: block;
	padding: 1px 3px;
	margin: 0 0 0 0;
	max-width: 500px;
}

.infocenter {
	float: left;
	display: inline;
	display: block;
	width: 100%;
	text-align: center;
}

.setrow {
	clear: left;
	display: block;
	margin: 1px 0 0 0px;
	padding: 1px 3px;
}

.setlabel {
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	padding: 1px 1px;
	margin: 0 5px 2px 0;
	text-align: right;
}

.setvalue {
	float: left;
	font-weight: normal;
	display: block;
	padding: 1px 3px;
	margin: 0 0 0 0;
	max-width: 500px;
}

.col2left {
	width:49%;
	float:left;
}

.col2right {
	width:49%;
	float:right;
}

.col2Aleft {
	width:20%;
	float:left;
}

.col2Aright {
	width:79%;
	float:right;
}


hr.last {
	margin: 20px 0 200px;
	background-color: #c60;
	color: #c60;
}
