/*************************************************
 Style sheet for the Patagonia 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.
*************************************************/

body, td, th, p, .ws-bodytext
  {
  background-color: #ffffff;
  color: #333333;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

a, .ws-bodytext a
  {
  color: #990000; //#333333; 
  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: #990000; //#333333; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-style: normal; 
  font-weight: bold; 
  text-decoration: underline;
  }
  
/*************************************************
  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: #e8d9bc #e8d9bc #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-nav-off
  { 
  background-color: #e8d9bc;
  white-space: nowrap;
  //border-width: 1px 0;
  //border-style: solid none solid;
  //border-color: #e8d9bc;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-on a, .ws-nav-off a
  {
  color: #990000; 
  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: #990000; 
  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-image: url("/fotfimages/leather.gif");
  }

.ws-main-field-top
  {
  background-image: url("/fotfimages/leather.gif");
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #ffffcc;
  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
  {
  background-color: #990000;
  color: #ffffcc;
  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-image: url("/fotfimages/leather.gif");
  border-color: #990000;
  border-style: solid none none;
  border-width: 3px;
  }

.ws-accentcolor
  {
  background-color: #990000; //#cccccc;
  }

.ws-title
  {  
  color: #990000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
/*************************************************
  Default web page
*************************************************/
.ws-headline
  {  
  color: #990000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #cc9933; 
  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: #990000;
  background-color: #e8d9bc;
  font-size: 10pt;
  font-weight: bold;
  border-color: #cccccc;
  border-style: solid none;
  border-width: 1px;
  }

/* Grid rows (1, 3, 5, etc.) */
.ws-data-td
  {
  color: #333333;
  background-color: #ffffff; //#bcb9a5;
  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: #333333;
  background-color: #e8d9bc; //#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: #cc9933;
  background-color: #ffffff;
  font-size: 10pt;
  text-decoration: none;
  text-align: left;
  border-color: #ffffff #ffffff #333333;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }

/* Links on the grid column captions */
.ws-thead a
  {
  color: #996600;
  font-size: 10pt;
  text-decoration: none;
  }

/* Links on the grid column captions, on mouse over */
.ws-thead a:hover
  {
  color: #996600;
  font-size: 10pt;
  text-decoration: underline;
  }

/* Action bar */
.ws-actionbar
  {
  color: #333333;
  background-color: #ffffff;
  font-size: 10pt;
  border-color: #333333;
  border-style: solid none none;
  border-width: 1px;
  }

/*Default style for the jump bar, and the row count*/
.ws-jumpbar
  {
  color: #333333;
  background-color: #ffffff;
  font-size: 10pt;
  }
  
/*Default style for the links on a jump bar*/
.ws-jumpbar a
  {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #333333;
  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: #333333; 
  background-color: #ffffcc;
  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: #996600;
  margin: 0;
  }

.ws-sidebar-body-dark
  {
  color: #333333; 
  background-color: #eceded;
  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: #996600;
  }

/* Medium side bars */
.ws-sidebar-head-medium
  {
  color: #333333;
  background-color: #ffffcc;
  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: #996600;
  }

.ws-sidebar-body-medium
  {
  color: #333333; 
  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: #996600;
  }

/* Light side bars */  
.ws-sidebar-head-light
  {
  color: #333333; 
  background-color: #eceded;
  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: #996600;
  }

.ws-sidebar-body-light
  { 
  color: #333333; 
  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: #996600;
  }

/* 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: #996600;
  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: #996600; 
  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: #996600;
  width: 180px;
  }

.ws-titlebox td
  {
  background-color: #996600;
  }

td.ws-titlebox-body
  {
  color: #333333;
  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: #333333; 
  background-color: #ffffcc;
  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: #996600;
  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: #996600; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: underline;
  }

