html,body {
	
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #152C3C;
}

body 
{
   background: #5E9BC7 url(/images/emerald-dunes-background.jpg) ;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #3A230D;
	margin-top: 3px;
	margin-bottom: 3px;
	width:150px;
}

a {
	font-size: 11px;
	font-weight:bold;
	color: #42622B;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #42622B;
}
a:visited {
	text-decoration: none;
	color: #42622B;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {	text-decoration: none;}

.clubevent {
	color: #FF0000;
	
}


#outside {
	background-color: #FFFFFF;
	border:1px solid #000;
	width:759px;
	padding-top:7px;
	text-align:center;
	margin:auto;
}

#inside { 
	background-color:#5E9BC7; border:1px solid #000; width:744px; height:100%;
	margin:auto;
	}

#top_bar {
	background-image:url(../images/top-bar-background.jpg); 
	background-repeat:repeat-x; 
	height:83px; 
	text-align:left; 
	margin-bottom:0px; 
	padding:0px;
}

#edg_logo {
		position:relative; top:-21px; left:15px; width:300px; float:left;
}

#top_menu {
		background-image:url(../images/top-menu-background.gif); 
		background-repeat:repeat-x; 
		height:19px; 
		border-top:1px solid #000; 
		border-bottom:1px solid #000; 
		padding-top:5px; 
		text-align:left;
}

#main_content {
		text-align:left;
		min-height: 800px;
}

#center_content  {
	margin:10px;
}

/*This is the white transparent area the text will be within */
#transbox {
	width: 95%;
	padding: 10px;
	background-color: #5E9BC7;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	float:left;
	}

/* '*' means 'every child' basically a wildcard for every child of #transbox */
#transbox * {
	position: relative;
	}

/* Styles the text of the div */ 
#transbox div {
	color: #000;
	}

#footer { text-align:center; clear: both;}
li.inline {  display: inline;  padding-left: 7px;  padding-right: 4px;  border-right: 1px solid #ADCEE2; font-weight:normal; }
li.last {  display: inline;  padding-left: 7px;  }
ul.menu { margin:0px; padding:0px; }

/* Calendar related CSS /  */
.maintble {background-color: #FFFFFF;}
.cell { background-image:url(../calendar/images/cell-background.gif); background-repeat:no-repeat;}
.cellToday {background-image:url(../calendar/images/cell-background-today.gif); background-repeat:no-repeat;}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
label {
	float:left;
	width:150px;
	font-weight:bold;
}

hr {
	border:1px dotted #BFC8DB;
	height:1px;
}

.highlightit img{
border: 2px solid #003E75;
}

.highlightit:hover img{
border: 2px solid #990000;
}

.bghighlightit img{
border: 2px solid #FFFFFF;
}

.bghighlightit:hover img{
border: 2px solid #5E9BC7;
}

label {
	margin-top: 5px;
  	float: left;
	width: 145px;
	font-weight: bold;
  }
  
.leftcolumn {
	float:left; 
	width:475px; 
	display:block; 
	height:250px;
  }
  
 .sidebar {
	  float:right; 
	  background-image:url(../images/sub-menu-background.jpg); 
	  background-repeat:no-repeat; 
	  background-color:#AAB6CE;
	  border: 5px solid #FFFFFF; 
	  padding:5px; 
	  width:220px; 
  }
 
 .subselected {
 	background-color:#FFFFFF; 
	width:110px; 
	padding:6px;
 }
  
 .holessidebar {
	  float:right; 
	  background-image:url(../images/sub-menu-background.jpg); 
	  background-repeat:no-repeat; 
	  background-color:#AAB6CE;
	  border: 5px solid #FFFFFF; 
	  padding:5px; 
	  width:125px; 
	  text-align:center; 
  }
 
  
li {
	padding-bottom:15px;
  }
.smalltext {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.alivemedia {
	padding:3px;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
.alivemedia a {
	color: #996600;
}
