/*************************************************
 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.
*************************************************/

TD		{font-family: arial,helvetica,sans-serif; font-size: 9pt; line-height: 12pt}
A 		{text-decoration: none; font-weight: bold; color: #660066}
A:hover 	{text-decoration: underline;}
.header		{font-weight: bold; color: #ffffff; font-size: 13pt;}
.subhead	{font-weight: bold; color: #ffffff;}
.small		{color: #660066; font-weight: normal; font-size: 9pt; line-height: 12pt}
.smaller	{color: #660066; font-weight: normal; font-size: 8pt; line-height: 12pt; letter-spacing: 1px}
.titles		{color: #333366; font-weight: bold;}
.footer		{color: #ffffff; font-size: 8pt;}
.pagetitle      {color: #6268A5; font-weight: bold; font-size: 16pt;}
.systempage     {padding: 10px;}

body, th, p, .ws-bodytext
  {
  color: #000000;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

body, .ws-bodytext
  {
  background-color: #ffffff;
  }

  
/*************************************************
  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: #cccccc;
  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-on a, .ws-nav-off a
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333; 
  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: #333333;
  }

.ws-main-field-top
  {
  background-color: #333333;
  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-weight: bold; 
  text-decoration: none;
  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: #ffffff; 
  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: #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: #666666;
  border-style: solid none;
  border-width: 1px;
  }
.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }
/* Grid rows */
.ws-data-td,
.ws-data-alt-td
  {
  color: #000000;
  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: #eeeeee;
  }
.ws-data-alt-td
  {
  background-color: #ffffff;
  }

.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #666699;
  }
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: #990000;
  }

/* Grid column captions */
.ws-thead
  {
  color: #663399;
  background-color: #cccccc;
  text-align: left;
  border-color: #ffffff #ffffff #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
.ws-thead a
  {
  color: #663399;
  }
.ws-gridlines .ws-thead
  {
  border-color: #666666;
  border-width: 1px;
  }
.ws-totalrow
  {
  color: #000000;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }
.ws-gridlines .ws-totalrow
  {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  }

/* Action bar */
.ws-actionbar
  {
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: white;
  font-weight: bold;
  }

.ws-jumpbar
  {
  color: white;
  }

/*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: #000000;
  width: 180px;
  }

.ws-titlebox-body
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  }

.ws-titlebox-caption
  {
  color: #000000; 
  background-color: #cccccc;
  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: #000000; 
  background-color: #cccccc;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  }
.ws-sidebar-body-light,
.ws-sidebar-body-medium,
.ws-sidebar-body-dark
  {
  color: #000000; 
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  border-style: none solid solid;
  border-width: 1px 1px;
  border-color: #000000;
  }