/*cascading style sheet for orthopt.org pages -- 02/22/2005COMMENTS:--windows version*/
BODY {
	font-family: verdana, san serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
}
A:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.topmenu:link {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.topmenu:visited {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.topmenu:active {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.topmenu:hover {
	font-family: arial, helvetica, sans-serif;
	color: #C7D7EE;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
STRONG {
	font-weight: bold;
}
TABLE {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}
TD {
	font-family: verdana, sans serif;
	font-size: 8pt;
}
TH {
	font-family: verdana, sans serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FEFBCE;
}
.bottext {
	font-family: verdana, san serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
}
/* added by Craig (for various reasons)*/
A.paging_link {
	font-family: verdana, san serif;
	color: #296D9C;
	font-weight: bold;
	text-decoration: none;
}
.paging_text {
	font-family: verdana, san serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.header {
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #743D06;
}
.headertop {
	font-family: verdana, arial, Sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 4pt;
	color: #ffffff;
	font-style: oblique;
}
.sub_header {
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #296D9C;
}
a.body_link
/* Same as the paging link above */
 {
	font-family: verdana, san serif;
	color: #296D9C;
	font-weight: bold;
	text-decoration: none;
}
/* DIV for "admin page" link on admin pages. Floats on the right side of the screen. */
#ADMIN {
	background-color: #296D9C;
	border: solid 1px #000000;
	color: #000000;
	position: absolute;
	left: 685px;
	top: 100px;
	width: 80px;
	height: 18px;
	text-align: center;
	vertical-align: text-top;
	font-size: 10px;
}
TH.column_header {
	font-family: verdana, sans serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
TD.day_cell {
	font-family: verdana, sans serif;
	font-size: 8pt;
	text-align: left;
}
span.calendar_item {
	font-family: verdana, sans serif;
	font-size: 8pt;
}
span.day_number {
	font-family: verdana, sans serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
}
.menu_link {
	font-family: verdana, san serif;
	font-size: 11px;
	font-weight: bold;
}
A.menu_link:link {
	color: #ffffff;
	text-decoration: none;
}
A.menu_link:visited {
	color: #ffffff;
	text-decoration: none;
}
A.menu_link:active {
	color: #ffffff;
	text-decoration: none;
}
A.menu_link:hover {
	color: #000000;
	text-decoration: none;
}
.optp {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard td A:link, table.standard td A:visited, table.standard td A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

table.standard td A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

table.standard A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

table.standard th {
	font-size: 13px;
	color: #ffffff;
	background-color: #296D9C;
}

table.standard td.field {
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	background-color: #dddddd;
}

table.standard tr.alt td {
	background-color: #d5d5d5;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

.question_wrapper{
  margin-bottom:20px;
}

.question{
  font-weight:bolder;
  font-size:14px;
}
.question_wrapper .answer{
  margin-left:10px;
  margin-top:2px;
  font-size:13px;
}

.conditional{
  margin-left:20px;
}