
.apptable {
	page-break-after: always;
}

.apptable tr td {
	page-break-inside: avoid;
}

.apptable .subquestion {
	page-break-inside: avoid;
}

#center {
	page-break-inside: auto;
}

#footer {
	page-break-before: avoid;
}


html, body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
	color: #000;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}


* {
	color: #000;
}

a * {
	color: inherit;
}

table {
	font-size: 11px;
}

a {
	color: #b00;
	text-decoration: underline;
}

a:hover {
	color: #00b;
}

#center a:link:after, #center a:visited:after, #right a:link:after, #right a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#center a[href^="/"]:after, #right a[href^="/"]:after {
	content: " (http://www.samaritanguide.com" attr(href) ") ";
}

#program-navigation a:link:after, #program-navigation a:visited:after {
	content: "";
}

#program-navigation a[href^="/"]:after {
	content: "";
}


   

#header {
	display: none;
}
#login {
	display: none;
}


#center {
width: 100%;
}

#right {
	display: none;
}

#right-blank {
	display: none;
}

#footer {
clear: both;
padding-top: 15px;
text-align: center;
}

/*** Just for Looks ***/

#center {
background: #fff;
}


#container .column {
padding-top: 1em;
}


#right-column_end {
	display: none;
}

#inner-wrapper {
	width: 100%;
	background-color: #fff;
}


#navigation {
	display: none;
}



#program-navigation {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7B9FB2;
	height: 19px;
}


#program-navigation a {
	display: block;
	position: relative;
	padding: 3px 10px;
	float: left;
	text-decoration: none;
	color: #222;
	border-left: 1px solid #7B9FB2;
	border-top: 1px solid #7B9FB2;
	border-right: 1px solid #7B9FB2;
	margin-left: 10px;
	height: 12px;
	margin-bottom: -1px;
}

#program-navigation a:hover {
	background-color: #C8D7DF;
	color: #000;
	border-top: 1px solid #777;
	border-right: 1px solid #AAA;
	border-left: 1px solid #777;
}

#program-navigation a.selected {
	background-color: #fff;
	height: 13px;
	font-weight: bold;
}

table.score-table {
	display: table;
	border-collapse: collapse;
	/*width: 500px;*/
	width: auto;
}

table thead th {
	vertical-align: top;
}

.score-table td {
	border-bottom: 1px solid #ccc;
	padding: 1px 1em;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
}




#search-shortcuts ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 12px;
	list-style: none;
}

#search-shortcuts ul li {
	
}

#search-shortcuts ul li a {
	background-color: #fff;
	border: 1px solid #ABC1CF;
	border-bottom: 1px solid #4D7284;
	border-right: 1px solid #4D7284;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	width: 180px;
}


#search-shortcuts ul li a:hover {
	background-color: #C8D8DF;
	border: 1px solid #ABC1CF;
	border-top: 1px solid #4D7284;
	border-left: 1px solid #4D7284;
}

#search-results {
	width: 730px;
	border: 1px solid #ABC1CF;
	border-spacing: 0 0;
}

#search-results th {
	padding: 4px;
	font-size: 1.1em;
}

#search-results td {
	padding: 4px;
	margin: 0;
}

.odd {
	background-color: #C8D8DF;
}

.even {
	background-color: rgb(239, 245, 254);
}

.centered, .center {
	text-align: center;
}




/* Registration and Forms */

.messages {
	display: table;
	padding: 3px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 3px;
}

.messages .msgcontainer {
	display: table-row;
}

.errormsg_odd, .errormsg_even {
	border: 2px solid #a00;
	padding: 3px;
	background-color: #ffe5e5;
	text-align: left;
	display: table-cell;
}

.errormsg_odd {
	background-color: #ffcccc;
}

.noticemsg_odd, .noticemsg_even {
	border: 2px solid #0a0;
	padding: 3px;
	background-color: #e5ffe5;
	text-align: left;
	display: table-cell;
}

.noticemsg_odd {
	background-color: #ccffcc;
}

.formgroup {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 26px;
}

.formgroup h3 {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
	margin-top: -26px;
	width: 250px;
}

.formgroup .formbox {
	margin-bottom: .7em;
	clear: both;
}

.formgroup .formbox .label {
	font-weight: bold;
	float: left;
	width: 200px;
}

.formgroup .formbox .label .note {
	font-weight: normal;
	font-style: italic;
}

.formgroup .formbox .answer {
	margin-left: 210px;
}

.formgroup .formbox input[type="text"], .formgroup .formbox input[type="password"] {
	width: 300px;
	border: 1px solid #999;
	font-size: 11px;
}

.required {
	color: #d00;
}

.formsubmit {
	text-align: center;
	margin-top: 1em;
}



.center {
	text-align: center;
}

.searchbar {
	display: none;
}

.noprint {
	display: none !important;
}



.adminbar {
	display: none;
}




.page {
	page-break-after: always;
}

.page-section {
	page-break-inside: avoid !important;
}

.page-section table {
	page-break-inside: avoid !important;
}

.pagetitle {
	display: block;
}






.charttable {
	border-spacing: 0;
	border-collapse: collapse;
	width: 300px;
	text-align: left;
}

.charttable tr td {
}



h2.nopadding, h3.nopadding, hr.nopadding {
	margin: 0;
}

hr.noshow {
	border: 0;
}