/*
* Site style CSS definitions
*
* @author   Duncan Mundell <duncan@lantech.co.nz>
* @version  1
* @updated  02/02/2006
*/
	
/* Pricing tables */
table.pricing {
	background: #AAAAA6;
	font-size: 0.9em;
	width: 100%;
	}
	
table.pricing tr.light td {
	background-color: #F9F9F9;
	}
	
table.pricing td {
	background: #EEE;
	color: #5F5F5F;
	text-align: center;
	padding: 5px;
	}

table.pricing td.left {
	text-align: left;
	}
	
table.pricing th {
	background: #FFF;
	color: #234878;
	padding: 7px 5px;
	}
	
table.pricing th.side {
	color: #5F5F5F;
	}
	
p.footnote {
	margin: 10px 0 5px 0;
	font-size: 0.8em;
	font-style: italic;
	}
	

/* Screenshots and Help Images */
img.screenshot {
	display: block;
	margin-bottom: 20px;
	}
	
em {
	font-weight: bold;
	color: #289728;
	font-style: normal;
	}
	
/* Product images */
img.productthumbnail {
	float: right;
	margin-left: 15px;
	}
	
	
/* NOC Events list */
td.detail {
	display: none;
	border-bottom: none;
	text-align: left;
	}
	
th.smaller {
	font-size: 0.8em;
	}
	

/* Sponsor logos on home page */
div.sponsors {
	margin-top: 30px;
	}

div.sponsors a {
	float: left;
	margin-right: 10px;
	}	
	
/* Override some defaults */
hr {
	height: 0;
	border: none;
	border-top: 1px dashed #289728;
	margin: 0;
	}
	
	
/* Split columns */
div.twocolumns div {
	width: 45%;
	padding-right: 5px;
	float: left;
	}