﻿body {
	background-color: #efefef; 
	margin: 0px;
	padding: 0px;
	font-family: "Arial","Optima", "Trebuchet MS", "Verdana";
	font-size: 10pt;
}

div#content {
	background-color: #ffffff; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	width: 800px;
	position: relative;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
}

/* pre-screen content doesn't have fixed width */
div#pscontent {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	position: relative;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
}

div#main {
	margin: 0px;
/*	width: 780px; */
	padding: 10px;
}

div#nav {
	margin-top: 30px;
	position: relative;
	width: 780px;
	height: 25px;
}

div#rnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	text-align: left;
}

div#fnav {
	position: absolute;
	top: 0px;
	left: 390px;
	width: 390px;
	text-align: right;
}

fieldset>p {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

/*
.noborder {
	border-bottom: 0px;
}
*/
.withborder {
	border-bottom: 1px;
}

h1 {
	font-size: 24pt;
	font-family: "Times New Roman";
	font-style: italic;
	color: #ed0000;
	background-color: #606060;
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.dat {
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 500px;
}

.datResponses {
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 375px;
}

.datResponses td {
	border: 0px;
	padding-left: 20px;
}

.patResponses {
  	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.patResponses td {
	border: 0px;
	padding-left: 20px;
    width: 20%;
}

.rspm td {
	border: 0px;
}

.rspm {
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 500px;
}

.rspmResponses {
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 375px;
}

.rspmResponses td {
	border: 0px;
	padding-left: 20px;
}

.rspm td {
	border: 0px;
}


.bolditalic11 td {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}


.bolditalic10 td {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.bold10 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

.bold11 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}

img#problem {
	width: 400px;
	height: 104px;
}

img#solutions {
	width: 500px;
	height: 103px;
}

#timer {
	border: 0px;
	text-align: right;
	width: 40pt;
}


h2 {
	margin-top: 0px;
	font-size: 14pt;
	font-family: Georgia;
	color: #ff470f;
	background-color: #7f7f7f;
	padding: 3px;
	border-bottom: 20px solid black;
	margin-bottom: 0px;
}

h3 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	border: 1px solid black;
	background-color: #eeeeee;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
}

legend {
	background-color: #dddddd;
	padding: 3px;
	border: 1px dotted black;
}

fieldset {
	margin-bottom: 20px;
	background-color: #eeeeee;
	/* width: 780px; */
}

a:visited,a:active,a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: overline underline;
}

label {
	width: 220px;
	margin-right: 5px;
	text-align: right;
	float: left;
	vertical-align: text-bottom;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
}

label.tall {
	width: 220px;
	margin-right: 5px;
	text-align: right;
	float: left;
	vertical-align: text-bottom;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
}

table.fixed {
	width: 780px;
	vertical-align: top;
	border-collapse: collapse;
	margin-bottom: 0em;
	border: all;
}

/* Centered table with automatic width */
table.general {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	border-collapse: collapse;
	margin-bottom: 0em;
	border: all;
}

table.summarytable 
{
	border: 1px;
	border-color: Black;
	border-top: 1px;
}
	
.nopad {
	margin: 0;
	border: 10px;
}

table.thirds th,table.thirds td {
	width: 260px;
	vertical-align: top;
}

th.duecento {
	width: 200px;
}

table li {
	padding-left: 0px;
}
th {
	text-align: center;
	background-color: #dddddd;
}

.vert 
{
	vertical-align: middle;
}	

td {
	background-color: #eeeeee;
}

.nobackgroundcolor 
{
	background-color: #ffffff;
	border: 0px;
}

/*
input[type="text"] {
	width: 20em;
	height: 1em;
	font-size: 9pt;
}
*/

/*
td,th {
	padding: 5px;
}
*/

/*	border: 0px; */
	/*vertical-align: top;*/


td.padding {
	padding: 5px;
}

td.thickpadding 
{
	padding: 20px;
}

td.paddingthicktop {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

th.padding {
	padding: 5px;
}

td.borderpadding {
	padding: 5px;
	border: 1px solid black;
}

th.borderpadding {
	padding: 5px;
	border: 1px solid black;
}

td.withborder 
{
	border: 1px;
	border-color: Black;
}

/* td.inputlabel {
	align: right;
	font-style: bold;
}
*/

.italics {
	font-style: italic;
}

div.break {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.example {
	margin: 10px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid black;
}

div.example table {
	width: 735px;
}

.centoventi {
	width: 120px;
}

.copyprotect {
	text-align: center;
	background-color: black;
	color: white;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bolder;
	border-top: 1px solid #FFFFFF;
}

.copyprotectleft {
	text-align: left;
	background-color: black;
	color: white;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bolder;
	border-top: 1px solid #FFFFFF;
}

/* Global button design */
input[type="submit"] {
	background-color:rgb(220,220,220);
	border-width: medium;
	border-style: outset;
	/* font-size: 12pt; */
}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.noborder { border: 0px; }
.centerboldlarge {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
}

.large {
	font-size: 12pt;
}

.rightbold {
text-align: right;
font-weight: bolder;
}

td + input {
	text-align: center;
}


div.response_block {
	position: relative;
	height: 50px;
	margin-top: 0px;
	background-color: #dddddd;
	margin-bottom: 5px;
}

div.response_block p {
	position: absolute;
	font-size: 10pt;
	line-height: 11pt;
	/*vertical-align: top;*/
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}


div.response_block > p:first-child {
	text-align: left;
	padding-left: 10px;
	width: 370px;
}

div.question {
	margin-top: 10px;
	margin-bottom: 0px;
	color: blue;
	padding-left: 10px;
	font-size: 12pt;
}

.bg_gray {
	background-color: #dddddd;
	padding: 4px;
}

.rbq {
	width: 240px;
	font-size: 12pt;
}

.rb1 { 
	left: 0px;
	width: 120px;
}

.rb2 { 
	left: 130px;
	width: 120px;
}

.rb3 { 
	left: 400px;
	width: 80px;
	text-align: center;
}

.rb4 { 
	left: 490px;
	width: 80px;
	text-align: center;
}
.rb5 { 
	left: 520px;
	width: 120px;
}

/*
span {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
}
*/

p.year>input {
	width: 8em;
	height: 1em;
}

input[size="4"] {
	width: 3em;
	height: 1em;
	font-size: 9pt;
}

textarea {
	width: 40em;
	height: 5em;
}

.nodisplay {
	display: none;
}

.important {
	font-weight: bold;
}

.box {
	border: 1px solid #660000;
	background-color: #fcc;
	padding: 0px 15px 5px 15px;
	color: black;
}

fieldset.widelabel label {
	width: 300px;
	margin-right: 5px;
	text-align: right;
	float: left;
	vertical-align: text-bottom;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
}

/* Added by J Miller to allow invisible columns in ASP.NET Gridview control */
.GridView_HiddenColumn
{
	display: none;
}

/* Added by J Miller to control ASP.NET Gridview column alignments */
.GridView_Alignment
{
	text-align: left
}

/* Added by J Miller to override label and textbox settings */
.labelright
{
	text-align: right;
}

.narrowtext
{
	width: 50px;
}

/* Added by J Miller to override radio button settings */
.RadOverrideLabel label
{
	width: 400px;
	text-align: right;
	font-weight: normal;
	  
}

.RadOverrideInput input
{
	width:20px;
	text-align: left; 
}

/* Use these for radio buttons with the text on the right. They offset the 
   effect of the CSS for "label" defined earlier. */
.RadOverrideLabelReverse label
{
	width: auto;
	margin-left: 5px;
	text-align: left;
	font-weight: normal;
	float: none;
}

.RadOverrideInputReverse input
{
	width:25px;
}

/* Added by J Miller for general background color control */

.lightgray
{
   background-color: #eeeeee;
}

/* Added by J Miller for longer text boxes */
.longbox400
{
	width: 400px;
}

.longbox300
{
	width: 300px;
}

.fixedwidth200
{
	width: 200px;
}

.fixedwidth100 {
    width: 100px;
}

.fixedwidth150 {
    width: 150px;
}


.fixedwidth250
{
	width: 250px;
}

/* Distance between paging buttons */
.buttondistance
{
	width: 300px;
}