IDbody,td,th {
	font-family: arial;
	font-size: 11px;
	color: #414141;
	font-weight: normal;
}
body {
	background-color: #5F8B72;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
font-family: arial;
font-size: 17px;
color: #2f5d46;
font-weight: bold;

}

h4{
	font-size: 11px;
 font-weight: bold;
 line-height: 20px;
}

h5 {
	font-size: 11px;
 font-weight: bold;
 color: #2f5d46
}



.style1 {color: #000000}

a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2f5d46;
}
a:active {
	text-decoration: underline;
}

.style3 {color: #B7B7B7}
.Stil1 {color: #000000; }

.Stil2 {color: white; }


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100px; /* Width of Menu Items */
font-weight: bold;

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 205px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: silver;
padding: 5px 10px;
border: thin solid 1px
border-bottom:;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
text-decoration: underline;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(booking/imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


