body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #eaebea;/*#c0ccc0;#a0aaa0;*/
}
a:link {
}
a:visited {
}
a:hover {
	color: #ef4035;
}
a:active {
	color: #ef4035;
}

img{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -390px;
	margin-right: -390px;
	margin-top: 10px;
	margin-bottom: -10px;
	width: 780px;
}
#heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 135px;
	background: #0054A5;
}
#logotop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 134px;
}
#printlogotop {
	display: none;
}

#navBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	text-align:left;
	background: #20c574 /*url('deimages/menubg.gif') repeat-x top*/;
	z-index:5;

} 

#body {
	position: absolute;
	top: 136px;
	left: 0;
	width: 100%;	
	background: #fff;
}
#contentwrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	background: #fff url('deimages/pagebg.gif') bottom right repeat-y;
}
#content {
	float: left;
	width: 598px;
	padding-top: 33px;
	padding-bottom: 10px;
}
#content h1, #content h2 {
	margin: 6px 0;
}
#content h1 {
	font-size: 1.7em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.0em;
}
#content h4 {
	font-size: .9em;
}
#content p, #content ul, #content ol {
	font-size: .8em;
}
img.handimage {
	float: left;
	margin: 0 3px 3px 0;
	vertical-align: text-top;
}
p.hand {
	background: #fff;
}
/* used for most pages - still shows right sidebar */
#singlecolumn {
	width: 566px;
	padding: 0 3px; 
	margin: 0 10px 10px 10px;/*total 592px*/
	background: url('deimages/bg.gif') no-repeat left 130px;
}
#singlecolumn h1 {
	margin: 4px 0;
	border-bottom: 2px solid #0054a5;
}
.providers {
	margin: 4px 10px;
}
.providers h2 {
	clear: both;
}
.provider  {
	margin: 2px 8px;
	clear: both;
}
.providerlist  {
	margin: 8px 8px;
	clear: both;
	font-size: .8em;
}
.providername {
	color: #0054a5;
	font-weight: bold;
}
.providerinfo {
	/*used for address and phone under name in single-provider view */
	float: right;
	text-align: right;
	margin: 0 0 4px 4px;
	padding: 3px;
	font-weight: bold;
	border-left: 1px solid #0054a5;
}
.thumb{
	float: left;
	margin: 2px 4px;
	vertical-align: text-top;
}
.portrait {
	float: left;
	margin: 6px 8px 4px 0;
	vertical-align: text-top;
}
ul.resourceslist {
	font-size: 1em;
	font-weight: normal;
} 
ul.resourceslist li {
	padding: 3px 0 2px 25px;
	list-style: none;
}
ul.resourceslist li.blue {
	background: url('deimages/little_blue_hand.gif') center left no-repeat;
}
ul.resourceslist li.red {
	background: url('deimages/little_red_hand.gif') center left no-repeat;
}
ul.resourceslist li.green {
	background: url('deimages/little_green_hand.gif') center left no-repeat;
}
#contentleft {
	float: left;
	width: 270px;
	padding: 0 3px; 
	margin: 0 10px;/*total 296px*/
}
#contentright {
	float: right;
	width: 260px;
	padding: 0 3px; 
	margin-right: 10px;/*total 276px*/
}
/*total 572px*/
#rightside {
	float: right;
	width: 180px;
	padding: 0;
	margin-top: 30px; /*total 180px*/
}
/*total 722px*/
#rightside p {
	font-size: .8em;
}
/* this is used in secure messaging app */
#homebutton {
/*

	margin-top: 4px;
	margin-left: 45%;
*/
	margin: 10px;
	font-weight: bold;
}
.infooutput {
	font-weight: normal;
	font-size: 1em;
	background-color: #efefef;
	border: 2px solid #0054A5;
	padding: 4px;
	}
.infooutput a{
	/*color: #fff;*/
}
.error, .error p {
	font-weight: bold;
	width: 300px;
	padding: 6px;
	border-right: 2px solid #f00;
	border-left: 2px solid #f00;
	background-color: transparent;
}
.logout {
	display: block;
	font-weight: bold;
}
dl.patientlist dd, dl.patientlist dt{
	font-size: .8em;
}
dl.patientlist dd {
	border-left: 2px solid #0054A5;
	padding-left: 4px;
}
p.patient {
	background-color: #eee;
	padding: 4px;
}
.postinginfo {
	display: block;
	text-align: right;
	background-color: #eee;
}
p.followup, p.followup ol li{
	margin: 6px;
}
p.question {
	border-left: 2px solid #0054A5;
	padding: 4px;
}
p.userinfo {
	border-left: 2px solid #0054A5;
	padding: 4px;
}
p.closed, fieldset.closed {
	background-color: #eee;
}
fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0;
	background-color: transparent;
}
legend {
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #fff;
}
fieldset fieldset {
	border: 1px solid #eee;
	margin: 4px;
	background-color: #fefefe;
}
.none {
	font-style: italic;
}
.label {
	display: block;
	margin: 2px 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.leadin {
	display: inline;
	font-weight: bold;
}
.editmyaccountlink {
	text-align: right;
}
.confirm {

}
.focus {
	background-color: #fff;
}
.largetextarea {
	width: 30em;
	height: 8em;
	background-color: #ffe;
}
.textfield {
	margin: 2px 0;
	width: 250px;
	background-color: #ffe;
}
.locationsbox {
	margin: 3px 0 10px;
	border: 1px dashed #c0c0c0;
	background: #f8f8ff;
}
#singlecolumn ul, #singlecolumn ol {
	font-size: .8em;
}
.locationsbox h3 {
	background: #000;
	margin: 0;
	color: #fff;
	text-align: center;	
}
.locationsbox p {
	font-size: .7em;
	margin: 4px 8px;
}
#ppannounce {
	border: 1px dashed #61B5cf;
	padding: 10px;
	margin: 10px 0;
	background-color: transparent;
}
#ppannounce h2 {
	color: #0054a5;
}
.inset {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom:  #0054a5 2px solid;
	background-color:#ffffbb;
}

.inset h2, .inset h3 {
	margin: 0 0 0 0;
	color: #fff;
	text-align: center;
	padding: 3px;
}
.inset p {
	margin: 0 4px;
	padding: 3px;
}
.inset p a{
	text-decoration: underline;
}
.inset p a:hover {
	text-decoration: underline;
}
.redtext {
	color: red;
}
.weblink {
	color: blue;
	font-face: bold;
	font-size: 1.5em;
	margin: 0;
}
table.billing {
	font-size: .8em; 
}
table.billing td {
	padding: 0;
	margin: 10px;
}
table.patients tr td, table.patients tr th{
	font-size: .7em;
	padding: 3px;
}
table.patients th {
	background-color: #000;
	color: #fff;
}
table.patients  th.patient {
	color: #fff;
}
table.patients td.patient {
}
table.patients tr.g td {
	background-color: #ffc;
	font-weight: bold;
}
table.patients tr.p td{
	border-bottom: 1px solid #eee;
}
.evens {
	background-color: #eee;
}
.odds {
	background-color: #fff;
}
td.grey {
	background-color: #f8f8ff;
}
.warning {
	color: #d00;
	font-weight: bold;
}
.phone {
	text-align: center;
	font-size: 1.1em;
	color: #ef4035;
}
#rightside input.searchbox {
	background: #ffe;
	width: 100px;
	margin: 10px 3px 0 8px;
}
/*
#rightside legend {
	color: #000;
	font-size: .7em;
}
#rightside fieldset {
	width: 150px;
	margin: 4px;
	color: #fff;
}
*/
#rightside div.inset {
	width: 180px;
	background: #f8f8ff url('deimages/right_inset_bg_2.jpg') top left repeat;
}
#rightside div.inset h3{
	font-size: 1em;
	background: #0054a5;
}
#rightside div.inset p{
	/*background: url('deimages/little_hand.gif') left top no-repeat;*/
	font-size: .7em;
	line-height: 1.1em;
	padding: 8px;
}
#content div.inset h2, #content div.inset h3{
	background: #0054a5;
}

#footer {
	clear: both;
	height: 40px;
	background: url('deimages/page_bottom.gif') bottom center no-repeat;
	
	background-color: #0054a5;
	border-top: 2px solid #20C574;
	text-align: center;
	padding: 4px 4px 30px 4px;
}
.divider {
	vertical-align: text-bottom;
	margin: 0 3px;
}
#footer p {
	font-size: .8em;
	font-weight: normal;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
