/* ALPINE RECREATION DATES PAGES STYLES */

/* dates & availability tables */
#dates table {background: #555; float: left; position: relative; right: 0; top: 0; display: inline; margin: 2px 0 2px 6px; padding: 0; border: solid 1px #555;}
#dates caption {font-size: 14px; font-weight: bold; text-align: left; padding: 4px; border: solid 1px #555; border-bottom: none;}
#dates th {background: #fff; font-size: 12px; font-weight: bold; padding: 4px;}
#dates td {background: #fff; font-size: 11px; padding: 1px 4px;}

/* highlight trips which are full or almost full */
#dates .spaces_red {background: #A00;}
#dates .spaces_orange {background: #C60;}

/* table widths #dates.climb table {width: 309px;}#dates.trek table {width: 230px;}*/


#dates.ski table {width: 309px; margin-right: 10px;}

/* coloured headings at top of tables */
#dates.trek caption {background: #8B9638;}
#dates.climb caption {background: #a54545;}
#dates.ski caption {background: #5681ac;}
