* { padding: 0; margin: 0; }

body {
	background: url(../_gfx/bg.jpg) fixed no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: black;
}
a:hover {
	text-decoration: underline;
}

div#container {
	margin: 0 auto;
	width: 830px;
}
div#header {
	width: 830px;
	height: 135px;
}
div#menu {
	width: 355px;
	height: 428px;
	background: url(../_gfx/menu_bg.png);
	margin: -30px 0 0 -30px;
	float: left;
	z-index: 1;
}
	div#menu-content {
		width: 183px;
		margin: 75px 0 0 45px;
	}
div#content {
	width: 577px;
	margin: -9px 0 0 240px;
	position: absolute;
}
	div#content-body {
		width: 527px;
		min-height: 400px;
		background: url(../_gfx/content.png);
		float: left;
		padding: 0 25px 10px 25px;
	}
	div#content-left-shadow {
		width: 9px;
		height: 84px;
		background: url(../_gfx/sh_l.png) repeat-y;
		margin-top: 8px;
		float: left;
	}
	div#content-top-shadow {
		width: 461px;
		height: 9px;
		background: url(../_gfx/sh_g.png) repeat-x;
		float: left;
	}
	div#content-bottom-shadow {
		width: 559px;
		height: 9px;
		background: url(../_gfx/sh_d.png) repeat-x;
		float: left;
		margin-left: 9px;
	}
	div#content-top-field {
		width: 461px;
		height: 83px;
		background: url(../_gfx/paper_texture.jpg);
		float: left;
	}
	div#content-top-corner {
		width: 107px;
		height: 92px;
		background: url(../_gfx/content_corner.png);
		float: right;
	}
#menu .ui-widget-content { padding: 10px 0 0 10px;border: 1px solid #EBC0EE; background: none; color: black; font-weight: normal; }
#menu .ui-widget-content a { color: black; text-decoration: none;}
#menu .ui-widget-content a:hover { color: black; text-decoration: underline;}
#menu .ui-state-default, .ui-widget-content .ui-state-default { border: 0; background: none; font-weight: bold; color: black; }
#menu .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: black; text-decoration: none; }
#menu .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 0; background: url(../_gfx/button.jpg) ; font-weight: bold; color: white; outline: none; }
#menu .ui-state-hover a, .ui-state-hover a:hover { color: white; text-decoration: none; outline: none; }
#menu .ui-state-active, .ui-widget-content .ui-state-active { border: 0; background: url(../_gfx/button.jpg); font-weight: bold; color: white; outline: none; }
#menu .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: white; outline: none; text-decoration: none; }
#menu .ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#menu .ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .1em .1em 2.2em; }
.ui-accordion .ui-accordion-header {width: 183px; height: 28px}

form { width:450px;  padding:20px; margin:0 10px 0 0; }
form .row { width:100%; margin-bottom: 10px; float:left; }
form .label { float:left; width:200px; margin:6px 0 0 5px; }
form .input { float:left; width:200px; text-align:right; }
	form input, form select { width:180px; height:18px; border:2px solid #c4c4c4; }
	form select {height: 22px; width: 183px;}
	form #sbtButton {height: 25px;}
	form textarea { width:180px; height:120px; border:2px solid #c4c4c4; font-family:Arial; font-size:11px; }
form .error-div { float:left; margin:0 0 0 10px; padding: 5px; color:#935; font-size:13px; }
form .error-input, form .error-both input, form .error-same input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }

.form-res td {
	padding: 5px;
}

.calendar-links {
	width: 250px;
	margin: 20px auto;
	text-align: center;
}
.calendar {
	width: 450px;
	margin: 0 auto;
	border-collapse: collapse;
}
.calendar .month {
	padding-top: 15px;
	text-align: center;
	font-size: 1.5em;
}
.calendar .header td {
	text-align: center;
}
.calendar td.day {
	border: 1px solid black;
}
.calendar .day a {
	width: 100px;
	height: 14px;
	display: block;
}
.calendar td.yellow {
	background-color: yellow;
}
.calendar td.red {
	background-color: red;
}

.guest-entry {
	border: 2px solid #c4c4c4;
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 10px;
}
.guest-entry .date {
	font-size: 80%;
	border-bottom: 2px solid #c4c4c4;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
ol {
	margin-left: 50px;
}