/*
 +----- --  -
 | Eaglepoint Golf Resort
 : CSS Stylesheet
 . 

*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}



 ul {
	margin: 10px 20px 10px 20px;
}
 ul li {
	list-style-image: url(../img/list_icon.gif);
}

 h1 {
	font-family: 'Times New Roman', serif;
	font-size: 26px;
	color: #893003;
}
 h2 {
	font-family: 'Times New Roman', serif;
	font-size: 18px;
	color: #893003;
}
#rightbox {
	float: right;
	margin-top: 50px;
	margin-left: 15px;
	text-align: center;
}
#rightbox div {
	margin-bottom: 15px;
}
 img {
	border: none;
}
 p {
	margin-top: 15px;
}
 a {
	color: #893003;
}
 a:hover {
	color: black;
}

 form label {
	width: 200px;
	display: block;
	float: left;
	clear: left;
}
 form textarea {
	width: 250px;
	height: 100px;
}
 label.required {
	font-weight: bold;
}
 .error input,  .error textarea {
	border: 1px solid red;
}
 .error label {
	color: red;
}
 .error.message {
	border: 1px solid red;
	background-color: #fee;
	padding: 10px;
	margin-bottom: 10px;
}
 .errorText { display: none; }
 #close {
	float: right;
}

 .checkboxList {
	display: block;
	clear: both;
	margin-left: 200px;
}
 .checkboxList label {
	display: inline;
	float: none;
}

/*
 +----- --  -  
 | photo album
 +-- --  -  
*/
.photoAlbum { cursor: default; }
.photoAlbum .photo {
    float: left;
    margin-right: 10px;
}
.photoAlbum .name {
    font-size: 8pt;
    text-align: right;
    display: block;
}
.clear { clear: both; }

/*
 +----- --  -  
 | events
 +-- --  -  
*/
.eventCalendar { cursor: default; }
.eventCalendar table {
    border-collapse: collapse;
}
.eventCalendar td {
    border: 1px solid #ccc;
    text-align: right;
    padding: 2px;
}
.eventCalendar td.today {
    background-color: #ddd;
}
.eventCalendar a {
    font-weight: bold;
}
.eventPicture { float: left; margin: 0 10px 10px 0; }

/*
 +----- --  -  
 | Search Results
 +-- --  -  
*/
.searchResults .result { margin-bottom: 15px; }
.searchResults .url { font-size: 8pt; color: #555; }
.searchResults .url a { color: #008800; text-decoration: none; }
.searchResults .relevance { margin-left: 5px; font-size: 8pt; color: #888888; }

table {border-collapse:collapse;}
tr, td {border:none;}
