.page_title {
  font-family: tahoma, verdana;
  font-size: 18px;
  color: #ff9d3c;
  font-weight: bold;
  text-align: center;
}
.text {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #666666;
}
.text_control {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #666666;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
  height: 21px;
}
.text_required {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #666666;
  background-color: #FFFFCC;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
  height: 21px;
}
.text_small {
  font-family: tahoma, verdana;
  font-size: 11px;
  color: #333333;
}
.link_small {
  font-family: tahoma, verdana;
  font-size: 11px;
  color: #376faa;
}
.link_small:hover {
  font-family: tahoma, verdana;
  font-size: 11px;
  color: #feb165;
}
.text_disabled_small {
  font-family: tahoma, verdana;
  font-weight: normal;
  font-size: 11px;
  color: #C0C0C0;
}
.text_control_small {
  font-family: tahoma, verdana;
  font-size: 11px;
  color: #333333;
  border: 1px solid #7F9DB9;
  padding: 2px 2px;
  height: 21px;
}
.text_bold {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.text_title {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  font-style: italic;
}
.text_disabled {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #C0C0C0;
}
.text_note {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: red;
}
.standardPaddingTop {
  padding-top: 4px;
}
.label {
  color: #536274;
  font-size: 12px;
  font-weight: bold;
}
.label_required {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}
.label_normal {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.button_action {
  cursor: pointer;
}
.button_move {
  cursor: move;
}
.breadcrumb_text {
  font-family: tahoma, verdana;
  font-size: 11px;
  color: #666666;
}
.breadcrumb_link {
  font-size: 11px;
  font-weight: bold;
  color: #CC6699;
  text-decoration: none;
}
.breadcrumb_link:hover {
  color: #FF6699;
  text-decoration: underline;
}
.grid_header {
  background-color: #b67514;
  padding: 0px 0px 4px 0px;
}
.white {
  COLOR: #FFFFFF;
}
.grid_options {
  border: #6cbc45 1px solid;
}
.grid_table {
  background-color: #CCCCCC;
}
.grid_cell_header {
  padding: 0px 4px 0px 4px;
}
.grid_cell {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #666666;
  background-color: transparent;
  padding: 2px 4px 2px 4px;
}
.grid_cell_even {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #666666;
  background-color: #EFEEE9;
  padding: 2px 4px 2px 4px;
}
.grid_cell_footer {
  padding: 2px 4px 2px 4px;
}
.grid_title {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.grid_title:hover {
  text-decoration: underline;
}
.grid_container, .grid_container_cell {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  float: left;
}
.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: white;
}
.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_item {
  border: white 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: white;
  font-weight: bold;
  font-family: tahoma, verdana;
  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: 4px 4px 4px 4px;
}
.edit_container_nopadding {
  border: #7b9ebd 1px solid;
}
.imageedit  {
  border: #7b9ebd 1px solid;
}
.image  {
  border: #000000 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: tahoma, verdana;
  font-size: 12px;
  color: #376faa;
}
.link:hover {
  font-size: 12px;
  color: #feb165;
}
.search_link {
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #376faa;
  text-decoration: underline;
}
.search_link:hover {
  font-size: 12px;
  color: #feb165;
  text-decoration: underline;
}
.spacer {
  height: 7px;
  width: 1px;
}
.text_header
{
  font-family: tahoma, verdana;
  font-size: 12px;
  color: #FFFFFF;
}
.text_header a {
  font-size: 12px;
  color: #feb165;
}
.text_header a:hover {
  font-size: 12px;
  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;
}
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: white;
}
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;
}

/* Pop up menus */
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
  color: #666666;
  font: 12px tahoma, verdana;
  text-align: left;
  text-decoration: none;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
  color: #FFFFFF;
  font: 12px tahoma, verdana;
  text-align: left;
  text-decoration: none;
}
.hdrHighText, a.hdrHighText:link, a.hdrHighText:visited, a.hdrHighText:active, a.hdrHighText:focus {
  color: #FFFFFF;
  font: 12px tahoma, verdana;
  text-align: left;
  text-decoration: none;
}
a.hdrHighText:hover {
  color: #ffcc33;
}
.itemBorder {
  border: 1px solid #b0aea8;
}
.itemBorderBlank {
  border: 1px solid #CCCCDD;
}

/* 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: Verdana, Tahoma, Arial, Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #536274;
  padding: 2px 0px;
  height: 20px;
}
.CalendarOtherMonthLink {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  color: #ffcc33;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #ffcc33;
  text-decoration: none;
}
.CalendarOtherMonthLink a {
  text-decoration: none;
}
.CalendarOtherMonthLink a:hover {
  text-decoration: underline;
}
.CalendarDayHeader {
  background-color: #232a33;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0px; 
  height: 10px;
}
.CalendarOtherMonthDay {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background-color: #EEEEEE;
  border-left: #C0C0C0 1px solid;
  padding: 2px 2px; 
  padding: 0px 2px 2px 2px; 
  text-align: right;
  vertical-align: top;
}
.CalendarMonthDay {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
  border-left: #C0C0C0 1px solid;
  padding: 2px 2px;
  padding: 0px 2px 2px 2px; 
  text-align: right;
  vertical-align: top;
}
.CalendarOtherMonthDayLastRowOfWeek {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  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: Verdana, Tahoma, Arial, Helvetica;
  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: Verdana, Tahoma, Arial, Helvetica;
  font-size:  10px;
  font-weight: bold;
  color: #003366;
}
.CalendarMedHead {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size:  10px;
  font-weight: bold;
  color: black;
}
.EventCalendarRow {
  border-left: #C0C0C0 1px solid;
  padding-left: 2px;
  text-align: center;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: normal;
}
.EventCalendarRow a:link, .EventCalendarRow a:visited, .EventCalendarRow a:active {
  text-decoration: none;
}
.EventCalendarRow a:hover {
  text-decoration: underline;
}
.CalendarNone {
  border: none;
  background-color: white;
}
.largespace {
  font-size: 1px;
  height: 10px;
  width: 1px;
  clear: both;
}
.space {
  font-size: 1px;
  height: 1px;
  width: 2px;
  clear: both;
}

/* Skin specific */
.spacer5 {
	padding-bottom: 5px;
	padding-left: 5px;
}
.formFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	border: 1px solid #333333;
	background-color: #CCE0EA;
}
.tdForm {
	padding: 2px;
}
.tdTicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #CC6600;
}
.tdPadding {
	padding: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #669900;
	padding: 5px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
}
.fontBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.fontBody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration:none;
}
.fontBody a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration:underline;
}
.fontBodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.imgBorder {
	border: thin solid #333333;
}
.fontThanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
	padding: 5px;
}
.fontThanks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
	text-decoration:underline
}
.fontThanks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration:underline
}
.fontTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}
.fontHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.fontBodySm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:center;
}
