
/* CSS for plugin: RestaurantMenu */

a.rm_category {color:#000000; font-family: Tahoma, Verdana ; font-size: 12px; font-weight:bold; line-height:17px;text-decoration: underline; cursor: hand; cursor: pointer; }
a.rm_category:visited {color:#000000; text-decoration: underline;} 
a.rm_category:hover {color:#000000; text-decoration: none;} 

.rm_category {font-family: Tahoma, Verdana ; font-size: 12px; font-weight:bold; line-height:17px;}
.rm_title {color:#444444;font-family: Tahoma, Verdana ; font-size: 11px; font-weight:bold;}
.rm_price {color:#444444;font-family: Tahoma, Verdana ; font-size: 11px; font-weight:bold;}
.rm_text {color:#444444;font-family: Tahoma, Verdana; font-size: 11px;}
.rm_count {color:#444444;font-family: Tahoma, Verdana; font-size: 11px;}

input.rm_button {
	border: 0px;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	font-size: 100%;
	border-bottom: 1px solid transparent;
}

input.rm_button:hover {
	border-bottom: 1px solid black;
}


table.rm_control {
	margin-bottom: 2px;
}

table.rm_item { 
	/* DEBUG: border: 1px solid blue; */
	margin-bottom: 2px;
}
blockquote.rm_indent {
	/* DEBUG: border-left: 1px solid green; */
	padding-right: 0px; padding-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px;
}

.rm_table_container {
width:100%;
}

/* end of: CSS for plugin: RestaurantMenu */

/* plugin Daily Menu */
	
	img.ico_16 {
		width: 16px; height: 16px;
		vertical-align: middle;
		border: 0;
	}
	/* table daily_menu */
	table.daily_menu {
		width: 100%;
		border-collapse: collapse;
		background-color: transparent;
	}
	table.daily_menu tr td {
		padding: 2px 4px 2px 4px;
		border-bottom: 1px solid #e7d7cc;
	}
	table.daily_menu tr.day td {
		color: #8f4e42;
		font-weight: bold;
		font-size: 108%;
		text-transform: uppercase;
		line-height: 200%;
		padding-top: 10px;
	}
	table.daily_menu tr.highlight td {
		font-weight: bold;
		/* border-bottom: 1px solid #ffffff; */
	}
	table.daily_menu td.price {
		text-align: right;
		color: #000000;
	}
	table.daily_menu tr.week td {
		border: 0;
		color: #8f4e42;
		font-weight: bold;
		background-color: transparent;
		padding-bottom: 10px;
	}
	table.daily_menu tr.week div.week_date {
		float: left;
		font-size: 140%;
	}
	table.daily_menu tr.week div.week_time {
		float: right;
		font-size: 100%;
	}
	table.daily_menu tbody.today tr.day td {
		background-color: transparent;
	}
	table.daily_menu tbody.today tr.highlight td {
		background-color: #f4ece6;
		font-weight: bold;
	}
	table.daily_menu tbody.today tr td {
		background-color: #f4ece6;
		border-bottom: 1px solid #ffffff;
	}
	
	table.daily_menu tbody.today td.tag_today{
		text-align: right;
	}
	table.daily_menu tbody.today td.tag_today span{
		background-color: #f4ece6;
		color: #8f4e42;
		font-size: 80%;
		padding: 3px 5px 3px 5px;
		border: 1px solid #a65a4d;
		border-bottom: 0;
		font-weight: normal;
	}
	
	table.daily_menu tr.shift td {
		color: #8f4e42;
		font-size: 110%;
		font-weight: bold;
		border: 0;
		line-height: 200%;
	}
	
	table.daily_menu tr.shift td a {
		color: #8f4e42;
		text-decoration: none;
	}
	table.daily_menu tr.shift td a:hover {
		color: #000000;
		text-decoration: underline;
	}
	table.daily_menu tr.shift td.next {
		text-align: right;
	}
	table.daily_menu tr.toolbar td {
		border: 0;
	}
	/* end of: table daily_menu */
	
	/* toolbar */
	div.toolbar {
		/*
		background-color: #eddcd1; 
		border: 1px solid #f9f3f0;
		*/
		border: 1px solid #e4cab6;
		background-color: #e4cab6;
		padding: 3px 5px 3px 10px;
		font-size: 90%;
		text-align: center;
	}
	div.toolbar a {
		color: #8f4e42;
		text-decoration: none;
		margin-right: 10px;
	}
	div.toolbar a:hover {
		color: #df2d00;
		text-decoration: underline;
	}
	div.toolbar img {
		margin: 0 5px 0 2px;
	}
	/* end of: toolbar */

/* end of: plugin Daily Menu */

