#sdm blockquote h4 {
	font-size: 12px;
	padding: 3px;
	color: #060;
	}

#available,#transactions #transaction_table,#ct #summary {
	border-collapse: collapse;
	border-left: 1px solid #95CB42;
	border-right: 1px solid #95CB42;
	border-bottom: 1px solid #95CB42;
	margin-bottom: 18px;
	width: 530px;
	}
#available {
	margin-bottom: 12px;
	}
#ct #summary td.date {
	width: 50%;
	}

#date_form {
	margin-bottom: 18px;
	}

#date_form .field_wrapper {
	display: inline-block;
	float: left;
	margin-bottom: 1em;
	}

#availability_form {
	clear: both;
	}

p.date_heading{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #5B7900;
	}

#available .headers td,#transactions #transaction_table .headers td,#ct #summary .headers td {
	border-top: 1px solid #95CB42;
	border-bottom: 1px solid #95CB42;
	font-weight: bold;
	background: #C2E191;
	padding: 4px 8px 2px 2px;
	}

#available .timeslot {
	border-top: 1px solid #95CB42;
	font-weight: bold;
	text-align: center;
	width: 100px;
	}

#available .availability {
	border-top: 1px solid #95CB42;
	text-align: left;
	width: 160px;
	}

#available .actions {
	border-top: 1px solid #95CB42;
	border-left: 1px solid #95CB42;
	font-weight: bold;
	text-align: center;
	width: 135px;
	}

#available .actions.unavailable {
	color: #999;
	}

#available .row1 td,#transactions #transaction_table .row1 td,#ct #summary .row1 td {
	border-top: 1px solid #95CB42;
	background: #EDFFB9;
	padding: 4px 8px 2px 2px;
	vertical-align: top;
	}

#available .row2 td,#transactions #transaction_table .row2 td,#ct #summary .row2 td {
	border-top: 1px solid #95CB42;
	background: #E7F7C3;
	padding: 2px 8px 2px 2px;
	vertical-align: top;
	}

#available .unavailable td {
	background: #F0ED92;
	}

#available td a {
	text-decoration: none;
	font-weight: bold;
	}

#available td a:hover {
	text-decoration: underline;
	}


#upcoming_bookings ul,#past_bookings ul {
	list-style: disc;
	padding: 0 0 0 18px;
	}

.errorlist,
.error {
	color: #900;
	font-weight: bold;
	}

.major {
	text-align: center;
	margin-bottom: 8px;
	}

#ct #summary {
	width: 100%;
}

#ct #options ul li:hover {
	font-weight: bold;
	cursor: pointer;
}

#ct #options ul li a:link, #ct #options ul li a:visited {
	font-weight: normal;
	text-decoration: none;
}
#ct #options ul li a:hover {
	font-weight: bold;
}

#ct h3 {
	font-size: 15px;
	font-weight: normal;
	color: #5B7900;
	padding: 0 0 6px 0;
}

#ct blockquote p {
	margin-top: 6px;
	margin-bottom: 4px;
}

#agentin table {
	padding: 4px 4px 8px 4px;
}

#agentin table tr td ul {
	padding: 0 0 0 0;
}

#sdm .unavailable {
	color: #999;
}


.bubble {
	width: 164px;
	margin: 0 8px 8px 0;
	border: 2px solid #99CF45;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #C9E79F;
	font-size: 1.1em;
	text-align: center;
	float: left;
}

.bubble:hover {
	background: #B2DD76;
}

.bubble a:link, .bubble a:visited, .bubble a:hover {
	color: #638B24;
	display: block;
	padding: 8px;
	text-decoration: none;
}

.buttons {
	margin-bottom: 12px;
}

.no_results {
	font-style: italic;
	text-align: center;
}

ul.messages {
	background-color: #fff;
	border: 2px solid #95cb42;
	margin-bottom: 1em;
	margin-top: -1em;
}

ul.messages li {
	font-size: 140%;
	list-style: none;
	padding: 5px;
	text-align: center;
}

blockquote.security {
	background-color: #fcc;
	border-color: #900;
	font-size: 120%;
	padding-left: 1em;
}

