﻿html, body {
	background-image: url(images/page_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
}

.textInput {
	font-family: Arial;
	font-size: 11px;
	width: 185px;
}

#wrapper {
	height: 100%;
	margin-top: 7px;
}

.panel {
	background: Transparent url(images/panel_bg.gif) top;
	background-repeat: repeat-x;
	border: 1px solid #CEDFCE;
	margin: auto;
	margin-top: 1px;
	padding: 25px;
	text-align: center;
}

#Top_Admin {
	width: 765px;
	margin: 0 auto;
	text-align: right;
}

#Header {
	margin: 0px auto;
	width: 765px;
}

#Menu {
	height: 35px;
}

#Inner_Header {
	margin: 0px auto;
	width: 765px;
	background-image: url(images/zenobia_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
}

#Coming_Events {
	width: 390px;
	margin-left: auto;
	padding-top: 25px;
	color: #EADDD1;
	vertical-align: top;
}

#AdminContent {
	background-color: White;
	clear: both;
	height: auto;
	margin: 0px auto;
	margin-bottom: 15px;
	padding-top: 20px;
	width: 765px;
}

#Content {
	background-color: White;
	border-top: 2px solid #6B6F58;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	height: auto;
	margin: 0px auto;
	padding: 18px 5px 30px 5px;
	width: 753px;
	border-left: 1px solid #6B6F58;
	border-right: 1px solid #6B6F58;
}

#Footer {
	font: 11px Arial, sans-serif;
	margin: 0 auto;
	width: 763px;
	background-color: #333;
	color: White;
	border-left: 1px solid #6B6F58;
	border-right: 1px solid #6B6F58;
	border-top: solid 4px #333;
	line-height: 24px;
}

#Footer a {
	color: #E2E3DD;
	font-weight: bold;
	text-decoration: none;
}

#Footer a:hover {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
}

#Footer #Footer_Left {
	float: left;
	margin-left: 15px;
}

#Footer #Footer_Right {
	float: right;
	margin-right: 15px;
}

.GrayTitle {
	text-align: center;
	margin-bottom: 10px;
	color: #6B6F58;
	font-size: 26px;
}

.Left_Options {
	background-color: gray;
	border: 1px solid gray;
	float: left;
	margin-right: 4px;
	width: 185px;
	font-family: Arial;
	font-weight: bold;
}

.Right_Content {
	float: right;
	width: 550px;
	margin-right: 10px;
	background-color: White;
}

.Admin_Right_Content {
	float: right;
	width: 760px;
}

.Red {
	font-size: 18px;
	color: #AA0000;
}

a.ShrineLink {
	color: #5F5FDC;
	text-decoration: none;
	font-weight: bold;
}

a.ShrineLink:hover {
	color: #00A143;
	text-decoration: underline;
	font-weight: bold;
}

a.AltShrineLink {
	color: #00A143;
	text-decoration: none;
	font-weight: bold;
}

a.AltShrineLink:hover {
	color: #5F5FDC;
	text-decoration: underline;
	font-weight: bold;
}

.inputStyle {
	font-family: Arial;
	font-size: 11px;
	width: 500px;
}

.Events {
	color: #666666;
	font-size: 11px;
}

td.WeeksEvents {
	border-bottom: 1px dashed #CCCCCC;
}

td.Events {
	border-bottom: 1px dashed #CCCCCC;
}

.Events a {
	color: #5F5FDC;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.Events a:Hover {
	color: #00A143;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.EventTitleLeft {
	float: left;
	line-height: 15px;
	text-align: left;
	vertical-align: bottom;
}

.EventTitleRight {
	color: #333333;
	float: right;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	padding-right: 20px;
	text-align: right;
	vertical-align: bottom;
}

td.EventDates {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	padding-left: 18px;
	padding-top: 5px;
}

td.EventDetails {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	padding-left: 15px;
}

.NoEvents {
	color: #666666;
	font-size: 19px;
	font-weight: bold;
	font-family: Arial;
	background-color: #F8F8F8;
}

.Title {
	background-color: #660000;
	color: White;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

h2.Details {
	font-family: Verdana, Arial;
}

.Details {
	background-color: #EDEDED;
	color: black;
	text-align: center;
}

.SelectedDetails {
	background-color: #738A9C;
	color: White;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.SelectedDetails a:hover {
	text-decoration: underline overline;
}

.SelectedDetails a {
	color: White;
	text-decoration: none;
}

.ColLabel {
	width: 95px;
}

p.text {
	font-size: 12px;
}

img {
	border: 0;
	margin: 0;
}

h1 {
	font-size: 26px;
	color: #929AA3;
}

h2 {
	font-size: 23px;
	font-family: Arial, Verdana, Sans-Serif;
	margin-bottom: 5px;
	margin-top: 0;
}

h3 {
	font-size: 16px;
	font-family: Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h4 {
	font-size: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	margin-bottom: 5px;
	margin-top: 0;
	color: #929AA3;
}

ul.BulletedList {
	line-height: 2.0em;
}

dt {
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #00A143;
	margin-top: 15px;
}

dd {
	padding: 0;
	margin-left: 15px;
}

ol li {
	padding: 5px 0 5px 0;
}

p {
	
	margin: 1px;
	padding: 5px 0;
}

tr.Link td a {
	color: Black;
}

tr.SelectedLink td a {
	color: White;
}

td.Officials {
	text-align: center;
	background-color: #9F0000;
	height: 20px;
	border: 1px solid black;
	font-weight: bold;
	color: whitesmoke;
}

table.contact {
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	
}

table.contactus {
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}

p.nameright {
	font-family: Verdana;
	font-weight: bold;
	color: #9F0000;
	font-size: 12px;
	text-align: right;
}

div.officials {
	background-color: White;
	width: 80%;
	margin-top: 25px;
	border-bottom: solid 1px gray;
}

div.officialsb {
	background-color: White;
	width: 80%;
	margin-top: 25px;
	
}
div.outerofficials {
	background-color: White;
	width: 755px;
	margin-top: 25px;
}

p.nameleft {
	font-family: Verdana;
	font-weight: bold;
	color: #9F0000;
	font-size: 12px;
	text-align: left;
}

.Error {
	color: Red;
	font-size: 11px;
}

#panel {
	background: Transparent url(images/main_bg.jpg) top;
	background-repeat: repeat-x;
	border: 1px solid #CEDFCE;
	margin: auto;
	margin-top: 1px;
	padding: 25px;
	text-align: center;
}

.backimage {
	background: Transparent url(images/circusbackground.gif) bottom;
	margin: auto;
	margin-top: 1px;
	padding: 25px;
	background-repeat: no-repeat;
}

.full {
	height: 2px;
	color: Gray;
}



.specialday {
	background-color: #CC0000;
	color: white;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 26px;
}

.specialday a.dayLink {
	color: white;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 26px;
	background-color: #CC0000;
}

.ContentManage {
	background-color: Gainsboro;
}


td.editheader {
	background-color: whitesmoke;
	color: #9F0000;
	font-size: 20px;
	height: 34px;
}

table.update {
	background-color: whitesmoke;
	margin: 50px 0px 15px 0px;
	width: 210px;
	border: solid 1px gray;
}
.clear {
	clear: both;
}

td.insertheader {
	background-color: whitesmoke;
	height: 34px;
	color: #9F0000;
	font-size: 20px;
}

table.groupinfo {
	background-color: Gray;
	float: right;
	margin: 0px 0px 15px 15px;
	width: 320px;
}
table.eventpage {
	width: 100%;
	height: 606px;
	color: #999999;
	background-color: #efefef;
	border: 1px solid #cccccc;
}

.circbackgnd {
	margin-bottom: 10px;
	width: 100%;
	height: 950px;
}

p.circheader {
	font-size: 26px;
	color: #9f0000;
	text-align: center;
}

p.circsubhead {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
td.contactheader {	
	font-size: 16px;
	font-family:Verdana;
	font-weight: bold;
}

tr.contactrow {
	background-color: #F6F6F6;
}

tr.buffer {
	height: 10px;
}

div.officialbar {
	font-size: 18px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #AA0000;
	width: 80%;
}

table.emailtemplate {
	border: solid 1px gray;
	background-color: White;
	margin-top: 75px;
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

table.newemail {
	border: solid 1px gray;
	background-color: White;	
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

.bordergry {
	border: solid 1px gray;
}

.borderblk {
	border: solid 1px black;
}

.rightpic {
	padding: 5px;
	float: right;
}

.leftpic {
	padding: 5px;
	float: left;
}


.middlepic {
	padding: 5px;
	float: left;
	margin-left: 255px;
}

p.historyheader {
	color: #9F0000;
	text-align: center;
	font-size: 16px;
}

.SidePanel {
	width: 510px;
	border: 1px solid #6B6F58;
	float: right;
	margin-bottom: 0px;
}

.SidePanel2 {
	width: 510px;
	border: 1px solid #6B6F58;
	align: center;
	margin-bottom: 0px;
}

.SidePanelHeader {
	height: 25px;
	background: url(images/banner_bg2.gif);
	background-repeat: repeat-x;	
	color: #FFFFFF;
	padding-left: 6px;
	font: bold 13px Arial, Verdana, Sans-Serif;
	cursor: default;
	border: solid 1px #000000;
	text-align: center;
	line-height: 24px;
}

.SidePanelHeader a {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.AdminPanelInsideBody {
	padding: 5px 5px 5px 0px;
	width: 595px;
	border: solid 1px #000000;
}

.SidePanelHeader a:Hover {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.SidePanelBody {
	padding: 0px 0px 20px 0px;
	width: 510px;
}

.SidePanelInsideBody {
	padding: 5px 5px 5px 0px;
	width: 500px;
}

.borderedpic {
	border: solid 1px black;
	padding: 2px;
}

.redtitle {
	color: #AA0000;
	font-size: 23pt;
	text-align: center;
}

div.hospitals {
	width: 100%;
	padding: 10px 0px;
	border-bottom: solid 1px gray;
	clear: left;
	background-image: url(images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.lnkbkgd {
	background-image: url(images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.linkheader {
	background-image: url(images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #6B6F58;
	font-size: 16pt;
	text-align: center;
}

p.hospitaltxt {
	clear: right;
	margin-left: 235px;
	border-top: solid 1px gray;
	margin-bottom: 30px;
}

p.smgrayheader {
	color: #6B6F58;
	font-size: 16pt;
	text-align: center;
}
.RedTitleBar {
	text-align: center;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 26px;
	background-color: #AA0000;
}
.outerdiv {
	padding: 5px;
	width: 745px;
}
.bkgdgradient {
	background-image: url(images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

p.boldright {
	text-align: right;
	font-weight: bold;
	margin-left: 50%;
}

p.boldleft
{
	text-align:left;
	font-weight:bold;
}

.btnConfirm {
	background-image: url(images/buttonConfirm_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

btnCancel {
	background-image: url(images/buttonCancel_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.separator {
	background-image: url(images/separator.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

.RightSidePanelHeader {
	height: 25px;
	background: #FFFFFF url(images/banner_bg2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font: bold 13px Arial, Verdana, Sans-Serif;
	cursor: default;
	border: solid 1px #000000;
	text-align: center;
	line-height: 24px;
}

.LeftSidePanelHeader {
	height: 25px;
	background: #0dcbf5 url(images/banner_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	font: bold 13px Arial, Verdana, Sans-Serif;
	cursor: default;
	border: solid 1px #000000;
	text-align: center;
	line-height: 24px;
}

.RightSidePanelInsideBody {
	padding: 5px 1px 0px 0px;
	width: 100%;
}

.UpdateUserCells {
	width: 25%;
	padding-left: 6px;
	padding-right: 6px;
}

.red_header {
	background-color: #AA0000;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: White;
}

