body	
	{	background-color: #F8ECB0
	}

table
	{	font-family: Georgia, Times New Roman, Times, Roman;
		font-size: 12px;
		color: black;
		text-decoration: none; 
	}

td.logo
	{	background-color: #F6E592;
		border-left: 1px solid #384885;
		border-right: 1px solid #384885;
		border-top: 1px solid #384885;
		vertical-align: top;
	}

td.content
	{	background-color: #F6E592;
		border-left: 1px solid #384885;
		border-right: 1px solid #384885;
		vertical-align: top;
	}

table.contacts
	{	font-family: Tahoma, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		color: #384885;
		text-decoration: none; 
	}

td.contacts
	{	background-color: #F8ECB0; 
		border-left: 1px solid #384885;
		border-right: 1px solid #384885;
		border-bottom: 1px solid #384885;
	}

table.controls
	{	font-family: Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #384885;
		text-decoration: none; 
	}

td.controls
	{	background-color: #F6E592;
		border-left: 1px solid #384885;
		border-right: 1px solid #384885;
	}

a:link 	
	{	color: #384885; 
	}

a:visited 
	{	color: #384885; 
	}

a:hover 
	{	color: black; 
	}

a:active
	{	color: black; 
	}


img.rightborder
	{	border: 5px solid white;
		margin-left: 20px;
		margin-bottom: 10px;
	}

img.rightnoborder
	{	margin-left: 20px;
		margin-bottom: 10px;
	}

img.leftborder
	{	border: 5px solid white;
		margin-right: 20px;
		margin-bottom: 10px;
	}

img.centerborder
	{	border: 5px solid white;
		margin-bottom: 10px;
	}

img.leftnoborder
	{	margin-right: 20px;
		margin-bottom: 10px;
	}

.title
	{
		font-size: 18px;
		font-weight: bold;
		color: #384885;
	}
td.cal_year
	{
		font-size: 20px;
		font-weight: bold;
	}
select.content
	{
		font-family: Georgia, Times New Roman, Times, Roman;
		font-size: 12px;
	}
.cal_table
	{
		font-size: 13px;
		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica, Sans-serif;
		text-align: center;
		vertical-align: middle;
	}
td.cal_table
	{
		width: 35px;
		height: 35px;
		padding: 5px;
	}			
td.holiday
	{
		color: #FF0000;
	}
td#booked
	{
		background-color: #C0C0C0;
	}
a.cal
	{
		width: 35px;
		height: 35px;
		display: block;
		border: 2px solid #F6E592;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;		
		vertical-align: middle;
		text-align: center;
	}		
a.cal:hover
	{
		border: 2px solid white;		
	}
