﻿.questionaryResults
{
    overflow: hidden;
    font-family: Verdana;
    font-size: 11px;
}


.questionaryResults .top
{
    background:transparent url(/Frontend/Images/Centrumturist/Layout/form_top_transp.png) no-repeat scroll center top;
    height:6px;   
}

.questionaryResults .bottom
{
    background:transparent url(/Frontend/Images/Centrumturist/Layout/form_bottom_transp.png) no-repeat scroll center top;
    height:6px;  
}

.questionaryResults  .qdelimiter
{
    background:#3E6BA9;
    border-bottom:1px solid #A7BFE0;
    overflow:hidden;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: bold;
}


.questionaryResults  .questions
{
    background:#C1D4EE;
    border-color:#B4B4B4 #B4B4B4 #C8CBCF #D3D3D3;
    border-style:solid;
    border-width:1px;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
}

.questionaryResults .questions .question
{
    background:#FFFFFF;
    border-bottom:1px solid #AEB7C0;
    border-top:1px solid #AEB7C0;
    margin-bottom:3px;
    overflow:hidden;
    padding:3px;
}

.questionaryResults .questions .question .questionHeader
{
    background:#E7EEF8;
    color:#000000;
    font-weight:bold;
    line-height:normal;
    padding:12px;
}

.questionaryResults .questions .question .total_percents
{
    height: 15px;
    background: #F0F0F0;
}



.questionaryResults .questions .question .total_percents .yes_percents
{
    height: 15px;
    background: #3E6BA9;
}

.questionaryResults .questions .question .yes,
.questionaryResults .questions .question .no
{
    padding-top: 10px;    
}

.questionaryResults .questions .question .yes
{
    float: left;
}

.questionaryResults .questions .question .no
{
    float: right;
}
