* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
}

img
{
    border: 0px;
}

.clear
{
    clear: both;
}

.invalid
{
    color: red;
}

.tiny
{
    font-size: 7pt;
}

table.paginate
{
    width: 100%;
    border-top: 1px solid #CCD6E3;
    border-right: 1px solid #CCD6E3;
    border-bottom: 1px solid #CCD6E3;
}
table.paginate tr td
{
    background-color: #E5EAF1;
    border-left: 1px solid #CCD6E3;
}
table.paginate tr td.current
{
    padding: 3px;
    background-color: white;
}
table.paginate tr td a
{
    padding: 3px;
    display: block;
    text-decoration: none;
}
table.paginate tr td a:hover
{
    padding: 3px;
    display: block;
    background-color: white;
    text-decoration: none;
}



div.widget
{
    border: 1px solid #D4DAEA;
}

div.widget-head
{
    border-left: 1px solid #D4DAEA;
}

div.widget-body
{
    background-color: #F2F4F9;
    padding: 5px;
}

.teaser
{
    display: none;
}

    .teaser-head
    {
        display: none;
    }
    
        .teaser-head-left
        {
            display: none;
        }
        
        .teaser-head-right
        {
            display: none;
        }
        
            .teaser-head-right a
            {
                display: none;
            }
    
    .teaser-body
    {
        display: none;
    }

        .teaser-body hr
        {
            display: none;
        }
        
        .teaser-body strong
        {
            
        }


#top
{
    padding: 0px;
    margin: 0px;
}

#main
{
    margin: 0px;
    padding: 0px;
}

    #logos
    {
        display: none;
    }
    
    #menu
    {
        display: none;
    }
    
        #nav
        {
            display: none;
        }
        
        #history
        {
            display: none;
        }
    
    #content
    {

    }
    
    #footer
    {
        display: none;
    }
    
    div#footer *
    {
        display: none;
    }
    
        div#footer-copyleft
        {
            display: none;
        }
        
        div#footer-menu
        {
            display: none;
        }
        
        div#footer-link-top
        {
            display: none;
        }
    
    #finish
    {
        display: none;
    }
    
        #line
        {
            display: none;
        }
        
        #user-info
        {
            display: none;
        }





.survey_print_title
{
    font-size: 18pt;
    color: black;
    font-weight: bold;
}

.survey_question
{
    background: #E9ECF4;
    padding: 10px;
}

.survey_answers
{
    margin: 5px 0px 5px 0px;
}

.survey_answer
{
    display: inline;
}


.survey_print_header
{
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

.survey_print_data_label
{
    font-weight: bold;
    color: black;
    font-size: 10pt;
}

.survey_print_data_value
{
    color: black;
    font-size: 10pt;
}

.survey_print_question
{
    font-size: 10pt;
    color: black;
}

.survey_print_answers
{
    color: black;
    text-decoration: underline;
    font-size: 10pt;
}

.survey_print_data_link
{
    font-size: 12pt;
    font-weight: bold;
    color: #274498;
}