form {
  margin: 0px;
}
fieldset {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
legend {
  font-family: arial, verdana, "san sarif";
  color: #336600;
  font-size: 12px;
  font-weight: bold;
}
.page_title {
  font-family: arial, verdana, "san sarif";
  font-size: 16px;
  color: #7f4200;
  font-weight: bold;
  text-align: center;
}
.text {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
}
.textSmall {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #333333;
}
.text_white {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #ffffff;
}
.text_control_home {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
  border: 1px solid #333;
  padding: 5px 2px;
}
.text_control {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.textarea_control {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
  border: 1px solid #7F9DB9;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.textarea_control_required {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
  border: 1px solid #7F9DB9;
  background-color: #FFFFCC;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.text_required {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
  background-color: #FFFFCC;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.text_small {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #333333;
}
.link_small {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #6033bd;
}
.link_small:hover {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #990000;
}
.text_disabled_small {
  font-family: arial, verdana, "san sarif";
  font-weight: normal;
  font-size: 12px;
  color: #C0C0C0;
}
.text_control_small {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.textarea_control_small {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
}
.text_bold {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.text_title {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  font-style: italic;
}
.text_disabled {
  font-family: arial, verdana, "san sarif";
  font-weight: normal;
  font-size: 14px;
  color: #C0C0C0;
}
.text_note, .text_note span {
  font-family: arial, verdana, "san sarif";
  font-weight: normal;
  font-size: 14px;
  color: red;
}
.standardPaddingTop {
  padding-top: 4px;
}
.label {
  font-family: arial, verdana, "san sarif";
  color: #333399;
  font-size: 14px;
  font-weight: normal;
}
.label_small {
  font-family: arial, verdana, "san sarif";
  color: #808080;
  font-size: 12px;
  font-weight: normal;
}
.label_required_home {
  font-family: arial, verdana, "san sarif";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.label_required {
  font-family: arial, verdana, "san sarif";
  color: #990000;
  font-size: 14px;
  font-weight: normal;
}
.label_normal {
  font-family: arial, verdana, "san sarif";
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.label_title {
  font-family: tahoma, verdana;
  font-size: 14px;
  color: #376faa;
  font-weight: bold;
}
.label_title_required {
  font-family: tahoma, verdana;
  font-size: 14px;
  color: #6cbc45;
  font-weight: bold;
}
.button_action {
  cursor: pointer;
}
.button_move {
  cursor: move;
}
.button_control {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px;
}
.breadcrumb_text, .breadcrumb_text h1 {
  font-family: tahoma, verdana;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  padding: 0px;
  margin: 0px;
}
.breadcrumb_text h1 {
  display: inline;
}
.breadcrumb_link {
  font-size: 11px;
  font-weight: bold;
  color: #376faa;
  text-decoration: none;
}
.breadcrumb_link:hover {
  color: #feb165;
  text-decoration: underline;
}
.grid_header {
  background-color: #b67514;
  padding: 0px 0px 4px 0px;
}
.white {
  COLOR: #FFFFFF;
}
.grid_options {
  border: #536274 1px solid;
}
.grid_table {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  border-style: solid;
  border-collapse: collapse;
}
.grid_cell_header {
  padding: 2px 4px 2px 4px;
}
.grid_cell {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #666666;
  background-color: transparent;
  padding: 2px 4px 2px 4px;
}
.grid_cell_even {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 2px 4px 2px 4px;
}
.grid_cell_footer {
  padding: 2px 4px 2px 4px;
}
.grid_title {
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.grid_title:hover {
  text-decoration: underline;
}
.grid_container, .grid_container_cell {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.grid_container_list {
  overflow-x: hidden;
  overflow-y: auto;
  border: #C0C0C0 1px solid;
  padding: 5px;
}
.grid_container_list-active {
  background-color: #FFFFCC;
}
.grid_container {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_list_featured {
  overflow-x: hidden;
  overflow-y: auto;
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_list_item {
  background-color: #A0A0A0;
  border-bottom: white 1px solid;
  color: #ffffff;
}
.grid_container_table {
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.grid_container_table_featured {
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_item {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_table_noborder {
  /*padding: 5px; */
}
.grid_container_table_noborder_padding {
  padding-right: 8px;
}
.grid_container_table_item {
  border: transparent 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_table_item_selected {
  border: red 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_cell_item  {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
}
.grid_container_pagelet, .grid_container_cell_pagelet {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  float: left;
}
.grid_container_pagelet {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_pagelet_header {
  border: #B6B6B6 1px solid;
  padding: 2px 4px 2px 10px;
  background: transparent url(images/frames/frame_teal.gif) repeat-x center center;
  width: 100%;
}
.grid_container_pagelet_header_text {
  color: #ffffff;
  font-weight: bold;
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
}
.grid_container_pagelet_handle {
  cursor: move;
}
.grid_container_table_pagelet {
  width: 100%;
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.edit_container {
  border: #7b9ebd 1px solid;
  padding: 10px 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.edit_container_nopadding {
  border: #7b9ebd 1px solid;
}
.imageedit {
  border: #7b9ebd 1px solid;
}
.image {
  border-left: #C0C0C0 1px solid;
  border-top: #C0C0C0 1px solid;
  border-bottom: #808080 1px solid;
  border-right: #808080 1px solid;
}
.imageright {
  float: right;
  margin-top: 2px;
  margin-left: 12px;
  margin-bottom: 2px;
}
.imageleft {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.imageleft_standard {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}
.imageleft_nobottom {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.link {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333399;
}
.link:hover {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #990000;
}
.search_link {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #536274;
  text-decoration: underline;
}
.search_link:hover {
  font-size: 12px;
  color: #990000;
  text-decoration: underline;
}
.spacer {
  height: 7px;
  width: 1px;
}
.text_header {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #FFFFFF;
}
.text_header a {
  font-size: 14px;
  color: #feb165;
}
.text_header a:hover {
  font-size: 14px;
  color: #376faa;
}
.label_header {
  color: #feb165;
  font-size: 13px;
  font-weight: bold;
}
.slideshow_main {
  border: #7b9ebd 1px solid;
  padding: 5px;
}
.control_button {
  border: #E4E4E4 1px solid;
  padding: 3px;
}
.nowrap {
  white-space: nowrap;
}
div.autocomplete {
  border-right: #3162a6 1px solid;
  padding-right: 0px;
  border-top: #3162a6 1px solid;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  border-left: #3162a6 1px solid;
  width: 300px;
  color: black;
  padding-top: 0px;
  border-bottom: #3162a6 1px solid;
  position: absolute;
  background-color: #ffffff;
}
div.autocomplete ul {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  list-style-type: none;
}
div.autocomplete ul li.selected {
  background-color: #d6deec;
}
div.autocomplete ul li span.search {
  font-weight: bold;
}
div.autocomplete ul li span.searchhidden {
  display: none;
}
div.autocomplete ul li {
  padding-right: 2px;
  display: block;
  padding-left: 2px;
  font-size: 12px;
  padding-bottom: 2px;
  margin: 0px;
  cursor: pointer;
  padding-top: 2px;
  list-style-type: none;
  height: 12px;
}

/* Multi-Level Drop Down Menu */

.mlddm {
  /*visibility: hidden;*/
  margin: 0px;
  padding: 0px;
  height: 28px;
}
.mlddm li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 12px;
  font-family: arial, verdana, "san sarif";
}
.mlddm li a, .mlddm li a#buttonnohover {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  margin: 0px;
  text-decoration: none;
  background: #990000;
}
.mlddm li a:hover, .mlddm li a#buttonhover {
  color: #ffffff;
  background: #590000;
}
.mlddm ul {
  z-index: 100;
  margin: 1px 0px 0px 0px;
  padding: 0px;
  visibility: hidden;
  position: absolute;
  clear: both;
  background-color: #B30000;
}
.mlddm ul li {
  float: none;
}
.mlddm ul li a {
  width: auto;
  padding: 4px 15px 4px 8px;
  text-align: left;
  background: transparent;
}
.mlddm ul li a:hover {
  color: #ffffff;
  padding: 3px 15px 3px 8px;
  border: 1px solid #910000;
  border-width: 1px 0px;
}
.mlddm .hsub {
  background: no-repeat right url(images/mlddm_arrow.gif);
}
.mlddm .hsub:hover {
  background: #590000 no-repeat right url(images/mlddm_arrow.gif);
}

/* Calendar */
.CalendarTopRightBottomFullBorder {
  border-top: #C0C0C0 1px solid;
  border-right: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarLeftBorder {
  border-left: #C0C0C0 1px solid;
}
.CalendarTopBottomBorder {
  border-top: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarLeftTopBottomBorder {
  border-top: #C0C0C0 1px solid;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
}
.CalendarTitle {
  font-family: arial, verdana, "san sarif";
  font-size: 18px;
  color: #ffffff;
  background-color: #660000;
  padding: 2px 0px;
  height: 20px;
}
.CalendarOtherMonthLink {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  color: #ffffff;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  text-decoration: none;
}
.CalendarOtherMonthLink a:hover {
  text-decoration: underline;
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #ffffff;
}
.CalendarDayHeader, .CalendarDayHeader TD {
  background-color: #b34f1d;
  font-family: arial, verdana, "san sarif";
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0px;
  height: 10px;
}
.CalendarOtherMonthDay {
  font-family: arial, verdana, "san sarif";
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background-color: #EEEEEE;
  border-left: #C0C0C0 1px solid;
  padding: 0px 2px 2px 2px;
  text-align: right;
  vertical-align: top;
}
.CalendarMonthDay {
  font-family: arial, verdana, "san sarif";
  font-size: 10px;
  font-weight: normal;
  border-left: #C0C0C0 1px solid;
  padding: 0px 2px 2px 2px;
  text-align: right;
  vertical-align: top;
}
.CalendarOtherMonthDayLastRowOfWeek {
  font-family: arial, verdana, "san sarif";
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background-color: #EEEEEE;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
  padding-right: 2px;
  padding-top: 2px;
  text-align: right;
  vertical-align: bottom;
}
.CalendarMonthDayLastRowOfWeek {
  font-family: arial, verdana, "san sarif";
  font-size: 10px;
  font-weight: normal;
  border-left: #C0C0C0 1px solid;
  border-bottom: #C0C0C0 1px solid;
  padding-right: 2px;
  padding-top: 2px;
  text-align: right;
  vertical-align: bottom;
}
.Calendarheader2  {
  font-family: arial, verdana, "san sarif";
  font-size:  10px;
  font-weight: bold;
  color: #003366;
}
.CalendarMedHead {
  font-family: arial, verdana, "san sarif";
  font-size:  10px;
  font-weight: bold;
  color: black;
}
.EventCalendarRow {
  border-left: #C0C0C0 1px solid;
  padding-left: 2px;
  text-align: center;
  font-family: arial, verdana, "san sarif";
  font-size: 10px;
  font-weight: normal;
}
.EventCalendarRow a:link, .EventCalendarRow a:visited, .EventCalendarRow a:active {
  text-decoration: none;
  font-size: 10px;
}
.EventCalendarRow a:hover {
  font-size: 10px;
  text-decoration: underline;
}
.CalendarNone {
  border: none;
  background-color: #ffffff;
}
.largespace {
  font-size: 1px;
  height: 10px;
  width: 1px;
  clear: both;
}
.space {
  font-size: 1px;
  height: 1px;
  width: 2px;
  clear: both;
}

/* Wizards */

.WizardEnd {
  border-right: 1px solid #C0C0C0;
  height: 12px;
}
.WizardCell {
  border-top: 1px solid #C0C0C0;
  height: 10px;
  text-align: center;
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
}
.WizardCellStatusTop {
  border-bottom: 1px solid #C0C0C0;
  height: 10px;
  font-size: 4px;
  background-color: #22aadb;
}
.WizardCellStatusTopDisabled {
  border-bottom: 1px solid #C0C0C0;
  height: 10px;
  font-size: 4px;
}
.WizardCellStatusTopActive {
  border-bottom: 1px solid #C0C0C0;
  height: 10px;
  font-size: 4px;
}
.WizardCellStatusTopCurrent {
  height: 10px;
  font-size: 4px;
  background-color: #22aadb;
}
.WizardCellTop {
/*  border-left: 1px solid #C0C0C0;
  height: 8px;
  margin-bottom: 5px;
  font-size: 4px;
  width: 1px;
  text-align: center;*/
  height: 8px;
}

.WizardCellStep, .WizardCellStepActive , .WizardCellStepDisabled {
  border: 1px solid #C0C0C0;
  height: 29px;
  width: 35px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.WizardCellStep {
  background-color: #5f6330;
  cursor: pointer;
  color: #ffffff;
  padding-top: 6px;
}
.WizardCellStepActive {
  background-color: #80943d;
  color: #ffffff;
  font-weight: normal;
  padding-top: 6px;
}
.WizardCellStepDisabled {
  background-color: #e4e4e4;
  color: #C0C0C0;
  padding-top: 6px;
}
.WizardCellText, .WizardCellTextActive, .WizardCellTextDisabled {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 4px 15px 4px;
}
.WizardCellText {
  color: #5f6330;
}
.WizardCellTextActive {
  color: #333333;
  font-weight: bold;
}
.WizardCellTextDisabled {
  color: #C0C0C0;
}

.informationDiv {
  border-right: #7f9db9 1px solid;
  padding-right: 2px;
  border-top: #7f9db9 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: #7f9db9 1px solid;
  color: #333333;
  padding-top: 2px;
  border-bottom: #7f9db9 1px solid;
  font-family: arial, verdana, "san sarif";
  height: 150px;
}

/* Skin Specific */

html, body {
  height: 100%;
	margin: 0px;
  padding: 0px;
  font-family: arial, verdana, "san sarif";
  background-color: #aca58b;
}
p, td, div, li, b, strong {font-size: 14px; line-height: 22px;}
.content {
  background-color: #FFFFFF;
  color: #333333;
}
dd {
  margin-bottom: 10px;
}
.grey-content {
  padding: 5px 40px;
  background: #f3f3f3;
}
.content-block {
  padding: 5px 40px;
  background: #fff;
}
.grey-content table {
  width: 920px;
}
.content-block td {
  vertical-align: top;
  padding: 4px;
}
.content-block td table td {
  vertical-align: middle;
  padding: 0px;
}
.content-block-white {
  padding: 5px 40px;
  background: #fff;
}
.content-block-white h2, .content-block h2 {
  color: #006599;
  font-size: 18px;
  display: inline;
}
.content-block-white p {
  padding: 0px;
  margin: 0px 0px 10px;
}
.content-block-blue {
  padding: 10px 40px 5px;
  background: #315f91;
}
.content-block-blue h2 {
  color: #fff;
  font-size: 18px;
  display: inline;
}
.content-block-blue p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.content-block-blue a {
  color: #fff;
  font-weight: bold;
}
.content-block-blue a:hover {
  color: #fefefe;
  font-weight: bold;
}
.content-block-white a {
  color: #741614;
  font-weight: bold;
}
.content-block-white a:hover {
  color: #006599;
  font-weight: bold;
}
.content-block-white td, .content-block-blue td {
  vertical-align: top;
  padding: 4px;
}
.grey-content table {
  width: 920px;
}
.grey-content td {
  vertical-align: top;
  width: 50%;
}
.nav {
  background: #003466;
  height: 20px;
  width: 790px;
  margin: 0px;
  padding: 10px 20px;
  color: #ffffff;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
.nav a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weitgh: bold;
}
.nav a:hover {
  color: #C8C8C8;
  font-size: 14px;
}
.container_title {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.containerbox_side {
  padding: 4px;
  width:280px;
}
.container_body {
  padding: 4px;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
.footer {
  background: #003466;
  color: #ffffff;
  text-align: center;
  padding: 4px 0px;
}
.footer td {
	font-size: 11px;
	color: #ffffff;
}
.footer a {
	text-decoration: underline;
	font-size: 11px;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #ff9999;
}
.pattern {  
  padding: 8px;
  background: url(images/pattern_bg.jpg);
  border-left: 1px solid #7b7676;
  border-right: 1px solid #7b7676;
  width: 242px;
}
.titlebox_main {
  background: url(images/bg_main_title.png) no-repeat;
  height: 20px;
  text-align:left;
}
.containerbox_main {
  background: #f1f3e6;
  text-align: left;
}
.titlebox_side {
  background:url(images/gry_bg_title.jpg) repeat-x;
  width:180px;
  margin:0;
  padding:4px;
}
.containerbox_address {
  position: absolute;
  top: -30px;
  right: 10px;
  margin-top: 0px;
  text-align: right;
}
.address {
  font-size:11px;
  line-height: 20px;
  padding:6px;
  color:#ffffff;
  text-align: right;
}
.address a {
  font-family: arial, verdana, "san sarif";
  font-size: 11px;
  color: #FFFFFF;
}
.address a:hover {
  font-family: arial, verdana, "san sarif";
  font-size: 11px;
  color: #9bb8da;
}
.arrow_bullet {
  list-style-image: url(images/red_arrow.gif);
}
.pdfHeader {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #003366;
  font-weight: bold;
  text-align: center;
}
.pdfHeader_ul {
  margin-left:15px;
  padding:0px;
}
.pad {
  margin-left:10px;
}
.pdfHeader:hover {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
  color: #3399cc;
  font-weight: bold;
  text-align: center;
}
.head {
  margin-left: 1px;
}
a {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333399;
}
a:hover {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #990000;
}
table.wizard {
	border-collapse: collapse;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	background-color: #ffffff;
  text-align:center;
}
.indent {
  margin: 10px 10px 10px 10px;
}
div, ul, ol, td, span{ 
	font-size: 14px;
	color: #333333;
}
.left {
  text-align: left;
}
.board_table { 
  margin: 10px 10px 10px 10px;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.grow_pg_style {
	font-size: 12px;
	color: #333333;
}
.grow_pg_style a {
	margin-left: 10px;
	font-size: 12px;
	color: #333399;
}
.grow_pg_style a:hover{
	margin-left: 10px;
	font-size: 12px;
	color: #39824F;
}
h1 {
  padding: 0px;
  margin: 0px;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #660000;
}
h3 {
  padding: 0px;
  margin: 0px;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
	color: #660000;
}
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

.pad_home_txt {
  margin-top:3px;
}
.right_col {
	padding:15px 0px 15px 15px;
}
.input_sr {
	font-size: 9px;
  color: #333333;
}
.font_right_col {
	font-size: 12px;
	color: #333633;
	text-align: left;
	margin: 5px 0px 10px 0px;
}
#main_table{
  margin-top: 0px
}
.don_pg_head_fnt {
  color:#ffffff;
}
.tx_fnt_brg {
  color: #660000;
}
a.tx_fnt_brg {
  color: #660000;
  margin: 0px;
}
a.tx_fnt_brg:hover {
  color: #ff9999;
  margin: 0px;
}
table.board { 
  padding:3px;
  margin: 10px 10px 10px 10px;
}
.text_boardtitle {
	font-size: 14px;
  font-weight: bold;
	font-family:  arial, verdana, "san sarif";
	color: #b04538;
	text-decoration: underline;
}
.text_subsection_header {
	font-size: 16px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #b04538;
}
.pad_tx { 
  margin: 10px 10px 0px 10px;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
#header_img {
  background: url(images/header1.jpg) no-repeat;
  position:relative;
  width:100%;
  height:144px;
}
.wizardHeader, .SubHeader {
  font-family: arial, verdana, "san sarif";
  font-size: 12px;
	color: #660000;
  font-weight: bold;
  padding-bottom: 4px;
}
.wizardTitleHeader {
	font-size: 14px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #315f90;
}
.printContainer {
  border: #808080 1px solid;
  padding: 0px 4px 4px 4px;
}
.wizardPrintHeader {
  font-family: arial, verdana, "san sarif";
  color: #bd5321;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
}
.wizardPrintSubHeader {
  font-family: arial, verdana, "san sarif";
  color: #336600;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0px;
}
.eventHeader {
	font-size: 18px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #315f90;
  padding-top: 10px;
}
.eventHeader a {
	font-size: 18px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
  text-decoration: none;
  color: #315f90;
}
.eventHeader a:hover {
	font-size: 18px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
  text-decoration: underline;
  color: #990000;
}
.eventDateTime {
	font-size: 14px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #666666;
  font-style: italic;
}
.eventSubHeader {
	font-size: 14px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #bd5321;
  padding: 0px 0px 5px 0px;
}
.eventGrandTotalLabel {
	font-size: 14px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #336600;
}
.eventGrandTotal {
	font-size: 16px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #000000;
}

.event-action-block {
  margin-left: 20px;
  padding: 20px; 
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wizard-section-wrapper {
  margin: 20px 0px 0px 0px;
  padding: 2px 15px; 
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wizard-image-section-wrapper {
  margin: 20px 20px 0px 0px;
  padding: 2px 15px; 
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 250px;
}
.wizard-user-info-section-wrapper {
  padding: 8px 15px; 
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wizard-event-section-wrapper {
  margin: 0px 0px 20px 0px;
  padding: 8px 15px; 
  background: #e8eef7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wizard-event-section-wrapper .sub-header {
	font-size: 14px;
  font-weight: bold;
	font-family: arial, verdana, "san sarif";
	color: #bd5321;
  padding: 5px 0px 0px 0px;
}
.wizard-event-wrapper h4, .wizard-event-wrapper h5 {
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

p {
  font-family: arial, verdana, "san sarif";
  font-size: 14px;
  color: #333333;
}