﻿/* dont' fill in the row* css classes because they force the selected node or over node
/* to jump to the left */

/* NodeCssClass for SurveyTree */
.Survey_RowCssClass
{

}

.Survey_CssClass
{
    font-family: 'Times New Roman';
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    cursor: default;
}

.SurveyChecked_CssClass
{
    font-family: 'Times New Roman';
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    cursor: default;
    font-weight: bold;
    font-style: italic;
}

/* selected css class */
.Survey_SelectedCssClass
{
    cursor: default;
    color: black;
    background-color: gainsboro;
}

.Survey_HoverCssClass
{
/*    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    cursor: default;
    font-weight: bold;
    font-style: italic;
*/
}

/* leave blank or the node jumps to the left */
.Survey_HoverRowCssClass
{
   
}

.Survey_SelectedHoverCssClass
{
/*    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    cursor: default;
    font-weight: bold;
    font-style: italic;    
*/
}

.Survey_SelectedHoverRowCssClass
{
}

.Survey_SelectedRowCssClass
{
}

/* non-checked table template question. */
.TreeQuestion
{
    width: 500px;
    font-weight: normal;
    font-style: normal;
}

.AltTreeQuestion
{
    width: 500px;
    font-weight: normal;
    font-style: normal;
    background-color: lightgoldenrodyellow;
}


/* checked tree question */
.CheckedTreeQuestion
{
    width: 500px;
    font-style: italic;
    font-weight: bold;
}

.AltCheckedTreeQuestion
{
    width: 500px;
    font-style: italic;
    font-weight: bold;
    background-color: lightgoldenrodyellow;
 }



.SurveyTreeView
{
    width: 100%;
    height: 500px;
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
}

.SurveyEditSection
{
    margin-left:15px;
    width:100%;
}

.SurveyTreeSection
{
    width: 95%;
    height: 400px;
    margin-top: 12px;
    margin-left:15px;
}

.SurveyProgressMarker
{
    width:75%;
}

.SurveyLabel
{
	float:left;
	width:10em;
	clear: left;
}

.SurveyEdit
{
	
}
