body {
	margin:0px;
	color:black; 
	background-color:#accbf7; 
	font-family:Tahoma, "Century Gothic";
	font-size: small;
	background-image:url(/images/main_bg_1600.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;

}

td{
 	vertical-align:top;
}

h1{
	font-family:Tahoma;
	font-weight:normal;
	color:#003399;
	padding:0px 5px 0px 22px;
}

h2{
	font-family:Tahoma;
	font-weight:normal;
	color:#666666;
	padding:2px 5px 2px 18px;
}
h3{

	font-family:Tahoma;
	font-weight:bold;
	color:#333333;
	padding:0px 5px 5px 5px;
	margin:0px;
}

p{
	padding:0px 10px 7px 10px;
	margin:0px;
}
p:first-letter{
	padding-left:20px;
}
p.red{
	border:solid 1px red;	
	padding:5px;
	color:red;
}
p.msg, div.msg{
	border:solid 1px #FF9900;	
	padding:5px 5px 5px 25px;

	background-color:#FFFFCC;
	background-image:url(http://www.havenhoteloc.com/images/infoballon.gif); 
	background-position:inherit; 
	background-repeat:no-repeat;
}

img, img a:link{
	text-decoration:none;
	border:0px;
}
.imgBorder{
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	
}
.imgBorder:hover{
	border:1px solid #FF6600;
	padding:1px;
	background-color:#FFFFFF;
}
a.footer {
	color:#000000; 
	text-decoration:underline;
}

a {color:#003366; text-decoration:underline;}

a:hover {color:#6d8aa7;}

/*A:visited {color:brown;}*/

.tablebase, .tablebase TD{font-size:10pt;}

.linktomore{
	padding:0px 10px 10px 0px;
}
img.linktomore {
	padding:5px 5px 0px 5px;
	text-decoration:none;
}
/* ------------- INPUT-----------------------*/
input{
	font-size:small;
}

input.button{
	background-color:#003366;
	color:lightyellow;
	padding:3px 5px 3px 5px;
	border:0px;
/*	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;*/
	cursor:pointer;
}
input.buttonred{
	background-color:red; 
	color:#FFFFFF;
	border:solid 1px red;
	cursor:pointer;
}
 
input.text{
	background-color:#ffffcc;
	border-color:#6d8aa7;
	border-style:solid;
	border-width:1px;
	color:#000000;
	padding:2px;
	}
input.checkbox {
	background-color: transparent;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px;
	color:#000000;
	}
select {
	background-color:#ffffcc;
	border-color:#6d8aa7;
	border-style:solid;
	border-width:1px;
	color:#000000;
	}
textarea, textarea.mceEditor{
	font-family:Tahoma, "Century Gothic";
	font-size:small;
	background-color:#ffffcc;
	border-color:#6d8aa7;
	border-style:solid;
	border-width:1px;
	color:#000000;
	width: 98%
	}
.submit { display: none; }
.button{
	font-family:Tahoma, "Century Gothic";
	font-size:13px;
	background-color:#003366;
	color:lightyellow;
	padding:3px 5px 3px 5px;

	border:0px;
/*	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;*/
	cursor:pointer;
}
 /* ------------- INPUT-----------------------*/

 /* ------------- Menu -----------------------*/
.menu{
}
.menu td{
	height: 40px;
	color:lightyellow; 
	text-decoration:none;
	margin:10px 5px 10px 5px;
	font-size:22px;
	vertical-align:middle;
	text-align:center;
	}
a.menu{
	color:lightyellow; 
	text-decoration:underline
}
a:hover.menu{
	color:#FFFFFF;
	text-decoration:none;
}

.submenu{
	text-decoration:none;
	padding:5px 0;
	font-size:16px;
	vertical-align:middle;
	text-align:center;
}
 /* ------------- END Menu -----------------------*/



/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 167px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
cursor: resize;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



/* ---------------  table classes ------- ----- --- */
.GridPanel
{
	color: #333333;
	margin-top: 5px;
}
TR.GridRow TD
{
	padding: 3px;
	border-bottom: solid 1px #EDECEC;
	background-color: #F9F9F9;
	border-right: 1px solid #F4F4F4;
}

TR.GridRowOver TD
{
	padding: 3px;
	border-bottom: solid 1px #EDECEC;
	background-color: #F3F3F3;
	border-right: 1px solid #F4F4F4;
}

.Grid
{
	padding: 3px;
/*	background-color:#FFF;*/
	color:#CCCCCC;
}
 
.GridOver
{
	padding: 3px;
	background-color: #FFFFcc;
}


.Heading3
{
	font-size: 12px;
	text-align: center;
}

.Heading3 TD
{
	text-align: center;
	padding: 3px;
	background-color: #EDECEC;
	color: #000000;
	border-bottom: solid 1px white;
	font-weight: bold;
	border-right: 1px solid #F4F4F4;
	height: 25px;
	vertical-align:middle;
}

.Heading4
{
	font-size: small;
}

.Heading4 TD
{
	padding: 3px;
/*	background-color: #ffffcc;*/
	color: #000000;
	border-bottom: solid 1px #003366;
/*	font-weight: bold;
	border-right: 1px solid #003366;*/
	vertical-align:middle;
}
/* ---------------  table classes ------- ----- --- */
