body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	background:#3B4244;
	min-width:1100px;		
	font-size:90%;
	font-family:Tahoma,Arial,Verdana;
	color: #3B4244;
}
a {
	color:#FF8F0F;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;
}
p { line-height: 1.4em; }
img { border:0; }
#fish {
	vertical-align: middle;
}


/* main menu */
#homenav {
	float: right;
	padding-top: 50px;
}
#homenav div {
	float: left;
	padding: 0 12px 0 20px;
}
#homenav div.current {
	background: url(/elements/images/arrow.gif) top left no-repeat;
}
#homenav a, #homenav img {
	display: block;
}
#nonhomenav {
	float: right;
	padding-top: 50px;
	
}
#nonhomenav div {
	float: left;
	padding: 0 12px 0 20px;
}
#nonhomenav div.current {
	background: url(/elements/images/underline.gif) 50% 100% no-repeat;
}
#nonhomenav a, #nonhomenav img {
	display: block;
}
#nonhomenav a {
	padding-bottom: 7px;	
}
/** end main menu**/

/** layout**/

.bg1 {background:#000; position: absolute; z-index: 3; width: 50%; left:0; bottom: 250px; height: 300px  }
/*.bg2 {background:#000; position: relative; z-index: 3; bottom:0; height: 150px }*/

.left {	
	background: #B5C2BF url(../images/dots.gif) top left repeat-x;
	position: absolute;	
	top: 95px;
	left: 0;
	width: 60%;
	height:200px;
	z-index: 1;

}
#divoverlay { background: #B5C2BF; position: relative; bottom: 250px; height: 100px; z-index:2; width: 40%;}

#maincontainer {  min-width: 800px; background: #B5C2BF url(../images/dots.gif) bottom left repeat-x;}
#main { position: relative; z-index: 3; margin: 0 auto; width: 800px; height: 100%; min-height: 600px }
#header { background:#3B4244; width: 800px; margin: 0 auto; height: 95px}
#header h1 {
	background: url(/elements/images/logo.gif) top left no-repeat;
	height: 58px;
	width: 238px;
	text-indent: -9999px;	
	float: left;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0
}

#header h1 a { display: block; width: 100%; height: 100%; text-indent: -9999px;}

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

#container { margin: 0 auto; width: 100%;  }
/* main content */
#content {
	float:left;
	width: 500px;
	margin: 20px 0;
	font-size: .8em
}
#left_panel {
	float:left;
	width:239px;
	margin: 15px 10px 15px 20px
}	
	
	/* Footer styles */
#footer {
	width:100%;
	margin: 0 auto;
	color: #fff;		
	background:#3B4244; 
	text-align: center;
	position:relative;
	z-index: 8;
	height: 200px;
	font-size: .8em;
}
#footer a { color: #fff; }

#footer p {
	padding:10px;
	margin:0;
}


/* styles */

.spacer {
	clear: both;
}
.title {
	display: block;
}
img {
	border-width: 0;
}
h1 {
	font-size: 1.4em;
	color: #FF8F0F;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}

#searchtext img {
	display: block;
	float: left;
}
#searchtext {
	padding-bottom: 4px;
}
#searchinput {
	vertical-align: middle;
	border: 1px solid #B5C2BF;
	margin-right: 2px;
}
#searchgo {
	vertical-align: middle;
}
#searchinputs {
	margin-bottom: 30px;
}

.registerSearchTable {
	border-collapse: collapse;
	width: 95%;
}
.registerSearchTable td {
	border-bottom: 1px solid black;
	text-align: center;
}
#registerSearchTableHeadingTD {
	width: 100px;
	text-align: left;
}

#search {
	font-size: 12px;
	color: #3B4244;
}

.crumb_trail{
	font-size: 11px;
	color: gray;
}

fieldset#registerSearchFieldset {
	background-color: white;
	border: 1px solid gray;
	margin: 0 auto 0;
	width: 95%;
}
.registerSearchUL{
	list-style-type: none;
	font-weight: bold;	
}
.registerSearchUL li {
	display: block;
	padding: 5px;
	float: left;
}
#seachgobutton{
	valign: bottom;
}
#registerSearchResults{
	border-collapse: collapse;
	color: gray;
}
#rdistrict{
	font-size:10px;
	vertical-align: middle;
	border: 1px solid #B5C2BF;
	margin-right: 2px;
}
#rname{
	font-size:10px;
	vertical-align: middle;
	border: 1px solid #B5C2BF;
	margin-right: 2px;
}


#pharmacist_details {
	font-weight: normal;
	color: gray;
	width: 95%;
	padding: 5px;
}
#pharmacist_details .pharmacist_title {
	font-weight: normal;
	/*color: #fdc560;*/
	color: black;
	padding-bottom:5px;
}
/*
.pharmacist_popup {
	padding: 5px; 
	position: relative; 
	top: 5px; 
	left: 5px; 
	width: 350px;
	background: #fff; 
	border: 1px solid #000;
	display: none;
	z-index: 5;
}
*/
.resultsTD{
	padding: 4px;
	margin: 4px;
}

.comp {
	color: #FF8F0F;
}

.register_footer {
	font-size: 11px;
	color: #b5c2bf;
}

.register_action {
	clear: both;
	float: right;
	width: 150px;
}
.register_action input {
	font-weight: bold;
	border: none;
	padding: 0 18px 0 0;
	background: #fff url("/elements/images/double_arrow.gif") center right no-repeat ;
	cursor: pointer;
	color: #FF8F0F;
	width: 125px;
}

.register_details,
.edit_register_details {
	width: 475px;
}

.register_details TD,
.edit_register_details TD {
	vertical-align: top;
	padding-bottom: 5px;
}

.register_details .r_content {
	width: 305px;
}

.register_details .title,
.edit_register_details .title {
	width: 150px;
	color: #3b4244;
	font-weight: bold;
}

.edit_register_details .r_content {
	color: #b5c2bf;
}

.edit_register_details .r_content input, .edit_register_details .r_content textarea {
	width: 280px;
	background-color: #f0f3f2;
	border: 1px solid #a9acad;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.edit_register_details .top_input {
	margin-bottom: 5px;
}

.formBtn {
	color: #FF8F0F;
	font-weight: bold;
	border: none;
	background: none;
	font-family: Arial, Verdana;
	cursor: pointer;
}

.error_field {
	color: red;
}

.queue {
	border: 1px solid #FF8F0F !important;
}

.notebox {
	display: none; padding: 10px; width: 400px; position: absolute; background-color: #F0F3F2; border: 1px solid;
	color: #666;
}

#response table {
	border:1px solid #ddd; width: 100%; padding: 5px; margin: 10px 0;
} 
#response table input, #response table textarea {
	border:1px solid #ccc; 
}

div.error,.notice { color: #666; padding: 5px; border: 1px solid #ff8f0F }
.head { color: #ff8f0F; line-height: .5em; margin: -5px 0 20px 0}
p.success,.success { padding: 5px; border: 1px solid #33CC66;color: #666; }
#paging {margin-top: 20px; float: left; width: 300px;}
#paging img { vertical-align:middle }
#skip_page { margin-top: 20px;float: right; }
#skip_page input { width: 50px; }
#skip_page .gobtn {  width: 30px }
.clear { clear: both;}
.newchange { color: #828f8c; }



/**HIDE ANY PRINT SPECIFIC ELEMENTS**/
.print_logo{display: none;}

.pcnz_report { margin: 20px 0; width: 520px;}
.pcnz_report thead { font-weight: bold }