/*********************************** Homepage Styles ***************************************/
body#home {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
}
#container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 1060px;
	height: 700px;
	text-align: center;
	background: transparent url(/pub-share/houseparty/images/home_bg.jpg) top center no-repeat;
}
/* event 1 */
#line1 {
	position: absolute;
	top: 38px;
	left: 636px;
}
#event1Info {
	position: absolute;
	top: 36px;
	left: 661px;
}
/* event 2 */
#line2 {
	position: absolute;
	top: 174px;
	left: 636px;
}
#event2Info {
	position: absolute;
	top: 172px;
	left: 661px;
}
/* event 3 */
#line3 {
	position: absolute;
	top: 307px;
	left: 636px;
}
#event3Info {
	position: absolute;
	top: 308px;
	left: 661px;
}
/*---*/
.emphasisText {
	color: #ffffff;
}
.verticalLine {
	width: 12px;
	height: 100px;
	background-color: #ffffff;
	visibility: hidden;
}
.eventBlock {	
	width: 400px;
	cursor: pointer;
}
.eventInfo {
	width: 260px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	float: left;
}
.headlinerInfo {
	margin-top: 16px;
	width: 140px;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	float: right;
}
.cityHdr {
	font-weight: bold;
}
.rsvpBtn {
	position: absolute;
	top: 84px;
	left: 245px;
	width: 111px;
	height: 11px;
	overflow: hidden;
	background: url(/pub-share/houseparty/images/btn_rsvp.gif) top left no-repeat;
	display: block;
}
.rsvpBtnHover {
	position: absolute;
	top: 84px;
	left: 245px;
	width: 111px;
	height: 11px;
	overflow: hidden;
	background: url(/pub-share/houseparty/images/btn_rsvp.gif) 0px -11px no-repeat;
	display: block;	
}
#additionalInfo {
	position: absolute;
	top: 411px;
	left: 661px;
	width: 390px;
	text-align: left;
}
#additionalInfoDescription {
	width: 300px;
	float: left;
}
#additionalInfoTitle {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
#additionalInfoSubTitle {
	font-size: 10px;
	line-height: 13px;
	letter-spacing: -0.04em;
}
#additionalInfoIcon {
	width: 90px;
	float: right;
}
#additionalInfoLogos {
	margin-top: 15px;
}
#legalCopy {
	position: absolute;
	top: 333px;
	left: 661px;
	width: 390px;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
}



/*********************************** RSVP Page Styles ***************************************/

body#rsvp {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	background-color: #ffffff;
}
table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}
.error { 
	color: #934545;
}
#containerRSVP {
	position: relative;
	top: 20px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
}
#rsvpImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
}
#rsvpInfo {
	position: absolute;
	top: 35px;
	left: 580px;
	width: 420px;
}
td.infoRow {
	padding-bottom: 20px;
	vertical-align: top;
}
td.formRow {
	padding-bottom: 4px;
	vertical-align: top;
}
.errorMsg {
	padding-bottom: 5px;
}
.rsvpCloseMsg {
	padding-top: 10px;
}
input.submit {
	width: 60px;
	height: 25px;
	background-color: #444444;
	text-align: center;
	font-size: 9px;
	color: #fff;
	line-height: 9px;
	border: none;
	padding: 0px;
	cursor: pointer;
}
input.submit:hover {
	background-color: #cc0000;
}

