/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 /* 
 Locaton: /public_html/cfsmembers/templates/css
 HP - Modifications
 #1 - centered copyright
 #2 - change vedit background to white
 #3 - change hedit background to white
 
 */
 /* #1 - centered copyright */
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em;text-align: center; }

/* #2 - change vedit background to white */
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* #3 - change hedit background to white */
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: white;
    border: solid 1px #8CACBB;
}

/* 06.11.09 HP - Product Comparison Table */
	table
	{
		margin-left:	5px;
		margin-left:	5px;
		border:			thin solid black;
		caption-side:	bottom;
		border-collapse:collapse;
	}

	.comparetable
	{
		 border:1px solid #000000;
	}
	
	td, th
	{
		border:			thin solid gray;
		padding:		5px;
	}
		
	.trhead {background-color: #003399;}	
	
	caption
	{
		font-style:		italic;
		padding-top:    8px;
	}
	
	.feature, .product, .productend
	{
		width:320px;
		color:#FFFFFF;
		font-weight:bold;
		border-bottom:1px solid #000000;
		border-right:1px solid #FFFFFF;
		text-align:center;
	}
	
	.product,.productend
	{
		width:75px;
	}

	.productend
	{
		border-bottom:1px solid #000000;
		border-right: none;
	}
	.trdata
	{
		font-size: 11px;
		background-color:#EEEEEE;
	}
	
	.compare{border-bottom:1px solid #999999;border-right:1px solid #999999;}
	.compare1{border-bottom:1px solid #999999;}
