@charset "utf-8";
/* CSS styles for Tehnološki park Ljubljana Reservation System tpl_content.html template */

#reservation_content {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 20px 40px 60px;
	text-align: left;
	background: white;
	min-height: 400px;
	height: auto;
	font-size: 11px;
	font-family: Tahoma;
	text-align: justify;
}

<!-- IE<7 hack -->
*html #reservation_content { 
	height: 400px;
}

#reservation_content h1 {
	padding: 3px 0 0 25px;
	background: transparent url(images/title_arrow.gif) top left no-repeat;
	color: #61C421;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

#reservation_content h2 {
	padding: 3px 0 0 25px;
	background: transparent url(images/title_arrow.gif) top left no-repeat;
	color: #61C421;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

#reservation_menu {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 0 -20px;
	float: left;
	width: 120px;
	height: auto;
	clear: both;
}

#reservation_menu .level1 {
	margin: 10px 0 0 0;
}

#reservation_menu .level1 a {
	padding: 3px 0 0 25px;
	background: transparent url(images/title_arrow.gif) top left no-repeat;
	color: #61C421;
	font-size: 12px;
	font-weight: bold;
}

#reservation_menu .level2 {
	line-height: 1.6em;
	margin-left: 5px;
}

#reservation_menu .level2_active a {
	color: #61C421;
	line-height: 1.6em;
	margin-left: 5px;
}

#reservation_menu .level3 {
	line-height: 1.6em;
	margin-left: 25px;
}

#reservation_menu .level3_active {
	color: #61C421;
	line-height: 1.6em;
	margin-left: 25px;
}

#reservation_menu .level3_active a
{
	color: #61C421;
}

#reservation_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	display: block;
	width: 560px;
	float: left;
	background: transparent url(images/rightcontent_bg.gif) left top repeat-y;
	min-height: 400px;
	height: auto;
}

<!-- IE<7 hack -->
*html #reservation_main {
	height: 400px;
	width: 600px;
}

#reservation_main td {
	font-size: 10px;
}

#reservation_main #pricelist th {
	font-size: 11px;
	color: #660000;
	text-align: left;
}

#reservation_main .input_box {
	width: 110px;
	border: 1px solid #000;
	padding: 2px 5px 2px 5px;
}

/*#reservation_main .button {
	border: 1px solid #000;
}*/


