@CHARSET "UTF-8";

table.foglalastable {
	border: 1px solid #000000;
	margin-top: 2px;
	width: 95%;
	font-family: Tahoma;
	color: #777062;
	font-size: 12px;
	letter-spacing: 1px;
}
table.foglalastable th {
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
table.foglalastable td.place {
	text-transform: uppercase;
	padding: 2px;
	border-right: 1px solid #000000;
}
table.foglalastable td.td_default {
	width: 50px;
 	color: #000000;
 	text-align: center;
 	border: 1px solid #FFFFFF;
}
table.foglalastable td.td_default:hover {
 	color: #FFFFFF;
 	background-color: #000000;
}
table.foglalastable td.td_click {
	cursor: pointer;
}
table.foglalastable td.td_elfoglalt {
	background-color: #FBFF00;
}
table.foglalastable td.td_vegleges {
	background-color: #FF6666;
	color: #FFFFFF;
}
table.foglalastable td.td_szabad {
	background-color: #66FF66;
}
table.foglalastable td.td_nincs {
	background-color: #666666;
}
table.foglalastable td.td_selected {
	border: 1px solid #000000;
 	font-weight: bold;
	font-size: 19px;
	line-height: 14px;
}