
.UI			/* For user interfaces (buttons, etc.) that there's no point printing */
{
		display: none;
}


.print
{
	display: block;
}

BODY
{
	color: #000000;
	font-family: Tahoma, sans-serif;
	border: .5em solid #E71842;
	margin: 0em;
	padding: 0.5em;
}

IMG 
{
}


.case
{
	color: black;
	background-color: white;
}


H1		/* Small, right-aligned main headings to go under the logo */
{
	font-size: 1.25em;
	text-align: right;
	margin-bottom: 0.5em;
}


.rating TD 		/* The boxes for a ratings-scale */
{
	color: black;
	background-color: white;
	text-align: center;
	width: 4em;
	vertical-align: top;
}


.rating
{	
	border: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	margin-left: 0.5em;
	text-align: center
}


.rating TH
{
	border: none;
	vertical-align: bottom;
	font-style: italic;
	background-color: white;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.95em;
}


/*
.radio
{
	display: none;
}
*/

.summary		/* The main case info for interviewers */
{
	border: medium solid navy;
	background-color: white;
	color: black;
}


.summary TH
{
	text-align: right;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}


.indent {
	margin-right: 1em;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 1em;
}


TABLE.indent
{	padding: 0em;	}


.instruction 		/* Interviewer instructions in the middle of the questionnaire text */
{
	color: #000044;
	background-color: white;
	font-weight: bold;
}


INPUT, TEXTAREA
{
	font-size: 0.9em;
}


.help			/* The help message with the toll-free phone # */
{
	color: black;
	background-color: white;
/*	font-style: italic;	*/
}


.sub			/* for the submit buttons */
{
	display: none;
}

.sub INPUT {
	width: 6em; 
}



.history		/* Table of all the call history */
{
	border: medium solid navy;
	background-color: grey;
	color: black;
	margin: 1em;
}


.history CAPTION
{
	font-weight: bold;
}


.history TD
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.history TH
{
	background-color: #666666;
	color: #EEEEEE;
}


.warn
{
	color: red;
	font-weight: bold;
}


.cb TD
{
	background-color: #DDFFDD; padding: 0.5em; vertical-align: top;
}


.queue
{
	border: none;
}


.queue TH
{
	color: green;
	border-top: medium double black; border-bottom: medium double black; border-left: none; border-right:none;
}


.queue TD
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}


.queue CAPTION
{
	color: navy;
}



/* Highlighting for CB queue */
.overdue
{
	color: maroon;
	
}

.due
{
	color: navy;
}

.underdue
{
	color: black;
}



.blueH
{
	font-style: normal; font-size: 1.2em; color: white; background-color:blue; padding: 0.5em;
}

.q0
{
	border: thin solid #FFFFEE;
	background-color:#FFFFEE;
-moz-border-radius: 8px;
}

.q1
{
	border: thin solid #FFDDFF;
	background-color:#FFDDFF;
-moz-border-radius: 8px;
}

.q2
{
	border: thin solid #DDDDFF;
	background-color:#DDDDFF;
-moz-border-radius: 8px;
}

.q3
{
	border: thin solid #DDFFDD;
	background-color:#DDFFDD;
-moz-border-radius: 8px;
}

.q4
{
	border: thin solid #FFDDDD;
	background-color:#FFDDDD;
-moz-border-radius: 8px;
}

.q5
{
	border: thin solid #DDFFFF;
	background-color:#DDFFFF;
-moz-border-radius: 8px;
}


