@CHARSET "UTF-8";

/* messages style *******************************/
.confirmationmessage, .warningmessage, .errormessage {
	margin-left: 100px;
	margin-right: 100px;	
	padding: 5px;
	margin-bottom: 15px;
	display: block;
}
.confirmationmessage {
	border: 2px solid #339966;
	background-color: #66CC99;
}
.warningmessage {	
	border: 2px solid #FFFF00;
	background-color: #FFFF66;	
}
.errormessage {	
	border: 2px solid #CC3333;
	background-color: #FF6666;
}

.info_message {
	margin-top: 1em;
}

/* poll navigation ******************************/
ul.poll_nav_archived {
	margin: 0px;
}

ul.poll_nav_active {
	margin: 0px;	
}

ul.poll_nav_active li, ul.poll_nav_archived li {
	display: block;
	float: right;
	margin-left: 20px;
}

.poll_nav_selected{
	padding-bottom: 8px;
	background-image: url(Img/activepoll.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.poll_nav_active a {
	color: #1B3776;
	font-weight: bold;
}

.poll_nav_archived a, .poll_nav_archived {
	color: #747474;
	font-weight: bold;
}

.poll_nav_archived_border_item {
	margin-right: 40px;
}

.nav_border {
 	clear: both;
 	margin: 0;
 	height: 3px;
 	background-color: white;
	border: 0;
 }

.common_nav {
	background-color: #ACB7B9;
	float: left;
	width: 100%;
}

/* captchas *************************************/

.captcha input {
	margin-left: 200px;	
}

.captcha label {
	margin-top: 5px;
	display: block;
	width: 100%;
}

/* 2col *****************************************/
#faux2col {
	background-image: url(Img/fake2colbg.gif);
}
.leftcol {
	width: 200px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.leftcol ul {
	list-style: none;
	padding: 10px;
	margin: 0px;
}
.leftcol li {
	margin: 0px 0px 5px 0px;
}
.leftcol a {
	color: #000000;
	font-weight: bold;
}
.rightcol {
	background-color: white;
	margin-left: 205px;
	padding: 15px;
}

/* popup ****************************************/
td.popup_analysis {
	width: 50px;
	text-align: center;
}

.legend {
	text-align: right; 
	list-style: none;	
}

.legend li {
	display: inline;
}

/********************************/

.adminlogin {
	float: right;
	color: #9A9A9A; 
}

div span.checkbox input {
	width: auto;
}

span label {
	width: 200px;
}

tr.deactivatedQuestion {
	color: grey;
}

.newssummary {
	font-weight: normal;	
}

.BasicColorPicker {
	margin-left: 200px;
}

.TColorPicker_button {
	margin-right: 10px;
}

.picker_readonly {
	color: #AAAAAA;
}

span.error, span.success {
	display: block;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

span.error {
	color: red;
}

span.success {
	color: green;
}

div label {
	display: block;
	width: 200px;
	float: left;
}

.Big {
	background-image:url('Img/cube_bright_big.jpg ');
}
.Small {
	background-image:url('Img/cube_bright_small.jpg ');
}

.cube_background {
	background-image: url("Img/cube_background.jpg");
}

.inputdiv {
	margin-top: 5px;
}

.wide_content_title {
	margin-left: 35px;
}

.wide_content {
	margin-left: 50px;
	margin-right: 50px;
}

.narrow_content, questionnaire_nav {
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px;
	background-color: #ffffff;
}

.questionnaire_nav {
	margin-left: 100px;
	margin-right: 100px;
	padding: 10px;	
}

.button, .button:link, .button:visited {
	background-color:#E2E2E2;
	border-color:white #AAAAAA rgb(170, 170, 170) white;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	font-weight:normal;
	padding:4px 10px;
	text-decoration:none;
	color: black;
}

.button:hover {
	border-color:#AAAAAA white white rgb(170, 170, 170);
}

.button[disabled] {
	color: grey;
}

.button[disabled]:hover {
	border-color:white #AAAAAA rgb(170, 170, 170) white;
}

h3 {
	margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('Img/next_blue.gif');
	padding-left: 15px;
}

td.question_comment span {
	font-weight: bold;
	vertical-align: top;
}

.minHeightSimulation {
	height: 140px;
	float: left;	
}

.textbox {
	width: 100%;
}
tr.editrow {
	background-color: #D0DDDF;
}
tr.selectrow {
	background-color: #2F5D95;
	color: #FFFFFF;
}
tr.selectrow a {
	color: #FFFFFF;
}

/* survey (questionnaire/recommendation/analysis) */

.surveylink {
	padding-top: 1em;
	display: block;
}

td.image_cell {
	width: 150px;
	text-align: right;
}
.table_enumeration {
	font-weight: bold;
	width: 10px;
}

.nextPrevPager {
	padding: 5px 0px;
}
.nextPager a, .previousPager a, .nextPager a:visited, .previousPager a:visited {
	font-size: 22px;
	font-weight: bold;
}
.nextPager {
	float: right;
}
div.statusPanel {
	float: right;
}

/* projectpartner *******************************/
div.projectpartner {
	background-color: #ffffff;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.projectpartner img {
	margin-right: 20px;
	vertical-align: middle;
}

/* contact **************************************/
.contactlabel {
	width: 120px;
}
