#dataConteiner * {
font-family: "Trebuchet MS", tahoma;
color: #000000;
font-size: 11px;
}
#dataConteiner {
overflow: hidden;
width: 100%;
}
#dataConteiner h3, #dataConteiner .header1 {
font-weight: bold;
font-size: 15px;
margin-top: 0;
}
#dataConteiner h5, #dataConteiner .header2 {
font-weight: bold;
font-size: 13px;
margin-top: 0;
}
#dataConteiner .text, .file, .exclusive, .inclusive, .radio, .radioother, .checkbox, .checkboxother {
font-size: 11px;
}
#dataConteiner .description {
font-size: 12px;
}
#dataConteiner input.survey, textarea.survey, textarea.surveyOtherField, select.survey, input.surveyOtherField  {
font-size: 11px;
}
#dataConteiner 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');
}
#dataConteiner input.surveyOtherField {
width:150px;
}
#dataConteiner textarea.surveyOtherField {
width:250px;
height: 50px;
}
#dataConteiner div.graph {
width:100%;
border:1px solid #757575;
padding:1px;
text-align:left;
}
#dataConteiner div.redLine {
background-color: #ff0000;
height: 10px;
font-size:5px;
}
#dataConteiner .graphText {
font-size:11px;
}
#dataConteiner div.pages {
font-size: 11px;
margin-top:10px;
margin-bottom:10px;
border: 1px dotted #e3e1e1;
padding:5px;
}
#dataConteiner div.pages span {
text-decoration:none;
padding-left:5px;
padding-right:5px;
text-align:center;
cursor:pointer;
border: 1px solid #fff;
}
#dataConteiner div.pages span.selected {
background-color: #edeeed;
border: 1px dotted #ff5c5c;
}
#dataConteiner div.pages span:hover {
background-color: #edeeed;
border: 1px solid #edeeed;
}
#dataConteiner #prismSurvey {
width:100%;
height:100%;
overflow: auto;
position:relative;
}
#dataConteiner #surveyWait {
font-family: "Trebuchet MS", tahoma;
font-size: 11px;
background-color: #fff;
width:100%;
height:100%;
position:absolute;
top: 0;
left:0;
}
#dataConteiner .surveyStar {
font-family: Arial;
font-size:9px;
}


