.availabilityList
{
	background-color: #e7ecef;
	color: #a7aaac;
	border: 1px solid #b6c4ce;
	width: 100%;
}

.availabilityElements
{
	width: 100%;
}

.availabilityList .header
{
	color: #ffffff;
	font-weight: bold;
	background-color: #b6c4ce;
	width: 50%;
}

.availabilityElements .item
{
	background-color: #cbd7df;
}

.availabilityElements .alternatingItem
{
	background-color: #ffffff;
}

.availabilityElements .label
{
	color: #41535f;
}

.availabilityElements .textBox
{
	font-size: 1em;
	font-family: Verdana, Arial;
	font-weight: normal;
	width: 95%;
}
