body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #bdcbe6;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
a:link {
	color: #0054a6;
}
a:visited {
	color: #330066;
}
a:active {
	color: #0054a6;
}
a:hover {
	color: #ce464c;
}
form {
	margin: 0px 0px 0px 0px;
}
td {
	font-family: Arial;
	font-size: 10pt;
	color: #1d1f20;
}

/* Dotted Hr */
hr.dotted {
	border: none;
	height: 7px;
	background: url("/images/dotted.gif") repeat-x bottom;
	width: 100%;
}

input.registerbtn {
	width: 190px;
	height: 30px;
	margin: 20px;
}

/* Problematic input field */
.oops {
	border: 2px solid red;
	background: #FFF0F0;
}

.copyr {
	font-size: 8pt;
	color: #808080;
}
.searchbox {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
}
.headerblue {
	font-size: 13pt;
	color: #0f285f;
	font-weight: bold;
}
.regheader {
	font-size: 18pt;
	color: #0f285f;
	font-weight: bold;
}
.headerblack {
	font-size: 11pt;
	color: black;
}
.header {
	font-size: 15pt;
	font-weight: bold;
}
.subtitle {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}
.errorbox {
	width: 100%;
	font-size: 11px;
	background-color: #FFD5D5;
	border: 1px solid #FF0000;
	padding: 6px;
	margin-bottom: 10px;
}
.notice {
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #ffffcc;
	border: 1px solid #cccc33;
}
#debug {
	background-color: #FFD2D2;
	border: 4px dashed #CC0000;
	font: 8pt Tahoma;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
}
.smallbtn {
	cursor: hand;
	width: 50px;
	font-family: Arial;
	font-size: 11px;
   color: #314d7b;
   background-color: #deefef;
   border: 1px solid #29929c;
}
.ughdr {
	font-size: 13pt;
	font-weight: bold;
	color: #737373;
}
.ugtxt {
	font-size: 10pt;
	color: black;
}
.hidden {
	background-color: #f7e9ba;
	text-align: center;
	padding-top: 9;
	padding-bottom: 9;
}
.avgscore {
	font-size: 15pt;
	font-weight: bold;
	color: #330066;
}
.faqbox {
	background-color: #fdfdfd;
	border-collapse: collapse;
	border: 1px solid #ced8e8;
	padding: 7px;
}

.srch_name {
	font-size: 12pt;
	font-weight: bold;
}
.srch_intro {
	font-size: 9pt;
	color: #000040;
}
.srch_loc {
	font-size: 8pt;
}
.srch_serv {
	font-size: 9pt;
	text-align: center;
}
.srch_dist {
	font-size: 9pt;
	font-weight: bold;
	color: #0f285f;
	text-align: center;
}
.stats_border {
	border: 1px solid #0054a6;
}

/* Editing contact and profile details */
td.property {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
td.property > em:first-child {
	color: red;
}

/* Required title above forms */
#required {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	padding: 6px;
	margin: 5px 20px 5px 20px;
	background-color: #f7f4fb;
	width: 465px;
}
#required > em:first-child {
	color: red;
}

/* Registration note */
td.note {
	font-size: 8pt;
	color: #0f285f;
	background-color: #f8f8f8;
	padding: 4px;
}

/* My Account */
.bg-caregiver { background-color: #f7f4fb; }
td.header-caregiver { background-color: #dacee7; }
.bg-parent { background-color: #f4f9fc; }
td.header-parent { background-color: #ced8e8; }

blockquote.inyourarea {
	 margin-top: 0px;
	 margin-left: 20px;
}

/* Button Colors */
input[type="submit"],input[type="button"] {
   color: #314d7b;
   font-family: Arial;
   font-weight: bold;
   background-color: #deefef;
   border: 1px solid #29929c;
   padding: 2px 7px 2px 7px;
   cursor: pointer;
   margin-right: 15px;
}

input.pink {
   color: #7B3169;
   background-color: #E9DEF0;
   border: 1px solid #7A2A9C;
}

/* Form Submit Area */
.submit {
	padding: 6px;
	margin: 15px 20px 5px 20px;
	background-color: #f7f4fb;
	width: 465px;
}

/* Admin */
td.task { width: 33%; text-align: center; font-weight: bold; font-size: 16px; }
img.noborder { border: none; padding-bottom: 9px; }