/* CSS Document */

.body 
 {background-color:dimgray;}

a:link
 {font-family:lucida console, arial, helvetica, sans serif; 
  font-weight: bold; 
  font-size:10pt; 
  color:dimgray; 
  text-decoration:none;}

a:visited
 {font-family:lucida console, arial, helvetica, sans serif; 
  font-weight: bold; 
  font-size:10pt; color:dimgray; 
  text-decoration:none;}

a:hover 
 {font-family:lucida console, arial, helvetica, sans serif; 
  font-weight: bold; 
  font-size:10pt; 
  color:lemonchiffon; 
  text-decoration:none;}
  
.table
 {width:768px; 
  height:536px;
  border: 0px;}
 
.nav
 {width:542px; 
  height:69px;
  border: 0px;
  background-image:url(images/wadesfordka_07.gif);
  }

.main
 {width:746px; 
  height:336px;
  border: 0px;
  background-image:url(images/wadesfordka_03.gif);
  }
.style1
  {font-family:lucida console, arial, helvetica, sans serif; 
   font-size:16pt; 
   color:dimgray; 
   text-decoration:none;
   }

.style2
  {font-family:lucida console, arial, helvetica, sans serif; 
   font-size:14pt; 
   color:dimgray; 
   text-decoration:underline;
   }

.style3
  {font-family:lucida console, arial, helvetica, sans serif; 
   font-size:8pt; 
   color:dimgray; 
   text-decoration:none;
   }

  
.style4
  {font-family:lucida console, arial, helvetica, sans serif; 
   font-size:8pt; 
   color:dimgray; 
   text-decoration:none;
   }




div.tableContainer {clear: both;
                    border: 0px solid #963;
                    height: 336px;
                    overflow: auto;	
                    width: 746px}    /* Reset overflow value to hidden for all non-IE browsers. */

div.tableContainer table {overflow: hidden;
                    width: 746px;
                    background-image:url(images/wadesfordka_03.gif);}


/* define width of table.IE browsers only*/

div.tableContainer table {float: left;
                          width: 746px
                          overflow: hidden;}    /* define width of table. Add 16px to width for scrollbar. */

/*all browers*/

div.tableContainer table {width: 746px}     /* set table header to a fixed position. WinIE 6.x only*/

/* In WinIE 6.x, any element with a position property set to relative and is a child of*/

/* an element that has an overflow property set, the relative value translates into fixed.*/

/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */

thead.fixedHeader tr {position: relative}          /* set THEAD element to have block level attributes. All other non-IE browsers*/

/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
 
thead.fixedHeader tr {display: block}   /* make the TH elements pretty */
thead.fixedHeader th {background: #000;	
                      border-left: 0px solid #EB8;
                      border-right: 0px solid #B74;
                      border-top: 0px solid #EB8;
                      font-weight: normal;
                      padding: 4px 3px;
                      text-align: left}


/* make the A elements pretty. makes for nice clickable headers                */




thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited 
{color: #000000;
	display: block;	text-decoration: none;
	width: 100%
}       

/* make the A elements pretty. makes for nice clickable headers                */
/* 
WARNING: swapping the background on hover may cause problems in WinIE 6.x   */


thead.fixedHeader a:hover 
{color: #669966;display: block;
text-decoration: underline;
width: 100%;}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */


tbody.scrollContent {display: block;
                     height: 336px;
                     overflow: hidden;
                     width: 746px;}

*/make TD elements pretty. Provide alternating classes for striping the table/* 


tbody.scrollContent td, tbody.scrollContent tr.normalRow td {background-image:url(images/wadesfordka_03.gif);
                 border-bottom: none;
                 border-left: none;
                 border-right: none;
                 border-top: none;
	 padding: 2px 3px 3px 4px}
                 
tbody.scrollContent 
tr.alternateRow td {background-image:url(images/wadesfordka_03.gif);
                    border-bottom: none;
                    border-left: none;
                    border-right: none;
                    border-top: none;
                    padding: 2px 3px 3px 4px}             /* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */

thead.fixedHeader th {width: 200px} 

thead.fixedHeader th + th {width: 240px}
thead.fixedHeader th + th + th {width:316px}      /* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */

tbody.scrollContent td {width: 100%}           
tbody.scrollContent td + td {width: 100%}
tbody.scrollContent td + td + td {width: 100%}








