/*********************************************************************************************************
         CSS Document Author: Michael Oleksak - StarsnSites.com copyright ©2006 all rights reserved. 
*********************************************************************************************************/
.calculator { font-size: 10px; text-align:center;
              border:#E6D190 1px solid;
              
	          }
	
.calculator th { font-weight:bold; color: #E6D190; letter-spacing: 2px;
	             font-size: 12px; background-color: #454545; 
	             border:1px solid #949494; padding:3px 
	              }
	
.calculator td { border:#AFAFAF 1px solid; font-size: 9px; background-color: #F1EDE7;
                 color:#000; padding:3px; text-align:center; vertical-align: middle;
	             }

.button { font-size: 9px; color: #000000; width: 70px;
          font-family: cursive, serif;
	      background-color: #fff; background-image:url('../images/subNav2.jpg');
	      letter-spacing: 2px; 
	      border:#949494 1px solid; 
          }
		  
.ssCopyright	{ font-size: 9px; color: #E6D190; }

.ssCopyright a:link,
.ssCopyright a:visited  	{ color: #E6D190;	text-decoration : none;	}
.ssCopyright a:hover,
.ssCopyright a:active	  	{ color: #F3E6BD; text-decoration : underline; }  		  
/***********************************
 Used in Pond Planning Calculator
***********************************/

span.radius { visibility: hidden;
	        } 

.navTable             { background-color: #1A1A1A; color: #DDD7BA; width: 180px; font-size: 11px;
                        border:1px solid #444444; text-align: left; padding-left: 5px;
                        }
.navTable th          { background-color: #333333; color: #DDD7BA; width: 180px; font-size: 11px;
                        text-align: center; padding: 2px;
                        border:1px solid #444444;
                        }                       
.navTable a:link,
.navTable a:visited   { color: #858585;	text-decoration : none; }
.navTable a:hover,
.navTable a:active 	  {	color: #dd6900; text-decoration : none; font-weight: bold; letter-spacing: -1px;}
	                 
/***********************************
 End Stylesheet
***********************************/