@charset "utf-8";
/*
Color Scheme

#421a2a = Burgandy
#e2d489 = Beige
#807849 = Shade of Green
#958a54 = Another Shade of Green

*/
body,table,tr,td,div,ul,li {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#e2d489;
	font-size:16px;
}

h1 {
	font-size:22px;
	margin:0;
}

p {
	margin:3px 0 12px 0;
}

a {
	color:#958a54;
}

a:hover {
	color:#eee;
	text-decoration:none;
}

img {
	border:0;
}

#mainTable {
	margin:0 auto;
	text-align:left;
	border:1px solid #80784b;
	width: 90%;
}

#bannerContainerCell {
	text-align:right;
	vertical-align:top;
	background-color: #686240;
}

#burgandyBand {
	background-color:#421a2a;
	height:8px;
	line-height:8px;
}

#blackBand {
	background-color:#000;
	height:8px;
	line-height:8px;
}

#navContainerCell {
	background-image:url(../graphics/navBarBG.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:28px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;
}

#navList {
	padding-top:5px;
}

.navListItem {
	display:inline;
}

.navListItemLink {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	vertical-align:bottom;
	line-height:20px;
}

.navListItemLink:hover {
	background-color:#421a2a;
	color:#e2d489;
}

#contentContainerCell {
	width:100%;
	vertical-align:top;
	padding:5px 20px 5px 20px;
	font-size:14px;
}

.contentBulletListContainer {
	vertical-align:top;
}

.contentBulletList {
	font-size:12px;
}

#bottomNavListContainer {
	text-align:center;
}

#bottomNavList {
	padding-top:5px;
}

.bottomNavListItem {
	display:inline;
}

.bottomNavListItemLink {
	text-decoration:none;
	font-size:10px;
	padding:5px;
}

.bottomNavListItemLink:hover {
}

#copyrightContainerCell {
	text-align:center;
	font-size:10px;
	color:#222;
	vertical-align:bottom;
}

#copyrightContainerCell a {
	color:#222;
}

#table_login
{
	margin: 5px auto;
	background-color: #807849;
	border: solid #421a2a 2px;
}

#table_login h3
{
	margin: 0px;
}

.generalPopup
{
	position : absolute;
	background-color : #ccc;
	text-align : left;
	padding : 5px;
	border-style : solid;
	border-width : 2px;
	overflow : auto;
}

.success_message
{
	color : #0f0;
}

.required_fields
{
	color : #f00;
}

.formErrors
{
	color : #f00;
}

.active_row
{
	background : #421a2a;
	cursor : pointer;
	color: #e2d489;
}
.inactive_row
{
	background : transparent;
	color: inherit;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table TH
{
	text-align : right;
	vertical-align: top;
}

.formErrors LI,
.formErrors UL
{
	margin-left: 20px;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #421a2a;
	background : #958a54;
	margin : 5px 2px;
}
#admin_list_table
{
	width : 100%;
}

#admin_list_table TH
{
	border-bottom : double 3px #421a2a;
	color: #421a2a;
	cursor : pointer;
	text-align : left;
}
#admin_list_table TD
{
	font-size : 13px;
	padding: 0 5px;
}

.picturePopup IMG
{
	width: 400px;
	height: auto;
}

.picturePopup
{
	position : absolute;
	background-color : #666;
	text-align : left;
	padding : 2px;
	border: solid 1px #333;
	overflow : auto;
}

/*------------------------------------------------------------------------------------------------------
CALENDAR PICKER
------------------------------------------------------------------------------------------------------*/

.calPopup
{
	position: absolute;
	z-index: 10;
	border: solid 1px #000;
	background: #ccc;
	overflow: auto;
	font-family: sans-serif;
	font-size: 12px;
}

.calPopup table
{
	width: 85%;
	margin: 5px 5%;
	border: 1px solid #000;
	border-collapse: collapse;
	background: #fff;
}
.calPopup table TD
{
	width: 14%;
	border: solid 1px #666;
}

.passed,
.future,
.selected,
.today
{
	border: solid 1px #666;
	cursor: pointer;
}

.passed
{
	background-color: #aaa;
	color: #333;
}
.future
{
	background-color: #F60;
	color: #fff;
}
.selected
{
	color: #004bbb;
	background-color: #fff;
}
.today
{
	background-color: #f00;
}
.othermonth
{
	border: solid 1px #666;
	background-color: #fff;
	color: #ccc;
}

.calPopup SELECT
{
	font-size: 11px;
	/*border: solid 1px #666;*/
}

