* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8125em 'lucida grande',Georgia, Verdana, sans-serif;
	color: #333;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color: #689E21;
}

a:visited {
	color: #689E21;
}

html body a:hover {
	color: #000;
}

h2 {
	font: 1.45em Georgia;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom:15px;
}

#loginForm,#registerForm{
	width:75%;
	margin:auto;
}
input, textarea{
	padding:0px 3px;
	border:1px solid #ccc;
}
ul{
	list-style:none;
}
li{
	margin:5px;
}
 form span{
	width:100px;
	float:left;
}

/*
#phoneList, #loginForm ul, #registerForm ul, form ul{
	list-style:none;
}
#phoneList li,#loginForm li, #registerForm li, form li{
	margin:5px;
}
#phoneList label,#loginForm label, form span{
	width:100px;
	float:left;
	
}
*/
#registerForm span{
	width:150px;
	float:left;
}
#bookingNav{
	float:right;
}
.error{
	color:red;
}
input.error, textarea.error{
	border:1px solid red;
}
label.error{
	padding-left:10px;
}

#header {
	border-bottom: 4px solid #BCE27F;
	background-color: #2E2E2E;
	margin: 0px 0px 10px 0px;
	color: #BCE27F;
	padding: 10px 10px 10px 10px;
	height:25px;
}

#header h1 {
	font: 1.45em Georgia;
	color: #CCC;
	margin: 0px;
	width:10%;
	display:inline;
}

#title {
	width:759px !important;
	margin:auto;
}
#rallyNav{
	list-style: none;
	padding-bottom:5px;
}
#content{
  width:759px !important;
  margin:auto;
  padding:0px 10px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;

}
#topNav{
 margin-bottom:20px;
	 border-bottom:1px solid #CCC;
	
}
#topNav ul li{
	display:inline;
}
#topNav li {
	padding-right:20px;
}

#otherFees {
	padding-top: 50px;
}

#dayTimeFees {
	padding-top: 25px;
}

.feeTable th {
	font-weight: bold;
	font-size: 100%;
}

.feeTable td {
	padding: 5px 0px 5px 5px;
}

.center {
	text-align: center;
}
/* Calendar display */
#calendar{
	padding-top:40px;
	width:95%;
	margin:auto;	
	
}
#calendar div{
	height:40px;
}
.dayHeaderRow div, .dayRow div {
	float:left;
	width:14%;
	border-right:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	
}
.dayHeaderRow , .dayRow  {
	border-left:1px solid #ccc;

}
.dayHeaderRow div{
	height:20px;
	padding-bottom:5px;
}
.booked{
	background-color:#BCE27F;
}
.booked a{
	color:black;
}
#monthNav{
	width:100%;
	text-align:center;
}
#currentMonth{
	width:20%;
	float:left;
}
#prevMonth{
	text-align:right;
	width:37%;
	float:left;
}
#nextMonth{
	text-align:left;
	width:37%;
	float:left;
}

#timeDiv{
	float:left;
	width:47%;
	border-right:1px solid #ccc;
	padding-right:20px;
}
#timeDiv li span{
	width:75px;
	float:left;

}
#timeDiv li{
	margin:0px;
	padding:5px;
}

#timeDiv li.header{
	text-align:center;
}
#eventForm{
	float:left;
	width:47%;
	padding-left:20px;
}

#eventForm li.header{
	text-align:center;
}
#eventForm label{
	display:block;
}

#eventList{
	list-style:none;
	font-size:80%;
	float:left;
	padding-left:10px;
	text-align:left;
	
}
.booked a:hover {
	color:#06C;
}

/***

	Date Picker
	
*/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}


a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 100px;
	float: left;

	padding-left:20px;
	background: url(images/calendar.png) no-repeat; 
}
/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}