 @charset "ISO-8859-1";
 .ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 745px !important;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
.detailsName {
	font: 15px Tahoma;
	vertical-align: text-top;
	width: 110px;
	display: block;
	color: #03f;
}
li.therapyText {
	text-align:left;
	width: 150px;
	display: block;
	text-indent: -20px;
}
.map {
	padding: 4px;
	border: 2px solid rgb(0, 153, 255) !important;
}
table.detailsTableOuter {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: 1px solid rgb(0, 153, 255);
	padding: 10px !important;
}
ul.therapiesBox {
	background-color: none !important;
}
.detailsValue {
	font: 14px  Tahoma;
	vertical-align: text-top;
	color: #111;
	padding: 4px;
}
.detailsValue a {
	word-wrap: break-word;
	width: 184px;
	display:block;
}
.detailsHeader {
	font: 25px  Tahoma;
	color: rgb(68, 68, 68);
}
span.form-required {
	color:#F00;
	font-weight:bold;
}
body {
	font:10px Tahoma;
	background-color:#eeeeee;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	list-style-type: none;
}
h1 {
	border-bottom: 1px solid #C0C0C0;
	font: 18px Tahoma;
	padding: 4px;
}
h2 {
	border-bottom: 1px solid #C0C0C0;
	font: 16px Tahoma;
	padding: 4px;
}
.normal {
	font: 12px Tahoma;
	padding: 2px;
}
.errorBox {
	font:10px Tahoma;
	border: 1px solid #FF0000;
	color: #ff0000;
	font-weight: normal;
	margin: 10px 0;
	min-height: 30px;
	padding: 4px 12px 4px 50px;
	width: 500px;
}
.formLabel {
	font:15px Tahoma;
	color: #000000;
}
.formLabelError {
	font:15px Tahoma;
	color: #ff0000;
}
ul li {
	font:15px Tahoma;
	list-style-type: none;
}
input[type='textbox'], input.form-textbox {
	width: 120px;
	display: inline;
	margin: 0 10 0 0;
}
input[type='checkbox'] {
	width: 20px;
	display: inline;
	margin: 0 10 0 0;
}
input[type='radio'] {
}
select {
	border: 1px solid #666666;
	width: 120px;
	display: inline;
	margin: 0 0 0 0;
}
textarea {
	border: 1px solid #666666;
	display: inline;
	margin: 0 0 0 0;
}
label {
	display: inline;
	margin: 0 0 0 0;
}
table {
	margin-bottom: 20px;
}
table.searchTable {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	font:15px Tahoma;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #09F;
}
table.searchTable:hover {
	border: 1px solid #06C;
	background-color: #FCFCFC;
	-moz-box-shadow:    0px 0px 5px 6px #ccc;
	-webkit-box-shadow: 0px 0px 5px 6px #ccc;
	box-shadow:         0px 0px 5px 6px #ccc;
}
table.detailsTableOuter:hover {
	border: 1px solid #06C;
	-moz-box-shadow:    0px 0px 5px 6px #ccc;
	-webkit-box-shadow: 0px 0px 5px 6px #ccc;
	box-shadow:         0px 0px 5px 6px #ccc;
	background-color: #F5F5F5;
}
table.resultsTable {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	border: 1px solid #FF0000;
	background-color: #ffeeee;
}
.detailsPractitioner {
	font: 20px Tahoma;
	color: #000088;
}
.adminField {
	font: 12px Tahoma;
	vertical-align: text-top;
	color: #000000;
	padding: 4px;
}
.adminData {
	font: 11px Tahoma;
	vertical-align: text-top;
	color: #000000;
	padding: 4px;
}

.adminTable caption {
  background: #ddbb66;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  font:25px Tahoma;
}
.adminTable tr:nth-child(even){
	background: #ffffdd;
}
.adminTable tr:nth-child(odd){
	background: #ffffff;
}
