@charset "utf-8";
/* CSS Document */

body {
	 font-size:100%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;

	

}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	border:3px solid #ccc;
	padding:5px;
    padding-bottom:25px;
}

tr
{
   vertical-align:top;
}

table
{
   
}

tr
{
   
}

th
{
   
}

td
{
   
}

p.alert
{
   margin-left:100px;
   margin-right:100px;
   padding:10px;
      background-color:#FFB1B1;      border: 2px solid #FF0000;
   font-weight:bold;
}


textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

input
{
   
}

textarea
{
   
}

select
{
   
}

img {
	border:none;
}

#header {
	height:143px;
	clear:both;
	text-align:center;
}

#topheader {

}

#topheader .logo {
	float:right;
}

#topheader .phone {
	float:left;
	margin-top:25px;
	margin-left:100px;
	font-size:0.9em;
}

#lcol {
	float:left;
	width:27%;
	margin:0;
	padding:0;
}

#leftnav {
	list-style-type:none;
     background:url(img/nav-bg.jpg) repeat-y left top; 
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
}

#leftnav ul {
	margin:0;
	padding:0;
}

#leftnav li {
	list-style-type:none;
	margin-bottom:5px;
}

#leftnav li a {
     background:url(img/navlist-left.jpg) #dddce5 no-repeat top left;  color:#000000; 
   	display:block;
	font-size:0.8em;
	margin:5px;
	margin-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;

	text-decoration:none;
}

#leftnav ul li ul {
	padding-left:0px;
	margin-left:8px;
}

#leftnav ul li ul li a {
     background-color:#ffffff; background-image: none; color: #000000; 
	font-weight:normal;
	border: solid 1px #dddce5;
	
}

#leftnav ul li ul li ul {
	padding-left:0px;
	margin-left:8px;
}

#leftnav ul li ul li ul li a {
	background-color:#ffffff;
	background-image: none;
    color: #000000;
	font-weight:normal;
}

#leftnav .navfoot {
     background:url(img/nav-footer.jpg) no-repeat left center; 
	height:5px;
}

#leftnav .navhead {
     background:url(img/nav-head.jpg) no-repeat left top; 
	height:5px;
}

#content {
	margin-left:27%;
	width:65%;
     background: url(img/content-bg.jpg) repeat-y top left; 
	margin-top:10px;
	width:560px;
	font-size: 0.8em;
}

#content p {
}

#content h1, #content h2, #content h3 {
	margin-left:5px;
	margin-right:5px;
}

#content h1 {
	font-size:1.4em;
	
   	border-bottom:1px solid #00468c;
	clear:right;
}

#content h2 {
	font-size:1.2em;
	
  	border-bottom:1px solid #0066CC;
	clear:right;
}

#content h3 {
	font-size:1.1em;
	
   	border-bottom:1px solid #999;
	clear:right;
}

#content a:link, #content a:visited{
    color:#0000cc; text-decoration:none !important;
}

#content a:hover{
    color:#994D00; text-decoration:underline !important;
}

#content br.clear
{
   clear:both;
}

#boxes {
	margin-top:15px;
	margin-left:30px;
}

#boxes .box {
	float:left;
	width:224px;
	height:auto;
     background:url(img/box-bg.jpg) repeat-y left center; 
	margin:10px;
	padding:0;
}

#boxes .box_content {
	margin:10px;
}

#boxes .box .box_header1 {
	height:56px;
	background: url(img/prescript-header.jpg) left center;
}

#boxes .box .box_header2 {
	height:56px;
	background: url(img/app-header.jpg) left center;
}

#boxes .box .box_header3 {
	height:56px;
	background: url(img/admin-header.jpg) left center;
}

#boxes .box .box_header4 {
	height:56px;
	background: url(img/askgp-header.jpg) left top;
}

#boxes .box .footer {
	width:224px;
	height:13px;
     background:url(img/box-footer.jpg) no-repeat left bottom; 
	margin:0px;
	padding:0;
}

#boxes .box p {
	font-size:0.7em;
	padding-left:5px;
	padding-right:5px;
}

#footer {
	clear:both;
	font-size:0.8em;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

#footer a:link, #footer a:visited{
    color:#0000cc; text-decoration:none !important;
}

#footer a:hover{
   
}


#footer span.leftfoot {
	float:left;

}

#footer span.rightfoot {
	float:right;

}

.clear {
	margin:0;
	padding:0;
	clear:left;
}

#search {
     background:url(img/search-bg.jpg) no-repeat left bottom; 
	height:37px;
}

#search, form {
	margin:0px 0 0 0;
	padding-top:5px;
}

#search input.search {
	margin:0;
	margin-left:5px;
	float:left;
}

#search input.go {
	float:left;
	margin-left:5px;
}

.printlink
{
   margin:5px;
   width:95%;
   float:right;
   text-align:right;
}

.center {
	text-align:center;
}

.rfloat {
	float:right;
}

.border {
	border:1px solid #ccc;
	padding:5px;
	margin:15px;
}

.newsborder {
	border:1px dotted #ccc;
	padding:0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:10px;
}

.newsborder p{
    margin:2px;
}

#content .contentfoot {
     background:url(img/contentfoot.jpg) no-repeat left bottom; 
	height:10px;
	padding:0;
}

#content .contenthead {
     background:url(img/contenthead.jpg) no-repeat left top; 
	height:10px;
	padding:0;
}

table.adminbartable
{
background-color:#cccccc;
width:95%;
}



.prescriptions
{
   padding:10px;
}

table.prescriptions_sub
{
border:none;
width:100%;
padding:10px;
border-spacing: 10px;
}

table.prescriptions_sub th
{
text-align:left;
background-color:#CCCCCC;
}

table.prescriptions_sub tr
{
vertical-align:top;
}

fieldset.prescriptionform
{
    background-color:#ffffff; 
   border:solid 1px #cccccc;
   padding:10px;
   margin-bottom:10px;
   font-size:85%;
}

fieldset.prescriptionform h3
{
    background-color:#eeeeee; 
   font-weight:bold;
   padding:5px;
}

blockquote p {height: 1%;}


table.adminprescriptions
{
width:100%;
}

table.adminprescriptions th
{
text-align:left;
background-color:#CCCCCC;
}

table.adminprescriptions tr
{
vertical-align:top;
}

table.adminprescriptions td
{
vertical-align:top;
}

.prescription_output
{
   margin-bottom:20px;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:10px;
   padding-right:10px;
   border:1px dotted #999999;
   background-color:#ffffff;
}

#topheader .aaa {
	float:left;
	margin:0;
	list-style-type:none;
	padding:0;
	margin-right:10px;
	margin-top:10px;
	color:#000;
}

#topheader .aaa ul li#small a {
    font-size:0.7em; 
	display:block;
	 color:#000000; 
    text-decoration:none;
}

#topheader .aaa ul li#medium a{
    font-size:0.9em; 
	display:block;
	 color:#000000; 
    text-decoration:none;
}

#topheader .aaa ul li#large a {
    font-size:1.1em; 
	display:block;
	 color:#000000; 
    text-decoration:none;
}

#topheader .aaa ul {
	margin:0;
	padding:0;
}

#topheader .aaa ul li a {
	padding:0;
	margin:0;
	float:left;
	margin:0;
	margin-right:5px;
    color:black;
    text-decoration:none;
}

#topheader .contrast span {
    font-size:0.7em; 
	float:left;
	margin-top:10px;
	margin-right:5px;
}

#topheader .contrast img {
	margin-top:5px;
}

#topheader .contrast {
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	margin-top:5px;
}


#topheader .aaa li {
	float:left;
	list-style-type:none;
}

#topheader .skipnavigation {
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	margin-top:5px;
}

#topheader .skipnavigation span {
    font-size:0.7em; 
	float:left;
	margin-top:10px;
	margin-right:5px;
}

#topheader .skipnavigation a:link, #topheader .skipnavigation a:visited{
    color:#0000cc; text-decoration:none !important;
}

#topheader .skipnavigation a:hover{
   
}


.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:105%;}
.contactform label.left {float:left; width:120px; margin:0 0 0 10px; padding:2px; font-size:95%;}
.contactform label.bigger {float:left; width:150px; margin:0 0 0 10px; padding:2px; font-size:95%;}

.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.contactform input.password {width:150px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.contactform input.button {float:left; width:10.0em; margin:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(0,0,0); font-size:95%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}



.loginform_nav {width:200px;font-size:100%;background-color:#dddce5;border:1px solid #000000;margin-left:auto;margin-right:auto;padding:5px;}

.loginform_nav p {margin:0; padding:0;}

/* .loginform_nav input.button {width:5.0em; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:95%;}
*/

.loginform_nav input.button {width:auto; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(0,0,0); font-size:95%;}
.loginform_nav input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.loginform_nav input.password {width:100px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.loginform_nav input.field {width:100px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.loginform_nav a:visited, .loginform_nav a:link {
color:#006699;
}

.question
{
   background-color:#ffffff;
   margin-bottom:20px;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:10px;
   padding-right:10px;
   border:1px dotted #999999;
}

.question h3
{
   padding:5px;
   background-color:#eeeeee;
   font-size:90% !important;
   border:none !important;
}

.question blockquote.ask
{
    margin: 1em 3em;
    padding: .5em 1em;
    border-left: 5px solid #999999;
    background-color: #eeeeee; 
}

.question blockquote.reply
{
    margin: 1em 3em;
    padding: .5em 1em;
    border-left: 5px solid #fce27c;
    background-color: #f6ebc1; 
}


