/*
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	margin-top:0px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width:400px;
	color:#4C4C4C;
	font-size:80%;
	line-height:130%;

}

#header_wrapper, #nav_wrapper, #content_wrapper {
	width:765px;
}

/* top right breadcrumbs */
#breadcrumbs {
display:none;
}

/* blue wave header image */
#header {
	clear:right;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#header img {
	float:right;
}

#header h1 {
	color:#1F3E9D;
	height:115px;
	margin:0 15px;
	padding:0;
	line-height:2em;
	font-size:180%
}

/* left navigation area */
#content_left {
	display:none;
}
#content_left p {
	display:none;
}
#content_left ul { /* starts left navigation */
	display:none;
}
#content_left li { /* main navigation list item */
	display:none;
}

#content_left li.sub { /* sub navigation list item */
	display:none;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:none;
}
#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:none;
}

/* main textual content area */
#content {
	padding:5px;
	line-height:140%;
	text-align:left;
	width:88%;
}
#content p {
	padding:0;
	margin:8px 0 0 2px;
}
#content_l { /* main textual content area (left box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:left;
	width:48%;
}
#content_r { /* main textual content area (right box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
	width:48%;
}

/* header tags */
h1 {
	color:#1F3E9D;
	font-size:130%;
	display:block;
	width:100%;
	font-family:serif;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin-top:25px;
	padding:0;
	color:#3D5BB2;
}

div.content + h2, div.content_navigation h2 {
margin-top:0;
}

div.content_centre
{
	text-align:center;
	margin:10px 0px;
	padding:10px 0px;
}
/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#1F3E9D;
}
a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:765px;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}

.pretty_form {
	color:#4C4C4C;
	background-color:#FFFFEE;
	border:2px solid #F0F0F0;
	padding: 5px;
	margin: 6px 3px;
}

div.success {
	background-color:#BBFF83;
	margin: 8px 15px;
	padding: 8px;
	font-weight:bold;
}

table {
	color:#4C4C4C;
}

/*Calendar styles */
table.calendar {
	border: 1px #F0F0F0 solid;
	margin: 5px auto;
	width: 100%;
}
.hour
{
	background: #ffe;
	color: #c66;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width:4em;
}

table.calendar td {
	border: 2px white solid;
}

td.available a, td.unavailable a, td.pending a, th a {
display:block;
width:100%;
height:100%;
}

td.available {
	background-color: #C4FF88;
/* 	padding: 2px; */
	margin: 2px;
	text-align:center;
}

td.available:hover {
	background-color: #9AFF3C;
/* 	padding: 2px; */
	margin: 2px;
}

td.unavailable {
	background-color: #DBDBDB;
	padding: 2px;
	margin: 2px;
	color: #ABABAB;
	font-size: x-small;
	text-align:center;
}

td.past {
	background-color: #DBDBDB;
	padding: 2px;
	margin: 2px;
	color: #ABABAB;
	font-size: x-small;
}

td.available a {
/*	display:block;*/
	text-decoration: none;
}

td.booked {
	background-color: #DBDBDB;
/* 	display: block; */
	padding: 2px;
	margin: 2px;
	color: #ABABAB;
	text-align:center;
}

td.reserved {
	background-color: #00CCCC;
/* 	display: block; */
	padding: 2px;
	margin: 1px;
	font-size: x-small;
	text-align:center;
}

div.pretty_form textarea {
	height:5em;
	width:20em;
}
div.patient_info input {
	width:250px;
}


table.record_display {
	border: 1px #F0F0F0 solid;
	margin: 5px auto;
	width: 100%;
}
.record_display td {
	border-left: 1px #F0F0F0 solid;
	padding: 3px 3px;
}

.record_display tr.even {
	background-color:#FFFFEE;
	padding: 3px 1px;
}

.record_display th {
	background-color:#FFFFEE;
	border-bottom:2px #F0F0FF solid;
	padding:4px;
}


span.hvo {
	color:#D6001D;
	font-weight:400;
}

div.error {
	background:#FFDBA8 url(images/icons/error.gif) no-repeat right;
	margin: 8px 15px;
	padding: 8px 55px 8px 8px;
	font-weight:bold;
}

li {
list-style-image: url(images/icons/bullet_go.gif);
}

legend {
font-weight:bold;
}