@CHARSET "UTF-8";


body {
	font-family: Garamond, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	min-width: 964px;}

#layout-body{
	margin: 0 auto; width: 1000px; height: 3000px; background-color: #5d7945;
}

#headPicture {
	background-color: black;
	height: 190px;
	width: 100%;
	border: 0;
	margin-bottom: 5px;
	margin: 0 0 0 0%;
}

.ui-widget-header {
	font-family: Garamond, Arial, Helvetica;
	font-size: 16px !important;
	color: #000000;
	border:0;
	background-color: #FFFFFF;
}

div#footer{
   position:fixed;
   bottom:0px;
   height:30px;
}

div#empty-space{
   height:30px; /* Same height as footer */
}


.selectionPanel {
	width: 100%;
	margin: 2% 1% 0 1%;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
}



.infoPanel {
	width: 94%;
	margin: 2% 1% 0 1%;
	border: 1px solid red;
	padding: 5px;
}
.homePanel {
	width: 80%;
	margin: 2% 12% 0 17%;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}

#menu{
	background-color: #FFFFFF;
}

.title {
	height: 60px;
	margin: 0;
	vertical-align: middle;
}

.ui-widget-content a {
	color: #000000;
}


a {
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin-top: 0;
	
}


h1 {
	font-size: 32px;
	font-weight: bold;
	color: #464646;
	}

h2 {
	font-size: 1.6em;
}


h3 {
	font-size: 16px;
	margin-top:20px;
}


.ui-corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	
}

.homeLink {
	font-size: 50px !important;	
	padding: 10px 0 10px 40px;
}

.homeLink:hover {
	font-size: 23px !important;	
	padding: 10px 0 10px 40px;
	font-weight:bold;
	cursor: pointer;
}

.homeCell {
	padding: 10px 0 10px 0;
}

.bold-title {
	font-size: 16px !important;	
	font-weight: bold;
}

.normal-title {
	font-size: 16px !important;	
	font-weight: normal;
	vertical-align: top;
}



table#menu, td#menu, td#menu {
	
	color: #000000;
	background-color: #FFFFFF;
	}
	
.ui-panelgrid tr,
.ui-panelgrid td {
	font-family: Garamond, Arial, Helvetica;
	font-size: 14px;
    background: none;
    border-style: none !important;
}

.ui-widget {
	font-family: Garamond, Arial, Helvetica;
	font-size: 16px !important;
	color: #000000;
	
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
	padding: 2px 7px !important;
}


.calendarDisabled {
	background-color: #FF8080;
}

.calendarDisabled .ui-state-default{
	background: inherit;
	border-color:  inherit;
}

.unavailableSlot {
	background-color: #FF8080;
	color: #D7D7D7;
}

.unavailableSlot .ui-selection-column .ui-radiobutton {
   display:none;
}

.verticalTop {
	vertical-align: top;
}


