
/******************************************************************************
  Standard classes
******************************************************************************/

body {
  margin: 0;
  padding: 0;
  height: 100%;

	font-family: "Calibri", "Verdana", sans-serif;
	color: #FFFFFF;
	font-size: 12px;

	background-image: url(../images/main_bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom;
	background-color: #000000;
}

a {
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
  color: #000000;
}
/* a:link {
  text-decoration: underline;
}
a:visited {
}
a:hover {
}
a:active {
} */

a img {
  border: none;
}


h1 {
  font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	color: #5D2118;
	font-family: serif;
	margin: 0px;
	padding: 0px;
}



hr {
  background-color: #5D2118;
  color: #5D2118;
  border: 1px outset #5D2118;
  height: 2px;
  width: 100%;
  padding: 0px;
  margin: 7px 0px 20px 0px;
}

td {
  font-size: 10px;
}

#page_container {
  width: 100%;
  position: relative;
}

#page_content {
  padding-bottom: 48px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: 786px;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #000000;
}

#page_footer {
  width: 100%;
  background: none;
  position:  absolute;
  bottom: 0 !important;
  /*bottom: -1px;               /* For Certain IE widths */
  height: 48px;
  border: 0px solid #000000;
  text-align: center;
}

#page_footer div a {
  color: #000000;
  font-weight: bold;
}
#page_footer div a:link {
}
#page_footer div a:visited {
}
#page_footer div a:hover {
  color: #5D2118;
}
#page_footer div a:active {
}

#page_header {
  background-color: #5D2118;
  color: #FFFFFF;
  height: 302px;
  width: 100%;
}

#admin_page_header {
  background-color: #5D2118;
  color: #FFFFFF;
  height: 93px;
  width: 100%;
}

.page_body {
  min-height: 150px;
  padding: 32px 70px 0px 70px;
}

#admin_menu a {
  color: #000000;
  font-weight: bold;
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  text-decoration: none;
  background: #F1F2D9;
}
#admin_menu a:link {
}
#admin_menu a:visited {
}
#admin_menu a:hover {
  color: #5D2118;
  background: #DDE18A;
  border-color: #5D2118;
}
#admin_menu a:active {
}



/******************************************************************************
  Font classes
******************************************************************************/

.page_title {
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	color: #5D2118;
	font-family: serif;
}


.section_title {
  font-size: 16px;
  font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	color: #5D2118;
	font-family: serif;
}


.content_text {
  font-size: 12px;
}


.small_text {
  font-size: 10px;
}


.fine_print {
  font-size: 9px;
}


.error_text {
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
}


.caution_text {
  font-size: 12px;
  color: #BB0000;
  font-weight: bold;
  text-decoration: underline;
}
.caution_text:link {
  color: #BB0000;
  text-decoration: underline;
}
.caution_text:visited {
  color: #BB0000;
}
.caution_text:hover {
  color: #FF0000;
}
.caution_text:active {
  color: #FF0000;
}


/******************************************************************************
  Form element classes
******************************************************************************/


.input_text {
  font-family: "Calibri", "Verdana", sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #5D2118;
  color: #5D2118;
  background-color: #F1F2D9;
}


/******************************************************************************
  Button classes
******************************************************************************/


.standard_button {
  font-family: "Calibri", "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: none;
  height: 16px;
  width: 100px;
  background-image: url(../images/standard_button.gif);
  background-position: 0% 0%;
  color: #000000;
  cursor: pointer;
}
.standard_button:hover {
  background-image: url(../images/standard_button.gif);
  background-position: 0% 100%;
  color: #000000;
}
.standard_button_over {
  font-family: "Calibri", "Verdana", sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: none;
  height: 16px;
  width: 100px;
  background-image: url(../images/standard_button.gif);
  background-position: 0% 100%;
  color: #000000;
  cursor: pointer;
}



/******************************************************************************
  Background and border classes
******************************************************************************/

.bg_header {
  background-color: #795D47;
  color: #FFFFFF;
}

.border_light {
  border: 1px solid #5D2118;
  background-color: #DDE18A;
  color: #5D2118;
  padding: 5px;
}

.bg_normal{  background-color: #DDE18A !important; }
.bg_normal_alt{  background-color: #F1F2D9 !important; }

.border_light_right {
  border-right: 1px solid #5D2118;
}

.border_light_left {
  border-left: 1px solid #5D2118;
}

.border_light_tb {
  border-top: 1px solid #5D2118;
  border-bottom: 1px solid #5D2118;
}

.border_light_b {
  border-bottom: 2px solid #5D2118;
}

.bg_selected {
  background-color: #FFEFAD;
  color: #000000;
}

.table_header {
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-bottom: 2px;
  border-color: #644D3C;
  border-style: solid;
  background-color: #EEEAE1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}


.float_box {
  background-color: #DDE18A;
  color: #5D2118;
}

.float_box_title {
  background-color: #5D2118;
  border-bottom: 1px solid #000000;
  color: #FFFFFF;
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  padding: 2px 40px 2px 5px;
  font-weight: bold;
}

.float_box_title a {
  color: #FFFFFF;
}


.float_box_left_item {
  text-align: right;
  float: left;
  margin: 0px 2px 0px 0px;
}

.float_box_right_item {
  margin-bottom: 5px;
}
