/**
 * CSS related to /pages/acco/pricePage.jspx
 */

/* Imports */ 
@import url("./imports/general.css");
@import url("./imports/content.css");
@import url("./imports/calendar.css");
@import url("./imports/tab.css");

span.date {
	font-size: 13px;
	font-weight: bold;
	color: #005A7A;
}

table.priceTable {
	width: auto;
	margin-top: 10px;	
}

table.priceTable th {
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	background-color: #EFEFEF;
}

table.priceTable td {
	padding: 7px 5px 7px 5px;
}

table.priceTable tr.evenrow {
	background-color: #FFF;
}

table.priceTable tr.oddrow {
	background-color: #CCFF99;
}

table.priceTable a {
	color: #000;
	text-decoration: underline;
}

table.priceTable a:hover {
	text-decoration: none;
}

table.legend {
	margin-top: 10px;
}

table.legend th {
	text-align: left;
}

table.legend td.colorcell {
	padding: 2px;
}

table.legend td div {
	border: 1px solid #000;
	height: 15px;
	width: 15px;
}

table.legend td.available div {
        background-color: #CAEA9E;
}
table.legend td.startday div {
        background-color: #33CC00;
}
table.legend td.onrequest div {
        background-color: #66CCCC;
}
table.legend td.unavailable div {
        background-color: #FF9900;
}

