/* 

STYLE SHEET FOR SPRUCE INDUSTRIES WEB SITE
Created by Daniel Josephs

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */


		
/*  --------- 2. structure  --------- */
#content {	
		margin: 0 10px 0 200px;
		}	
		
table {
	border: 1px solid #7fadd4;
	border-collapse: collapse;
	max-width: 100%;
}			

th {
	padding: 5px 10px;
	text-align: left;
}

thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}

tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #87CEFA;
}

tbody tr.bottom {
	border-bottom: 0;
}

tbody tr.top {
	border-top: 0;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}

div.clearTop {
	clear: both;
	}
	
#msdsParam{
	float: left;
	}
			
/* ---------- 3. links and navigation ---------- */

table {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;	
	}	

th {
	font: bold  1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #047;
	font-variant: small-caps;
	font-weight: bold;
	}
	
th a, th a:link, th a:visited {
	font: bold  1em Verdana, Arial, Helvetica, sans-serif;
	color: #047;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration:underline;
	}
	
th a:hover {
	font: bold  1em Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration:underline;
	}
	
div.rollover80 a {
		display:block;
		margin: -4px 0 0 10px;
		width: 80px;
		padding: 6px 0px 7px 0px;
		font: bold 1.1em Verdana, Arial, sans-serif;
		color:#346E9F;
		background: url(../images/details_button_80.jpg) 50% 50% no-repeat;
		text-decoration: none;
		text-align: center;
		float: left;
		}		
		
div.rollover80 a:hover { 
		color: #981C1C;
		}	

/* ---------- 4. fonts ---------- */		
					
				
/* ---------- 5. images ---------- */
#docImage {
	width: 25px;
	border: 0;
	}
		
/* ---------- 6. hacks ---------- */


