/* ============================================ */
/* TANAP MOOC: front-end            		        	 */
/* Website content styles                       */
/* Media: print                         	      	*/
/* Januari 2006, v1.0                       	  	*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						      */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}

a {
 color: #000;
	text-decoration: none;
}

/***********************************************/
/* ID's and SPAN's                             */
/***********************************************/

#contentContainer { width: 100%; }

#resultsNavTable { display: none;	}

#resultsTable th {
 padding: 3px 5px 3px 10px;
	text-align: left;
 font-weight: bold;
	white-space: nowrap;
	border: none;
}
#resultsTable td {
 padding: 3px 5px 3px 10px;
 border: none;
}

#headerUtility, #navBack { display: none; }

h1#printTitle { font-size: 1.5em; }

h1 { font-size: 1.2em; }

#footer {
	margin-top: 4em;
	padding-top: 1em;
	font-size: .7em;
	color: gray;
	text-align: center;
	border-top: 1px solid gray;
}
