/* This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, */
/* using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express  */
/* permission of Home Care Business Services. */
/* */
/* $Revision: 1.2 $ */
/* $Id: _styles.css,v 1.2 2009/02/16 20:15:17 arlen Exp $ */
/* $Date: 2009/02/16 20:15:17 $ *//* Holly Hack - to get rid of IE disappearing text \*/
* html #content-noside {
	height: 0;
}

* html #content {
	height: 0;
}

/* End hide from IE5-mac */

body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	min-width: 775px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#wrapper {
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0;
	margin: 0;
	line-height: 1%;
	border-bottom: 1px solid #cccccc;
}

#main {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;

}

#sidebar {
	float: left;
	width: 150px;
	background-color: #33339a;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

#sidebar h1 {
	font-size: 90%;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

#sidebar p {
	font-size: 80%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	font-size: 80%;
	text-align: center;
	padding: 0;
	margin: 3px;
}

/* Sidebar navigation */
#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 140px;
background-color: #33339a;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #66669a;
color: #ffffff;
}

/* End sidebar navigation */

#content-noside {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 90%;
}

#content-noside h1 {
	font-weight: bold;
	font-size: 120%;
	color: #33339a;
	text-align: center;
	padding: 0 10px 0 10px;
	clear: both;
}

#content-noside .h1-left {
	font-weight: bold;
	font-size: 120%;
	color: #000000;
	text-align: left;
	padding: 0 10px 0 10px;
	clear: both;
}

#content-noside .h1-right {
	font-weight: bold;
	font-size: 120%;
	color: #000000;
	text-align: right;
	padding: 0 10px 0 10px;
	clear: both;
}

#content-noside .h2-right {
	font-weight: bold;
	font-size: 110%;
	color: #33339a;
	text-align: right;
	padding: 0 10px 0 10px;
}

#content-noside .h2-left {
	font-weight: bold;
	font-size: 110%;
	color: #33339a;
	text-align: left;
	padding: 0 10px 0 10px;
}

#content-noside p {
	padding: 0 10px 0 10px;
}

#content-noside .p-right {
	padding: 0 10px 0 10px;
	text-align: right;
}

#content-noside .p-left {
	padding: 0 10px 0 10px;
	text-align: left;
}

#main2-noside {
  margin: 0;
	background-color: #ffffff;
}

.left-img {
	float: left;
	padding: 0 10px 5px 0;
}

.right-img {
	float: right;
	padding: 0 0 5px 10px;
}

#wrapper-wside {
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin: 0;
	margin: 0 0 0 20px;
	padding: 5px;
	font-size: 85%;
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
}

#content h1 {
	font-weight: bold;
	font-size: 120%;
	color: #33339a;
	text-align: center;
	border-bottom: 1px solid #33339a;
}

#content h2 {
	font-weight: bold;
	font-size: 110%;
	color: #00cc00;
	text-align: left;
	padding: 0;
	margin: 0;
}

#content h3 {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
	text-align: left;
	padding: 0;
}

#content p {
	padding: 0;
}

#content td {
	font-size: 100%;
}

#content .schedule {
	font-size: 80%;
}

#content .schedule p {
	padding: 0;
	text-align: left;
}

#content .schedule a:link, #content .schedule a:visited, #content .schedule a:active {
	color: #33339a;
	text-decoration: underline;
}

#content .schedule a:hover {
	color: #33339a;
	text-decoration: none;
}

#content .sch-green {
	color: #009900;
}

#content .sch-blue {
	color: #0000FF;
}

#content .sch-red {
	color: #FF0000;
}

#content .sch-orange {
	color: #FF9900;
}

#content .sch-purple {
	color: #9900FF;
}

#content .alert {
	color: #FF0000;
}

#content .message {
	color: #009900;
}

#clearone {
  clear: both;
  height: 0px;
}

#main2 {
  margin: 0;
	background-color: #ffffff;
  background-image: url(new_images/sidebar_bg.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1%;
}

#dms-footer {
	text-align:center;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #888888;
}

.list-border {
	border: 1px solid #33339a;
}

.list-hdr {
	text-align: center;
	font-weight: bold;
	background-color: #8585c2;
	text-transform: capitalize;
}

.list-altrow {
	background-color: #e1e1f0;
}

.form-border {
	border: 1px solid #33339a;
	background-color: #e1e1f0;
}

.form-label-req {
	text-align: right;
	font-weight: bold;
	background-color: #8585c2;
}

.form-label {
	text-align: right;
	background-color: #8585c2;
}

input {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #cccccc;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.buttonimg {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

textarea {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #33339a;
}

a:hover {
	text-decoration: none;
	color: #33339a;
}

#dms-footer a:link, #dms-footer a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #888888;
}

#dms-footer a:hover, #dms-footer a:active {
	text-decoration: none;
	font-weight: normal;
	color: #888888;
}

.login-user {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 145px;
}

.login-pass {
	border: 1px solid #33339a;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 80px;
}

.login-label {
	font-weight: bold;
	font-size: 85%;
	color: #33339a;
}

#navbar ul, #navbar ul li{ 
	margin:0;  
	list-style:none; 
	float:left;
	color:#000000; 
	font-weight:bold;
	background:#909090; 
	text-decoration:none; 
	height:24px; 
	line-height:24px; 
	display:inline; 
	float:left; 
	width:auto; 
	padding:0px 2px;
	}

#navbar a {
	color:#FFFFFF; 
	font-weight:bold;
	}

#navbar a:hover{
	background:#777777;
	}

#navbar li a:link, #navbar li a:visited {
	background:#909090; 
	text-decoration:none; 
	height:24px; 
	line-height:24px; 
	display:inline; 
	float:left; 
	width:auto; 
	padding:0px 5px;
	}

