body{
margin:auto;
font-family:sylfaen, "Times New Roman", Arial, Verdana;
font-size:13px;
text-align:justify;
color:#666666;
}
#form1 label.error {
  background:url("images/unchecked.gif") no-repeat 2px 0px;

  padding-left: 16px;

  padding-bottom: 2px;

  font-weight: bold;

  color: #EA5200;
}

#form1 label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
padding-left: 9px;
  font-weight: bold;

  color: #EA5200;
}


a:link {
text-decoration:none;
color:#333333;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #000;
}
h3{
font-size:16px;
font-weight:500;
line-height:18px;
}
h3 span{
font-size:16px;
font-weight:700;
color:#69893A;
line-height:29px;


}

h2{
color:#0071BC;
line-height:25px;
}
#room tr td{
text-align:center;
vertical-align:middle;
background-color:#78A6D8;
color:#000000;
}
#h_add{
background-color:#CFD0D2;
color:#000000;
font-weight:500;
padding-top:5px;
padding-bottom:5px;
}
#form_table input,select,textarea{
border:solid #999999 1px;
width:150px;
}
#form_table .radio{
width:auto;
border:none;
}
#form_table a{
color:#025098;
font-weight:bold;
}
#form_table .button{
color:#FFFFFF;
width:auto;
background:#025098;
}
#buton{
color:#FFFFFF;
width:auto;
background:#025098;
}
#om_main{
font-size:18px;
color:#0071BC;
line-height:30px;
}
#om_item{
font-size:16px;
font-weight:700;
color:#ED1B23;
line-height:20px;
}
#ck{
border: 1px solid blue; 
}
.ddsmoothmenu{
font-size:15px;
background: #69893A; /*background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #69893A; /*background of menu items (default state)*/
color: white;
padding: 2px 15px;
border-right: 2px solid #ffffff;
color: #2d2b2b;
text-align:center;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #CC0033; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #CC0033; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 110px; /*width of sub menus*/
padding: 5px;
padding-left:10px;
text-align:left;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

#reservation {
	font-size: 1px;
	float:left;
	width:273px;
	position: absolute;
	left: 217px;
	top: 7px;
}
#reservation input {
	height: 85px;
	width: 273px;
	background-image: url(btnReservation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
	text-decoration: none;
	color: #509DD5;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.homeButton{
	background:#cc0033;
	border:none;
	font-family: Arial,Helvetica,sans-serif;
	height:25px;
	width:120px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:1px;
	cursor:pointer;
	}			
