/* Style sheet for Foundations Forum Main Page*/

body {
   color:#000000;
   background-color:#ffcc99;}

h1 {font-size:18pt;}
h2 {font-size:14pt;}

p.one {font-size:12pt;}
p.two {font-size:9pt;}

table {
   border-style:none;
   width:500px;  
   font-family:arial, verdana, sans-serif;}

/* Extra wide table */
table.navigation {
   empty-cells:hide;
   background-color:#ffcc99;
   border-style:none;
   font-family:arial, verdana, sans-serif;}

/* Extra wide table */
table.one {
   background-color:#efefef;
   width:500px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;}
   
/* medium width table */
table.two {
   background-color:#efefef;
   width:300px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;}
   
/* small width table */   
table.three {
   background-color:#efefef;
   width:150px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;}
   
caption {
  font-weight:bold;
  text-align:left;
  border-style:solid; border-width:1px; border-color:#666666;}

th {
  height:50px;
  font-weight:bold;
  text-align:left;
  background-color:#cccccc;}

td.one {padding:5px;
		vertical-align:bottom;
		border-bottom-color:#ffcc99;		
		border-bottom-style:solid;
   		border-bottom-width:3px;
 	 } 
	 
td.two {padding:5px;
		vertical-align:bottom;
	   }	
	   
td.three {padding:5px;
		vertical-align:top;
		border-bottom-style:none;
 	   } 	 
	  
td.five {padding:5px;
		vertical-align:middle;
		text-align:left;
		border-bottom-style:none;
 	   } 	
	     
td.four {padding:5px;
		vertical-align:middle;
		text-align:center;
		border-bottom-style:none;
 	   } 	
	     	 
td, th {padding:5px;
		vertical-align:bottom;
		border-bottom-color:#ffff66;
		border-bottom-style:solid;
   		border-bottom-width:3px;}

a {
  font-family: arial, verdana, sans-serif; 
  font-size:12pt;
  font-weight:bold;}

a.one {
  font-family: arial, verdana, sans-serif; 
  font-size:12pt;
  font-weight:normal;}
  
a:link {
  color:#0000ff;
  text-decoration:none;}

a:visited {
  color:#333399;
  text-decoration:none;}

a:active {
  color:#0033ff;
  text-decoration:underline;}

a:link:hover {
  background-color:#e9e9e9;
  text-decoration:underline;}


