/* 
   Main font
*/
   * { font-size: 13px; font-family: 'Verdana', sans-serif; }
/*
   Links
*/ 
   a:link, a:visited {color: #22AA53}
   a:hover {color: #FFFFFF; background: #22AA53}
   a.redlink:link, a.redlink:visited {color: #E8472E}
   a.redlink:hover {color: #FFFFFF; background: #22AA53}
   a.linkbar:link, a.linkbar:visited {color: #FFFFFF; font-size: 14px }
   a.linkbar:hover {color: #22AA53; background: #FFFFFF; font-size: 14px }
   .disabled_link { color: #D8F9C7 }
/* 
   Special text colors and sizes 
*/
  .highlight { background-color: #D8F9C7 }
  .rednormal { color: #E8472E }
  .redbold { color: #E8472E; font-weight: bold; font-size: inherit }
  .orangebold { color: orange; font-weight: bold; font-size: inherit }
  .green { color: #22AA53 }
  .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}
  .login_form { background-color: #EDF9E6; border-style: solid; font-size: 90%; border-collapse: collapse; border-width: 1px; border-color: #22AA53 }
  .login_tiny { background-color: #EDF9E6; border-style: solid; font-size: 88%; border-collapse: collapse; border-width: 1px; border-color: #22AA53 }
/* 
   Borders
*/
   hr { color: #22AA53 }
  .bordered { border-color: #22AA53 }
  .bordered_fancy { border-width: 6px; border-style: groove; border-color: #22AA53 }
  .main_border { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #22AA53 }
  .cell_border { border-style: solid; border-width: 1px; border-color: #BBEACC }
  table.grid td { border-style: solid; border-width: 1px; border-color: #BBEACC }
  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 #22AA53; text-decoration: none }
  table.inside_table { border-collapse: collapse; border-spacing: 0px; }
  table.inside_table td { padding: 0; }
/*
   Backgrounds
*/
  .med_bg { background-color: #D8F9C7 }
  .light_bg { background-color: #D8F9C7 }
  .oddrow { background-color: #D8F9C7 }
  .evenrow { background-color: white }
/*
  Lists
*/
  ul { list-style: disc outside url(images/ewsingles_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: #1F759A; 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 }