body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 725px;
}

pre {
	white-space: pre-line;
}

.searchForm {
	border: thin solid #000000;
	text-align: left;
	display: inline-block;
	padding: 5px;
	white-space: nowrap;
}

.loginForm {
	border: thin solid #000000;
	text-align: center;
}

.headerLeftFloat {
	position: absolute;
	left: 0px;
	top: 0px;
}

.headerRightFloat {
	float: right;
	text-align: right;
	padding-right: 15px;
}

.clear {
	clear: both;
}

.dullHeader {
	text-decoration: underline;
	font-weight: bold;
	color: #888888;
}

.dullText {
	color: #888888;
}

.preText {
	white-space: pre-line;
}

.underlined {
	text-decoration: underline;
}

.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.xsmall {
	font-size: x-small;
}

.pageNumber {
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
}

.requiredFieldFlag {
	color: #FF0000;
	font-weight: bold;
}

.row1 {
	background-color: #EEEEEE;
	font-size: small;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #EEEEEE;
}

.row1:hover {
	background-color: #FFFFF0;
	font-size: small;
	padding: 2px;
	border: solid;
	border-style: dashed;
	border-width: thin;
}

.row2 {
	background-color: #DDDDDD;
	font-size: small;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #DDDDDD;
}

.row2:hover {
	background-color: #FFFFF0;
	font-size: small;
	padding: 2px;
	border: solid;
	border-style: dashed;
	border-width: thin;
}

.nullRow {
	color: #666666;
	font-style:italic;
	font-size: small;
}

.toolBox {
	float: right;
	font-size: small;
	border: solid;
	border-width: thin;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.largeToolBox {
	float: right;
	font-size: normal;
	font-weight: normal;
	border: solid;
	border-width: thin;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.smallToolBox {
	float: right;
	font-size: x-small;
	border: solid;
	border-width: thin;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.searchFormSection {
	display: inline-block;
}

.searchFormSectionSpacer {
	display: inline-block;
	width: 10px;
}

.searchResultsArea {
	clear: both;
	margin: 15px;
}

.searchResultsHeader {
	background-color: #cfcbb2;
	font-size: x-large;
	font-weight: bold;
	padding-left: 25px;
	padding: 10px;
}

.resultsFooter {
	text-align: center;
	background-color: #cfcbb2;
	font-size: large;
	font-weight: bold;
	padding: 5px;
	height: 27px;
	vertical-align: middle;
}

.searchResultDescription {
	margin-left: 50px;
}

.commentBox {
	clear: both;
	border: solid;
	border-width: thin;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 2px;
}

.description {
	margin-left: 25px;
	font-size: small;
	font-style: italic;
}

.mbMessage {
	white-space: pre-line;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

.mbUserPicLeft {
	float: left;
	margin: 3px;
}

.question {
	margin-top: 50px;
}

.answer {
	margin-left: 25px;
	text-indent: 15px;
	font-size: small;
}

.hipaaDump {
	font-size: x-small;
	font-style: italic;
}

.userPicture {
	border: hidden;
}

.userPictureSmall {
	border: hidden;
	width: 50px;
	height: 50px;
}

.userPictureXSmall {
	border: hidden;
	width: 25px;
	height: 25px;
}

.userPictureXXSmall {
	border: hidden;
	width: 15px;
	height: 15px;
}

.accountSectionArea {
	display: inline-block;
	vertical-align: text-top;
}

.accountSection {
	text-align: left;
	background-color: #F0F0F0;
	width: 450px;
	margin: 5px;
	padding: 5px;
}

.sessionPlanBox {
	width: 450px;
	border: solid;
	border-width: thin;
}

.formField {
	margin: 8px;
}

.formFieldDescription {
	float: left;
	color: #666666;
	font-style:italic;
	font-size: small;
	width: 350px;
	margin-left: 5px;
}

.floatField {
	float: left;
}

.sessionPlanSection {
	margin: 5px;
}

.commentText {
	white-space: pre;
	font-size: small;
}

.dateFloat {
	float: right;
	margin-right: 15px;
	font-size: x-small;
	text-align: right;
}

.sessionPlanDescription {
	white-space: pre;
	
}