/* Any Settings here Overwrite the /desktop.css Settings */
/* Only have non-standard tag classes in here */

.headimg
{
	max-height: 200px;
	max-width: 100%;
}

table#mainformtable
{
	border-collapse: separate;
	border-spacing: 15px 20px;
}

.iframestyle
{
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	border: 1px solid #484848;
	box-shadow: 5px 5px 2px #2f2f2f;
}

/* Pharmacy Info */
.phinfo
{
	text-align: center;
	color: #9f1f25;
}

.phname
{
	font-size: 20pt;
	text-align: center;
	color: #135584;
}

/* Request Form */
.formtable
{
}

.formtitle 
{
	color: #9f1f25;
}

.formdata 
{
	color: #135584;
}

/* General Request Page Title */
.pagetitle 
{
	font-size: 20pt;
	color: #9f1f25;
}

/* Script List for Refill Request */
.rxlisttable
{
	width: 75%;
}

.rxlisttitle
{
	color: #9f1f25;
}

.rxlistcheck
{
}

.rxlistdata
{
}

/* Request Results */
.ok 
{
	text-align: center;
	color: #135584;
}

.error 
{
	text-align: center;
	color: #004444;
}

/* PDE Information */
.pdetable
{
	width: 80%;
}

.pdetitle
{
	color: #9f1f25;
	font-size: 20pt;
}

.pdedata
{
	font-size: 15pt;
}

/* Sites Information */
#sitestitle
{
	color: #9f1f25;
	font-size: 20pt;
}

table#site tr#name td
{
	color: #9f1f25;
}

table#hours td#weekday
{
	color: #9f1f25;
}
