#container {
	margin: auto;
	width: 550px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

.month{
    width:150px;
    float:left;
    border:1px solid #ccc;
    margin:3px;
    border-collapse:collapse;
}

.month td {
    border:1px solid #ddd;
    color:#555;
    padding:2px;
    text-align:right;
}

.month th {
    padding:3px;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

#actday{
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
    font-weight:bold;
}

#actres{
    background-color:#9B489D;
    color:#fff;
    font-weight:bold;
}

.reserved{
	background-color: pink;
    color:black;
}

.days{
    background-color:#f1f1f1;
}

.reserver{position: relative; z-index: 0}

.reserved:hover{background-color: #FF6681; z-index: 50;}

.reserved span{ /*CSS for enlarged image*/
position: absolute; background-color: lightyellow; padding: 5px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none;}

.reserved span img{ /*CSS for enlarged image*/
border-width: 0; padding: 2px;}

.reserved:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*position where enlarged image should offset horizontally */
}

A.reserved:link {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.reserved:active {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.reserved:hover {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
A.reserved:visited {COLOR: #C37108; cursor: help; TEXT-DECORATION: none;}
 
