#dataConteiner * {
	font-family: "Trebuchet MS", tahoma;	
	color: #000000;
}
#dataConteiner {
	overflow: hidden;
	width: 100%;
}
h3.header1 {	
	font-variant: small-caps;
	font-weight: bold;
}
h5.header2 {
	font-weight: normal;
}
.text, .file, .exclusive, .inclusive, .radio, .radioother, .checkbox, .checkboxother {
	font-size: 11px;
}
.description {
	font-size: 12px;
}
input.survey, textarea.survey, select.survey, input.surveyOtherField  {
	font-size: 11px;
}
input.surveyButton
{
	font-size:11px;
	width:70px;
	height:18px;
	background-color: #FFFFFF;
	border:1px solid #757575;
	margin:2px;	
  background-image: url('../../prism_resource/image/ajax_button3.gif');
}
input.surveyOtherField {
	width:150px;
}
div.graph {
	width:100%;
	border:1px solid #757575;	
	padding:1px;
	text-align:left;
}
div.redLine {
	background-color: #ff0000;
	height: 10px;		
	font-size:5px;
}
.graphText {
	font-size:11px;
}
div.pages {
	font-size: 11px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px dotted #e3e1e1;
	padding:5px;
}
div.pages span {	
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	cursor:pointer;
	border: 1px solid #fff;
}
div.pages span.selected {
	background-color: #edeeed;
	border: 1px dotted #ff5c5c;
}
div.pages span:hover {
	background-color: #edeeed;	
	border: 1px solid #edeeed;
}
#prismSurvey {	
	width:100%;
	height:100%;
	overflow: auto;
	position:relative;
}
#surveyWait {
	font-family: "Trebuchet MS", tahoma;	
	font-size: 11px;
	background-color: #fff;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left:0;
}
.surveyStar {
	font-family: Arial;	
	font-size:9px;
}




