* {
margin:0;
padding:0;
}

/* General Style Info */
html, body
{
background-color: #33393c;
font-family: "Verdana";
font-size: 11px;
line-height: 1.2em;
color: #33393c;
text-align: left;
}

a {
background-color: inherit;
color: #333;
text-decoration: underline;
font-weight: bold;
}
a:hover {
background-color: inherit;
color: #333;
text-decoration:none;
}
a:visited {
background-color: inherit;
color: #333;
text-decoration:underline;
}
a img {
border:none;
}
h1, h2, h3, h4 {
background-color: inherit;
font-weight:normal;
}
h1 {
color: #EEE;
font-size: 140%;
font-weight:bold;
margin: 0.1em 0;
padding-top: 1em;
padding-bottom: 1em;
}
h2 {
color: #666;
font-size: 140%;
font-weight:bold;
padding-top: 1em;
padding-bottom: 1em;
}
h3 {
color: #666;
font-size: 120%;
font-weight:bold;
padding-top: 1em;
padding-bottom: 1em;
}
h4 {
color: #666;
font-size: 110%;
font-weight:bold;
padding: 1em;
}
ul, li {
margin: 0 12px;
}

/* Layout */
#container {
text-align: left;
}

.header{
padding: 5px 10px 5px 10px;
border-top: 2px solid #333;
border-bottom: 5px solid #666;
}
.admin{
background-color: #777;
}
.nurse{
background-color: #BB0000;
}
.practice{
background-color: #6699cc;
}

#content{
background-color: #fff;
clear: both;
color: #333;
padding: 0px 10px 10px 10px;
overflow: auto;
}
#footer {
clear: both;
padding: 6px 10px;
color: #eee;
text-align: right;
}
#footer a{
color: #eee;
font-weight: normal;
}

/* Tables */
table {
background-color: #fff;
border: 1px solid #ccc;
clear: both;
color: #333;
border-collapse: collapse;
margin-bottom: 0px;
}
th {
background-color: #ccc;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}

th a {
display: block;
padding: 0px 2px;
text-decoration: none;
}

th a:hover {
background-color: #ccc;
color: #333;
text-decoration: none;
}

table tr td {
/*	background: #fff;
*/
border: 1px solid #ccc;
padding: 2px;
text-align: left;
vertical-align: top;
}
table tr.altrow td {
background: #f4f4f4;
}
td.actions {
text-align: left;
white-space: nowrap;
}
td.actions a {
display: inline;
margin: 0px 2px;
}

table.search {
border: 0px;
}

table.search td {
border: 0px;
vertical-align: bottom;
}

.cakeSqlLog table {
background: #f4f4f4;
}
.cakeSqlLog td {
padding: 4px 8px;
text-align: left;
}

/* Paging */
div.paging {
color: #333;
margin-bottom: 2em;
}
div.paging div.disabled {
color: #999;
display: inline;
}


/* Forms */

fieldset {
	border: 1px solid #ccc;
	margin-top: 0px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 0px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0em;
	vertical-align: text-top;
}
form div.input {
	font-size: 100%;
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
label {
	display: block;
	font-size: 110%;
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
	padding: 3px;
	margin: 3px;
	border:1px solid #AAA;
	background: #FFFFFF url(/img/input.gif) no-repeat scroll -3px -3px;

}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-family: inherit;
	font-size: 100%;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px;
	width: auto;
	vertical-align: bottom;
	background: #DDD;
	border:1px outset #666;
}

input.text:focus, input:focus, textarea:focus, select:focus {
  border:1px solid #333;
  background: #FFF;
  background-image: none;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
color: #990000;
font-size: 100%;
font-weight: bold;
margin: 0px 0px;
}
div.error-message {
clear: both;
}
div.error em {
font-size: 120%;
color: #003d4c;
}
span.notice {
background-color: #c6c65b;
color: #fff;
display: block;
font-size: 140%;
padding: 0.5em;
margin: 1em 0;
}

/*  Actions  */
div.actions {
clear: both;
margin-top: .2em;
text-align: left;
}
div.actions ul {
margin: 0;
padding: 0;
}
div.actions li {
display: inline;
list-style-type: none;
margin: 0 2em 0 0;
padding: 0;
}
div.actions ul li a {
background: #fff;
color: #003d4c;
text-decoration: none;
}
div.actions ul li a:hover {
background: #003d4c;
color: #fff;
}

/* Related */
div.related {
clear: both;
display: block;
}

/* Debugging */
pre {
color: #000;
background: #f0f0f0;
padding: 1em;
}

pre.cake_debug {
background: #ffcc00;
font-size: 120%;
line-height: 18px;
margin: 4px 2px;
overflow: auto;
position: relative;
}
div.cake-stack-trace {
background: #fff;
color: #333;
margin: 4px 2px;
padding: 4px;
font-size: 120%;
line-height: 18px;
overflow: auto;
position: relative;
}
div.cake-code-dump pre {
position: relative;
overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
color: #000000;
background-color: #F0F0F0;
border: 1px dotted #606060;
margin: 4px 2px;
padding: 4px;
overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
clear: both;
font-size: 12px;
line-height: 5px;
margin: 4px 2px;
padding: 4px;
overflow: auto;
}
div.cake-code-dump span.code-highlight {
background-color: #FFFF00;
}

.sortable-list {
list-style-type : none;
margin : 0;
}
.sortable-list li {
border : 1px solid #333;
cursor : move;
margin : 2px 0 2px 0;
padding : 1px;
background : #FFF;
width : 300px;
}

tr.alt td {
background: #F5F5F5;
}
    
tr.over td {
background: #EEEEFF;
}

div#list img {
float: left;
margin: 0px;
border: 2px solid #FFF;
}

#viewtable td{
text-align:left;
padding:2px;
}

a {
outline:none;
}


#branding h1
{
	font: bold italic 2.1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0px;
	padding: 10px 0px 10px 30px;
}

#branding h1 span
{
	font: italic 0.7em Georgia, "Times New Roman", Times, serif;
	color: #6da9d2;
}

/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#page-navigation
{
	background-color: #4a5154;
	padding: 6px 10px 6px 30px;
}

#page-navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-navigation ul li
{
	float: left;
	margin: 0px 10px 0px 0px;
}

#page-navigation ul li a
{
	font: bold 1.1em Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 10px 4px 10px;
}

#page-navigation ul li a:hover
{
	color: #ff6600;
}

#page-navigation ul li.active a
{
	background-color: #ff6600;
	color: #fff;
}

 /*printer styles*/ 
@media print{ 
#branding{display:none;} 
}
* {
margin:0;
padding:0;
}

tr.even td {
background: #F5F5F5;
}

tr.odd td {
background: #DDD;
}