DIV.menueditlist{
	margin-top: 30px;
}
TABLE.menu{
	margin-top: 20px;
	border-collapse: collapse; 
	width: 400px; 
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #003300;
}
TD.menuheader1{
	background-color: #993333;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #003300;
	text-align: center;
	color: white;
	font-weight: bold;
	height: 40px;
	font-size: 1.25em;
}
TD.day,TD.weekendday{
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #003300;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}
TD.day{
	background-color: #669933;
}
TD.weekendday{
	background-color: #E3A206;
}
TD.cell1,TD.cell2,TD.cell3,TD.cell4{
	width: 150px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #003300;
	padding: 10px;
	vertical-align: top;
}
TD.cell1	{ width: 500px; border-width: 0px 0px 1px 0px; }
TD.cell2	{ border-width: 0px 1px 1px 0px; }
TD.cell3	{ width: 450px; }
TD.cell4	{ width: 300px; }

.mealheader{
	margin-top: 20px;
}
.mealheader2{
	font-weight: bold;
}
.textarea1{
	width: 270px;
	height: 100px;
	border: solid 1px black;
}
.textarea2{
	width: 270px;
	height: 50px;
	border: solid 1px black;
}
DIV.formbuttons{
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
INPUT.formbuttons{
}
.weekdropmenu{
	width: 70px;
	border-width: 0px;
}
DIV.menuList{
	margin-top: 30px;
	font-weight: bold;
}
UL.menuList{
	list-style-type: disc;
}
DIV.topMenu{
}
A.topMenu{
}
DIV.headerDate{
	color: #ffffff;
	font-weight: normal;
	font-size: 0.75em;
}
SPAN.weekDate{
	margin-left: 20px;
	font-size: 0.75em;
}
SPAN.editButtons{
	margin-left: 20px;
	font-size: 0.75em;
}

/* Tulosta varten siirretään sisältöä vasemmalle että se
mahtuu suoraan sivulle sellaisenaan. */
@media print{
	TABLE.menu{
		margin-right: auto;
		margin-left: auto;
		width: 99%; 
		margin-top: 10px;
		border-collapse: collapse; 
		border-style: solid;
		border-width: 1px;
		border-color: black;
	}
	DIV.topMenu{
		display: none;
		z-index: -1;
	}
	TD.menuheader1{
		z-index: 10;
		border-style: solid 1px black;
		text-align: center;
		color: black;
		font-weight: bold;
		font-size: 2em;
	}
	TD.day,TD.weekendday{
		border-style: solid 1px black;
		text-align: center;
		vertical-align: top;
		padding: 4px;
		font-weight: bold;
		font-size: 1.5em;
	}
	TD.cell1,TD.cell2,TD.cell3,TD.cell4{
		width: 150px;
		border-style: solid 1px black;
		padding: 10px;
		vertical-align: top;
		font-size: 1.5em;
	}
	TD.cell1{
		width: 400px;
	}

}

