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

body
{
  font-family: times new roman, times, serif;
}

.santaquin
{
  text-align: left;
  font-size: 55px;
  text-shadow: #ffffff 0px 0px 6px;
  color: #101177;
  font-family: times new roman, times, serif;
  font-weight: bold;
}

.santaquin_small
{
  text-align: left;
  font-size: 43px;
  text-shadow: #ffffff 0px 0px 6px;
  color: #101177;
  font-family: times new roman, times, serif;
  text-transform: uppercase;
  font-weight: bold;
}

.payson
{
  text-align: right;
  padding-top: 20pt;
}

.mainbkg
{
  padding-top: 15px;
  width: 100%;
  height: 100%;
  background: url('images/background.png') repeat top left;
}

.bkgbox
{
  max-width: 750pt;
  background: white;

  border-radius: 10px;

  -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
}

/* Pharmacy Info */
.phinfo
{
  text-align: right;
  color: white;
}

.phinfo a
{
  color: white;
}

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

/* Request Form */
.formtable
{
  border: 0;
}

.formtitle 
{
}

.formdata 
{
}

/* Pharmacy Hours */
.hourstitle
{
  text-align:center;
  font-size:15pt;
}

.hoursdata
{
  text-align:center;
  font-size:12pt;
}

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

/* Script List for Refill Request */
.rxlisttable
{
}

.rxlisttitle
{
}

.rxlistcheck
{
}

.rxlistdata
{
}

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

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

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

.pdetitle
{
  font-size: 20pt;
}

.pdedata
{
  font-size: 15pt;
}
