/*******
	CSS for the menu planner
	Barking Owl's Presence Labs March 2006
/******/

/* TODO: verify or delete these two entries */
#guest_count {
	background-color: #fdd;
}

#planner {
	margin-top: 20px;
	background-color: #ddf;
}

/* menu class is for the prsentation of hte whole menu */
.menu {
	text-align: left;
	background: center;
	border-top: 1px solid #3da50a;
	border-bottom: 1px solid #3da50a;
	padding-bottom: 5px;
}

.menu_outside {
	text-align: left;
	background: center;
/*	border-top: 1px solid #3da50a;
	border-bottom: 1px solid #3da50a; */
	padding-bottom: 5px;
}

.formtopbottom {
	letter-spacing:1px;
	background-color: #62a30d;
	color: #ffffff;
}

/* a single item in the menu, with image, title, description, etc */
.dish {
	padding: 5px;
}

/* dish text details - the block excluding the image */
.dish_text_left {
	text-align: left;
	min-height: 89px;
	margin-left: 25%;
}

.dish_text_right {
	text-align: right;
	min-height: 89px;
	margin-right: 25%;
}


/* the name of the dish highlighted at top */
.dish_name {
	font-weight: bold;	
}

.dish_image {
	width: 135px;
	height: 89px;
}

/* the image of the dish, when displayed on the left */
.dish_image_left {
	float: left;
	padding-right: 1.5em;
}

/* the image of the dish, when displayed on the right */
.dish_image_right {
	float: right;
	padding-left: 1.5em;
}

/* dish description */
.dish_description {
	padding: 5px;
}

/* dish quantity and price line */
.dish_qty_price {
	font-weight: normal;
}

/* dish_links */
.dish_links {
	font-weight: normal;
}

.summary {
	border-top: 1px solid #3da50a;
	font-weight: bold;
}

.error {
	color: red;
}

#search_container {
	display: none;
	border: 0px;
}

#search_win {
	/* border: 1px solid #3da50a; */
}

#search_prompt {
	font-weight: bold;
}

.summary_links {
	text-align: center;
}

.top_tips {
	color: #999999;
	font-style: italic;
}

.buttons {
	float:right;
	width:100%;
	border-top:1px solid #fff;
	background:#fff;
	margin:0 0 0 0;
	padding:0px 0px 0px 0px;
	}
.buttons ul {
	float: left; 
/*	width:100%; */
	margin:0;
	padding:0;
/*	background:#3d6a02; */
	background: #fff;
	list-style-type:none;
	}
.buttons li {
	display:inline;
	padding:0;
	margin:0;
	}
.buttons a {
	background:#62a30d;
	border-right:1px solid #fff;
	border-bottom:0;
	padding:10px 7px 4px 7px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:block;
	float:right;
	width:auto;
	font:normal 1em/1em Tahoma, Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:1px;
	}
.buttons a:hover,
.buttons a:focus {background:#3f6d03;}
.buttons .sel a {
	background:#cab535;
	color: #333;
	}
.buttons .sel a:hover {
	background:#62a30d;
	display: block;
}
.buttons .sel a:focus {background:#7f7f7e;}
.buttons a:active {
	background:#74c50b;
	color: #333333;
	}

div#detail-popup {
	border-style: none;
	position:absolute;
	top:100px;
	left:75px;
	width: 326px;
	height: 226px;
	display: none;
	z-index: 9;
	background-color: #FFFFFF;
}