/* BOOKING FORM */

#inputTab {
	border: 0;
	text-align: left;
	width: 600px;
}

#inputTab  .title {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#inputTab .note {
	font-size: 10px;
	font-weight: normal;
	width: 100px;
}

#inputTab .required {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
}

#inputTab .notice {
	font-size: 9px;
	font-weight: normal;
}

#inputTab .button {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/* ERROR MESSAGE */

#error li {
	color: #ff0000;
	display: list-item;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc ;
	list-style-image: none;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
 /* common styling */
#balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
#balloon ul li {
float:left;
margin:5px;
}
#balloon ul li a, #balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
}
#balloon ul li a img, #balloon ul li a:visited img {
border:img;
text-decoration: none;
}

#balloon ul li dl {
visibility:hidden;
position:absolute;
}

#balloon table {
margin:0;
border:0;
padding:0;
border-collapse:collapse;
}

#balloon dl {
width:125px;
padding:0 0 20px 0;
/* background: transparent url(../images/bottom2.gif) no-repeat bottom left; */
height:auto;}

#balloon dt {
margin:0;
padding: 20px 0 0 0;
font-weight:bold;
color: #000;
border-bottom: 1px solid #000; 
/* background:transparent url(../images/top2.gif) no-repeat top left; */
text-align:center;
}

#balloon dd {
margin:0;
padding:2px 5px;
color:#000;
border:1px solid #000;
border-width:0 1px;
border-bottom: 1px solid #000; 
background:#fff url(../images/info.gif) no-repeat bottom right;
}
#balloon dd p {
padding:0;
margin:3px 0;
font-size: 0.8em;
line-height:1.5em;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
#balloon ul li:hover,
#balloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

#balloon ul li:hover dl,
#balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-60px;
left:40px;
cursor:default;
}

#balloon ul li:hover dl em,
#balloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:40px;
width:36px; 
height:36px;
background:transparent url(../images/pointer.gif);
}

#balloon ul li:hover dl a,
#balloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
display:inline;
}

#balloon ul li:hover dl a:hover,
#balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}

/* ----------------------------------------------------------------------- */
/* common styling */
#sBalloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
#sBalloon ul li {
float:left;
margin:5px;
}
#sBalloon ul li a, #sBalloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
}
#sBalloon ul li a img, #sBalloon ul li a:visited img {
border:0;
}

#sBalloon ul li dl {
visibility:hidden;
position:absolute;
}

#sBalloon table {
margin:0;
border:0;
padding:0;
border-collapse:collapse;
}

#sBalloon dl {
width:65px;
padding:0 0 20px 0;
/* background: transparent url(../images/bottom2.gif) no-repeat bottom left; */
height:auto;}

#sBalloon dt {
margin:0;
padding: 20px 0 0 0;
font-weight:bold;
color: #000;
border-bottom: 1px solid #000; 
/* background:transparent url(../images/top2.gif) no-repeat top left; */
text-align:center;}

#sBalloon dd {
margin:0;
padding:2px 5px;
color:#000;
border:1px solid #000;
border-width:0 1px;
border-bottom: 1px solid #000; 
background:#fff url(../images/info.gif) no-repeat bottom right;
}
#sBalloon dd p {
padding: 0 0 0 5px;
margin:3px 0;
font-size: 0.8em;
line-height:1.5em;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
#sBalloon ul li:hover,
#sBalloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

#sBalloon ul li:hover dl,
#sBalloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-60px;
left:75px;
cursor:default;
}

#sBalloon ul li:hover dl em,
#sBalloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:23px;
width:36px; 
height:36px;
background:transparent url(../images/pointer.gif);
}

#sBalloon ul li:hover dl a,
#sBalloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
display:inline;
}

#sBalloon ul li:hover dl a:hover,
#sBalloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}

#pBalloon {
display: none;
}