html {
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
	background-position: 0px 0px;
	background-image: url(images/PageBackground.png);
	background-repeat: repeat-x;
}

body, table, select, input, textarea {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

h1, h2, h3, h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	margin: 0 0 0.6em 0;
}

#PageHeader {
	width: 100%; 
	height: 75px; 
	overflow: auto; 
	/*background: #53829d;
	border-bottom: 2px solid #000;*/
	margin-bottom: 14px;
}

#PageHeaderInner {
	width: 715px;
}

#Content {
	position: relative;
	background: url(images/ContentBackground.png) #fff5ee repeat-y left top;
	margin: 12px;
	padding: 4px;
	width: 520px;
	border: #ab6533 1px solid;
}

#Content h1 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 180%;
	text-align: center;
}

#PageFooter
{
	width: 542px;
	text-align: right;
	border-top: 2px solid #000;
	color: #888;
	font-size: 80%;
}

#SidePanel {
	position: absolute;
	top: 76px;
	left: 556px;
	width: 200px;
	font-size: 90%;
	color: #00008b;
	background-color: #eef;
	border: solid 1px #000;
	padding: 2px;
}

.Scheduler {
	width: 100%;
}

.Scheduler caption {
	text-align: right;
}

.Scheduler thead th {
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
	font-size: 80%;
	width: 65px;
	border: solid 1px #f3e9e2;
}

* html .Scheduler thead th {
	width: 69px;
}

.Scheduler thead th.Today {
	border: solid 1px #44c;
	background-color: #fff;
}

.CurrentDay {
	position: absolute;
	top: 178px;
	left: -65px;
	width: 65px;
	height: 40px;
	background-position: center center;
	background-image: url(images/CurrentDay.png);
	background-repeat: no-repeat;
}

* html .CurrentDay {
	top: 192px;
	width: 69px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/CurrentDay.png', sizingMethod='scale');
}

.Scheduler thead th span.SchedulerDay {
	font-size: 200%;
	font-weight: bold;
}

.Scheduler tbody th {
	text-transform: lowercase;
	text-align: right;
	font-size: 70%;
	vertical-align: top;
}

.Scheduler tbody td {
	text-align: center;
	border: solid 1px #efe5de;
	background-color: #fff5ee;
	font-size: 8px;
}

.Scheduler tbody td.Booking {
	border: none;
}

.Scheduler tbody td.Booking div {
	text-align: center;
	background-color: #fffaf6;
	border: #cd853f 1px solid;
	border-left-width: 8px;
	font-size: 80%;
	background-position: center top;
	background-image: url(images/CurrentUser.png);
	background-repeat: no-repeat;
	cursor: help;
}

.Scheduler tbody td.Booking div.Others {
	text-align: center;
	background-color: #ffe2cd;
	border: #e0b086 1px solid;
	border-left-width: 4px;
	font-size: 80%;
	background-position: center top;
	background-image: url(images/OtherUser.png);
	background-repeat: no-repeat;
	cursor: help;
}

.Scheduler tbody td.Booking div.Guest {
	text-align: center;
	background-color: #ffe2cd;
	border: #e0b086 1px solid;
	border-left-width: 4px;
	font-size: 80%;
	background-position: center top;
	background-image: url(images/OtherUser.png);
	background-repeat: no-repeat;
}


.BookingForm {
	margin-left: auto;
}

.BookingForm tbody th {
	text-align: right;
	font-size: 100%;
	font-weight: normal;
}

.BookingForm tbody td {
	text-align: left;
	border: none;
}

.BookingForm .BookingSave {
	width: 100%;
	text-align: right;
}

.BookingCalendar {
	width: 100%;
	border: none;
}

.BookingCalendar .DayHeader {
	font-size: 80%;
	text-transform: uppercase;
}

.BookingCalendar .Days {
	border: solid 1px #f1f1f1;
	background-color: #fff;
	color: #222;
}

.BookingCalendar .Days a {
	text-decoration: none;
	display: block;
}

.BookingCalendar .Days a:hover {
	background-color: #ccf;
}

.BookingCalendar .OtherMonth {
	border: solid 1px #e8e8e8;
	background-color: #f8f8f8;
	color: #ccc;
}

.BookingCalendar .OtherMonth a {
	text-decoration: none;
	color: #ccc;
	display: block;
}

.BookingCalendar .OtherMonth a:hover {
	background-color: #ccf;
}

.BookingCalendar .WeekEnd {
	border: solid 1px #e0e0e0;
	background-color: #e8e8e8;
	color: #222;
}

.BookingCalendar .WeekEnd a {
	text-decoration: none;
	display: block;
}

.BookingCalendar .WeekEnd a:hover {
	background-color: #88c;
}

.BookingCalendar .SelectedDay {
	border: solid 1px #800;
	background-color: #ccc;
	color: #800;
	font-weight: bold;
}

.BookingCalendar .SelectedDay a {
	text-decoration: none;
	display: block;
}

.BookingCalendar .SelectedDay a:hover {
	background-color: #ccf;
}

.BookingCalendar .Today {
	border: solid 1px #f00;
	background-color: #fff;
	color: #f00;
	font-weight: bold;
}

.BookingCalendar .Today a {
	text-decoration: none;
	display: block;
}

.BookingCalendar .Today a:hover {
	background-color: #fcc;
}

.BookingCalendar .Title {
	height: 20px;
	background-image: url(images/BlueHeader.png);
	background-repeat: repeat-x;
	background-color: #122686;
	color: #eef;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
}

.BookingCalendar .Title {
	border: none;
}

.BookingCalendar .NextPrev {
	color: #fcf;
	color: #cce;
	font-weight: normal;
}

.BookingCalendar .NextPrev a {
	text-decoration: none;
}

.BookingCalendar .NextPrev a:hover {
	text-decoration: none;
}

.Section {
	margin-top: 4px;
}

.YourBookings {
}

caption.Heading, div.Heading {
	height: 20px;
	background-image: url(images/BlueHeader.png);
	background-repeat: repeat-x;
	background-color: #122686;
	color: #eef;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
}

.YourBookings {
	font-size: 9pt;
	border: none 0px;
}

.YourBookings td {
	background-color: #e7e7ff;
	color: #4a3c8c;
}

.YourBookings td a {
	color: #4a3c8c;
}

.YourBookings .Alternative td {
	background-color: #f7f7f7;
	color: #4a3c8c;
}

.YourBookings .Header {
	font-weight: bold;
}

.YourBookings .Date {
	font-weight: normal;
	text-align: right;
}

.YourBookings .Date a {
	text-decoration: none;
}

.YourBookings .Date a:hover {
	text-decoration: underline;
}

.YourBookings .StartTime {
	font-weight: normal;
	text-align: right;
}

.YourBookings .EndTime {
	font-weight: normal;
	text-align: left;
}

.YourBookings .Action {
	width: 20px;
	text-align: center;
}

.YourBookings .Paging table {
	margin-left: auto;
}

.YourBookings .Paging td {
	color: #4A3C8C;
	font-weight: bold;
	font-size: 11pt;
}

.YourBookings .Paging td a {
	font-weight: normal;
	font-size: 10pt;
}

.MenuPlace {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 758px;
	text-align: right;
}

.MenuPlace #ctl00_HeaderControl_MenuLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	border: solid 1px black;
	border-top-style: none;
	background-image: url(images/MenuBackground.png);
	background-repeat: repeat-x;
}


.GoogleMap {
	margin: 0px auto 4px auto;
	border: solid black 1px;
}


.InputForm th {
	text-align: right;
	font-weight: bold;
}

.InputForm td {
	text-align: left;
	font-weight: normal;
}


h1.MainHeading {
	background-image: url(images/MainHeader.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	height: 37px;
	line-height: 37px;
	background-color: #ffeee1;
	color: #885128;
	font-family: 'Cooper Black' , Sans-Serif;
	font-weight: normal;
}

h2 {
	background-position: left 16px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	font-style: italic;
	font-family: 'Times New Roman' , Serif;
	padding-left: 0.5em;
}

h2.hr0 {
	background-image: url(images/hr0.png);
}

h2.hr1 {
	background-image: url(images/hr1.png);
}

h2.hr2 {
	background-image: url(images/hr2.png);
}

h2.hr3 {
	background-image: url(images/hr3.png);
}

h2.hr4 {
	background-image: url(images/hr4.png);
}

h2.hr5 {
	background-image: url(images/hr5.png);
}

h2.hr6 {
	background-image: url(images/hr6.png);
}

h2.hr7 {
	background-image: url(images/hr7.png);
}

.ErrorMessage {
	color: Red;
	font-weight: bold;
}

.SuccessMessage {
	color: Navy;
	font-weight: normal;
}

.HorseArena {
	position: absolute;
	top: 24px;
	left: 35px;
}

