@charset "utf-8";
/* CSS Document */



* { 
	padding: 0px; 
	margin: 0px;
	border:none;
}

a, a:hover, a:active, a:visited { text-decoration:none; outline:none;}


html,body  {
	margin:0;
	padding:0;  
	font-size: 12px; 
	font-family: "trebuchet MS"; 
	color:#000000; 
	/*background:#6e1116;*/
	background:#ffffff;
}



div#container {
	margin:0 auto; 
	width:980px;
	text-align:left;
}
	
	
	

/*************************************************************************/
		
	#content_timetable {
		float:left;
		width:100%;
		padding:10px 0px 20px 0px;
		text-align:justify;
	}
	

		
		#content_timetable h1{
			color:#000000;
			font-family: "Myriad Pro";
			font-size:24px;
			padding:6px 0px 0px 20px;
		}
		
/*************************************************************************/
		
	table.print_table {
		border-width: 1px 1px 1px 1px;
		border-spacing: 1px;
		border-style: outset outset outset outset;
		border-color: green green green green;
		border-collapse: separate;
		background-color: white;
		text-align:center;
		margin-left:20px;
	}
	table.print_table th {
		border-width: 1px 1px 1px 1px;
		padding: 1px 1px 1px 1px;
		border-style: inset inset inset inset;
		border-color: gray gray gray gray;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}
	table.print_table td {
		border-width: 1px 1px 1px 1px;
		padding: 1px 1px 1px 1px;
		border-style: inset inset inset inset;
		border-color: gray gray gray gray;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}
		

/*************************************************************************/

	#timetable{
		float:left;
		border-right:none;
		border-bottom:none;
		border-right:1px solid #000000;
		width:594px;
		overflow:hidden;
	}
	
	#timetable .sor{ float:left;}
	#timetable .sor div{ float:left; width:84px; text-align:center; color:#000000;  height:37px; border-right:1px solid #000000; 
	border-bottom:1px solid #000000; }
	#timetable .sor div span{ font-weight:bold; background: #33CCFF; color:#FFFFFF; border-top:1px solid #000000; width:100%; float:left;}
	
	#timetable .sor2{ float:left;}
	#timetable .sor2 div{ float:left; width:80px; text-align:center; color:#000000;  height:27px; border-right:1px solid #000000; 
	border-bottom:1px solid #000000; font-size:9px; }
	
	.oszlop{ float:left; width:83px; border-left:1px solid #000000; text-align:center; color:#000000; font-size:14px; overflow:hidden; }
	.oszlop div {font-size:11px; padding-top:5px; height:22px; overflow:hidden;  border-bottom:1px solid #000000; width:83px !important; background:#56A320; color:#FFFFFF; font-weight:bold;}
	
	.oszlop3{ float:left; width:84px; border-left:1px solid #000000; text-align:center; color:#000000; font-size:14px; overflow:hidden; }
	.oszlop3 div {font-size:11px; height:27px; overflow:hidden;  border-bottom:1px solid #000000; width:84px !important; color:#FFFFFF; font-weight:bold;}
	
	.oszlop2{ float:left; width:570px; border-left:1px solid #000000;}
	
	.left_week{
		float:left;
		padding:0px 0px 8px 0px;
		
	}

	.left_week a{ color:#000000; font-weight:bold;}
	.left_week a:hover{ text-decoration: underline;}
		
	.right_week{
		float:right;
		padding:0px 0px 8px 0px;
	}
	.right_week a{color:#000000; font-weight:bold;}
	.right_week a:hover{ text-decoration:underline;}
	
	.day a.foglalas{
		float:left;
		width:100%;
		height:27px;
		color:#ffffff;
		overflow:hidden;
		background:#9aeb61;
	}
	
	.day a.add_link{
		float:left;
		width:100%;
		height:27px;
		color:#000000;
		overflow:hidden;
	}
	
	.day a:hover{ background:#FFFF00; color:#000;}
	
	ol{padding:10px 40px;}
	
	ol li{padding:10px 0px;}
	
	.reservation_link{ color:#FFFFFF; background:#FF0000 !important;}
	.closed{ background: #CCCCCC;}
/*************************************************************************/

	
	#ReservationTimetableForm{
		float:left;
		width:300px;
	}
	
	#ReservationTimetableForm div, #ReservationTimetableForm fieldset{
		float:left; width:100px; padding:0px;}
		
	#ReservationDateJump{
		padding:1px;
		border:1px solid #000000;
	}
	
	#ReservationTimetableFreeForm{
		float:left;
		width:300px;
	}
	
	#ReservationTimetableFreeForm div, #ReservationTimetableFreeForm fieldset{
		float:left; width:100px; padding:0px;}
		
	#ReservationTimetableFreeFormDateJump{
		padding:1px;
		border:1px solid #000000;
	}

/*************************************************************************/

	


