/*************************************************
 Style sheet for the Gotham color scheme 
*************************************************/

/*************************************************
  Netscape 4.x does not handle padding properties
  correctly.  These properties are set in an
  external .css file.  Netscape 4.x will ignore this
  @import directive.
*************************************************/
@import url(css2.css);


/*************************************************
  Default classes for page elements.
  
  These classes will apply to elements which do not
  have an explicit class attribute set.
*************************************************/

.titlebox
  {
  background-color: #000000;
  width: 180px;
  }

.titlebox td
  {
  background-color: #000000;
  }


td.boxbody
  {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }

td.boxtitle
  {
  color: #ffffff; 
  background-color: #ff3333;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }

td.boxtitle_quicklinks
  {
  color: #ffffff; 
  background-color: #181829;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }


font.big
{
    font-family: sans-serif;
    font-size:13pt;
    font-weight: bold;
}

font.titlelabel
{
    font-family: Garamond;
    font-size:20pt;
    font-weight: normal;
}

font.small
{
    font-family: sans-serif;
    font-size:8pt;
}

body, td, th, p, .ws-bodytext
  {
  background-color: #ffffff;
  color: #000000;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

td.nav2
  {
  background-color: #ffffff;
  color: #000000;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  }

td.centeredred
  {
  background-color: #ff0000;
  color: #ffffff;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  }

td.centeredblue
  {
  background-color: #7777ff;
  color: #ffffff;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  }

td.bulletinhead

  {
  background-color: #7777ff;
  color: #ffffff;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  } 

a, .ws-bodytext a
  {
  color: #7777ff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }

a:hover, .ws-bodytext a:hover
  { 
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: underline;
  }

a.nav2
  {
  color: #7777ff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  font-style: normal; 
  text-decoration: none;
  }

a.nav2 a:hover
  {
  color: #7777ff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  font-style: normal; 
  text-decoration: none;
  }

a.bulletinhead 
  {
  color: #ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none;
  }



  
/*************************************************
  Tab Strip on the template view
*************************************************/

/* Class used for the tab indicating the current page */
.ws-nav-on
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #000000 #000000 #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-nav-off
  { 
  background-color: #7777ff;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #000000;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-off a
  {
  color: #eeeeee; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }

.ws-nav-on a
  {
  color: #333333; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }


/* Class for all links on the tab strip, on mouse over */
.ws-nav-on a:hover, .ws-nav-off a:hover
  { 
  color: #333333; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: underline;
  }


/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #181829;
  }

.ws-main-field-top
  {
  background-color: #181829;
  border-color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  white-space: nowrap;
  }

.ws-main-field-top a:hover,
.ws-main-field-bottom a:hover
  {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: underline;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #333333;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #000000;
  }

.ws-title
  {  
  color: #eeeeee; 
  font-family: Arial; 
  font-size: 20pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
 .ws-title-sm
  {  
  color: #eeeeee; 
  font-family: Arial; 
  font-size: 11pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
   
/*************************************************
  Default web page
*************************************************/
.ws-headline
  {  
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }
  
/*************************************************
  Data Region Classes
*************************************************/

/* Data Region Caption */
.ws-regioncaption
  {
  color: #ffffff;
  background-color: #999999;
  font-size: 10pt;
  font-weight: bold;
  border-color: #000000;
  border-style: solid none;
  border-width: 1px;
  }

/* Grid rows (1, 3, 5, etc.) */
.ws-data-td
  {
  color: #000000;
  background-color: #eeeeee;
  font-size: 10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }

/* Alternate grid rows (2, 4, 6, etc.) */
.ws-data-alt-td
  {
  color: #000000;
  background-color: #ffffff;
  font-size:10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }

/* Field captions in details, update, and insert modes */
.ws-detailcaption
  {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  }
  
/* Field values in details, update and insert modes */
.ws-detaildata, .ws-detaildata input, .ws-detaildata textarea, .ws-detaildata select
  {
  color: #333333;
  font-size: 10pt;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

/* Field errors in update and insert mode */
.ws-error
  {
  color: #990000;
  }

/* Grid column captions */
.ws-thead
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  text-decoration: none;
  text-align: left;
  border-color: #ffffff #ffffff #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }

/* Links on the grid column captions */
.ws-thead a
  {
  color: #000000;
  font-size: 10pt;
  text-decoration: none;
  }

/* Links on the grid column captions, on mouse over */
.ws-thead a:hover
  {
  color: #000000;
  font-size: 10pt;
  text-decoration: underline;
  }

/* Action bar */
.ws-actionbar
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

/*Default style for the jump bar, and the row count*/
.ws-jumpbar
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  }
  
/*Default style for the links on a jump bar*/
.ws-jumpbar a
  {
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  }

/* Default style for the links on a jump bar, on mouse over */
.ws-jumpbar a:hover
  {
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  }

/*Default style for the disabled links on the jump bar*/
.ws-jumpbar a#disabled
  {
  color: #cccccc;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  }

/**************************************************
  Side Bar Classes
  Side bars are composed of two sections: a head
  and a body.
**************************************************/

/* Dark Side Bars */
.ws-sidebar-head-dark
  { 
  color: #000000; 
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin: 0;
  }

.ws-sidebar-body-dark
  {
  color: #000000; 
  background-color: #eeeeee;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #000000;
  }

/* Medium side bars */
.ws-sidebar-head-medium
  {
  color: #000000;
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  }

.ws-sidebar-body-medium
  {
  color: #000000; 
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt;
  line-height: 12pt;  
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #000000;
  }

/* Light side bars */  
.ws-sidebar-head-light
  {
  color: #000000; 
  background-color: #eeeeee;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  }

.ws-sidebar-body-light
  { 
  color: #000000; 
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #000000;
  }

/* Links on all side bars */
.ws-sidebar-head-dark a, .ws-sidebar-body-dark a,
.ws-sidebar-head-medium a, .ws-sidebar-body-medium a,
.ws-sidebar-head-light a, .ws-sidebar-body-light a
  {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }

/* Links on all side bars, on mouse over */
.ws-sidebar-head-dark a:hover, .ws-sidebar-body-dark a:hover,
.ws-sidebar-head-medium a:hover, .ws-sidebar-body-medium a:hover,
.ws-sidebar-head-light a:hover, .ws-sidebar-body-light a:hover
  { 
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: underline;
  }

.ws-totalrow
  {
  color: #000000;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }

/**************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
**************************************************/

.ws-titlebox
  {
  background-color: #000000;
  width: 180px;
  }

.ws-titlebox td
  {
  background-color: #000000;
  }

td.ws-titlebox-body
  {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }

td.ws-titlebox-caption
  {
  color: #000000; 
  background-color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  line-height: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }


/* Links on title boxes */
.ws-titlebox a, .ws-titlebox-caption a
  {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }

/* Links on title boxes, on mouse over */
.ws-titlebox a:hover, .ws-titlebox-caption a:hover
  { 
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: underline;
  }

