@charset "utf-8";
/* CSS Document */
body {
	background-image:		url(../images/tausta.jpg);
	background-repeat:		repeat-x;
	background-color:		#edf2f3;
	margin:					0px;
	color:					#000000;
	font-family:			"Trebuchet MS", arial, helvetica;
	font-size:				12px;
}
h1 {
	font-size:				18px;
}
a {
	color:					#7697b7;
}
a:hover {
	color:					#273f77;
}
th {
	text-align:				left;
}
.valikko1 {
	color:					#62a935;
	text-decoration:		none;
}
.valikko2 {
	color:					#7697b7;
	text-decoration:		none;
}
.valikko2pallo {
	color:					#e4eaf8;
	text-decoration:		none;
}
.menuotsikko {
	color:					#273f77;
	font-size:				18px;
}
.otsikko {
	color:					#273f77;
	font-size:				24px;
}
.menutd {
	padding:				3px 10px 3px 10px;
}
.menutdsmall {
	padding:				3px 10px 3px 10px;
	font-size:				80%;
}
.texttd {
	padding:				3px 10px 3px 10px;
}
.kielivalittu {
	color:					#62a935;
}
.kielivalinta {
	color:					#7697b7;
	text-decoration:		none;
}
#content {
	z-index:				1;
	position:				absolute;
	top:					0px;
	left:					50%;
	width:					1016px;
	margin-left:			-508px;
}
#kielet {
	z-index:				2;
	position:				absolute;
	top:					259px;
	right:					59px;
}
#text {
	z-index:				2;
	position:				absolute;
	top:					313px;
	right:					59px;
	width:					698px;
	background-image:		url(../images/text_top.jpg);
	background-repeat:		repeat-x;
	background-color:		#ffffff;
	border-color:			#d9e1e6;
	border-width:			1px;
	border-style:			solid;
}
#menu {
	z-index:				2;
	position:				absolute;
	top:					313px;
	left:					59px;
	width:					178px;
	background-image:		url(../images/text_top.jpg);
	background-repeat:		repeat-x;
	background-color:		#ffffff;
	border-color:			#d9e1e6;
	border-width:			1px;
	border-style:			solid;
}
.booking_timeslots {
	font-size:				9px;
}
.booking_timeslots th {
	font-size:				10px;
	width:					35px;
}
.booking_open {
	background-color:		#C00;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_booked {
	background-color:		#F63;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_notenoughtime {
	background-color:		#090;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_free {
	background-color:		#0C3;
	cursor:					pointer;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_active {
	background-color:		#03F;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_locked {
	background-color:		transparent;
	width:					19px;
	height:					7px;
	margin-left:			8px;
	margin-top:				2px;
}
.booking_input {
	width:					270px;
}
.booking_textarea {
	width:					270px;
	height:					100px;
}
