/* 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 #D4D4D4;
		color: #000000;
	}
	table.daily_menu tr.day td {
		color: #286F33;
		font-weight: bold;
		font-size: 108%;
		line-height: 200%;
		padding-top: 5px;
	}
	table.daily_menu tr.highlight td {
		font-weight: bold;
		/* border-bottom: 1px solid #000000; */
	}
	table.daily_menu td.price {
		text-align: right;
		color: #000000;
	}
	table.daily_menu tr.week td {
		border: 0;
		color: #133318;
		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: 110%;
	}
	table.daily_menu tbody.today tr.day td {
		background-color: transparent;
	}
	table.daily_menu tbody.today tr.highlight td {
		background-color: #CEDF7D;
		font-weight: bold;
	}
	table.daily_menu tbody.today tr td {
		background-color: #CEDF7D;
		border-bottom: 1px solid #87973E;
	}
	
	table.daily_menu tbody.today td.tag_today{
		text-align: right;
	}
	table.daily_menu tbody.today td.tag_today span{
		background-color: #CEDF7D;
		color: #1D4E24;
		font-size: 80%;
		padding: 3px 5px 3px 5px;
		border: 1px solid #87973E;
		border-bottom: 0;
		font-weight: bold;
	}
	
	table.daily_menu tr.shift td {
		color: #133318;
		font-size: 110%;
		font-weight: bold;
		border: 0;
		line-height: 200%;
	}
	
	table.daily_menu tr.shift td a {
		color: #133318;
		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;
	}
	table.daily_menu tr.wap td {
		font-size: 95%; 
		padding-top: 10px;
		border: 0;
		text-align: center;
		color: #000000;
	}
	.wap_link {
		font-weight: normal;
		color: #1D4E24;
	}
	
	table.daily_menu tr.links td {
		border-bottom: 1px solid #000000;
		padding: 10px 0 9px 0;
		text-align: right;
		font-family: Tahoma;
		font-size: 90%;
	}
	
	table.daily_menu tr.links td a {
		color: #000000;
		text-decoration: none;
		background: transparent url(../plugins/DailyMenu/img/ico/link.png) 0px 2px no-repeat;
		padding: 0 15px 0 20px;
	}
	table.daily_menu tr.links td a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	/* end of: table daily_menu */
	
	/* toolbar */
	div.toolbar {
		/*
		background-color: #eddcd1; 
		border: 1px solid #f9f3f0;
		*/
		border: 1px solid #C4D962;
		background-color: #C4D962;
		padding: 3px 5px 3px 10px;
		font-size: 90%;
		text-align: center;
	}
	div.toolbar a {
		color: #1D4E24;
		text-decoration: none;
		margin-right: 10px;
	}
	div.toolbar a:hover {
		color: #000000;
		text-decoration: underline;
	}
	div.toolbar img {
		margin: 0 5px 0 2px;
	}
	/* end of: toolbar */

/* end of: plugin Daily Menu */

