﻿h1 {font-family: verdana, sans-serif; font-size: 18px; color: #C8950A; }

.sidebarbox
{
	position:	absolute;
	left:		820px;
	top:		110px;
	width:		200px;
	height:		120px;
}
.requiredFieldStatement
{
	margin-top: 20px;
	font-size: smaller; 
}
.requiredField
{
	color: red;
	font-size: 15px;
	float: left;
	background-image: url(../images/icon_validation.gif);
	background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	padding-left: 10px;
}
.leftmenuDiv
{
	float: left;
}
.edit_module 
{
	border: 1px solid;
	border-color: #D4D0C8;
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	width: 100%;
	overflow:visible;
}
.edit_module select, input, label, table, td
{
    font-family: trebuchet ms,verdana,arial,helvetica,sans-serif !important;
    font-weight: normal;
    font-size: 11px;
    color: #444;
    letter-spacing: 0px;
}

.edit_block  
{
	border: 0px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 100%;
}

.edit_block div table 
{
	border-color: #D4D0C8 !important;
	border: 1px solid;
}

.edit_block div table tbody
{
	border-color: #D4D0C8 !important;
	border: 1px solid;
}


.edit_block p
{
	font-weight: normal;
}

.edit_block label 
{
	border: 0px;
	border-bottom: 0px;
}
.header_div
{
	width: 100%;
	float:left;
	padding: 3px 6px 4px 6px;
	margin-bottom: 0px;
	text-decoration: none;
	background-color: #E4E4DA;
	min-height: 15px;
}

.header_div span
{
	padding-right: 10px;
	border-style: none;
	text-decoration: none;
	display: table;
	color: Black;
}

.newrow_edit
{
	margin-top: 5px;
	width: 100%;
	float: left;
}

.newrow_edit span
{
	float: left;
	border-right: 5px;
}

.newrow_edit select, input, label 
{
	border-width: 0px 0px 0px 0px;
	border-color: #abc2d2;
	border: solid;
}

.newrow_edit input, select
{
	padding: 0px 0px 0px 5px;
	display: block;
	text-align: left;
	float: left;
	min-height: 20px;
	border: solid 1px;
	border-color: #abc2d2;
}

.newrow_edit label 
{
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
	width: 130px;
	margin: 0px;
	min-height: 20px;
	border-color: #e9e9e9;
}

.newrow_edit select
{
	background: #fff;
	color: #444;
	min-width: 80px;
	border: none;
	cursor: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	min-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 1px;
	vertical-align: bottom;
	border-left: #abc2d2 1px solid;
	border-top: #abc2d2 1px solid;
	border-bottom: #abc2d2 1px solid;
	border-right: #abc2d2 1px solid;
}

.newrow_edit textarea
{
	font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
}

.newrow_edit table 
{
	float: left;
}
/* checkbox label */
.newrow_edit span label
{
	width: 150px !important;
}

.newrow input 
{
	width: 100px;
}

.newrow select
{
	width: 106px;
}

.submitButton
{
	margin: 10px 10px 10px 30px;
	padding: 0px 0px 0px 0px;
	float:left;
}
/* AutoComplete stuff */
.autocomplete_completionListElement 
{ 
	visibility: hidden;
	margin: 0px!important;
	background-color: White;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 100px;
	text-align: left; 
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	list-style-image: none;
}
.autocomplete_listItem 
{
	background-color: White;
	color: windowtext;
	padding: 1px;
	list-style-image: none;
}
/* misc */
.viewDemographics
{
	padding-left: 30px;
	text-align: left !important;
	width: 300px !important;
}
label.notificationArea
{
	color: #AA0000;
	display: block;
	margin: 15px 0px 15px 0px;
	padding-left: 25px;
	border: 0px;
	background-image: url('../images/icon_alert.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
span.highlight
{
	color: red;
}
div.editable
{
	width: 20px;
	height: 10px;
	float:right;
}
.editable
{
	cursor:pointer;
}
.editable_left
{
	float:left;
}
.patientlistrequest
{
	margin-bottom:	20px !important;
	float: left;
	width: 100%;
}
.patientlistrequest h2
{
	margin-bottom: 10px !important;
}
.submitnotice
{
	margin-top: 20px !important;
	float: left;
	width: 100%;
}
.checkbox 
{
	float: left;
	width: 60px;
}
.checkbox input
{
	border: 0 !important;
}
.checkboxlabel
{
	float: left;
	width: 350px;
}
/*  popup */
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox 
{
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Silver;
	padding: 3px;
}
.modalBox *
{
	border: 0;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('../images/tilebg_tablecaption.gif');
	color: #000;
	font-size: 12pt;
	font-weight: normal;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
/* the following were introduced to replace background tag attributes */
.cppibg1 {
	background-image: url('../images/dot_b6c8d8.gif');
} 