﻿/* kill browser settings */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

a {
	text-decoration:none;
	color: #0000FF;
	}

a:hover {
	color: #FF0000; 
	text-decoration:none;
           } 
		   
		   
th a div.delta {
    height: 15px;
	width: 20px;
    background-image: url("/WDVTS/images/delta.png");
    background-repeat: no-repeat;
    background-position: left top;
	float:left;
	
}		  
th a div.delta:hover {
    background-position: 0 -23px;
}




.phead {
  font-size:28px; 
  font-weight:bold; 
  text-align:left; 
  padding-left:320px;
  padding-top:20px;
  margin-bottom:10px; 
  font-family: Verdana, Arial, Helvetica, san-serif;
}

.subhead {
  font-size:14px; 
  font-weight:bold; 
  text-align:left; 
  padding-left:320px;
  padding-top:0px;
  margin-bottom:10px; 
  font-family: Verdana, Arial, Helvetica, san-serif;
}

.subhead span.delta {
    background-image: url("/WDVTS/images/delta.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.lab {
 vertical-align:top;
 background-color: #AAFFAA;
 text-align:right;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-variant:small-caps;
 font-size:smaller;
 }
 .labh {
 vertical-align:top;
 background-color: #AAFFAA;
 text-align:left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-variant:small-caps;
 font-size:smaller;
 }
 .data {
 vertical-align:top;
 text-align:left;
 font-weight: 500;
 font-family:  Helvetica, sans-serif;
 }
 .upstat {
 padding-left:6em;
 text-indent:-6em;
 }
 h1.contact {
 font-size:22px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 div.form {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align:right;
 width:100px;
 float:left;
 padding:4px;
 }
 div.msgtxt {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 padding:4px;
 }
span.hidspan {
	display:none;
}
 table {
  border-collapse:collapse;
  border-color:#000000;
  border-width:1px;
  border-top-width:0;
   
  }
 td {
   border-collapse:collapse;
   border-color:#000000;
   border-top-width:inherit;
   }
 table.top {
  border-top-width:1px;
  } 
 p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 }