/**
 *	Created with MAX's HTML Beauty++ 2004
 *	pForm_style.css
 *	@author Amani Ahmed, Jordi Cuadros
 *	@date July 12 2004
*/

/* elements of the pForms */
form.questionForm {margin-top:0px; margin-bottom:0px;}
table.question {margin-left:auto;margin-right:auto;background-color:#ddeeff; width:85%; cellspacing:0px;
		cellpadding:0px;}
td.questionTD {vertical-align:top; text-align:left;}
td.buttonTD  {vertical-align:top; text-align:center; width:25px;}
.qtitle {color:#66000; font-weight:bold;}
.qmultiple {margin-left:3%;}
.qinstant {margin-left:3%;font-style:italic}
table.question tr {text-align:left;}

/*ratio calculations in forms*/
table.question table.ratioLine {background-color:#ddeeff; cellspacing:0px; cellpadding:0px; padding-left:20px;}

/*data table in forms*/
table.data-centered {text-align:center;margin-left:auto;margin-right:auto;border: 1px solid #bbccff;
		border-collapse:collapse;margin-top:5px;margin-bottom:5px;}
table.data-centered th {text-align:center; background-color:#ccddff; border: 1px solid #aabbee;padding:5px;}
table.data-centered td {border-top: 1px solid #bbccff;text-align:center}

/* properties of the feedback information */
.feedback,.feedback1 {color:#2C6E00; display:block}
.feedback2 {color:#BF6000; display:block}
.feedback3,.feedback4 {color:#FF0000; display:block}

/* alignment properties of a ratio*/
.ratioTOP {text-align:center; vertical-align:bottom; padding: 0px 0px 1px 0px;}
.ratioBOTTOM {text-align:center; vertical-align:top; 
		border-width:1px 0px 0px 0px; 
		border-color:black; border-style:solid;
		padding: 1px 0px 0px 0px;}



