/*! sertrec.teambase.css */


input.reservation_button {
    margin: 15px 0;
}




#activityListingTitle {
	font-size: 1.25em;
	font-weight: bold;
}

.teambase_listing hr {
	margin-top: 10px;
	margin-bottom: 0;
}

.teambase_listing thead {
	background: #dbdbdb;
}

.teambase_listing tr.odd {
    background: #eaeaea;
}

.teambase_listing td.header {
	visibility: collapse;
}

.teambase_listing th,
.teambase_listing td {
	padding: 5px;
}

.teambase_listing td.space {
	width: 20px;
}
.teambase_listing td.input {
	width: 80px;
}
.teambase_listing td.date,
.teambase_listing td.status,
.teambase_listing td.button {
	width: 120px;
}

.teambase_listing abbr[title],
.teambase_listing abbr[data-original-title]  {
    cursor: default;
    border: none;
    text-decoration: none;
}

.teambase_form fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.teambase_form legend {
	width: auto;
	padding: 0 10px;
	margin-bottom: 10px;
}

.teambase_form .formControls {
	background: transparent;
}
