/* FORMS */
form .description {
	font-size:11px;
}

#edit-field-spot-0-value-wrapper {
	display:none;
}

#rv-spot-selector {
	background:#fff url('images/bg/rv-park.gif') top center no-repeat;
	margin:0 auto;
	width:700px;
	height:400px;
	border:3px solid #333;
}
#rv-spot-selector table {
	border-collapse:separate;
}
#rv-spot-selector table label {
	cursor: pointer; 
	cursor: hand;
	display:block;
	text-align:center;
	width:25px;
}
#rv-spot-selector table td {
	vertical-align:top;
	margin:5px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#rv-spot-selector table td.yellow {
	background:url('images/bg/yellow.gif') no-repeat;
	color:#333;
}
#rv-spot-selector table td.green {
	background:url('images/bg/green.gif') no-repeat;
}
#rv-spot-selector table td.red {
	background:url('images/bg/red.gif') no-repeat;
}

#rv-spot-selector table#rv-row-one {
	width:525px;
	height:70px;
	position:relative;
	top:25px;
	left:10px;
}
#rv-spot-selector table#rv-row-one .spacer {
	width:70px;
}
#rv-spot-selector table#rv-row-two {
	width:450px;
	position:relative;
	top:30px;
	left:80px;
}
#rv-spot-selector table#rv-row-three {
	width:270px;
	position:relative;
	top:30px;
	left:80px;
}
#rv-spot-selector table#rv-row-four {
	width:200px;
	position:relative;
	top:45px;
	left:30px;
}

.spot-rates {
	margin-top:10px;
}

/* ADMIN */
.admin-link {
	float:right;
	border:1px solid #333;
	padding:3px;
	margin:5px;
	background:#FFF;
	font-weight:bold;
	z-index:500;
}

.profile table#manage {
	border-collapse:separate;
}

.profile table#manage tr td {
	height:100px;
	border:1px solid #333;
	padding:3px;
	margin:5px;
	background:#FFF;
	vertical-align:middle;
}
.profile table#manage tr td .admin-link {
	text-align:center;
	float:none;
	font-size:16px;
	border:none;
}
.profile table#manage tr td .admin-link a {
	padding:30px;
	display:block;
}
.profile table#manage tr td .admin-link a:hover {
	background: #ddf;
}

.view-id-reservations tr td.views-field-title a,
.view-id-reservations tr td.views-field-field-spot-value a,
.view-display-id-page_7 tr td.views-field-phpcode span,
.profile .new-res a {
	font-size:11px;
	color:#900;
	cursor: pointer; 
	cursor: hand;
}
.profile .new-res {
	font-weight:bold;
	background:#FF9;
	border:1px solid #CCC;
	padding:0 2px;
	position:absolute;
}
.profile .new-res a:hover {
	text-decoration:none;
}

/* FRONT PAGE */
#main #content #content-top #slideshow {
	text-align:center;
	border: thick solid #333333;
	background: #333;
	width:700px;
	height:400px;
	margin:0 auto;
}
#main #content #content-top #colin {
	text-align:right;
}

/* LOCATION PAGE */
#main #content #content-top #location {
	background:url("images/bg/rv-park-map.jpg") top center no-repeat;
	border:thick solid #333333;
	height:400px;
	width:700px;
	margin:0 auto;
	margin-bottom:15px;
}
#main #content #content-top #location .find-directions {
	background:#fff;
	padding:3px;
	text-align:center;
	border-bottom:1px solid #000;
}

/* MICRO CSS */
.node-form #edit-field-phone-0-value-wrapper .form-text,
.node-form #edit-field-credit-card-0-private-number-wrapper .form-text {
	width:150px;
}