﻿/****** DEFAULT STYLES *****/
html {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
    background: #c9af90;
}	
body {
	margin: 5px;
	padding: 0px;
}
legend {
	color: #83212a;
	font-style: italic;
}
h1, h2, h3, h4 {
	color: #83212a;
	margin: 0px;
}
h5 {
	color: #83212a;
	margin: 0px;
}
hr {
	height: 1px;
	color: #383838;
}	
li {
	color: #383838;
	margin-bottom: 4px;
}
ul {
	list-style-image: url(/Images/bullet.gif);
}
img {
	border: none;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #383838;
}
a {
	color: Blue;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	color: Blue;
}
a:hover, a.hover {
	color: Red;
	text-decoration: underline;
}
table {
	margin: 0;
	padding: 0;
	border: none;
    background-color: #ffffff;
}
th {
	text-align: center;
	font-weight: normal;
	border-bottom: solid 1px #7e7e7e;
	padding: 4px 0 4px 0;
	color: #0a3f00;
	background: #d6e5cc;
}	
legend {
	text-align: left;
}

/***** BANNER *****/
.table_top {
	width: 100%;
	height: 82px;
	background-image: url(/Banners/banner_fill.jpg);
	background-repeat: repeat-x;
	background-color: #004800;
}
.banner_logo {
	width: 163px;
}	
.banner_fill {
	width: 100%;
}
.banner {
	width: 607px;
}

/***** ERROR MESSAGE ****/
#table_error {
	width: 100%;
	border: solid 1px #cc3300;
	color: #cc3300;
	background: #fff0e6;
}
#table_error td {
	background: #fff0e6;
	padding: 4px;
	text-align: left;
	text-align: justify;
}
#div_error {
	margin: 10px;
	text-align: left;
}
#div_error .table_error {
	width: 100%;
	border: solid 1px #cc3300;
	color: #cc3300;
	background-color: #fff0e6;
	text-align: left;
}
#div_error .table_error td {
	padding: 4px;
	text-align: left;
}
#error_message {
	color: #cc3300;
	margin: 10px 6px 4px 6px;
}	

/****** SUCCESS ******/
#table_success {
	width: 100%;
	border: solid 1px #cc3300;
	font-weight: bold;
}
#table_success td {
	padding: 4px;
	text-align: center;
	color: Navy;
	background: #d5e2ff;
}

/****** GENERAL CLASSES AND IDs ******/
#all {
	min-width: 780px;
	_width: expression((document.body.clientWidth - 30) < 780 ?
		"780px" : "auto");
	margin: 0px;
	padding: 0px;
    background: #fff;
	border: solid 1px #888;
}
#main_container {
	width: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(/Images/left_bar_fill.jpg);
    background-repeat: repeat-y;
}
.button {
  	height: 21px;
}
