/****** Make FF box model more like IE ******/
DIV {
  X-moz-box-sizing:border-box;
  Xbox-sizing:border-box;
  Xmargin:0;padding:0;
}

img {
    border: 0;
    vertical-align: bottom;
}

/******  Set page defaults  ******/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background: #999999;
  font-size: 10pt;
  margin: 1px;
}

/*******  Center and contain everything  ******/
.container {
  position: relative;
  height: 1%;
  margin: 0px auto;
  padding: 0px;
  width: 820px;
  background: #FCEFC7;
  z-index: 0;
}
.container_printable {
  position: relative;
  margin: 0 auto;
  background: #FFFFFF;
  width: 650px;
}
/*******  Page Header (header.inc) ********/
.pageheader {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #18554A;
}
.pageheader_logo {
  position: absolute;
  left: 10px;
  top: 6px;
}
.pageheader_logo img {
  width: 244px;
  height: 37px;
  border: 0 none;
}
.pageheader_message,
.pageheader_message:link,
.pageheader_message:visited {
  display: block;
  position: absolute;
  left: 380px;
  top: 4px;
  color: #FFFFFF;
  font: 7pt arial, sans-serif;
  line-height: 90%;
  border: 1px #FFFFFF;
  padding: 0px 2px;
  border-style: none dotted none dotted;
  text-decoration: none;
  text-align: center;
}
.pageheader_cart,
.pageheader_cart:link,
.pageheader_cart:visited {
  display: block;
  position: absolute;
  left: 430px;
  top: 3px;
  color: #FFFFFF;
  font: 7pt arial, sans-serif;
  line-height: 90%;
  border: 1px #FFFFFF;
  padding: 0px 2px;
  text-decoration: none;
  text-align: center;
}
.pageheader_login {
  position: absolute;
  right: 40px;
  top: 4px;
  color: #FFFFFF;
}
a.pageheader_f1:link,
a.pageheader_f1:active,
a.pageheader_f1:visited {
  position: absolute;
  left: 260px;
  top: 4px;
  display:block;
  background-color: #FFFFFF;
  color: black;
  padding: 1px 2px;
  font: bold 8pt Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a.pageheader_f2:link,
a.pageheader_f2:active,
a.pageheader_f2:visited {
  position: absolute;
  left: 260px;
  top: 25px;
  display:block;
  background-color: #FFFFFF;
  color: black;
  padding: 1px 2px;
  font: bold 8pt Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.pageheader_links {
  position: absolute;
  right: 2px;
  bottom: 8px;
  margin-right: 0px;
}
.pageheader_links a,
.pageheader_links a:link,
.pageheader_links a:active,
.pageheader_links a:visited {
  display:block;
  float: right;
  color: #FFFFFF;
  margin-right: 10px;
  font: 8pt Arial, Helvetica, sans-serif;
}
.pageheader_search {
  position: absolute;
  left: 500px;
  top: 3px;
}
.pageheader_search_prompt {
  color: #FFFFFF;
  font: 8Pt Arial, Helvetica, sans-serif;
  font-style: italic;
}
.pageheader_search_box {
  font: 8pt Arial, Helvetica, sans-serif;
}
.pageheader_search_button {
  font: 8pt Arial, Helvetica, sans-serif;
  padding: 0px;
}

/******  Page Footer  ******/
.footer {
  position: relative;
  bottom: 0px;
  height: 98px;
  background-image:url(/images/bg-footer.gif);
  background-repeat: repeat;
}
.footer_left {
  position: absolute;
  bottom: 2px;
  left: 35px;
  width: 250px;
  text-align: center;
  font-size: 10px;
  color: #18554A;
}
.footer_center {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  height: 92px;
}
.footer_right {
  position: absolute;
  bottom: 2px;
  right: 35px;
  width: 250px;
  text-align: center;
  font-size: 10px;
  color: #18554A;
}

/******  Top Navigation  ******/
.topnav {
  border:0px solid #FFFFFF;
  z-index: 100;
}
.topnav a.item1,
.topnav a.item1:hover,
.topnav a.item1-active,
.topnav a.item1-active:hover {
 padding: 5px 13px 5px 13px;
 top: 0px;
 left: 0px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
 background-image:none;
}
.topnav td.item11 {
 background-color: #18554A;
 padding:0;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 border-right: 0;
 white-space: nowrap;
}
.topnav td.item11-last {
 background-color: #18554A;
 padding:0;
 border: 1px solid #FFFFFF;
 white-space: nowrap;
}
.topnav td.item11-acton {
 padding:0;
 border-top: 1px none #FFC819;
 border-left: 1px none #FFC819;
 white-space: nowrap;
 border-bottom: 1px none #FFC819;
}
.topnav td.item11-acton-last {
 border: 1px none #FFC819;
}
.topnav .item11-acton-last a.item1,
.topnav .item11-acton a.item1,
.topnav .item11-acton-last a:hover,
.topnav .item11-acton a:hover,
.topnav .item11 a:hover,
.topnav .item11-last a:hover,
.topnav a.item1-active,
.topnav a.item1-active:hover {
 background-image:none;
 color: #FFFFFF;
 background-color: #000000;
}
.topnav a.item1:visited {
 color: #FFFFFF;
 background-color: #18554A;
}
.topnav a.item2,
.topnav a.item2:hover,
.topnav a.item2-active,
.topnav a.item2-active:hover {
 padding: 5px 15px 5px 15px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
 z-index:500;
 opacity:0.95;
}
.topnav a.item2,
.topnav a.item2:visited {
 background-image:none;
 background-color: #18554A;
 color: #ffffff;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
}
.topnav a.item2-last {
 background-image:none;
 background-color: #18554A;
 color: #ffffff;
 border-bottom: 1px none #11B8F4;
 z-index:500;
}
.topnav a.item2:hover,
.topnav a.item2-active,
.topnav a.item2-active:visited,
.topnav a.item2-active:hover {
 background-image:none;
 background-color: #000000;
 color: #FFFFFF;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
}
.topnav .section {
 border: 0px none #FFFFFF;
 position: absolute;
 visibility: hidden;
 display: block;
 z-index: 100;
}
.topnavframe {
 border: 0px none #FFFFFF;
}
* html .topnav td {
 position: relative;
 z-index: 500;
} /* ie 5.0 fix */

/****** Basic 2 column layout ******/
.left,
#left {
  float: left;
  position: relative;
  width: 150px;
  margin: 2px 5px 15px 10px;
  padding: 0px;
  background: #FCEFC7;
  z-index: 100;
}
.right,
#right {
  float: left;
  position: relative;
  marginx: 2px 10px 15px 5px;
  padding: 0px 5px 0px 5px;
  width: 640px;
  background: #FCEFC7;
  z-index:100;
}
.clear,
.cleaner,
#cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  background:transparent;
}
.both {
  float: left;
  position: relative;
  margin: 10px 10px 15px 10px;
  padding: 0px;
  width: 800px;
  background: #FCEFC7;
  z-index:100;
}

/******  Left Menu  ******/
.leftmenu {
  margin-bottom: 10px;
}
.leftmenu_top_1 {
  background-image:url(../images/bg-menu01.gif);
  background-repeat: no-repeat;
}
.leftmenu_title_1 {
  background-image:url(../images/bg-menu02.gif);
  background-repeat: repeat-y;
  font: bold 12Pt arial, san-serif;
  color: #18554A;
  padding: 3px;
  text-align: center;
}

.leftmenu_middle_1 {
  background-image:url(../images/bg-menu02.gif);
  background-repeat: repeat-y;
}
.leftmenu_bottom_1 {
  background-image:url(../images/bg-menu03.gif);
  background-repeat: no-repeat;
}
.leftmenu_top_2 {
  background: #FFCCAA;
}
.leftmenu_title_2 {
  font: bold 12Pt arial, san-serif;
  background: #FFCCAA;
  padding: 3px;
  text-align: center;
}
.leftmenu_middle_2 {
  background: #FFCCAA;
}
.leftmenu_bottom_2 {
  background: #FFCCAA;
}
.leftmenu_table a {
  color: #18554A;
  line-height:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-style: none;
}
.leftmenu_table em {
  color: #18554A;
  line-height:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-style: none;
}
.leftmenu_table a:hover {
  background-color: #FFFF99;
}
.leftmenu_search_box {
  font: 8pt Arial, Helvetica, sans-serif;
  margin: 0;
}
.leftmenu_search_button {
  font: 9pt Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0;
}

/******  Right Main Content  ******/
.main {
  position: relative;
  margin-top: 10px;
  width: 640px;
  overflow: hidden;
}
.main_title {
  position: relative;
  font: bold 14Pt arial, san-serif;
  padding: 2px;
  color: #005544;
}
.main_top_center {
  position: absolute;
  top: 5px;
  left: 250px;
}
.main_link {
  position: absolute;
  top: 10px;
  left: 360px;
}
.main_edit {
  position: absolute;
  top: 10px;
  left: 410px;
}
.main_print {
  position: absolute;
  top: 10px;
  left: 590px;
}
.main_message {
  position: relative;
  font: bold 12Pt arial, san-serif;
  margin-top: 10px;
  color: red;
}
.main_breadcrumbs {
  margin: 4px 20px 4px 20px;
  font: bold 10Pt arial, san-serif;
}
.main_breadcrumbs A,
.main_breadcrumbs A:active,
.main_breadcrumbs A:hover,
.main_breadcrumbs A:visited {
  color: #18554A;
}

/******  ??  ******/
.align_right {
  float: right;
  margin: 10px;
}
.align_left {
  float: left;
  margin: 10px;
}
.crncy {
  text-align: right;
}
.flt {
  width: 640px;
  border-collapse: separate;
  border: none;
  margin-top: 5px;
  background: #FFFFFF;
}
.flt_checkout {
  width: 640px;
  border-collapse: separate;
  border: none;
  background: #FFFFFF;
}
.fll {
  text-align: left;
}
.fln {
  padding: 2px;
  font: bold 9Pt arial, san-serif;
  xtext-align: right;
  vertical-align: top;
  color:#000000;
}
.flr {
  text-align: right;
}
.flv {
  padding: 2px;
  font: 9Pt arial, san-serif;
  xtext-align: left;
  vertical-align: top;
  color:#000000;
}
.required {
  font: bold 12Pt arial, san-serif; color: red;
  vertical-align: top;
}
.cvr {font: 10Pt arial, san-serif; text-align: right}
.cvc {font: 10Pt arial, san-serif; text-align: center}
.cvl {font: 10Pt arial, san-serif; text-align: left}

.schedule_day {
  position: relative;
  height: 90px;
  padding: 2px;
  vertical-align:top;
  xxz-index:1;
}
.schedule_today {
  border: dotted 2px red;
}
.schedule_outofmonth {
  background: #666666;
}
.schedule_open {
  background: #FFFFFF;
}
.schedule_closed {
  background: #CCCCCC;
}
.schedule_isclosed {
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 4px;
  font: 12Pt arial, san-serif;
  font-style: italic;
  color: #AA8888;
  z-index:50;
}
.schedule_isopened {
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 4px;
  font: 8Pt arial, san-serif;
  color: #88AA88;
  z-index:50;
}
.schedulemonth {
  font: bold 12Pt Arial, san-serif;
}
.scheduleday_number {
  float: left;
  font: bold 12Pt Arial, san-serif;
}
.schedule_event {
  position: relative;
  font: bold 8Pt Arial, san-serif;
  text-align: center;
  border: dotted 1px #AAAAAA;
  color: #000000;
  margin-bottom: 2px;
  padding: 1px;
  z-index:100;
}
.schedule_holiday {
  float: right;
  font: bold 7Pt Arial, san-serif;
  color: #333333;
  margin: 1px;
  padding: 1px;
}

/******** Store ********/
.store_header {
  display: block;
  padding-top: 6px;
  font-size: 12pt;
  font-style: normal;
  font-weight: 900;
  color: #18554A;
  text-transform: uppercase;
}
.store_section_link {
  float: left;
  margin: 5px 15px;
  padding: 3px 3px;
  background: #EEEEEE;
  font: bold 12Pt Verdana, sans-serif;
}
.section_img {
  float: right;
  margin: 5px 5px;
}
.item_img {
  float: right;
  margin: 5px 5px;
}
.section_box,
.section_box:active,
.section_box:hover,
.section_box:visited {
  float: left;
  position: relative;
  width: 200px;
  height: 180px;
  min-height: 30px;
  margin: 5px 3px 3px 5px;
  padding: 2px 2px 0px 2px;
  background-image:url(../images/sectionbox1.jpg);
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
}
.section_box2,
.section_box2:active,
.section_box2:hover,
.section_box2:visited {
  float: left;
  position: relative;
  width: 200px;
  height: 100px;
  min-height: 30px;
  margin: 5px 3px 3px 5px;
  padding: 2px 2px 0px 2px;
  background: #F0E4C0;
  background-image:url(../images/sectionbox2.jpg);
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
}
.section_box img {
  display: block;
  margin: auto;
  border: none;
}
.section_box_sku {
  position: absolute;
  display: inline;
  left: 3px;
  bottom: 3px;
  font: bold 8Pt arial, sans-serif;
}
.section_box_price {
  position: absolute;
  display: inline;
  right: 3px;
  bottom: 3px;
  text-align: right;
  font: bold 8Pt arial, sans-serif;
}
  
.section_sections,
.section_sections:active,
.section_sections:hover,
.section_sections:visited {
  clear: both;
  padding: 8px 0px;
  color: #18554A;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
}
.section_more {
  clear: both;
  width: 604px;
  margin: 5px 20px 3px 20px;
  padding: 2px 2px 0px 2px;
  text-align: right;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.item_order {
  clear: both;
}
.item_order TH {
  background: #CCCCCC;
}
.section_sections HR {
  margin: 0px;
  padding: 0px;
}
.no_image {
  float: right;
  width: 100px;
  height: 100px;
  border: 1px solid #aaaaaa;
  padding: 0px 0px 0px 0px;
  font: bold 10Pt arial, san-serif;
  font-style: italic;
  text-align: center;
  color: #555555;
  background: #dddddd;
  margin: 5px 5px;
}
.free {
  color: red;
  font: italic bold 11Pt arial, san-serif;
}
.store_membernumber,
.store_zipcode  {
  position: relative;
  top: 5px;
  width: 290px;
  margin: 5px 5px;
  padding: 5px;
  background: #E9D392;
  font: 8Pt arial, san-serif;
}
.store_viewcart_summary {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  background: #FFDD99;
}
.store_viewcart_summary_table {
  background: #EEEEEE;
  border-collapse: collapse;
  border: 2px solid black;
}
.store_viewcart_lower {
  position: relative;
  width: 640px;
}
.store_viewcart_debug {
  float: left;
  background: #99FFFF;
  padding: 2px;
}
.store_checkout_button {
  float: right;
  margin-top: 5px;
  padding: 4px;
  font: bold 12Pt arial, san-serif;
}
.store_review_customer {
  float: left;
  position: relative;
  padding: 5px;
  margin: 5px 0px;
  width: 300px;
  background: #FFFFFF;
}
.store_review_payment {
  float: right;
  position: relative;
  padding: 5px;
  margin: 5px 0px;
  width: 300px;
  background: #FFFFFF;
}
.store_review_cart {
  clear: both;
  position: relative;
  margin: 5px 0px;
  padding: 5px;
  width: 630px;
  background: #FFFFFF;
}
.store_review_headers {
  color: #18554A;
  font: bold 12Pt arial, san-serif;
}
a.store_review_change,
a.store_review_change:link,
a.store_review_change:hover,
a.store_review_change:visited {
  color: #DD0000;
  font: bold 8Pt arial, san-serif;
  text-decoration: underline;
} 
H1,
.main_h {
  display: block;
  position: relative;
  top: 0px;
  left: 4px;
  font: bold 14Pt arial, san-serif;
  color: #005544;
  margin: 5px;
}
.review_page {
  position: relative;
  width: 630px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}
.review_left {
  float: left;
  width: 310px;
  margin-top: 2px;
}
.review_right {
  float: right;
  width: 310px;
  margin-top: 2px;
}
.review_thirds {
  float: left;
  width: 200px;
  margin: 2px 10px 0px 0px;
}
.review_2thirds {
  float: left;
  width: 414px;
  margin: 2px 10px 0px 0px;
}
.review_480 {
  float: left;
  width: 480px;
  margin: 2px 10px 0px 0px;
}
.review_thirds_right {
  float: left;
  width: 202px;
  margin-top: 2px;
}
.review_both {
  clear: both;
  width: 630px;
  margin-top: 2px;
}
.review_header {
  background: #DDDDFF;
  font: bold 10Pt arial, san-serif;
  color: #005544;
  padding: 2px;
}
.accountability {
  width: 100%;
  text-align: center;
  font: 8Pt Courier New, Courier, mono;
}
.limits {
  float: right;
  font: bold 8Pt arial, san-serif;
  color: #444444;
  margin-bottom: 2px;
}
.limits OPTION {
  font: 7Pt arial, san-serif;
  color: #444444;
  padding: 1px;
}
.onethird {
  position: absolute;
  left: 33%;
}
.twothirds {
  position: absolute;
  left: 66%;
}

/******  Search Page  ******/
.search_url {
  color: #115599;
}
.search_description {
  font-size: 13px;
}
.search_title {
  color:#0000FF;
  font-size:15px;
}
.search_indent {
 margin-left:30px;
}
.search_box {
  border:1px solid #113377;
}

/****** Basic 2 column layout for vehicles******/
#vehicleleft {
  float: left;
  position: relative;
  padding: 15px 10px 15px 10px;
  margin: 0px;
  width: 325px;
  background: #FCEFC7;
  z-index:100;
}
#vehicleright {
  float: left;
  position: relative;
  padding: 15px 10px 15px 0px;
  margin: 0px;
  width: 410px;
  background: #FCEFC7;
  z-index:100;
}
#fullwidth {
  float: left;
  position: relative;
  padding: 15px 10px 15px 10px;
  margin: 0px;
  width: 745px;
  background: #FCEFC7;
  z-index:100;
}
.debug {
  float: left;
  background-color: #FFDDDD;
  border: 1px solid black;
  margin: 1px;
  border-collapse: collapse;
}
table.debug th {
  vertical-align: top;
  border: 1px solid black;
  width: 100px;
  text-align: right;
}
table.debug td {
  font: 8Pt monospace;
  vertical-align: top;
  border: 1px solid black;
  white-space: pre-line;
}

.error {
  font: bold 12Pt arial, san-serif;
  color: red;
}
.error_bar {
  float: right;
  width: 650px;
  font: bold 10Pt arial, san-serif;
  color: red;
  padding: 0px;
}
.notice {
  font: bold 12Pt George, serif;
  color: #00AA00;
}
.notice_bar {
  float: right;
  width: 650px;
  font: bold 12Pt George, serif;
  color: #00AA00;
  padding: 0px;
}
.attention {
  font: 12Pt arial, san-serif;
  color: red;
} 
.sn {
  text-align: right;
  font: 7Pt arial, san-serif;
}
.sv {
  text-align: left;
  font: 7Pt arial, san-serif;
}
.vr {
  text-align: right;
  font: 8Pt arial, san-serif;
}
p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.outofstock {
  font: italics 8Pt Arial, san-serif;
  color: red;
}
.edit_link,
a.edit_link:link,
a.edit_link:visited,
a.edit_link:hover,
a.edit_link:active {
  display: block;
  position: absolute;
  width: 25px;
  top: 4px;
  right: 50px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 1px;
  margin: 0px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.edit_link2,
a.edit_link2:link,
a.edit_link2:visited,
a.edit_link2:hover,
a.edit_link2:active {
  width: 30px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 2px;
  font: bold 8Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.print_link,
a.print_link:link,
a.print_link:visited,
a.print_link:hover,
a.print_link:active {
  position: absolute;
  width: 30px;
  top: 2px;
  right: 10px;
  color: #0000AA;
  background: #FFFFFF;
  border: solid 1px #0000FF;
  padding: 1px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.updateview_link,
a.updateview_link:link,
a.updateview_link:visited,
a.updateview_link:hover,
a.updateview_link:active {
  position: absolute;
  top: 1px;
  right: 50px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 1px;
  margin: 0px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
a:link {
  color: #000099;
  text-decoration: none;
}
a:visited {
  color: #330066;
  text-decoration: none;
}
a:hover {
  color: #006699;
  text-decoration: underline;
}
a:active {
  color: #006699;
  text-decoration: none;
}
#nav a {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  padding-left: 5px;
}
#nav a:hover {
  background-color: #000000;
}
.header {
  font-size: 12pt;
  font-style: normal;
  font-weight: 900;
  color: #18554A;
  text-transform: uppercase;
}
.headerdiv {
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.headerred {
  color: #18554A;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
}
.header_event {
  font-size: 9pt;
  font-weight: bold;
}
.small {
  font-size: 10px;
}
.smallaccent {
  font-size: 10px;
  color: #18554A;
}
.smallcaps {
  font-size: 10px;
  text-transform: uppercase;
}
.caption {
  text-decoration: none;
  font-size: 10px;
  font-variant: normal;
  font-style: italic;
}
.link {
  text-decoration: underline;
}
.green {
  color: #18554A;
}
.grey {
  color: #999999;
}
.red {
  color: #FF0000;
}
.yellow {
  color: #FFFF99;
}
.white {
  color: #FFFFFF;
}
.redb { background: #FF0000}
.pinkb { background: #FFCCCC}

/*******  Field List  *******/
.fl_list,
.fl_search,
.fl_controls {
  width: 100%;
  padding: 2px;
  border-spacing: 2px;
  border-collapse: separate;
}
.fl_list .ch {
  background-color: #DDDDDD;
  font: bold 10Pt arial, san-serif;
  text-align: center;
  color:#000000;
  padding:2px 0px 3px 0px;
  white-space: nowrap;
}
.fl_list .cha {
  background-color: #EEEEEE;
  font: bold 10Pt arial, san-serif;
  text-align: center;
  color:#000000;
  padding:2px 0px 3px 0px;
  white-space: nowrap;
}
.fl_list .ch A,
.fl_list .cha A {
  text-decoration: underline;
  color: #000000;
}
.fl_list .ch A:hover,
.fl_list .cha A:hover {  text-decoration: none; }

.fl_list .tr {
  background-color: #D0E8FE;
}
.fl_list .tra {
  background-color: #B7D5F0;
}
.fl_list TD {
  font: 10Pt arial, san-serif;
  color:#000000;
}
.fl_list TD IMG {
  max-width: 75px;
  max-height: 50px;
}
.fl_form {
  background-color: #FFFFFF;
  width: 100%;
}
.fl_form ul {
  margin-left:-20px;
}
.h {
  font: bold 10Pt Georgia, serif;
  color:#000000;
  background:#fb8383;
  padding: 2px 5px;
}
.h2 {
  font: bold 10Pt Georgia, serif;
  color:#000000;
  background:#99FF00;
  padding: 2px 5px;
}
.n {
  font: bold 9Pt arial, san-serif;
  vertical-align: top;
  color: #000000;
  padding: 1px 3px;
}
.e {
  text-align: center;
  font: bold 10Pt Georgia, serif;
  color: #FF0000;
}
.v {
  font: 8Pt arial, san-serif;
  color: #000000;
  padding: 1px 3px;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.c {
  text-align: center;
}
.fl_form .tr {
 background-color: #CCCCCC;
}
.fl_form .tra {
 background-color: #DDDDDD;
}
.fl_controls TD {
  padding: 5px 3px 5px 3px;
}
.fl_controls .c1 {
  width: 26%;
  text-align: left;
}
.fl_controls .c2 {
  width: 48%;
  text-align: center;
}
.fl_controls .c3 {
  width: 26%;
  text-align: right;
}
.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 3px;
  font: bold 12Pt Georgia, serif;
}
.button_small {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 2px;
  font: bold 10Pt Georgia, serif;
}
.button_tiny {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 1px;
  font: bold 8Pt arial, san-serif;
}
.fl_controls #count { font: 8Pt Arial, san-serif; }
.fl_controls #pagenumbers { font: bold 12pt Arial, san-serif; }
.fl_controls #currentpage { font: bold 10pt Arial, san-serif; }

.fl_controls #add { background-color: #3399DD; }
.fl_controls #addnew { background-color: #CCFFFF; }
.fl_controls #back { background-color: #FF9900; }
.fl_controls #delete { background-color: #FF2222; }
.fl_controls #next { background-color: #33FF00; }
.fl_controls #nextpage { background-color: #33FF00; }
.fl_controls #previous { background-color: #33FF00; }
.fl_controls #prevpage { background-color: #33FF00; }
.fl_controls #update { background-color: #FF99CC; }
.fl_controls #updateall { background-color: #FF99CC; }

.fl_search #search { background-color: #FF9900; }

.fl_add_crit {
  font: bold 14Pt Georgia, serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0px 1px 1px 1px;
  background-color: #FFCCCC;
}
.currency {
  white-space: pre;
  text-align: right;
  font-family: Courier, monospace;
}
.required {
  color:#FF0000;
  font: bold 14Pt Georgia, serif;
}
.fl_access {
  border-collapse: collapse;
  width: 100%;
}
.fl_access TH {
  font: bold 8pt arial, san-serif;
}
.fl_access TD {
  padding: 0px;
  font: 8pt arial, san-serif;
}
.fl_view {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 1px;
  font: 8Pt arial, san-serif;
  background-color: #FFFFFF;
}
.fl_view_selected {
  font: bold 8Pt arial, san-serif;
  font-style: italic;
  background-color: #FFEEEE;
}
/*******  Iman  *******/
.iman {
  width: 300px;
  padding: 3px;
  background-color: #AAAAAA;
}
.iman_info {
  width: 350px;
  padding: 2px;
  font: 9pt arial, san-serif;
  background-color: #EEEEEE;
}
.iman_n {
  position: relative;
  font: bold 8pt arial, san-serif;
  text-align: right;
  white-space:nowrap;
}
.iman_v {
  font: 8Pt arial, san-serif;
}
.iman a img.mouseover {
  position: absolute;
  display: none;
}
.iman a:hover img.mouseover {
  position: absolute;
  left: 50px;
  top: -100px;
  border: 40px solid #000000;
  display: block;
  z-index: 100;
}
.iman_form_image {
  max-width: 100px;
  max-height: 100px;
}


/***********  Table headers and rows *****************/

.ch {font: bold 10Pt arial, san-serif; text-align: center; color:#000000; padding:2px 0px 3px 0px; }
TR.ch { background-color:#AAAAAA }
A.ch { text-decoration: underline; color: #000000; }
A.ch:hover { text-decoration: none; color: #000000; }
A.ch:active { text-decoration: none; }
.tr { background:#EEEEEE}
.tra { background: #DDDDDD}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.box1 {
  background: #FFF9EB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  padding: 5px 3px;
}
.box2 {
  background: #EFF9FF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  padding: 5px 3px;
}
.aux_display_box {
  position: relative;
}
.aux_edit_link {
  position: absolute;
  top: 10px;
  right: 100px;
}
.aux_edit_box {
  position: relative;
  padding: 2px;
  background: #FCFFD7;
  border: solid 1px #999999;
}
.aux_prompt {
  display: inline-block;
  text-align: left;
  valign: top;
  font: bold 9Pt arial, san-serif;
  width: 50px;
}

/****************** Tabs *******************************/
.tabs ul {
  padding-left: 10px;
}
.tabs li {
  margin-left: 1px;
  list-style: none;
}
.tabs a {
  float: left;
  position: relative;
  margin-bottom: -2px;
  padding: 5px 30px;
  text-decoration: none;
  color: black;
  background: #eff9ff;
  border-top: 1px solid #888888;
  border-left: 1px solid #777777;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #BBBBBB;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabs .active {
  /* Highest, active tab is on top */
  position: relative;
  z-index: 3;
}
.tabs .active a {
  background: white;
  color: black;
  border-bottom: none;
}
.tabcontent {
  clear: both;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #888888;
}
.tab_body {
  text-align: left;
  border: 1px solid #666;
  padding-top: 5px;
  clear: both;
  background: #EEE;
  width: 720px;
}
.tabrow {
  position: relative;
  height: 30px;
}
.tabrow1 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font: bold 10Pt Arial, san-serif;
}
.tabrow2 {
  position: absolute;
  bottom 5px;
  left: 150px;
  font: bold 10Pt Arial, san-serif;
}
.tabrow3 {
  position: absolute;
  bottom: 5px;
  left: 450px;
  font: bold 10Pt Arial, san-serif;
}
.tabrow4 {
  position: absolute;
  bottom: 5px;
  left: 550px;
  font: bold 10Pt Arial, san-serif;
}
.undertab {
  position: relative;
  height: 30px;
}
.undertab1 {
  position: absolute;
  top: 5px;
  left: 0px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
}
.undertab2 {
  position: absolute;
  top: 5px;
  left: 240px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
}
.undertab3 {
  position: absolute;
  top: 5px;
  left: 350px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
}
.undertab4 {
  position: absolute;
  top: 5px;
  left: 500px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
}
.tablename {
  position: relative;
  margin-top: 10px;
  left: 10px;
  font: bold 10Pt Arial, san-serif;
}
.table {
  margin: 0px 10px 0px 10px;
  width: 700px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}


.tabcontent {
  clear: both;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #888888;
}
.exhibitsign {
  background: #FFFFFF;
  border: 1px solid #B0C5CF;
  padding: 5px;
  color: BLACK;
}
#yes {
  background: #AAFFAA;
  color: #000000;
  text-align: center;
  font:  bold 8Pt Arial, san-serif;
}
#no {
  background: #FFAAAA;
  color: #333333;
  text-align: center;
  font: 8Pt Arial, san-serif;
}
.contentdate {
  position: absolute;
  right: 0px;
  bottom: -20px;
  color: #729183;
  font: 7Pt Arial, san-serif;
}

.filemanager {
  width: 640px;
  position relative;
}
.filemanager_title {
  float: left;
  padding-top: 5px;
  color: #18554A;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
}
.filemanager_buttons {
  float: right;
}
.filemanager_buttons input {
  display: none;
}
.filemanager_buttons button {
  border: 0px;
  padding: 3px;
  background: none;
}
.filemanager_files {
  clear: both;
  background: white;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px;
  padding: 1px 2px 1px 2px;
  border-top: 1px solid #18554A;
  border-bottom: 1px solid #18554A;
}
.filemanager_files TABLE {
  width: 100%;
}
.filemanager_files TH {
  background: #CCCCCC;
}
.filemanager ul{
    list-style:none;
    padding-left: 0;
    margin:10 -30px;
}
.filemanager ul li{
    background-color:#336639;
    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);
    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding: 8px;
    height: 40px;
    position: relative;
}

.filemanager ul li input{
    display: none;
}

.filemanager ul li p{
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 80px;
}

.filemanager ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
.filemanager ul li canvas{
    top: 5px;
    left: 25px;
    position: absolute;
}
.filemanager ul li span{
    width: 15px;
    height: 12px;
    background: url('/img/icons.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 33px;
    cursor:pointer;
    height: 16px;
    background-position: 0 -12px;
}

.list.table {
  border-spacing: 2px;
}
.list.tr,
.list.file {
  background: #cccccc;
}
.list.th {
  font-weight: bold;
}
.list.image {
  width: 16px;
  height: 16px;
}
.list.name {
  width: 400px;
}
.fl_form.tr:nth-child(even) {background: #eeeeee}
.fl_form.tr:nth-child(odd) {background: #dddddd}
.fl_list.tr:nth-child(even) {background: #eeeeee}
.fl_list.tr:nth-child(odd) {background: #dddddd}

.icons.file {
  display: block;
  position: relative;
  float: left;
  xbackground: #FAFAFA;
  width: 75px;
  margin: 1px 0px 0px 0px;
  border-right: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  height: 110px;
  padding: 0px;
}
.icons.image {
  display: block;
  margin: 2px auto 1px auto;
}
.icons.name {
  position: absolute;
  text-align: center;
  width: 70px;
  xbottom: 2px;
  font: 8pt arial, san-serif;
  word-wrap: break-word;
}
.icons.size {
  display: none;
  position: absolute;
  right: 2px;
  top: 18px;
  font: 7pt arial, san-serif;
}
.icons.date {
  display: none;
  position: absolute;
  right: 2px;
  top: 33px;
  font: 7pt arial, san-serif;
}
.file.ui-selecting {
  background: #FECA40;
}
.file.ui-selected {
  background: #F39814;
}

.tablesorter {
        width: 100%;
        margin: 0px;
        text-align: left;
        border-spacing: 0;
        border: #cdcdcd 1px solid;
        border-width: 1px 0 0 1px;
}
.tablesorter th,
.tablesorter td {
        border: #cdcdcd 1px solid;
        border-width: 0 1px 1px 0;
}

/* header */
.tablesorter th,
.tablesorter thead td {
        font: bold 12px/18px Arial, Sans-serif;
        color: #000;
        background-color: #B0C5CF;
        border-collapse: collapse;
}
.tablesorter .header,
.tablesorter .tablesorter-header {
        /* black (unsorted) double arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        /* white (unsorted) double arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
        /* image */
        /* background-image: url(images/black-unsorted.gif); */
        background-repeat: no-repeat;
        background-position: center right;
        padding: 2px 10px 2px 4px;
        white-space: normal;
        cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
        background-color: #B0C5CF;
        /* black asc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        /* white asc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
        /* image */
        /* background-image: url(images/black-asc.gif); */
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
        background-color: #B0C5CF;
        /* black desc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        /* white desc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
        /* image */
        /* background-image: url(images/black-desc.gif); */
}
.tablesorter thead .sorter-false {
        background-image: none;
        cursor: default;
}

/* tbody */
.tablesorter td {
        padding: 2px;
        vertical-align: top;
}

/* table processing indicator */
.tablesorter .tablesorter-processing {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* background-image: url(images/loading.gif) !important; */
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* caption */
caption {
        background: #fff;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
        background-color: #B0C5CF;
        /* black asc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        /* white asc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
        /* image */
        /* background-image: url(images/black-asc.gif); */
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
        background-color: #B0C5CF;
        /* black desc arrow */
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        /* white desc arrow */
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
        /* image */
        /* background-image: url(images/black-desc.gif); */
}
.tablesorter thead .sorter-false {
        background-image: none;
        cursor: default;
}

/* tbody */
.tablesorter td {
        padding: 2px;
        vertical-align: top;
}

/* table processing indicator */
.tablesorter .tablesorter-processing {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* background-image: url(images/loading.gif) !important; */
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* caption */
caption {
        background: #fff;
}
orter .filtered {
        display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
        text-align: center;
        cursor: pointer;
        background-color: #e6bf99;
}
a.disabled {
  text-decoration: none !important;
  background: #888888;
}

.lastmodified {
  text-align: right;
  margin-right: 30px;
  color: #888888;
  font: 8pt Arial, Sans-serif;
}
.eventdates {
  font: bold 8pt Arial, Helvetica, sans-serif;
  background-color:  #F8DE8C;
  padding: 5px;
  margin: 3px 0px 10px 0px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.businessmember {
  background-color: #FFFFFF;
  padding: 8px 3px;
  margin-top: 10px;
}
.businessmembername {
  font: bold 14pt Arial, Helvetica, sans-serif;
  padding: 3px;
}
