/*********************************** Homepage Styles ***************************************/
body {	
	margin:0;
	padding: 0;
	color:#FFFFFF;
	font-family: 'Verdana', sans-serif;
	font-size:11px;
	line-height: 14px;
	background-color:#000000;
	background-image:url(/pub-share/radio17monthly/images/radio17monthly_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
a:link, a:active, a:visited {
	color:#de5859;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 0px auto;
	width:920px;
}
#header {
	margin-top: 25px;
	margin-bottom: 40px;
	width:916px;
}
#flier {
	float: right;
	margin-top: -50px;
	width: 320px;
}

/* This style is for the Oct/Nov two poster placement */
#octNovFlier {
	float: right;
	margin-top: -110px;
}
#cities {
	float: left;
	width:550px;
	/*height: 128px;*/ /* 250px if 2 cities per line */
}
.cityInfo {
	float:left;
	margin-bottom:40px;
	/*width:229px;*/ /* 310px if 2 cities per line | 220px if 4 cities per line */
	line-height:15px;
}
#city1 { width:275px; }
#city2 { width:275px; }
#city3 { width:275px; /*clear: left;*/ /* comment out if 4 cities per line */ }
#city4 { width:275px; }
#city5 { width:275px; }

.cityhdr {
	margin-bottom: 6px;
	color: #999999;
	font-size: 23px;
	line-height: 23px;
}
#video {
	position:relative;
	top:0px;
	right: 40px;
	width:360px;
}
#player {
	width:307px;
	height:260px;
}
#presents {
	margin: 0px 0px 25px 0px;
	clear: both;
}
#sponsors {
	width: 916px;
	height: 165px;
}
.sponsorLogo {
	text-align:center;
}
.sponsorInfo {
	float:left;
	width:225px;
	line-height:18px;
}
#av {
	padding-left:18px;	
}
#radio {
	padding-left:110px;
}
#skinny {
	padding-left:110px;
}
#event {
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	padding: 7px 10px;
	width: 923px;
	background-color: #666666;
	font-size: 10px;
	line-height: 12px;
	word-spacing: -1px;
}
/*********************************** RSVP Page Styles ***************************************/

body#rsvp {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}

.error { 
	color: #00ACF1; 
}

table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 20px;
}
#containerRSVP {
	margin: 0px auto;
	width: 1020px;
	height: 850px;
	position: relative;
}
#rsvpImage {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 550px;
}
#rsvpInfo {
	position: absolute;
	top: 40px;
	left: 600px;
	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: #bababa;
	text-align: center;
	font-size: 9px;
	color: #000;
	line-height: 9px;
	border: none;
	padding: 0px;
	cursor: pointer;
}
input.submit:hover {
	background-color: #de5859;
}

