body
{
	font-family: Arial;
}

.main_table
{
	position: relative;
	width: 900px;
	min-height: 900px;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 100%;
	
	border: 0px ridge transparent;
	overflow: auto;
}

.header
{
	width: 900px;
	height: 100px;
}

.red
{
	width: 250px;
	height: 150px;
	background-color: #e72424;
	font-family: Arial Black;
	font-size: 40px;
	color: white;
	text-align: center;
}

.dred
{
	font-size: 16px;
}

.white
{
	width: 250px;
	height: 30px;
	background-color: white;
	text-align: center;
	line-height: 2em;
}

.left_table
{
	position: absolute;
	width: 250px;
	min-height: 900px;
	height: 100%;
	float: left;
	background-color: #0707ab;
}

.right_table
{
	position: relative;
	width: 650px;
	height: 100%;
	min-height: 900px;
	/*max-height: 900px;
	overflow: auto;*/
	float: right;
	
	background-image: url("kuvat/background.png");
}

.bread
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
}

.button
{
	width: 250px;
	height: 50px;
	text-align: right;
	background-image: url("kuvat/nappi.png");
	border-width: 0px;
	background-color: transparent;
	color: white;
	
	text-transform: uppercase;
}

.button:hover
{
	background-image: url("kuvat/nappi_h.png");
}

.h3
{
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.centered
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.nouto
{
	width: 200px;
	height: 50px;
	text-align: left;
	float: left;
	margin-left: 50px;
}

.pizza
{
	width: 90px;
	height: 50px;
	text-align: left;
	float: left;
	margin-left: 40px;
}

.nouto_border
{
	width: 520px;
	height: 700px;
	background-color: grey;
	margin-left: auto;
	margin-right: auto;
	background-image: url("kuvat/noutobg.png");
	font-size: 12px;
}

.pizza_border
{
	width: 520px;
	height: 820px;
	background-color: grey;
	margin-left: auto;
	margin-right: auto;
	background-image: url("kuvat/noutobg.png");
	font-size: 12px;
}

.noborder
{
	border: 0px ridge transparent;
}

.event_title
{
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
}

.feedback_form
{
	width: 100px;
	float: left;
}

.feedback_input
{
	border: 1px ridge black;
}

.pikkujoulu
{
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 0px ridge transparent;
	height: 750px;
}

.update_input
{
	border: 1px ridge grey;
	width: 300px;
}

.button_input
{
	border: 1px ridge grey;
	width: 100px;
	height: 80px;
}

.button_input2
{
	border: 1px ridge grey;
	width: 100px;
	height: 40px;
}

.delete_input
{
	border: 1px ridge grey;
	width: 50px;
	height: 80px;
}

.delete_input2
{
	border: 1px ridge grey;
	width: 50px;
	height: 40px;
}

