@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #216CC7;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b549c;
}

#container {
	width: 1045px;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#mainmenu {
	background-image: url(/images/mmbg.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 51px;
}
#mainmenuhome {
	background-image: url(/images/mmbghome.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 108px;
}
#mainmenu a, #mainmenuhome a {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainmenu a:hover, #mainmenuhome a:hover {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1D8AD5;
}
#footer {
	color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.toplogin {
	background-image: url(/images/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.toplogin td, .toplogin a {
	color: #FFFFFF;
	font-size: 11px;
}
.toplogin input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	width: 73px;
}
.searchForm {
	font-size: 11px;
	color: #000000;
}
 
.spacer {
	display: block;
	height: 3px;
}
.imgborder {
	border: 2px solid #E2E2E2;
}
.imgborder2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000033;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.tableline {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8DA9CD;
}
.tablelinetop {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8DA9CD;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8DA9CD;
}
h1 {
	font-size: 24px;
}

.hidden {
	display: none;
}

#alt_text {
	color: #000000;
	position: relative;
	top: -2px;
}
#go_button {
	border: none;
	height: 38px;
	width: 119px;
	cursor: hand;
}
.sr {
	font-size: 10px;
}
.resortname {
	font-size: 14px;
}
.tblspacer div {
	height: 10px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.tblspacer {
	padding-top: 10px;
	height: 10px;
}
.hometext {
	font-size: 16px;
}

#alt_text {
	font-weight: bold;
}

.error {
	font-size: 1em;
	padding: 8px 8px 12px 45px;
	margin-bottom: 6px;
	color:#000000;
	background: #fffcdc url(/images/icon-error.gif) no-repeat 5px;
	border: 1px solid #dfd061;
}

.notification{
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px 12px 35px;
	margin-bottom: 6px;
	color:#8bbb39;
	background: #f2fde0 url(/images/icon-confirm.gif) no-repeat 5px;
	border:1px solid #8bbb39;
}
/* rate table start  */
#rates .lcrate1 {width:415px;	border-collapse: collapse; }
#rates .lcrate1 tr {
	padding:12px 4px;
}
#rates .lcrate1 td {	
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
}	
#rates .lcrate1 tr tr {padding:0;}
#rates th {
	padding: 3px;
}
#rates th.lcrate2 {
	width:240px;
	text-align:left;
	background-color: #E0E0E0;
}
#rates th.lcrate3 {
	background-color: #E0E0E0;
}
#rates th.lcrate4 {
	background-color: #FFC875;
}
#rates .lcrate3, #rates .lcrate4 {width:100px; text-align:center;}
#rates td.lcrate2 {
	color:#0C73B6;
	font-weight:bold;
	padding-left: 4px;
}
#rates .lcrate1 td td {
    border-bottom-width: 0px;
}
/* rate table end  */