/*
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:750px;
	color:#4C4C4C;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;

}

#header_wrapper, #nav_wrapper, #content_wrapper {
	width:765px;
}

/* top right breadcrumbs */
#breadcrumbs {
	float:right;
	margin:0 10px 0px 0;
	font-size:85%;
}

/* 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%;
	font-family:serif;
	font-size: 2.3em;
}

/* left navigation area */
#content_left{
	float:left;
	width:145px;
}

#content_left  .left_menu{
	float:left;
	width:145px;
	line-height:155%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;

}

#navLeft{
  background:#FFFFCE url(/images/menu-top.png) no-repeat top center;
}

#membersLeft{
  background:#FFFF99 url(/images/menu-top2.png) no-repeat top center;
}

#content_left .left_menu h2 {
	margin-top:10px;
	margin-left:5px;
}

#content_left .left_menu p {
	padding:0;
	margin:8px 0 0 8px;
}
#content_left .left_menu ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
}
#content_left .left_menu li { /* main navigation list item */
	display:block;
	list-style-image: none;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-weight:bold;
}

#content_left .left_menu li.sub { /* sub navigation list item */
	display:block;
	list-style:none;
	list-style-image: none;
	width:100%;
	padding:0;
	font-weight:normal;
	}

#navLeft li.sub a {
	border-left:7px #FFFFCE solid;
	}

#membersLeft li.sub a {
	border-left:7px #FFFF99 solid;
	}


#content_left .left_menu li.sub a:hover {
	border-left:5px #fee449 solid;
	padding: 0 0 0 2px;
	}
#content_left .left_menu a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#4C4C4C;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:7px;
}
#content_left .left_menu a:hover, #content_left .left_menu a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#1F3E9D;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:7px;
}

#content_left .menu-bottom {
  height: 30px;
  margin: -15px -5px -5px -5px;
  width: 155px;
}

#navLeft .menu-bottom{
  background: #FFFFCE url(/images/menu-bottom.png) no-repeat bottom center;
}

#membersLeft .menu-bottom{
  background: #FFFF99 url(/images/menu-bottom2.png) no-repeat bottom center;
}

/* main textual content area */
#content {
	padding:5px;
	margin:0 0 10px 0;
	line-height:140%;
/*	background-color:#FFF;*/
	text-align:left;
	float:right;
	width:580px;
}
#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, 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:#BBFF83 url(images/icons/success.png) right center no-repeat ;
	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;
}

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 tr:hover {
	background-color:#FFFFCE;
}

.record_display th {
	background-color:#FFFFEE;
	border-bottom:2px #F0F0FF solid;
	padding:4px;
}

.record_display a {
	display:block;
  }
  
a img {
	text-decoration:none;
}

img {
	border:none;
	}

span.hvo {
	color:#D6001D;
	font-weight:400;
}

span.title {
	font-weight:bold;
	width:10em;
	float:left;
}

div.note {
	margin-left:11em;
}

div.error {
	background:#FFDBA8 url(images/icons/important.png) no-repeat right;
	margin: 8px 15px;
	padding: 8px 55px 8px 8px;
	font-weight:bold;
	border:2px solid #FFE374;
}

.field_error {
	border: red 3px solid;
	background-color:#FFDBA8;
}

li {
	list-style-image: url(images/icons/bullet_go.gif);
}

legend {
font-weight:bold;
}

.right {
	float:right;
	margin: 0px 0px 0px 4px;
}
.right img, .content_centre img{
padding: 4px;
background-color:#FFFFEE;
border-top:#EDEDDD 1px solid;
border-right:#EBEBDB 1px solid;
border-bottom:#EBEBDB 1px solid;
border-left:#EDEDDD 1px solid;
}

.show {
display:block;
}

.hide {
display:none;
}

/* ABLECODE MODIFICATIONS START */
#phone1_area{
  width:20px;
}

#phone1{
  width:90px;
}

#featuredArticles{
  background: #FFFF99;
  margin: 5px;
  padding:1px 10px 10px 15px;
/*  border: 2px black dashed; */
}

/* ABLECODE MODIFICATIONS END */