﻿.evalTool
{
    width: 340px;
}
#results
{
    display: none;
}
.answers #questions
{
    display: none;
}
.answers #results
{
    display: block;
}
.evalTool .row
{
    background-image: url('images/row_bg.png');    
    padding: 10px 15px;
}
.evalTool .row_divider
{
    background-image: url('images/row_divider.png');
    height: 3px;
}

.evalTool .row .left, .evalTool .row .left a
{
	/*background-image: url('images/eval_tool_question_bg.PNG');*/
	font-family: Arial;
	font-size: 9pt;	
	font-weight: bold;
	color: #FFFFFF;			
}

/*.evalTool .row .left
{
	float: left;
}*/

.evalTool .row .right
{
    float: right; 
    margin-left: 10px;
    padding-top: 5px;
    
}

.myCombo_container_135
{
    width: 130px;
}
 .myCombo_container_50
{
    width: 50px;
}

/*
.myCombo_container1 { z-index: 103; }
.myCombo_container2 { z-index: 102; }
.myCombo_container3 { z-index: 101; }
*/


.myCombo_container_135 .myCombo_rest, .myCombo_container_50 .myCombo_rest
{
    position:absolute;
    padding-top: 0px;
    margin-top: -2px;
    width: 130px;
}

.myCombo_container_50 .myCombo_rest
{
    width: 50px;
}

.myCombo_rest
{
    display: none;
}

.expanded .myCombo_rest
{
    display: block;
}


.myCombo_container_135 .myCombo_top, .myCombo_container_50 .myCombo_top
{
    background-image: url('images/combo_top_large.png');
    background-repeat: no-repeat;
    width: 125px; /*120-5*/
    height: 19px; /*21-2*/
    font-size: 75%;
    padding: 2px 0 0 5px;
    color: White;
}
.myCombo_container_50 .myCombo_top
{
    background-image: url('images/combo_top_50.png');    
    width: 45px; /*50-5*/
}

.myCombo_container_135 .myCombo_item, .myCombo_container_50 .myCombo_item
{
    background-image: url('images/combo_item_bg_large.png'); 
    padding: 2px 5px; 
    color: White;
    cursor: pointer;
    font-size: 75%;
}
.myCombo_container_50 .myCombo_item
{
    background-image: url('images/combo_item_bg_50.png'); 
}

.myCombo_container_135 .myCombo_footer, .myCombo_container_50 .myCombo_footer
{
    background-image: url('images/combo_footer_large.png');    
    height: 2px;
}
.myCombo_container_50 .myCombo_footer
{
    background-image: url('images/combo_footer_50.png');
    
}

.myCombo_container_135 .myCombo_item_hover, .myCombo_container_50 .myCombo_item_hover
{
    background-image: url('images/combo_item_bg_on_large.png'); 
}

.myCombo_container_50 .myCombo_item_hover
{
    background-image: url('images/combo_item_bg_on_50.png'); 
}

.myCombo_top .arrow
{
    background-image: url('images/arrow_right.png'); 
    background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    float: right;
    margin: 3px 3px 0px 0px;
}

.expanded .myCombo_top .arrow
{
    background-image: url('images/arrow_down.png');     
}

.myCombo_item sup, .myCombo_item_top sup
{
    font-size: x-small !important;
}
.myCombo_item sup.tm, .myCombo_item_top sup.tm
{
    font-size: 7px !important;
}

img.yes_no
{
    cursor: pointer;
}

.results_items
{    
    background-image: url('images/results_bg.png'); 
    padding-bottom: 20px;    
}

.results_items img
{
    padding-left: 22px;
}


.results_footer
{
    background-image: url('images/results_footer_bg.png'); 
    height: 51px;
}

.results_footer img
{
    cursor:pointer; 
    padding-top: 19px; 
    padding-left: 35px;
}

.hoverBtn
{
    cursor: pointer;
}

.evalTool .footerRow
{
    padding-top: 12px;
    padding-bottom: 0px;
}

.evalTool .footerRow img
{
    padding-top: 0px;
}

.evalTool .footerRow .right
{
    padding-top: 7px;
}

.evalTool_startHere
{
    width: 93px; /*340-247*/
    height: 22px; /* 124-102 */
    padding-left: 247px;
    padding-top: 102px;
    
    padding-top: 99px;
    height: 25px; /* 124-99 */
    
    background-image: url('images/evaltool_starthere_bg.png'); 
    background-repeat: no-repeat;
}

