@charset "UTF-8";
body {
	background: #ffffff url(../_img/_interface/pop_bg.gif) repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
}

/* -------- Page Layout -------- */

#masthead {
	height: 88px;
	width: 600px;
	padding: 0;
	margin: auto;
	position: relative;
}
#mastLogo {
	position: absolute;
	height: 61px;
	width: 330px;
	left: 0px;
	bottom: 0px;
}
#closeBtn {
	position: absolute;
	width: 92px;
	height: 18px;
	bottom: 5px;
	right: 0px;
}
#body {
	width: 600px;
	padding: 0;
	margin: 24px auto;
	background: #ffffff url(../_img/_interface/pop_events_bg.gif) top no-repeat;
}
#content {
	width: 562px;
	padding: 30px 19px 10px 19px;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}

/* -------- Headers -------- */

h2 {
	color: #222222;
	font-size: 16px;
	margin: 0;
	padding: 12px 0 0 10px;
	float: left;
}

/* -------- Events -------- */

.titleBar {
	background: url(../_img/_interface/pop_events_header.gif) no-repeat left;
	height: 41px;
	width: 562px;
	padding: 0;
	margin: 0;
}
.titleContract {
	width: 91px;
	height: 41px;
	background: url(../_img/_interface/pop_view_close.gif) 0px 0px no-repeat;
	border-left: 1px solid #ffffff;
	position: relative;
	float: right;
	cursor: pointer;
}
.titleExpand {
	width: 91px;
	height: 41px;
	background: url(../_img/_interface/pop_view_open.gif) 0px 0px no-repeat;
	border-left: 1px solid #ffffff;
	position: relative;
	float: right;
	cursor: pointer;
}
.picBlock {
	background: #f3f3f3;
	padding: 10px 0 10px 10px;
	width: 552px;
	margin: 1px 0 0 0;
}
.picBlockLine {
	width: 562px;
	height: 1px;
	font-size: 0px;
	line-height: 1px;
	margin: 1px 0 0 0;
	padding: 0;
	background: #e3e3e3;
}

/* -------- Tee Times -------- */

form {
	margin: 0;
	padding: 0;
}
form ul {
	display: block;
	margin: 10px 0 5px 0;
	padding: 0;
	list-style: none;
}
form ul li {
	display: block;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
	width: 560px;
}
form ul li label {
	display: block;
	width: 150px;
	float: left;
}
form ul li input, textarea, select {
	display: block;
	float: left;
	width: 220px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #bacde1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
textarea {
	height: 50px;
}
form ul li ul {
	display: block;
	margin: 0 0 0 150px;
	padding: 0;
	list-style: none;
}
form ul li ul li {
	display: block;
	padding: 0 0 10px 0;
	width: 350px;
}
form ul li ul li label {
	display: block;
	width: 300px;
	padding: 0 0 0 10px;
}
form ul li ul li input {
	width: auto;
	padding: 0;
	border: none;
	float: left;
}
#requestForm label.error {
	float: left;
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	padding: 0 0 0 10px;
}
#requestForm input.error {
	border: 2px solid #000000;
}
.requiredAsterisk {
	color:#CC0000;
	font-weight: bold;
}
