/* 
   Main font
*/
   * { font-size: 13px; font-family: 'Verdana', sans-serif; }
/*
   Links
*/ 
   a:link, a:visited {color: #0000F7}
   a:hover {color: #000000; background: #FFFFFF}
   a.redlink:link, a.redlink:visited {color: #E8472E}
   a.redlink:hover {color: #FFFFFF; background: #1BA70C}
   a.linkbar:link, a.linkbar:visited {color: #0000F7; font-size: 14px }
   a.linkbar:hover {color: #000000; background: #FFFFFF; font-size: 14px }
   .disabled_link { color: #FF7033 }
/* 
   Special text colors and sizes 
*/
  .highlight { background-color: #D1FFCC }
  .rednormal { color: #E8472E }
  .redbold { color: #E8472E; font-weight: bold; font-size: inherit }
  .blue { color: #0000F7 }
  .title { color: #0000F7; font-weight: bold; font-size: 14px }
  .big { font-size: 14px }
  .very_big { font-size: 16px }
  .little { font-size: 12px }
  .very_little { font-size: 10px }
  .section_title { font-weight: bold; font-size: inherit}
/* 
   Borders
*/
   hr { color: #0000F7 }
  .bordered { border-color: #0000F7 }
  .main_border { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #0000F7 }
  .cell_border { border-style: solid; border-width: 1px; border-color: #0000F7 }
  table.grid td { border-style: solid; border-width: 1px; border-color: #0000F7 }
  table.nogrid td { border-style: none }
  table.std_spacing  td { padding-top: 4px; padding-bottom: 4px; padding-left: 6px; padding-right: 6px; }
  .low_underscore { border-bottom: 1px solid #000000; text-decoration: none }
  .link_inside_border { border-style: solid; border-color: #BED3FF;  padding-left: 6px; padding-right: 6px; border-width: 2px; }
/*
   Backgrounds
*/
  .med_bg { background-color: #EDF9E6 }
  .light_bg { background-color: #EDF9E6 }
  .oddrow { background-color: #EDF9E6 }
  .evenrow { background-color: white }
/*
   Drop shadow
*/
.drop-shadow {
  width: 90%;
  float:left;
  background: url(images/drop_shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.drop-shadow {
  background: url(images/drop_shadow_offset.gif) no-repeat left top;
  padding: 0 5px 5px 0;
  }

.drop-shadow-opaque-box {
  background-color: #fff;
  padding: 4px;
  margin: 0;
  }
.p-shadow {
  width: 90%;
  float:left;
  background: url(images/drop_shadow_blue.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: url(images/drop_shadow_offset.gif) no-repeat left top;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  border: 1px solid #0000F7;
  padding: 4px;
  margin: 0;
  }

.t-shadow {
  width: 90%;
  float:left;
  background: url(images/drop_shadow_blue.gif) no-repeat bottom right;
  margin: 10px 0 0 5px;
  }

.t-shadow div {
  background: url(images/drop_shadow_offset.gif) no-repeat left top;
  padding: 0 6px 6px 0;
  }

.t-shadow table {
  background-color: #fff;
  border: 1px solid #0000F7;
  padding: 4px;
  margin: 0;
  }

/*
  Lists
*/
    ul { list-style: disc outside url(images/veggie_bullet.gif) }
  li { padding-bottom: 6px }
/* 
   Form elements
*/
  .button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px;  text-align: center }
  .next_button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px; width: 80px; text-align: center }
  input { font-family: 'Arial', sans-serif; font-size: 11px  }
  select { font-family: 'Arial', sans-serif; font-size: 11px }
  textarea { font-family: 'Arial', sans-serif; font-size: 11px }
  .quicksearch { font-family: 'Arial', sans-serif; font-size: 11px }
  .spell_input { font-family: 'Verdana', sans-serif; font-size: 15px; vertical-align: middle }
/*
   Signup packages
*/
  .package_title { background-color: #C15627; color: #FFFFFF; text-align: center }
  .package_body  { background-color: #FFFFFF; text-align: center; height: 114px }
  .package_price { background-color: #FFFFFF; text-align: center }
/*
   Misc.
*/
   .indented { margin-left: 24px }