@charset "UTF-8";
/* CSS Document */

#koleacondorates {
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 93%;
}

/*We repeat the border information for all of the inner elements and set their padding to 5 pixels.*/

td,th{
	border-collapse:collapse;
}	
.leftcol {
	border-bottom: 1px solid #28456B;
	padding-left: 5px;
}
col {
	border-left: 1px solid #28456B;
}
.colrates {
	text-align: center;
	border-left: 1px solid #28456B;
	border-bottom: 1px solid #28456B;
	border-collapse:collapse;
	padding: 6px;
}

/*The same applies to headers, and to distinguish between headers in the head and those in the body of the table, we use descendant selectors:*/

thead th{
	text-align:justify;
	background-color: #B9C9FE;
	padding: 10px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 105%;
}
tbody th{
	text-align:center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #28456B;
	padding: 6px;
}

/*The same descendant selectors help us defining the differences for the data cells:*/

tfoot td{
	text-align:center;
	background-color: #B9C9FE;
	border-bottom: none;
	padding: 8px 5px;
}
tbody td{
	padding: 10px;
}
.td_holidayseadons {
	background-color: #D1D6E7;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #28456B;
	padding: 6px;
}
.td_holidayseadons_rtcol {
	background-color: #FFFFFF;
	border-bottom: 1px solid #28456B;
	padding: 6px;
	border-right: 1px solid #28456B;
}
.td_weddings {
	background-color: #FFFFFF;
	border-bottom: 1px solid #28456B;
	padding: 10px 3px;
}
tbody tr.odd td{
}

#fn,#dp,#ar{
	border-bottom: 1px solid #28456B;
}
#fr,#to{
	width:auto;
	border-left: 1px solid #28456B;
	border-bottom: 1px solid #28456B;
}
