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

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 778px;
	margin-left: -389px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-repeat: repeat-y;
	background-position: left top;
}
#shTop {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	margin: 0px;
	position: relative;
}
#shLeft {
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 9px;
	position: relative;
	min-height: 16px;
}
#shRight {
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	position: relative;
	min-height: 16px;
}
#shTail {
	position: relative;
	width: 100%;
	height: 11px;
}
#whitePage {
	float: left;
	width: 760px;
	position: relative;
	background-color: #FFFFFF;
	min-height: 498px;
}
#header {
	margin: 3px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
}
#myMenuChoice {
	position: absolute;
	height: 27px;
	width: 181px;
	left: 12px;
	top: 13px;
}
#userRestaurant, #userCoordinator, #userGuest {
	position: absolute;
	height: 19px;
	left: 12px;
	top: 56px;
}
#menu {
	position: relative;
	height: 25px;
	margin-right: 3px;
	margin-left: 3px;
}
#menu div, #menu ul {
	height: 25px;
	position: absolute;
	top: 0px;
}
#menu li {
	display: inline;
	float: left;
	margin-right: 5px;
}
#mLeft {
	left: 0px;
}
#menu ul {
	left: 7px;
}
#mRight {
	right: 0px;
}

#sidebar {
	position: absolute;
	width: 127px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 363px;
	left: 3px;
	top: 114px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Arial;
	font-size: 0.92em;
}
#sidebar ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#sidebar li {
	margin-bottom: 5px;
	color: #660303;
}
#sidebar li ul {
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 8px;
}
#sidebar li li {
	margin-bottom: 2px;
}
#sidebar .arrow {
	margin-bottom: 2px;
	margin-left: 1px;
}

#contentArea {
	margin: 3px 3px 3px 163px;
	position: relative;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 126px;
	padding: 15px;
}
.columnLeft {
	float: left;
	width: 47%;
	position: relative;
}
.columnRight {
	float: right;
	width: 47%;
	position: relative;
}
.clearer {
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	clear: both;
	float: none;
	position: relative;
}

.pagination {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px 0px;
	text-align: center;
}

#divExtraButtons {
	display: none;
}
img.button {
	position: relative;
	top: 5px;
}
div.arrValidate, div.arrValidateError {
	position: relative;
	margin: 2px 0px 0px 4px;
}
div.arrValidate {
	display: none;
}
div.arrValidateError {
	display: block;
}
fieldset {
	margin-top: -3px;
}

