﻿body
{
	background-color: #dfdfdf;
}

.roundedBox
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/border-radius.htc);
}

div#title
{
	background-color: #ffffff;
	text-align: center;
	height: 150px;
}

div#socialIcons
{
	width: 102px;
	height: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
}

div#socialIcons img
{
	padding: 1px;
}

div#tab_bar
{
	background-color: #ffffff;
	text-align: center;
	height: 82px;
}

div#main
{
	background-color: white;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
  box-shadow: 2px 2px 2px #222222;
  -webkit-box-shadow: 2px 2px 2px #222222;
  -moz-box-shadow: 2px 2px 2px #222222;
}

div.importantAnnouncement
{
	background-color: #e40f16;
	text-align: center;
	font-size: large;
	padding: 5px;
	color: white;
	margin: 10px 0;
}

div.normalAnnouncement
{
	background-color: #66c5f4;
	text-align: left;
	padding: 5px;
	margin: 10px 0;
}

div.normalAnnouncement .spe_link
{
	padding-left:5px;
	padding-right:5px;
	font-size:large;
	font-weight:bold;
}

div.normalAnnouncement .spe_excerpt
{
	padding-left:5px;
	padding-right:5px;
}

div.content
{
	float: right;
	width: 680px;
	min-height: 500px;
	padding: 10px;
	background-color: #fefbb4;
}

div.newsletterBox
{
	width: 270px;
	float: left;
	padding: 10px;
	background-color: #5bd35a;
	margin-bottom: 10px;
}

div.eventsBox
{
	width: 270px;
	float: left;
	padding: 10px;
	background-color: #66c5f4;
	margin-bottom: 10px;
}

div#footer
{
	text-align: center;
	font-size: small;
	background-color: #dddddd;
	padding: 5px;
}

table#current-events
{
	width: 100%;
	border-collapse: collapse;
}

table#current-events td, table#current-events th
{
	padding-bottom: 7px;
}

.centered
{
	text-align: center;
}

.right_margin_img
{
	margin-right: 7px;
}

.box_title
{
	font-size: large;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 1em;
}

.book_title
{
	font-weight: bold;
	text-decoration: underline;
}

.event *
{
	margin: 0;
	padding: 0;
}

.event
{
	padding-bottom: 1em;
}

.eventTitle
{
	font-weight: bold;
}

.newstitle
{
	margin-bottom: 0;
	padding-bottom: 3px;
}

.newsdate
{
	font-size: small;
	margin-top: 0;
	padding-top: 0;
}

h1
{
	margin-top: 0;
	padding-top: 0;
}

.main_frame
{
	margin: 3px;
}

.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
}

.featurepic
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pagehead
{
	background: #ccccff;
	font-size: x-large;
	font-weight: bold;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #000000;
}

.subhead
{
	font-size: x-large;
	width: 75%;
	border-bottom: 1px solid #000000;
}

div.moreInfo
{
	clear: left;
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px 10px 10px 0;
	border: 1px solid #aaaaaa;
	font-size: 0.9em;
}

div.moreInfo ul
{
	list-style-image: url(/images/download.gif);
	padding-left: 25px;
}


.resBookTitle
{
	font-weight: bold;
}

.resBookAuthor
{
	font-style: italic;
}

h3.resBookCategory
{
	margin-left: 0.5cm;
}

.resBook
{
	margin-left: 1cm;
	clear: both;
}


.staffEditDeleteButtons
{
	float: right;
	margin: 0;
	padding: 0px 0px 10px 10px;
}

img.alignright
{
	float: right;
	padding-left: 10px;
}

img.alignleft
{
	float: left;
	padding-right: 10px;
}


// prescriptions and appointments

table.prescriptionForm, table.appointmentForm
{
	width: 100%;
	border: 0px;
}

table.prescriptionForm td, table.appointmentForm td
{
	vertical-align: top;
}

table.prescriptionForm tr > td:first-child, table.appointmentForm tr > td:first-child
{
	width: 25%;
	text-align: right;
}

.required
{
	font-weight: bold;
}

.warning
{
	background: url(/images/warning_orange.png) no-repeat 0% 50%;
	padding-left: 20px;
	margin-left: 5px;
	color: #ff0000;
}

#addMeds
{
	cursor: pointer;
	color: #0000ff;
	text-decoration: underline;
}

#providerMenuP
{
	padding-left: 1cm;
}

#accept
{
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 1cm;
}

#jsNotice
{
	font-size: x-large;
}
