/* ============================================ */
/* TANAP MOOC: front-end            		        	 */
/* Website content styles                       */
/* Media: screen                        	      	*/
/* Januari 2006, v1.0                       	  	*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						      */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	padding: 1em;
	background-color: #fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #003366;
}

/* headings */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h1 {
	font-size: 140%;
	font-weight: 500;
}
h2 {
	font-size: 120%;
}
h3, h4, h5 {
	font-size: 110%;
}

/* hyperlink and anchor tag styles */

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* table styles */

th {
	padding: 3px 10px 3px 0;
	text-align: left;
}

/* list styles */

ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: circle;
}

/***********************************************/
/* Custom ID's en CLASSes                      */
/***********************************************/

#contentContainer {
	width: 760px;
}

#footer {
	padding-top: 1em;
	font-size: .7em;
	color: #999;
	text-align: center;
	border-top: 1px solid #003366;
}

/* hr styles */

.hr {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #aaa;
}
.hrTanapBlue {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #003366;
}
.hrDottedGrey {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #aaa;
}

/***********************************************/
/* RESULTS page                                */
/***********************************************/

#pageHeaderResults {
	margin-top: 1em;
	padding: 0;
	font-size:.85em;
	background-color: #ededed;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#confineForm {
 margin: 5px;
}

#confineForm select, #confineForm input {
 font-size: 1em;
}

/******* table: overview results *******/

#resultsTable {
	margin: 0;
	padding: 0;
}
#resultsTable th {
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #003366;
	background-color: #dee7ef;
}
#resultsTable td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #aaa;
}
#resultsTable th a:link, #resultsTable th a:visited {
	color: #003366;
	text-decoration: none;
}
#resultsTable th a:hover {
	color: #000;
	text-decoration: underline;
}

/******* table: overview results: page navigation *******/

#resultsNavTable {
	display: block;	
	margin: 1em 0 1em 0;
	font-weight: bold;
	border: none;
}
#resultsNavTable td {
 padding: 0;
 border: 1px solid #fff;
}
#resultsNavTable a {
	font-weight: normal;
	text-decoration: underline;
}

/* toggle classes: plus/min icon */
a.iconPlus, a.iconMin {
	background-repeat: no-repeat;
	background-position: 0% 30%;
	padding-left: 1em;
	white-space: nowrap;
}
a.iconPlus {
	background-image: url("../images/icon_plus.gif");
}
a.iconMin {
	background-image: url("../images/icon_minus.gif");
}


/***********************************************/
/* DETAIL page                                 */
/***********************************************/

#pageHeader {
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	margin-bottom: 2em;
}

/* utility styles */
#headerUtility {
	float: right;
	margin-top: 3px;
	font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#headerUtility a {
	text-decoration: none;
}
#headerUtility a:hover {
	color: #000;
	text-decoration: underline;
}

h1#printTitle { display: none; }

h1#pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
}

#navBack {
 margin: 4em 0 0 0;
	padding: 2em 0;
	font-size: .85em;
	font-weight: bold;
	border-top: 1px solid #aaa;
}
#navBack a {
	color: #003366;
	text-decoration: none;
}
#navBack a:hover {
	color: #000;
	text-decoration: underline;
}

/******* article-detail styles *******/
table.article {
	border: 1px solid #eee;
}
th.article {
	padding: 2px;
	text-align:left;
	background-color: #eee;
}
td.article {
	padding: 2px;
	background-color: #f9f9f9;
	vertical-align:text-top;
}
.articlesigned {
	font-style: italic;
}
tr.articleruler { /* Color of ruler displayed on article detail */
	background-color: red;
}

/******* search highlight *******/

.highlight {
	background-color:#ffff00;
}
