/* @public main_color #30307A */
/* @public background_color #FFFFFF */

/* @public no_surround  border: 0; margin: 0; padding: 0 */

/* @public font_size 11px */
/* @public ie5_font_size 11px */
/* @public proportional_font Verdana, Arial, Helvetica, sans-serif */
/* @private monospace_font "Courier New", Courier, sans-serif */


/* @public link_color #30307A */
/* @public link_visited_color #6C76DA */
/* @public link_hover_color #FF7F01 */
/* @public link_unavailable_color #BDBDD1 */

/* @public body_font Verdana, Arial, Helvetica, sans-serif */


/* @public error_color #BF4F4F */
/* @public warning_color #CC7272 */
/* @public notify_color #E8A400 */

/* @private paragraph_vertical_margin 1.5ex */

body
{ 
  background-color: #FFFFFF;
}

body, p, h1, h2, h3, h4, h5, h6, a
{ 
  color: #30307A;
  background-color: transparent;
}


body
{ 
   border: 0; margin: 0; padding: 0;
}

/* all the elements that have to have the size specified */
/* @private font_sized_elements   body, table, p, form, select, input, code */

  body, table, p, form, select, input, code
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* Set for MacIE5, which has the IE5Win parsing bug, but also has the 
   keywords interpreted right. */
  body, table, p, form, select, input, code
{ 
  font-size: 11px;
}

/* Hide from Mac IE, set for Win IE5, then reset for good browsers */
  body, table, p, form, select, input, code
{
  /* IE5 sees this but not the next one */
  font-size: 11px;
  voice-family: "\"}\"",inherit;
  /* fix for good browsers (MacIE5 doesn't see this))*/
  font-size: 11px;
}


code
{ 
  font-family: "Courier New", Courier, sans-serif;
}

div
{ 
   border: 0; margin: 0; padding: 0;
}


h1
{
   border: 0; margin: 0; padding: 0;
  font-weight: bold; 
  font-size: 130%;
  margin-top: 10px;
  margin-bottom: 10px;
}               

h2
{
   border: 0; margin: 0; padding: 0;
  margin-bottom: 10px;
  font-weight: bold; 
  font-size: 120%;
}

h3 
{
   border: 0; margin: 0; padding: 0;
  font-weight: bold; 
  font-size: 110%;
}


a
{ 
  color: #30307A;
  font-weight: bold;
  margin: 0;
  padding: 0;
}


a:visited
{ 
  color: #6C76DA;
  font-weight: bold;
}


a:hover
{ 
  color: #FF7F01;
  font-weight: bold;
}





div.breadcrumb
{ 
   border: 0; margin: 0; padding: 0;
}

ol.breadcrumb
{ 
   border: 0; margin: 0; padding: 0;
  display: inline;
  list-style: none inside;
}

ol.breadcrumb li
{ 
   border: 0; margin: 0; padding: 0;
  display: inline;
}

div.breadcrumb a, div.breadcrumb a:hover,  div.breadcrumb a:visited
{ 
  color: #30307A;
  font-weight: normal;
  white-space: nowrap;
}

div.breadcrumb span.sep
{ 
  padding: 0;
}

div.breadcrumb span.current
{ 
  font-weight: bold;
  white-space: nowrap;
}




ul.children
{ 
  margin-left: 0em;
}

ul.children li
{ 
  padding-left: 0em;
  margin-left: 0em;
}

ul.contents li, ul.children li
{ 
  list-style-type: none;
  list-style-position: outside;
}


div.section_nav a.previous
{ 
  display: block;
  float: left;
  padding-left: 14px;
  margin-right: 14px;
  background: url("../images/left_arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
}

div.section_nav a.next
{ 
  display: block;
  float: right;
  padding-right: 14px;
  margin-left: 14px;
  background: url("../images/right_arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}

div.section_nav a.up
{ 
  display: block;
  float: right;
  padding-right: 14px;
  background: url("../images/up_arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}




img 
{
  /* default is to not have any extra space around images */
   border: 0; margin: 0; padding: 0;
} 

/* some browsers add padding around a form element */
form
{ 
   border: 0; margin: 0; padding: 0;
}

p
{ 
   border: 0; margin: 0; padding: 0;
  line-height: 125%;
  margin: 1.5ex 0px;
}

em
{ 
  font-style: italic;
  font-weight: normal;
}

strong
{ 
  font-style: normal;
  font-weight: bolder;
}

INPUT, select, textarea
{ 
  color: #30307A;
}

select
{ 
  line-height: 100%;
}

ul, ol
{ 
   border: 0; margin: 0; padding: 0;

  margin-left: 2em;
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;

}


li
{ 
   border: 0; margin: 0; padding: 0;
  margin-top: 1ex;
  margin-bottom: 1ex;
  list-style-position: inside;
}


dl
{ 
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
}

dt
{ 
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}


th
{ 
  text-align: left;
}

p.error, td.error
{ 
  color: #BF4F4F;
  font-weight: bolder;
}

p.warning
{ 
  color: #CC7272;
  font-weight: bolder;
}

p.notify
{ 
  color: #E8A400;
  font-weight: bolder;
}


h1.error
{ 
  color: #BF4F4F;
}



.wrap 
{ 
  clear: both;
}


iframe
{
  color: #30307A;
  border: 1px solid #30307A;
  /* this keeps the iframe from flashing black while it loads
  its source. */
  background-color: #FFFFFF;
}

table.report-selection 
{ 
   border: 0; margin: 0; padding: 0;
  margin-bottom: 20px;
}


table.report-selection th
{ 
   border: 0; margin: 0; padding: 0;
  font-weight: bold;
  font-style: none;
  text-align: left;
  padding-top: 2ex;
}


table.report-selection td
{ 
   border: 0; margin: 0; padding: 0;
  height: 4ex;
}

table.report-selection td.radio
{ 
   border: 0; margin: 0; padding: 0;
  width: 30px;
  height: auto;
  text-align: left;
  vertical-align: middle;
}


table.preferences th
{ 
  font-weight: normal;
  text-align: left;
  width: 10em;  
}

table.preferences th, table.preferences td
{ 
  padding-bottom: 2ex;
}



/* @public page_width 760px */

/* @public menu_bg_color #DEEDD7 */
/* @public menu_bg_hover_color #D4E9CB */
/* @public menu_fg_color #30307A */
/* @public menu_fg_hover_color #2B34AD */
/* @public menu_border_color #30307A */

/* @private light_main_color #DFDFE3 */

/* @private current_link_color #D4E9CB */

/* @public heading_font Verdana, Arial, Helvetica, sans-serif */


/* @private sidebar_left_padding 10px */
/* @private sidebar_right_padding 40px */
/* @private sidebar_inner_width 110px */
/* @private sidebar_outer_width 160px */

/* @private sidebar_top_padding 10px */


/* @private header_fade_width 50px */
/* @private header_outer_width 600px */

/* @private header_outer_height 40px */
/* @private header_padding 5px */


/* @private logo_height 100px */

/* @private content_outer_width 600px */
/* @private content_left_margin 20px */
/* @private content_right_margin 70px */
/* @private content_top_margin 20px */
/* @private content_bottom_margin 20px */

/* @private content_inner_width 510px */

/* this is intended to be used by other stylesheets */
/* @public content_width 510px */

div.page
{ 
   border: 0; margin: 0; padding: 0;
  position: relative;
}


body
{ 
  width: 760px;
}

h1#header
{ 
   border: 0; margin: 0; padding: 0;
  display: block;
  position: absolute;
  left: 160px;
  top: 0px;
  z-index: 2;

  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* make sure that header-bg shows through */
  background-color: transparent;

  height: 40px;
  padding-left: 20px;

  line-height: 40px;
  white-space: nowrap;
}

img#header
{ 
   border: 0; margin: 0; padding: 0;
  display: block;
  position: absolute;
  left: 160px;
  top: 0px;
  z-index: 2;

  padding-left: 20px;
}

h1#header span
{ 
  font-weight: normal;
}

div#header-bg
{ 
   border: 0; margin: 0; padding: 0;
  position: absolute;
  left: 160px; top: 0px;

  height: 40px;
  width: 550px;

  background-color: #DEEDD7;
  background-image: url("../images/blue_dot.gif");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom;
}

div#header-fade
{ 
   border: 0; margin: 0; padding: 0;
  position: absolute;
  left: 710px;
  top: 0px;
  z-index: 1;

  height: 40px;
}

div#header-green
{ 
   border: 0; margin: 0; padding: 0;
  background-image: url("../images/header_green_fade.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top;

  height: 38px;

  width: 50px;
  white-space: nowrap;

}

div#header-blue
{ 
   border: 0; margin: 0; padding: 0;
  background-image: url("../images/header_blue_fade.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;

  height: 2px;
  line-height: 1px;
  font-size: 1px;
  width: 50px;
  white-space: nowrap;
}


div.sidebar
{ 
   border: 0; margin: 0; padding: 0;
  color: #30307A;
  background-color: #DEEDD7;
  position: absolute;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  top: 0px;

  width: 160px;

  /* note: there can't be any left/right padding because otherwise the 
     fade will not be able to cover the padded part! */
  padding-left: 0px;
  padding-right: 0px;

  z-index: 2;
  padding-top: 10px;
}

div.panels
{ 
   border: 0; margin: 0; padding: 0;
  margin-left: 10px;

  background-image: url("../images/blue_dot.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: right;
  padding-bottom: 100px;
}

/* @private separator_height 20px */

/* separator exists to draw the first fade over a panel 
(fades below a link are handled by each link) */
div.sidebar div.sep
{ 
   border: 0; margin: 0; padding: 0;
  margin-left: 10px;
  height: 20px;
}


/* overlays the logo image partly and draws the border down 
the bottom part of the logo and through the first separator */
div.sidebar div#logo-border
{ 
  /* start just below the header */
  position: absolute;
  top: 39px;
  left: 159px;
  background-image: url("../images/blue_dot.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: right;

  height: 91px;
  width: 1px;
}


div.sidebar img
{ 
   border: 0; margin: 0; padding: 0;
  display: block;

  /* we use margin here instead of padding for IE 5.0 */
  margin-left: 10px;
  background-color: #DEEDD7;  
}

/* div.panel exists to draw the left border down a group of links */
div.sidebar div.panel
{   
   border: 0; margin: 0; padding: 0;
  color: #30307A;
  background-color: #DEEDD7;
  /* this is two pixels shorter to account for the one-pixel left border
     as well as to not cover up the border provided by div.panels */
  width: 148px; 
  border-left: 1px solid #30307A;
  padding-top: 1px;
  background-image: url("../images/sidebar_link_fade.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
}


div.sidebar div.panel div.link
{ 
   border: 0; margin: 0; padding: 0;
  display: block;

  background-color: #DEEDD7;

  background-image: url("../images/sidebar_link_fade.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;

  padding-bottom: 1px;
 }

div.sidebar .panel a
{ 
   border: 0; margin: 0; padding: 0;
  display: block;
  color: #30307A;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 138px;
  

}

div.sidebar .panel a:hover
{ 
  color: #2B34AD;

  background-image: url("../images/sidebar_link_bg_fade.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: bottom left;
}

div.sidebar .panel a.last
{ 
/*  background: none;*/
}

a#sidebar-current
{ 
  background-image: url("../images/sidebar_link_bg_fade.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: bottom left;
}



div.sidebar form
{ 
   border: 0; margin: 0; padding: 0;
  padding-bottom: 1px;
  background-image: url("../images/sidebar_link_fade.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
}

div.sidebar input
{ 
  margin-left: 10px;
  width: 100px;
}

div.sidebar p
{ 
   border: 0; margin: 0; padding: 0;
  padding-left: 10px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  background-color: transparent;
}

div.sidebar h2
{ 
   border: 0; margin: 0; padding: 0;
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  padding-bottom: 5px;
  padding-top: 5px;
  background-color: transparent;
}


div.sidebar input.submit
{ 
  display: inline;
  width: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}

div.sidebar div.fade
{ 
   border: 0; margin: 0; padding: 0;
  display: block;
}

/* @private sidebar_fade_height 100px */

div.sidebar div#sidebar-green
{ 
  float: left;
  background-image: url("../images/sidebar_green_fade.gif");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left;

  width: 159px;
  height: 100px;
  white-space: nowrap;
}

div.sidebar div#sidebar-blue
{ 
  float: left;
  background-image: url("../images/sidebar_blue_fade.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left;

  width: 1px;
  height: 100px;
  white-space: nowrap;
}


div.center-column
{ 
   border: 0; margin: 0; padding: 0;
  position: absolute;
  left: 160px;
  top: 40px;
}

div.content
{ 
   border: 0; margin: 0; padding: 0;
  margin-left: 20px;
  margin-right: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 510px;


}

div.footer 
{  
   border: 0; margin: 0; padding: 0;
  position: static;
  margin-top: 5em;
  padding-top: 1em;
  border-top: 1px solid #DFDFE3;
  padding-bottom: 4ex;
}

div.footer p
{  
   border: 0; margin: 0; padding: 0;
}

div.footer a
{ 
  /* IE doesn't seem to like 'inherit' here */
  font-size: 100%;
}
/* @private list_fg_color #272799 */
/* @private list_bg_color #DEEDD7; */

/* @private button_hover_color #4343CB */
/* @private button_bg #EEEEF0 */
/* @private button_fg #30307A */
/* @private button_bg_hover_color #DFDFE3 */


/********************* list styles *************************/
table.list-item
{ 
   border: 0; margin: 0; padding: 0;
  width: 100%;
  border-top: 1px solid #30307A;
  border-bottom: 1px solid #30307A;
  text-align: left;
}

table.list-item th
{ 
   border: 0; margin: 0; padding: 0;
  border-bottom: 1px solid #30307A;
  padding: 5px 0;
  padding-right: 1em;
  padding-left: 0.5em;
  background-color: #DEEDD7;;
  font-weight: bold;
}

table.list-item th.left
{ 
  border-left: 1px solid #30307A;
}

table.list-item th.right
{ 
  border-right: 1px solid #30307A;
}

table.list-item td
{ 
   border: 0; margin: 0; padding: 0;
  line-height: 200%;
  padding-right: 1em;
  padding-left: 0.5em;
}


table.list-item th a span
{ 
  display: inline;
  padding-right: 14px;
  text-decoration: none;
}

table.list-item th.sorted a span
{ 
  display: inline;
  padding-right: 14px;
  background: url("../images/up_arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}

table.list-item th.sorted-reverse a span
{ 
  display: inline;
  padding-right: 14px;
  background: url("../images/down_arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}


table.list-item a
{ 
  width: auto;
  display: block;
}

table.list-item a:hover
{ 
  background-color: #EEEEF0;
}


table.list-item em
{ 
  font-weight: bold;
  font-style: normal;
}



/********************* show/view styles *************************/
table.show-item 
{ 
   border: 0; margin: 0; padding: 0;
  clear: both;
}


table.show-item td
{ 
   border: 0; margin: 0; padding: 0;
  padding: 10px 0;
}

table.show-item td.left
{ 
  padding-right: 1em;
}


table.show-item td.right
{ 
  color: #272799;
}


table.show-item textarea, table.show-item input, table.show-item select
{ 
  color: #272799;
}

table.show-item em
{ 
  font-weight: bold;
  font-style: normal;
}

table.show-item div.body
{ 
   border: 0; margin: 0; padding: 0;
  border: 1px solid #30307A;
  padding: 10px;
}


table.show-item input.content-type
{ 
   border: 0; margin: 0; padding: 0;
}

table.show-item span.content-type
{ 
   border: 0; margin: 0; padding: 0;
  padding-right: 20px;
}

/* @private button_height 25px */
/* @private button_border 1px */
/* @private button_internal_height 23px */


/* @private button_items 5.0 */
/* @private button_pad 5px */
/* @private button_width =100px; */

a.button, a.button:visited
{
   border: 0; margin: 0; padding: 0;
  height: 23px;
  line-height: 23px;

  padding: 0 5px;
  margin-right: 20px;
  border: 1px solid #30307A;

  background-color: #EEEEF0;
  text-align: center;
  text-decoration: none;
  color: #30307A;

  display: block;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.button:hover
{
  color: #4343CB;
  background-color: #DFDFE3;
}

div.button-row
{ 
   border: 0; margin: 0; padding: 0;
  padding: 10px 0px;
  height: 25px;
  width: 510px;
}

div.button-row.top
{ 
  border-bottom: 1px solid #30307A;
}

div.button-row.bottom
{ 
  border-top: 1px solid #30307A;
}




p.contact-type
{ 
  font-weight: bold;
  margin: 0;
  margin-top: 2ex;
}


p.contact
{ 
  margin: 0;
  margin-left: 1em;
  line-height: normal;
}



table.login
{ 
   border: 0; margin: 0; padding: 0;
  margin-top: 2ex;
}

table.login th
{ 
   border: 0; margin: 0; padding: 0;
  padding-right: 2em;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}


table.preferences th
{ 
  font-weight: normal;
  text-align: left;
  width: 10em;  
}

table.preferences th, table.preferences td
{ 
  padding-bottom: 2ex;
}




/********************* overview styles *************************/
/* @private menu_height 20px */
/* @private menu_border 1px */
/* @private menu_internal_height 18px */

table.overview
{ 
   border: 0; margin: 0; padding: 0;}

table.overview td
{ 
   border: 0; margin: 0; padding: 0;
  padding: 20px 0;
}

table.overview td.description
{ 
  padding: 0 2em;
  line-height: 150%; 
}

table.overview a, table.overview a:visited
{ 
   border: 0; margin: 0; padding: 0;
  height: 18px;
  line-height: 18px;

  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  text-align: center;
  text-decoration: none;

  display: block;

  color: #30307A;
  background-color: #DEEDD7;

  width: 160px;
  border-color: #30307A;
}


table.overview a:hover
{ 
  background-color: #D4E9CB;
  color: #2B34AD;
}



