/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit themeroller.com
*/

/*UI accordion*/
.ui-accordion {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3em; text-decoration: none; font-size: 100%; list-style: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*border-bottom: 1px solid #cccccc;*/
}
.ui-accordion-group {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3em; text-decoration: none; font-size: 100%; list-style: none;
  /*border: 1px solid #cccccc;
  border-bottom: none;*/
}
.ui-accordion-header {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3em; text-decoration: none; font-size: 100%; list-style: none;
  cursor: pointer;
  /*background: #f6f6f6;*/
}
.ui-accordion-header a {
  /*resets*/margin: 0; padding: .1em .1em .1em 1.7em; border: 0; outline: 0; line-height: 1.3em; text-decoration: none; font-size: 100%; list-style: none;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
  background: url(images/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
  background: url(images/222222_7x7_arrow_right.gif) .5em 50% no-repeat;
  color: #111111;
}
.ui-accordion-header:hover {
  background: #d8d8d8;
  color: #111111;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
  background: #8ab9ff;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
  color: #ffffff;
  background: url(images/ffffff_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
  /*padding: .5em 1.7em .5em 1.7em;  */
  background: #fff;
  color: #362b36;
  font-size: .97em;
  line-height: 1.5em;
}
.ui-accordion-content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#tv .hilight h3 {color:#fff;background-color:#036;padding:0.2em;margin:0;}
#tv .hilight ul {margin:0 0 1em;padding:0.5em;list-style:none;color:#fff;background-color:#004883;}
#tv .hilight a {color:#fff;text-decoration:none;}

