﻿/*	--------------------------------------------

/* Manage Screeners. */

.normal {}
	
.normal p {}
    
.normal img, .count {float:left; margin: 0 0 10px 10px; width: 22px;}

#ScreenerPanel {
    overflow: auto;
    width: 400px;
    height: 390px;
    margin: 0 40px 40px 0;
    padding: 10px 0;
    border: 1px solid #c0c0c0;
}

.normal p a:hover{color:red;text-decoration:underline;}
.normal p a {color:#404040;font-weight:bold;}
#selected p {color:#7c9f00; font-weight:bold;}

#ScreenerDetails .CategoryHeading { width: 120px; height: 20px; margin-bottom: 10px; font-weight: bold; }

/* Select Survery Questions. */

.question { width: 100%; position: relative; }
.HalfColumn { width: 50%; float: left; }
.question .HalfColumn { width: 45%; padding: 10px 20px; }
.question select { max-width: 400px; }
.qOptions { display: none; width: 100%; position: relative; }
.lst { margin: 5px; width: 93%; }
.textbox { display: block; }
#answerDisplay
{
	display: none;
	position: absolute;
	border: 1px solid #c0c0c0;
	background: #f8f8f8;
	padding: 5px 10px 10px 10px;
}
	#answerDisplay ul { margin: 0 0 0 16px; }

.chkTitle { font-weight: bold; }

.disabled { opacity: 0.6; }

/*** Messages ***/

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.6;
}

.modalPopup {
    background-color:#fff;
    border: solid 1px #000;
    width:400px;   
}

.modalPopup h2 {margin:0;padding:5px;font-size:14px;border-bottom: solid 1px black; background-color:#D9ED7A;}
.modalPopup p, .modalPopup td {font-size:12px; margin: 5px;}
.modalPopup div.buttons {margin:10px;padding:0;text-align:right;}
