/**
* Таблица, с указанием наличия мест в отелях
*/
TABLE.guarantee { 
	width:100%;
	border-collapse:collapse;
}
TABLE.guarantee THEAD TD {
	background-color:#f0f0f0;
	color:#333;
	font-size:9px;
}
TABLE.guarantee THEAD TD.red {
	color:#C74444;
}
TABLE.guarantee TR.head TD {
	background-color:#D3F0FF;
	color:#333;
	font-size:9px;
}
TABLE.guarantee TD {
	text-align:center;	
	border:1px solid #CCCCCC;
	font-size:9px;
}
TABLE.guarantee TD.no {
	background-color: #FFCCC1;
}
TABLE.guarantee TD.yellow {
	background-color: #FEF7C4;
}
TABLE.guarantee TD.yes {
	background-color: #D0FFD0;
}
TABLE.guarantee TD.warning {
	background-color: #FFCC00;
}
TABLE.guarantee TD.fatal {
	background-color: #FF0000;
}

TABLE.guarantee TD.hotel
{
	font-size:10px;
	text-align: left;
	padding-left: 2px;
	font-weight: bold;
	background-color: #f6f6f6;
}
TABLE.guarantee TD.subdate
{
	background-color: #f6f6f6;
	color: #808080;
}
TABLE.guarantee TD.subdatered
{
	background-color: #f6f6f6;
	color: #FF8787;
}
TABLE.guarantee TD.room 
{
	width: 200px;
	font-size:10px;
	text-align: left;
	padding-left: 10px;
}

A.selection {
	background-color: #dddddd;
	padding: 2px;
}