/*======================================================================================+
|#  ------------------------------------------------------------------------------------+
|#	HOTEL REWARD POINTS >> CASCADING STYLE SHEETS (CSS)									|
|#  ------------------------------------------------------------------------------------+
|#	-->  PRIMARY SITE STYLESHEET (CSS)													|
|#  ------------------------------------------------------------------------------------+
|#	FILE DESC.:		PRIMARY STYLESHEET FOR FRONT OF SITE, OPERATOR PANEL, ETC.			|
|#	FILE AUTH.:		ANDREW SLATTERY, IRONFIST DESIGN SERVICES							|
|#	FILE VERS.:		v 1.09.14.09														|
|#  ------------------------------------------------------------------------------------+
|#	ANY AND ALL UNAUTHORIZED REPRODUCTION OF THIS FILE WILL RESULT IN PUNISHMENT TO THE |
|#	FULLEST EXTENT OF THE LAW.															|
|#  ------------------------------------------------------------------------------------+
|#	TO REQUEST ASSISTANCE WITH THIS FILE, PLEASE CONTACT THE DEVELOPER AT THE 			|
|#	RECORDED E-MAIL ADDRESS AND/OR PHONE NUMBER.										|
|#  ------------------------------------------------------------------------------------+
+======================================================================================*/

/*========================================
   Basic Styles & Designs
========================================*/

html {
	margin:0;
	padding:0;
	overflow-x: auto;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background:#e6e3dc url('images/bodybg.gif') repeat;
	text-align: center;
}

img {
	border:0;
}

#thumbnail {
	border:1px solid #cccccc;
	padding:2px;
	background:#ffffff;
}

a {
	margin:0;
}

a:visited {
	color: #0033CC;
	text-decoration:underline;
}
a:link 	{
	color: #0033cc;	
	text-decoration:underline;  
}
a:hover {
	color:#003399;
	text-decoration:none;
}

.whitelink a,
#whitelink a {
	color:#ffffff;
	text-decoration:none;
}

#nolink a {
	text-decoration:none;
}

p {
	margin:12px 0 6px 0;
}

#wrapper {
	background:#ffffff url('images/wrapper.gif') repeat-y;
	margin:0 auto 0 auto;
	width:1000px;
	padding:0 9px 0 9px;
}

/*========================================
   Header Styles
========================================*/

#masthead {
	height:16px;
	width:100%;
	min-width:1000px;
	border-top:1px solid #000033;
	background:#0033CC url('images/masthead.gif') repeat-x;
	padding:3px 0 2px 0;
}

#masthead_spread {
	width:1000px;
	margin:0 auto 0 auto;
	font-size:11px;
	color:#ffffff;
}

#header {
	border-bottom:1px solid #ffffff;
	margin:0 auto 0 auto;
	width:1000px;
	height:140px;
}

#logobg {
	background:url('images/header.gif') no-repeat top;
	height:75px;
	width:965px;
	margin:0 auto 0 auto;
	text-align:left;
	padding-top:25px;
	padding-left:35px;
}

#nav_box {
	width:1000px;
	height:40px;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
}

#nav {
	background:url('images/nav.gif') repeat-x;
	width:1000px;
	height:40px;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ffffff;
	text-align:center;
	font-size:16px;
}

#nav ul {
	text-align:left;
	margin:0 auto 0 auto;
	padding-top:10px;
	list-style:none;
	height:30px;
	width:1000px;
}

#nav li {
	display:inline;
	margin:0 0 0 2px;
	padding:4px;
}

#nav_div {
	display:inline;
	margin:0 0 0 2px;
	padding:4px;
	padding-left:10px !important;
	background:url('images/nav_div.gif') no-repeat left;
}

#nav a:hover {
	color:#efefef;
	text-decoration:underline;
}

/*========================================
   Content Styles
========================================*/

h2 {
	color:#333333;
	font-size:16px;
	margin:3px 0 3px 0;
	padding-bottom:3px;
	border-bottom:1px solid #333333;
}

h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}

.main {
	width:600px;
	float:left;
	margin-right:12px;
	padding-right:12px;
	margin-top:5px;
	margin-left:20px;
	border-right:2px solid #cccccc;
	text-align:left;
}

.side {
	width:336px;
	float:left;
	text-align:left;
	margin-top:5px;
}

.main h2 {
	color:#363636;
	font-size:16px;
	margin:3px 0 3px 0;
	padding-bottom:4px;
	border-bottom:1px solid #363636;
}

.side h2 {
	color:#363636;
	font-size:16px;
	margin:3px 0 3px 0;
	padding-bottom:4px;
	border-bottom:1px solid #363636;
}

#congrad {
	width:970px;
	height:15px;
	margin:3px auto 3px auto;
	background:url('images/divide.gif') no-repeat;
}

#csl {
	width:200px;
	padding:2px;
	margin:5px 0 0 0;
	border-top:1px solid #cccccc;
	text-align:left;
}

#csl li {
	border-bottom:1px solid #cccccc;
	padding:5px 8px 6px 0;
	font-size:12px;
	font-weight:bold;
	margin:0;
	list-style-image:url('images/icons/arrow.gif');
	list-style-position:inside;
}

#csl a {
	text-decoration:none;
}

#float_left {
	float:left;
	width:auto;
}

#float_right {
	float:right;
	width:auto;
}

#clear {
	clear:both;
	height:0px;
}

.interface {
	width:1000px;
	margin:0 auto 0 auto;
}

.content {
	text-align:left;
	width:978px;
	margin:0 auto 0 auto;
	padding:3px 5px 3px 5px;
}

/*========================================
   Forms
========================================*/

form {
	margin:0;
	padding:0;
}

/*========================================
   Alerts
========================================*/

#alert_y {
	background: #fff6bf 15px 50% no-repeat; 
	text-align: left; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #ffd324;
}

#alert_r {
	background: #FFBFBF 15px 50% no-repeat; 
	text-align: left; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #FF2424;
}

#alert_g {
	background: #ccffcc 15px 50% no-repeat; 
	text-align: left; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #33ff33;
}

/*========================================
   Footer
========================================*/

#footer {
	width:100%;
	text-align:left;
	padding:0;
	padding-top:8px;
	padding-bottom:10px;
	border-top:2px dotted #c7c4b5;
	background:#eeeeee url('images/footer.gif') repeat-x bottom left;
	color:#666666;
}

#footer_c {
	width:980px;
	margin:0 auto 0 auto;
}

#footer a {
	color:#777777;
}

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

#footer_keys {
	display:none;
}