/* 
	CSS styles for print media 
	Author: Tero Tähtinen, Absolutions Oy 2008

	Document structure:
	- Generic styles for tags
	- Unique elements and their contents
	- Table styles
	- Other classes
	
*/

/* ====== GENERIC STYLES for tags ====== */




/* ====== UNIQUE ELEMENTS and their contents ====== 
	- in order of appearance in page source */




	
#top, #branchNavi, #contactInfo ul, #toolNavi, #searchContainer {
	display: none;
	}

#pageHeader {
	padding: 0 0 1em;
/*	border-bottom: 1pt solid #ccc;
*/	}



#navi1, #navi2 {
	display: inline;
	font-size: 0.6em;
	}

#navi1 a, #navi2 a,
#navi1 span, #navi2 span {
	display: none;
	}

#navi1 a.selected, #navi2 a.selected {
	display: block;
	float: left;
	padding-top: .6em;
	height: 1.5em;
	text-decoration: none;
	padding-left: 1em;
	}



#navi2 a.selected { 
	margin-left: 1em;
	border-left: 1pt solid #ccc;
	padding-left: 1em;
	}



#navi2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navi2 li {
	margin: 0;
	padding: 0;
	}


#content {
	clear: left;
	margin: 1em 0 0;
	padding: 1em 0 0;
	}

#contactInfo {
	margin-top: 1em;
	border-top: 1pt solid #ccc;
	padding-top: 1em;
	}


h5.screenHidden {
	display: none;
	}

hr.screenHide {
	display: none;
	}

/* ====== TABLE STYLES ====== */

.resultsTable a {
	text-decoration: none;
	}

.resultsTable thead td,
.resultsTable thead th {
	font-weight: bold;
	border-bottom: 1pt solid #ccc;
	}

.resultsTable tbody td {
	border-left: 1px dotted #ccc;
	}

.resultsTable tbody td,
.resultsTable tbody th {
	border-bottom: 1pt dotted #ccc;
	}



/* ====== OTHER CLASSES ====== */

	




