/* ReadersChoice2009.css                                            */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
	background : #FFFFFF;
	margin-left : 14px;
	margin-right: 50px;
	background-repeat : no-repeat;
	margin-top : 5px;
}
table {
font-family : Arial;
font-size : 10.5pt;
}
td{
	border-left:0px solid white;
	border-right:1px solid white;
	border-top:1px solid #E7E7E7;
	border-bottom: 0px solid #E7E7E7;
}
hr {
	color: Black;
}
h1 {
	color: Black;
	font-weight: bold;
	font-size : 18pt;
	font-family : Arial;
}
input {
	font-family : Arial;
	font-size : 10pt;
}
a:link,
a:visited {
	font-family : Arial;
	font-size : 8pt;
	color : Blue;
	text-decoration : none;
}
select{
	font-family : Arial;
	font-size : 10pt;
}

/* general style classes */
.perseus-link {
	font-size: 8pt;
	font-family : Arial;
	color : #CC9900;
}
.section-heading {
	color: Black;
	font-weight: bold;
	font-size : 12pt;
	font-family : Arial;
}
.text-block {
	color: Black;
	font-weight: bold;
	font-size : 11pt;
	font-family : Arial;
}
.question-heading {
	color: Black;
	font-size: 10pt;
	font-family : Arial;
}
.question-text {
	color: Black;
	font-size: 11pt;
	font-family : Arial;
	font-weight : bold;
}
.choice-text {
	color: Black;
	font-size: 14pt;
	font-family: Arial;
	font-weight: normal;
}
.list-anchor {
	color: Black;
	font-weight: normal;
	font-family : Arial;
	font-size : 10pt;
}
.response-set {
	margin: 5pt 30pt 0pt 30pt;
}
.submit-button {
	background: #D71F36;
	cursor: pointer;
	cursor: hand;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

/* table row styles for scale-definition questions */
.category-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
	background: transparent;
}
.anchor-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
	background: transparent;
}
.choice-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
	border-left:0px solid white;
	border-right:1px solid white;
}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
}
.odd-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
}
.even-row {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
	background: #FBFBFB;
}
.topic-text {
	font-weight: bold;
	font-family : Arial;
	font-size : 9pt;
	color: Black;
}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {
	background: #EE0F0A;
}
.uncompleted-cell {
	background: Gray;
}