#compnav {
	margin-bottom: 15px;
	border-bottom: dotted 1px #FF6633;
	width: 100%;
}
#compnav td {
	vertical-align: middle;
	text-align: center;
	width: 14%;
}
#compnav a {
	color: black;
	display: block;
	padding: 10px;
	text-align: center;
}
#compnav a:hover {
	text-decoration: none;
	color: black;
}

#compnav a#section1 { background: url('gfx/1.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section2 { background: url('gfx/2.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section3 { background: url('gfx/3.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section4 { background: url('gfx/4.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section5 { background: url('gfx/5.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section6 { background: url('gfx/6a_1.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section7 { background: url('gfx/6b_1.gif'); background-position: center; background-repeat: no-repeat; }

#compnav a#section1:hover, #compnav a#section1:active, #compnav #selected a#section1 { background: url('gfx/1a.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section2:hover, #compnav a#section2:active, #compnav #selected a#section2 { background: url('gfx/2a.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section3:hover, #compnav a#section3:active, #compnav #selected a#section3 { background: url('gfx/3a.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section4:hover, #compnav a#section4:active, #compnav #selected a#section4 { background: url('gfx/4a.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section5:hover, #compnav a#section5:active, #compnav #selected a#section5 { background: url('gfx/5a.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section6:hover, #compnav a#section6:active, #compnav #selected a#section6 { background: url('gfx/6a_2.gif'); background-position: center; background-repeat: no-repeat; }
#compnav a#section7:hover, #compnav a#section7:active, #compnav #selected a#section7 { background: url('gfx/6b_2.gif'); background-position: center; background-repeat: no-repeat; }

#complogin {
	margin-bottom: 1em;
}

#comp_main {
	line-height: 160%;
}

.errors {
	font-size: 16px;
	color: red;
	font-weight: bold;
	border-bottom: 4px solid red;
}

#comp_last_update { font-style:italic; font-size:12px; }

table.overview td, table.overview th {
	text-align: center;
}

table.overview .definition {
	text-align: left;
}
.qnr {
	font-weight: bold;
	margin-right: 10px;
	background-color: #fff;
	padding: 1px 3px;
	border: 1px solid gray;
}
p.q { font-weight: bold; }

.comp2006 .q {
	/* could style the question numbers .. */
}

ul.lower_alpha { list-style-type: lower-alpha; text-align:left; }
.center { text-align:center; }
.left { text-align:left; }

*/

.yearnav {
	text-align:center;
}


/**
	* Form Layout
	*/
fieldset {
	display: block;
	width: 95%;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border:1px solid #7c7b7d;
}
fieldset legend {
	color: #c00029;
	font-weight: bold;
	font-size: 11px;
}
.compform .label {
	padding-bottom:1em;
	width: 300px;
}
.compform .element {
	padding-bottom:2em;
}
.qnr {
	font-weight: bold;
	margin-right: 10px;
	background-color: #fff;
	padding: 1px 3px;
	border: 1px solid gray;
}
div.question {
	margin-right: 10px;
	margin-bottom:5px;
	margin-top:5px;
	padding: 2px 3px;
	background-color: #e8e8e8;
	border: 1px solid gray;
}
div.answer {
	padding:15px 0;
}
.compform .seperator {
	border-top:1px solid #7c7b7d;
}
.notreviewed {
	background:url(gfx/draft.gif)top center repeat-y;
}
