@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; }

#header {
	text-align:center; }
	
	

#container {
	margin-left:auto;
	margin-right:auto;
	width:1000px; }

#left_menu {
	width:15%;
	float:left; }

#left_menu ul {
	list-style-type:none; }

#left_menu ul li {
	text-align:left; }

#right_body {
	vertical-align:top;  /*doesnt work in dashboard, table part*/
	text-align:justify;
	padding:25px;
	width:75%; /*got problem with this, should be 85% */
	float:left; }

.table_myBooking {
	border-collapse:collapse;
	width:100%;}

.table_myBooking td, .table_myBooking th {
	border:#999 1px solid; }
	
#content {
	text-align:center; }
	
#footer {
	clear:both;
	text-align:center;
	color:#666;
	padding: 15px 0px;
	border-top: #666 1px solid; }
	
/*CALENDAR TABLE*/
.calendar {
	width:100%;
	border-collapse:collapse; }
	
.calendar td {
	vertical-align:text-top;
	border:#999 1px solid;
	height:60px; }
	
.calendar td, .calendar th {
	padding:5px;
	 }