@charset "utf-8";
/* CSS Document */

	body { background-image: url(images/background.png); background-position: top center; background-repeat: repeat-x;
		   background-color: #EDEDED; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; }
	p { margin-top: 0px; padding-top: 0px; }
	
	a:link, a:visited, a:active { color: black; text-decoration: none; }
	a:hover { color: green; text-decoration: none; }
	
	.link { vertical-align:bottom; padding-left: 15px; padding-right: 15px; color: white; font-size: 11px;padding-bottom: 10px; text-transform: uppercase; }
	.linkSelected { vertical-align:bottom; padding-left: 15px; padding-right: 15px; color: white; font-size: 11px;padding-bottom: 10px;
					background-image: url(images/selectedlink.png); background-position: top center; background-repeat: no-repeat;
					text-transform: uppercase; }
					
	.link a:link, .link a:visited, .link a:active { color: white; text-decoration: none; }
	.link a:hover { color: white; text-decoration: none; }
					
	.linkSelected a:link, .linkSelected a:visited, .linkSelected a:active { color: white; text-decoration: none; }
	.linkSelected a:hover { color: white; text-decoration: none; }
					
	h1 { font-size: 26px; color: #61CC00; padding: 0px; margin: 0px; font-weight: normal; padding-top: 5px; padding-bottom: 5px;
		 text-transform: uppercase; }
	h2 { font-size: 18px; color: #7DE400; padding: 0px; margin: 0px; font-weight: normal; padding-top: 10px; padding-bottom: 2px; }
	h3 { font-size: 14px; color: #7DE400; padding: 0px; margin: 0px; font-weight: normal; padding-top: 10px; padding-bottom: 2px; }
	td { font-size: 12px; }



.isbooked { background-color: white; border: 1px solid orange; }
.comment { padding-bottom: 20px; }
.date { color: gray; }

th { font-weight: normal; background-color: #57A830; color: white; text-align: left; font-size: 11px; }

hr { border: 1px solid #5FCB00; height: 4px; }

.ButtonUI 
{

	color: #262626;
	border: 1px solid #8C8C8C; background: #f6f6f6 url(/images/buttonback.gif) 50% 50% repeat-x; font-weight: bold; outline: none;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	display: inline; white-space: nowrap; padding: 3px; padding-left: 10px; padding-right: 10px; margin-top: 1px; margin-right: 5px;
	overflow: hidden; font-size: 11px;
	
}

.row { border-bottom: 1px solid silver; }

