/* This is the DAY TIME STYLE SHEET for MOONLIGHTBAYRESORT */

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFCC00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a: { font-weight: bold}
a:link { color: #0000CC; text-decoration: none}
a:hover { color: #0000CC; text-decoration: underline }
a:active { color: #CC0000; text-decoration: underline}
a:visited { color: #666666; text-decoration: none}

h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -0.01px; word-spacing: -0.02em}
h1 { font-size: 33px}
h2 { font-size: 27px}
h3 { font-size: 24px}
h4 { font-size: 18px}
h5 { font-size: 15px}
h6 { font-size: 12px}

.form-tag { font-size: 12px; font-weight: normal; text-align: right}
.form-value { font-size: 12px; font-weight: normal; text-align: left}

.footer { font-family: Tahoma, Verdana, sans-serif; font-size: 10px; font-weight: normal; color: #444444}
.footer a:link { color: #0000CC; text-decoration: none}
.footer a:hover { color: #0000CC; text-decoration: underline}
.footer a:active { color: #CC0000; text-decoration: underline}
.footer a:visited { color: #666666; text-decoration: none}

.menu { font-size: 12px; font-weight: bold; color: #333333; text-align: center; vertical-align: middle}
.menu a:link { color: #0000CC; text-decoration: none}
.menu a:hover { color: #0000CC; text-decoration: underline}
.menu a:active { color: #CC0000;  text-decoration: underline}
.menu a:visited { color: #666666; text-decoration: none}

/* FONT SIZES for body text (default = 14px) */
.text18	{ font-size: 18px}
.text16 { font-size: 16px}
.text15 { font-size: 15px}
.text14 { font-size: 14px}
.text13 { font-size: 13px}
.text12 { font-size: 12px}
.text11 { font-size: 11px}
.text10 { font-size: 10px}
.text9 { font-size: 9px}

/* FONT COLOR Pre-sets */
.text-white	{ color: #ffffff}
.text-red	{ color: #bc0000}
.text-ltgrey	{ color: #cccccc}
.text-mdgrey	{ color: #999999}
.text-dkgrey	{ color: #666666}
.text-black	{ color: #000000}
.text-blue	{ color: #0000cc}

/* YELLOW HIGHLIGHTER */
.highlight {  background: #FFFF66}

/* BIG LINK pre-set */
.biglink {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #0000CC;
}

/* Settings for PRE-SET Margins  */
.marginleft10	{ margin-left: 10px}
.marginleft7	{ margin-left: 7px}
.marginleft3	{ margin-left: 3px}
.marginright10	{ margin-right: 10px}
.marginright7	{ margin-right: 7px}
.marginright3	{ margin-right: 3px}
.margintop10	{ margin-top: 10px}
.margintop7		{ margin-top: 7px}
.margintop3		{ margin-top: 3px}
.marginbtm10	{ margin-bottom: 10px}
.marginbtm7		{ margin-bottom: 7px}
.marginbtm3		{ margin-bottom: 3px}


/* Setting for PRE-SET padding (from left margin) */
.padleft10	{ padding-left: 10px}
.padleft30	{ padding-left: 30px}
.padleft60	{ padding-left: 60px}


