/* texts */
.title {
	font-family: Verdana,Geneva;
	font-size: 13px;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}

.subtitle_top {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.regular {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
}

.regulargrey {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.regularright {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.small {
	font-family: Verdana,Geneva;
	font-size: 9px;
	font-weight: normal;
}

.bold {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
}

.italic {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-style: italic;
}

.bolditalic {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
	
.question_number {
	height: 34px;
	font-family: Verdana,Geneva;
	font-size: 20px;
	font-weight: bold;
}

.question_number_grey {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
	
.alternative_number {
	text-align: center;
	width: 30px;
	height: 20px;
	font-family: Verdana,Geneva;
	font-size: 12px;
	font-weight: bold;
}

div.post {
	margin: 1px 0px 0px 0px;
}

/* misc */
.line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	margin: 6px 0px 6px 0px;
	font-size: 1px;
}

.border_left {
	border-left: solid 2px #ABC2DC;
}

.border_right {
	border-right: solid 2px #ABC2DC;
}

.border_top {
	border-top: solid 2px #ABC2DC;
}

.border_bottom {
	border-bottom: solid 2px #ABC2DC;
}

/* buttons */
.mainbutton {
	font-family: Verdana,Geneva;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.smallbutton {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.questionbutton {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

/* tabs */
.tab_active {
	font-family: Verdana,Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #abc2dc;
}

.tab_inactive {
	font-family: Verdana,Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #4b839e;
}

/* forms */
INPUT.text {
	font-family: Verdana,Geneva;
	font-size: 10px;
	width: 200px;
}

INPUT.foundation {
	font-family: Verdana,Geneva;
	font-size: 10px;
	width: 355px;
}

TEXTAREA.foundation {
	font-family: Verdana,Geneva;
	font-size: 10px;
	width: 355px;
	height: 60px;
}

TEXTAREA.question {
	font-family: Verdana,Geneva;
	font-size: 10px;
	width: 305px;
	height: 48px;
	margin: 0px 0px 10px 0px;
}

TEXTAREA.alt_nominal {
	font-family: Verdana,Geneva;
	font-size: 10px;
	width: 250px;
	height: 28px;
	margin: 0px 5px 0px 0px;
}

.question_in_nav {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.question_in_nav_div { 
	margin: 0px 0px 3px 0px;
}

a { 
	color: #4B839E;
}

a:hover {
	color: #333333;
}

.navquestion_number {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	text-decoration: none;
	width: 10%;
}

/* library */
.caption_regular {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
}

.question {
	font-family: Verdana,Geneva;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.navquestion,.regular,.library_alternative_number {
	font-family: Verdana,Geneva;
	font-size: 10px;
	font-weight: normal;
}

.library_blob {
	border: solid 2px #ABC2DC;
	width: 180px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
}

.question_blob {
	width: 335px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
}

.status_blob {
	width: 300px;
	margin: 0px 0px 30px 0px;
	background-color: #ffffff;
}
