﻿.overlay
{
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #D2D7DB;
    opacity: 0.25;	
    filter:alpha(opacity=25);
}

.modal
{
    border: 1px solid #658FAF;
    z-index: 101;
    position: fixed;
    width: 400px;
    background-color: #AABCCC;
	margin-left: 40%;
	margin-right: auto;
	margin-top:25%;
}

.processing
{
    padding: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: White;
}

.indent
{
    padding-left: 15px;
}

.center
{
    text-align: center;
}

.directions
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.privacy_policy p
{
    margin-top: 0px;
}

.bordered_table
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000;
    width: 98%;
    margin: 5px;
}

.bordered_table td
{
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-right-color: #000;
    border-right-style: solid;
    border-width: 1px;
    padding: 5px;
    vertical-align: top;
}

.survey_form
{
	padding: 15px;
}

.survey_form .question_title
{
    margin: 2px;
    margin-bottom: 27px;
    margin-left: 2px;
	border: solid 2px transparent;
}

.survey_form div.incomplete,
.survey_form span.incomplete,
.survey_form table.incomplete,
.survey_form ul.incomplete,
.survey_form ol.incomplete
{
	border: 2px dashed #FFB9BB;
	background-color: #FFF2F2;
}

.survey_form .option_list
{
    list-style-type: none;
    padding: 5px;
    margin: 0;
}

.survey_form input[type=text]
{
	color: #000;
	border: 1px solid #BBCCC9;
	background-color: #FFF;
	margin-top: 3px;
    width: 250px;
}

.survey_form input[type=text]:focus
{
    border: 1px solid #00CCFF;
}

.survey_form .improvement_text
{
    width: 555px;
    margin-top: 3px;
    margin-bottom: 3px;
}


.survey_form h2
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.survey_form p
{
    font-size: 115%;
}

.survey_form p.header
{
    background-color: #DFF3FF;
    padding: 5px;
}

.question_focused
{
    background-color: #F2FBFF;
}

.bold
{
    font-weight: bold;
}

#navigation
{
    float: right;
}

#navigation select
{
    margin-right: 15px;
}

#upload_section
{
    margin: 25px;
    min-height: 250px;
}

#upload_section > div
{
    margin-bottom: 15px;
    font-size: 15px;    
}

#upload_section > div > div
{
    padding: 5px;
}

.survey_form .progress_display
{
    margin-left: 25%;
    margin-right: 25%;
    white-space: nowrap;
}

.survey_form .progress_display div
{
    width: 20px;
    height: 6px;
    display: inline-block;
    *float: left;
    background-color: #F2F4F4;
    margin-top: 1px;
    margin-left: 1px;
    border: 1px solid #6E6E6E;
}

.survey_form .progress_display span
{
    margin-left: 1px;
}

.survey_form .progress_display .filled
{
    background-color: #80ABC6;
}

div.clear
{
    clear: both;
}

.survey_form .rating > input
{
    margin: 0;
    padding-top: 3px;
    margin-bottom: 2px;
    height: 18px;
    width: 100px;
}

.survey_form .rating .ButtonContainer
{
    display: inline-block;
    padding-top: 2px;
}

.survey_form .rating .ButtonContainer div
{
    height: 9px;
    width: 26px;
    padding: 0;
    margin: 0;
}

.survey_form .rating .UpButton input
{
    border: 1px outset;
    overflow: hidden;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 5pt;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}

.survey_form .rating .DownButton input
{
    border: 1px outset;
    overflow: hidden;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 5pt;
    font-weight: bold;
    line-height: 3pt;
    text-align: center;
}

.survey_form .rating .ButtonContainer div:focus
{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}

/*** Help Panel ***/
.side_help
{
    display: block;
    position: fixed;
    padding: 15px;
    float: right;
    top: 280px;
    right: 5px;
    width: 265px;
}
.side_help_button
{
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #000;
    float: right;
    clear: both;
}
.side_help .side_help_container
{
    background-color: #FFF;
	border: 2px dotted #BAD9F5;
    min-height: 50px;
    padding: 5px;
    margin-bottom: 5px;
    display: none;
    clear: both;
    right: 5px;
}
.side_help .side_help_container ul
{
    padding-left: 15px;
}
#resouce_button
{
    background-image: url('Images/resources_button.png');
}
#faq_button
{
    background-image: url('Images/faq_button.png');
}
#help_button
{
    background-image: url('Images/help_button.png');
}
