@CHARSET "ISO-8859-1";
.error{
	color:red;
	}
.group{
	min-height:425px;
}
.question{
	border:solid black 1px;
	background-color:white;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:25px;
}
p.question-text{
	margin-bottom:25px;
}
.answer{
	font-weight:normal;
	margin-top:5px;
	margin-bottom:15px;
}
.Likert{
	font-size:12px;
	font-weight:normal;
	color:white;
	border-color:white;
	margin-top:25px;
	vertical-align: middle;
}

tr.LikertNumber{
	background-image:url(../../images/survey/LikertHeadBgn.png);
	/* Hintergrundfarbe;*/
	height:10px;
	text-align:center;
}
td.LikertNumber{
	background-image:url(../../images/survey/LikertHeadBgn.png);
	/* Hintergrundfarbe;*/
	height:25px;
	width:50px;
	text-align:center;
	vertical-align: middle;
	padding:2px;
	border: solid white 1px;
}

.LikertHeader{
	border-style:none;
	height:55px;
	
	color:rgb(4, 28, 92);
	vertical-align: bottom;
	font-weight:bold;
	
	background-image:url(../../images/survey/gradient_header_asc_small.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	
	margin-bottom: 5px;
	
	/*background-image:url(../../images/survey/LikertHeadBgn.png);  */
	/* Hintergrundfarbe;*/
}
.LikertHeaderCenter{
	
	padding:2px;
	vertical-align: bottom;
	background-image:url(../../images/survey/gradient_header_asc_small.png);
	background-repeat:no-repeat;
	}

.LikertHeaderLeft,.LikertHeaderRight{
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	width:75px;
	padding-bottom:4px;
	
}
.LikertHeaderLeft{
	float:left;
	
}
.LikertHeaderRight{
	float:right;
	text-align: right;
}
td.Likert {
	vertical-align: middle;
	text-align:right;
	border-collapse:collapse;
	border: solid white 1px;
	}
	
.Likert td p{
	padding-right:5px;
	}
	
td.LikertOption{
	width:45px;
	height:50px;
	text-align:center;
	vertical-align: middle;
	border: solid white 1px;
	
}
tr.LikertOption{
	vertical-align: middle;
}
td.LikertQuestion{
	text-align:right;
	vertical-align: middle;
	padding:2px;
	border: solid white 1px;
	
}
td.LikertOption:HOVER{
	background-image: url(../../images/survey/LikertHoverBgn.png);
	
}
.LikertEven{
	/* Hintergrundfarbe background-image:url(../../images/survey/evenBgn.png);;*/
		background-image:url(../../images/survey/evenBgn.png);
	text-align:center;
	vertical-align: middle;
}
.LikertOdd{
	
	/* Hintergrundfarbe background-image:url(../../images/survey/oddBgn.png);*/
	background-image:url(../../images/survey/oddBgn.png);
	text-align:center;
	vertical-align: middle;
}
td.semanticHeader{
	padding-left:10px;
	padding-top:15px;
	font-size: 14px;
	font-weight:bold;
}
.Option {
		font-size:12px;
	font-weight:normal;
	color:white;
	border-color:white;
	margin-top:25px;
	vertical-align: middle;
	
	}
.Option td{
	
	height:55px;
	vertical-align: middle;
	border: solid white 1px;
	}
.Option td.likertOption{
	text-align:center;
	vertical-align: middle;
	}
.Option td p{
	padding-left:5px;
	padding-top:0;
	margin:0;
	vertical-align: middle;
	}
.OptionEven{
		/* Hintergrundfarbe background-image:url(../../images/survey/evenBgn.png);;*/
		background-image:url(../../images/survey/evenBgn.png);
	text-align:left;
	vertical-align: middle;
	border: solid white 1px;
	
}
.OptionOdd{
		/* Hintergrundfarbe background-image:url(../../images/survey/oddBgn.png);*/
	background-image:url(../../images/survey/oddBgn.png);
	text-align:left;
	vertical-align: middle;
	border: solid white 1px;
}

.multiSelection a{
	text-decoration:none;
	color: rgb(4, 28, 92);
	}

.navigation {
	margin-top:25px;
	width: 490px;
}

.progressContainer {
	padding: 2px;
	color: black;
	width: 240px;
	margin: auto;
	margin-top: 25px;
	border: solid cyan 0px;
}
.progressContainer table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #ccccff;
	font-family: Verdana;
	font-size: 10px;
}
.progressBarContainer {
	background-image: url(../../images/survey/progressBgn.png);
	
	padding: 0px;
}
.progressBar {
	margin: 0px;
	background-color: white;
	display: inline-block;
}

.multipleSelection:hover{
	background-color: #ccccff;
}

 ul.usp
 {
 list-style:outside;
 list-style-type: disc;
 padding:25px;
 padding-bottom: 15px;
 }
 
 ul.usp li
 {	
	 padding-bottom:10px;
 }
	

