/*  Tito Victoriano
	August 14, 2005 
*/


/* This class controls outer table including percentages display and overall size of poll */
.outerTable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: thin solid;
	font-size: 100%;
	border-color:#ffffff;
	width: 100%;
	padding-bottom: 5px;
	background-color:#586074;
}

/* This class controls table containing buttons  */
.innerTable {
	border: none;
	padding: 0px;
	font-size: 90%;
	width: 100%;
	background-color:#586074;
;
}

/* This class controls main question cell  */
.questionTitle {
	background-color:#586074;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	padding-bottom: 5px;
}

/* This class controls radio buttons cell */
.buttonDescr {
	background-color:#cab7b7;
	padding-bottom: 5px;
}

/* This class controls "Submit" button cell  */
.submitBtn {
	background-color:#cab7b7;
}

/* This class controls 'results.asp'
.resultsCell {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
