﻿.surveyContainer
{
    float:left;
    clear:left;
    background-color:White;
    padding:25px;
}

.surveySection
{
    float:left;
    clear:left;
}

.surveySubSection
{
    float:left;
    clear:left;  
    padding-top:5px;
    padding-bottom:5px;
}

.surveySubSectionYesNo
{
    float:left;
    clear:left;  
    padding-top:5px;
    padding-bottom:5px;   
}

.surveySubSectionYesNoStandard
{   
    border-bottom:1px solid #DDDDDD;
}

.surveySubSectionYesNoFM180
{
    border-left:15px solid #de3f7d;
    border-right:15px solid #de3f7d;
    border-bottom:10px solid #de3f7d;
}

.surveySubSectionQuestions
{
    float:left;
    clear:left;   
}

.surveySubSectionQuestionsStandard
{
    border:1px solid #DDDDDD;
}

.surveySubSectionQuestionsFM180
{
    border:1px solid #de3f7d;
}

.surveySubSectionItem
{
    float:left;
    clear:left;   
}

.surveySubSectionItemStandard
{
    border-bottom: 1px solid #DDDDDD;
}

.surveySubSectionItemFM180
{
    border-bottom: 1px solid #de3f7d;
}


.surveySubSectionLeft
{
    float:left; 
}

.surveySubSectionRight
{
    float:left; 
}

.surveySubSectionHeaderLabel
{
    float:left;
    clear:left;
    padding:5px;
    font-weight:bold;
}

.surveyQuestionLabel
{
    float:left;
    clear:left;
    padding:5px;
}

.surveyQuestionRadioButtonList
{
    float:left;  
}

.surveyImageContainer
{
    float:left; 
}

.surveyImage
{
    float:left;
}

.surveyButtonContainer
{
    float:right;
    clear:both;
}

.surveyTitleLabel
{
    float:left;
    clear:left;
    font-weight:bold;
    font-size:14px;
    margin-top:4px;
    margin-bottom:4px;
}

.surveyAnswerLabel
{
    float:left;
    clear:left;
    font-weight:normal;
    font-size:9px;
    text-align:center;
    padding:2px;
}

.surveyTextBox
{
    float:left;   
    height:30px;
    overflow:auto;
    
}

.surveyTextLabel
{
    float:left;     
    color:#585858;
}

.surveyInfoLabel
{
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.surveyHighLightNone
{
    background-color:Transparent;
}

.surveyHighLightStandard
{
    background-color:#e2e1dd;
}

.surveyHighLightFM180
{
    background-color:#f2d5db;
}

.surveySectionTitleContainer
{
    float:left;
    clear:left;
    background-image: url(../images/layout/wrap_x_group.gif); 
    background-repeat:repeat-x;
    width: 100%;  
    border-bottom: 1px solid #ADB3B7;
    height:16px;
    font-size:12px;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    padding-left:6px;
    padding-top:2px;
}

.surveySectionTitleLabel
{
    float:left;
}

.surveySectionUploadLabel
{
	float: left;
	clear: left;
  padding: 5px;
  font-weight: bold;
  width: 100%;
}

.surveyUploadContainer
{
    float: right;
    clear: both;
		width: 100%;
}

.rb_yesno
{    
    float:left;   
}

.rb_leftborder
{    
    float:left;   
    padding-top:10px;
    padding-bottom:10px;   
}

.rb_leftborder_Standard
{
    border-left:1px solid #DDDDDD; 
}

.rb_leftborder_FM180
{
    border-left:1px solid #de3f7d; 
}


@media print 
{
    /*****   Styles for print   ******/      
      .am_button_wrap {display:none}
}
 
@media screen {
      /*****   Styles for screen  ******/
}