/*************************************************
 Style sheet for the Westside 2.0 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
  {
  color: #003366;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

body, .ws-bodytext
  {
  background-color: #ffffff;
  }

a, .ws-bodytext a
  {
  color: #399831; 
  font-style: normal; 
  text-decoration: none;
  }

a:hover, .ws-bodytext a:hover
  { 
  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: #003366 #003366 #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-nav-off
  { 
  background-color: #cccccc;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #003366;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-on a, .ws-nav-off a
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366; 
  font-weight: bold; 
  }

/*************************************************
  Side navigation (also used for horizontal navigation)
*************************************************/

/* Class used for the tab indicating the current page */
.ws-sidenav-on
  {
  white-space: nowrap;
  }
.ws-sidenav-on a
  {
  font-weight: bold;
  }
  
/* Class used for all other tabs */
.ws-sidenav-off
  { 
  white-space: nowrap;
  }

/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #d6e0eb;
  }

.ws-main-field-top
  {
  background-color: #d6e0eb;
  border-color: #003366;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #003366;
  font-weight: bold; 
  text-decoration: none;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #d6e0eb;
  border-color: #003366;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #003366;
  }

.ws-title
  {  
  color: #003366; 
  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: #003366; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #003366; 
  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: #003366;
  background-color: #d6e0eb;
  font-size: 10pt;
  font-weight: bold;
  border-color: #999999;
  border-style: solid none;
  border-width: 1px;
  }
.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }
/* Grid rows */
.ws-data-td,
.ws-data-alt-td
  {
  color: #003366;
  font-size: 10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  }
.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  }
.ws-data-td
  {
  background-color: #eceded;
  }
.ws-data-alt-td
  {
  background-color: #ffffff;
  }

.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #99CC99;
  }
table.ws-gridlines
  {
  border-collapse: collapse;
  }

/* Field captions in details, update, and insert modes */
.ws-detailcaption
  {
  color: #333333;
  font-weight: bold;
  }
  
/* Field values in details, update and insert modes */
.ws-detaildata, .ws-detaildata input, .ws-detaildata textarea, .ws-detaildata select
  {
  color: #333333;
  }

/* Field errors in update and insert mode */
.ws-error
  {
  color: #993366;
  }

/* Grid column captions */
.ws-thead
  {
  color: #009900;
  background-color: #cccccc;
  text-align: left;
  border-color: #ffffff #ffffff #003366;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
.ws-thead a
  {
  color: #009900;
  }
.ws-gridlines .ws-thead
  {
  border-color: #999999;
  border-width: 1px;
  }
.ws-totalrow
  {
  color: #003366;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }
.ws-gridlines .ws-totalrow
  {
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  }

/* Action bar */
.ws-actionbar
  {
  border-color: #003366;
  border-style: solid none none;
  border-width: 1px;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #003366;
  font-weight: bold;
  }

/*Default style for the disabled links on the jump bar*/
.ws-jumpbar a#disabled
  {
  color: #cccccc;
  font-weight: normal;
  }

/*************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
*************************************************/

.ws-titlebox
  {
  background-color: #003366;
  width: 180px;
  }

.ws-titlebox-body
  {
  color: #003366;
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  }

.ws-titlebox-caption
  {
  color: #003366; 
  background-color: #d6e0eb;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  }

/* These classes are for compatibility with V1.0 modules */

.ws-sidebar-head-light,
.ws-sidebar-head-medium,
.ws-sidebar-head-dark
  {
  color: #003366; 
  background-color: #d6e0eb;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  border-width: 1px;
  border-style: solid;
  border-color: #003366;
  }
.ws-sidebar-body-light,
.ws-sidebar-body-medium,
.ws-sidebar-body-dark
  {
  color: #003366; 
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #003366;
  }
