/* Beauty by Noel - Style sheets */

/* Global */

body {
	font-family: Verdana;
	font-size:12px;
	color:#676767;
	background-color: black;
	margin: 0 auto; 
	padding: 0; 
}

hr {
	height: 1px
}
hr.ruler {
    height: 1px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dashed #D0D0BF;
}
table.navbar {
	margin-left: auto;
    margin-right: auto;
	width:758px;
}
td.logo {
	background-color:#C5246D;
	width:205px;
	border:3px solid #FFFFFF;
	text-align:center;
	vertical-align:middle;
	height:90px;
}
td.booknow_button {
    background-color:white; 
	text-align:center; 
	vertical-align:top; 
	border: 5px double white; 
	font-size:10px;
	padding-top:2px;
}
table.main{
	margin-left:auto;
	margin-right:auto;
	background-color:white; 
	width:750px;
	border:5px double white;
	vertical-align:text-top;
	padding: 18px;
}

img {
	border:0;
}

/* index */

td.sectional {
	vertical-align:text-top;
	width:33%;
}

ul {
						list-style-type:none;
						margin:0;
						margin-top:8px; 
						padding:0; 
						}
ul.locations {
	margin-left:18px;
	margin-top:0px;
}

/*----------  list_1	 ---------------------*/
.list_1	li	{
						background-image:url(../images/marker_1.gif);
						background-position: 0px 0px;
						background-repeat: no-repeat;
						font-size:10px;
						margin:1px 0px 1px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:11px;
						color:#C5246D;
						white-space:nowrap;
						}
						
.list_1 li a	{
						color:#C5246D;
						font-size:10px;
						font-weight:600;
						text-decoration:underline;
						}
.list_1 li a:hover	{
						color:#C5246D;
						font-size:10px;
						font-weight:600;
						text-decoration:none;
						}	

/*----------  list_2	 ---------------------*/
.list_2	li	{
						background-image:url(../images/marker_2.gif);
						background-position: 0px 0px;
						background-repeat: no-repeat;
						font-size:10px;
						margin:1px 0px 1px 0px; 
						padding:0 0 0 12px;
						height:13px;
						line-height:11px;
						color:#7FBC2D;
						white-space:nowrap;
						}
						
.list_2 li a	{
						color:#7FBC2D;
						font-size:10px;
						font-weight:600;
						text-decoration:underline;
						}
.list_2 li a:hover	{
						color:#7FBC2D;
						font-size:10px;
						font-weight:600;
						text-decoration:none;
						}	


/* rates.html */

table.eventtype {
	margin-bottom:12px;
}
th.eventtype {
	font-size:13px;
	background-image:url(../images/green_gradient.jpg);
	font-weight:600;
	text-align:left;
	padding-left:20px;
	border-top: 1px #CCCCCC solid;
}
table.rates {
	width:97%;
	margin-bottom:20px;
	float:right;
}
th.category {
	text-align:center;
	background-color: #CCCCCC;
	font-size:10px;
	font-weight:600;
}
td.hdrcolumn {
	text-align:left;
	font-size:10px;
	font-weight:600;
}
td.borders {
    border-right:2px solid white;
	border-left:2px solid white;
}	
tr.rates {
	text-align:center;
	font-size:10px;
	background-color:#F3FBEA;
	}
tr.rates_alt {
	text-align:center;
	font-size:10px;
	background-color:#EBEBEB;
	
}
