/* $Id: Priv-PapayaPolls.css,v 1.13 2003/07/20 06:31:30 lchan Exp $ */

body, .body_copy {
	background-color: #FFFFFF;
	background: url("../css_graphics/PapayaPolls-BG.gif");  
	margin: 5px;
}
.headerGraphic {
	background: url("../css_graphics/PapayaPolls-Logo.gif");
	/* ../css_graphics/CoolBlue-BG.gif */
	background-repeat: no-repeat;
	height: 48;
	width: 100%;
	border: none;
}
.image {
	height:0;
	width:100%;
}
/* title - extra large normal font */
.surveyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif, mono;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: gold;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif, mono;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: goldenrod;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif, mono;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: goldenrod;
	text-align: center;
	vertical-align: default;
}

.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: center;
}

.pageNumbers{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: goldenrod;
	text-align: center;
}

.reqQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 600;
	color: white;
	text-decoration: none;
	text-align: center;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: white;
	text-decoration: none;
}

/* main table (bordering the question boxes) */
.mainTable {
	/*
	background-color: lightskyblue;
	*/
	background: none;

	cell-spacing: 0;
	width: 100%;
	border: 0;
}
/* bars between question boxes */
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 2px;
	border: 5px #000000;
	/* 
	background-color: lightskyblue; 
	*/
	background: none;
	height: 8px;
	vertical-align: text-top;
}
/* outer borders, surrounding each question and answer */
.qnOuterTable {
	width: 100%;
	border: 1px #000000;
	/*
	background-color: darkslateblue;
	*/

	background-color: black; 
	cell-spacing: 0px;
}
/* inner borders - surrounding boxes inside question boxes*/
.qnInnerTable {
	width: 100%;
	border: 1px #000000;
	padding: 0;
	
	/*
	background-color: #660000;
	*/
	background-color: black; 
	
	cell-spacing: 0;
}

/* inner row */
.qnInnerTr {
	background: none; 
	background-color: #FFFFFF;
	/* background-repeat: repeat-x;*/
	color: white;
}

/* number cell box - extra large bold white number inside a black box */
.qnInnerTd {
	/*
	background-color: #FFFFFF;
	*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	width: 26px;
	vertical-align: top;
	/*
	background: url("../css_graphics/PapayaPolls-BG.gif");  
	*/
	background-color: darkslateblue;
}


/* question _box_ color */
.qnInner {
	border:0;
	margin:0;
	background-color: #FFFFFF;
	width: 100%;
	height: 27;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: white;
}

/* question text */
.qnContentCell{
	border:0;
	margin:0;
	width: 100%;
	height:30px;
	vertical-align: middle;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

/* special class if necessary for the style. */
SPAN.qnType {
	height: auto;
	vertical-align: middle;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	background: none;

}

/* answer box  */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	text-transform: none;
	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.thankHead {
/* completion page font - large black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.returnLink {
/* completion page link font - small burgundy */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	text-decoration: underline;
}

/* textbox and radio button colors - black answers in white boxes */
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	/* background-color: #FFFFFF; */
}

