/*************************************************
 Style sheet for the Westside 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
  {
    font-family:Verdana, Helvetica, Arial;
    font-size:8pt;
    line-height:15px;
  }

body, .ws-bodytext
  {
  background-color: #FFFFFF;
  }

a, .ws-bodytext a
  {
  color: #336699; 
  font-style: normal; 
  text-decoration: underline;
  }

a:visited, .ws-bodytext a:visited
  { 
  color: #336699; 
  }
  
a:hover, .ws-bodytext a:hover
  { 
  text-decoration: underline;
  //color: #FF9900; 
  color: #4DABE7; 

  }

/*************************************************
  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: Arial, Helvetica, sans-serif; 
  color: #000000; 
  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
  { 
  text-decoration: underline;
  }

/* Class for all links on the tab strip, visited state */
.ws-nav-on a:visited, .ws-nav-off a:visited
  { 
  color: #000000; 
  }


/*************************************************
  Side navigation (also used for horizontal navigation)
*************************************************/

/* Class used for the tab indicating the current page */
.ws-sidenav-on
  {
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-sidenav-off
  { 
  white-space: nowrap;
  }

/* Class for all links on the tab strip. */
.ws-sidenav-on a,
.ws-sidenav-on a:visited
  {
  color: #0000ff; 
  font-weight: bold; 
  text-decoration: underline;
  }

.ws-sidenav-off a,
.ws-sidenav-off a:visited
  {
  color: #0000ff; 
  font-weight: normal; 
  text-decoration: underline;
  }

/* Class for all links on the tab strip, on mouse over */
.ws-sidenav-on a:hover, .ws-sidenav-off a:hover
  { 
  text-decoration: underline;
  }


/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #eceded;
  }

.ws-main-field-top
  {
  background-color: #eceded;
  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: #0000ff;
  font-weight: normal; 
  text-decoration: underline;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #eceded;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #000000;
  }

.ws-title, .ws-title a, .ws-title:hover, .ws-title:visited
  {  
  color: #000000; 
  font-family: 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: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #000000; 
  font-family: 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: #006699;
  font-size: 10pt;
  font-weight: bold;
  font-family:  Arial, Helvetica, sans-serif;
  border-color: #999999;
  border-style: solid none;
  border-width: 1px;
  }
.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }

/* Grid rows */
.ws-data-td
  {
  color: #006699;
  font-size: 10pt;
  border-color: #cccccc;
  border-style: none solid none none;
  border-width: 0 2px;
  background-color: #eeeeee;
  }
.ws-data-alt-td
  {
  color: #006699;
  font-size: 10pt;
  border-color: #cccccc;
  border-style: none solid none none;
  border-width: 0 2px;
  background-color: #dddddd;
  }

.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  }
.ws-data-td a,
.ws-data-alt-td a
  {
  color: #3366CC;
  }

.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #800080;
  }
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: #ff0000;
  }

/* Grid column captions */
.ws-thead
  {
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  border-color: #ffffff #ffffff #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
.ws-gridlines .ws-thead
  {
  border-color: #999999;
  border-width: 1px;
  }

.ws-totalrow
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  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: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  font-weight: bold;
  color: #000000;
  }

/*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-family: Times New Roman, serif;
  font-size: 10pt; 
  line-height: 12pt; 
  }

.ws-titlebox-caption
  {
  color: #000000; 
  background-color: #eceded;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  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: #eceded;
  font-size: 10pt;
  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: #eceded;
  font-size: 10pt;
  line-height: 12pt;
  border-style: none solid solid;
  border-color: #333333;
  border-width: 1px;
  }
/****************************************************
Other Classes
****************************************************/
a.login, a.login:visited
  {
  color: #FFFFFF;
  }
a.login:hover
  {
  color: #FF9900;
  }
.sidegray
  {
  background-color: #EEEEEE;
  }
.top_gray_line
  {
  border-top: solid #CCCCCC 1px;
  }
.top_n_right_gray_line
  {
  border-top: solid #CCCCCC 1px; border-right: solid #CCCCCC 1px;
  }
.quote
  {
  margin: 10px 10px 10px 10px;
  }
.orangeboldtext
  {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  }
a.orangeboldlink, a.orangeboldlink:visited
  {
  color:#FF6600;
  font-weight: bold;
  }
a.orangeboldlink:hover
  {
  color:#006699;
  font-weight: bold;
  }
ul
  {
  margin-top:10px;
  margin-left:25px;
  }
.photoborder
  {
  border-top: solid #000000 1px; border-right: solid #000000 1px;
  border-bottom: solid #000000 1px; border-left: solid #000000 1px;
  }
a.boldlink, a.boldlink:visited
  {
  font-weight:bold;
  color:#006699;
  text-decoration: none;
  }
.searchform
  {
  margin: 1px;
  }
a.noul
  {
  text-decoration: none;
  }
.head
{
    font-weight: bold;
    font-size: 11pt;
}
.custquote
{
    font-style: italic;
}
.homebold
{
    font-weight:bold;
    color:#006699;
}

a.smalink:link {font-size:8pt;color: #3333FF;font-style: normal;text-decoration: underline;}
a.smalink:visited {font-size:8pt;color: #3333FF;}
a.smalink:hover {font-size:8pt;text-decoration: underline;color: #FF9900;}

.leftmargin{margin-left:26;}
.horizline{background-image:url('/images/redesign4/line_horiz.gif');background-repeat:repeat-x;padding:0;}
.vertline{background-image:url('/images/redesign4/line_vert.gif');background-repeat:repeat-y;padding:0;}
.bodysubhead{color:336699;font-weight:bold;font-size:12pt;}

h3{font-size:13pt;}

.mainhead{font-weight:bold;font-size:12pt;}

.burgBox:link {color: #FFFFFF; text-decoration: underline;}
.burgBox:visited {color: #FFFFFF; text-decoration: underline;}
.burgBox:hover {color: #B3D940; text-decoration: none;}
.burgBox:active {color: #FFFFFF;}

.sideBox:link, .sideBox:visited, .sideBox:active {color: #FFFFFF; text-decoration: none;}
.sideBox:hover {color: #ffcc99; text-decoration: none; }
.sideBox:link img, .sideBox:visited img, .sideBox:active img  { border: solid 1px #999999; }
.sideBox:hover img { border: solid 1px #ffcc99; }

