html {
	background-color:#800080;
}
body {
	background-color:#800080;
	background-image:url(../images/broward_billboard_back.jpg);
	background-position: 50% 0;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
#doc {
	height:100%;
	margin-bottom:10px;
}
#hd {
	height:350px;
	background-image:url(../images/broward_billboard_banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#mainHead {
	display:none;
}
#bd {
	margin:6px;
	padding:5px;
}
#ft {
	margin:10px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ccc;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

.selected_slot {
	background-color:#FFFFCC;
	font-weight:bold;
}
#billboard_select_slots label {
	padding-left:5px;
}

table#billboard_select_slots {
	width:100%;
	border-right:2px solid #999;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
table#billboard_select_slots td, table#billboard_select_slots th {
	padding:5px;
	margin:0px;
	border-left:2px solid #999;
}
table#billboard_select_slots th {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #999;
}
#donation_amount_float {
	position:fixed;
	bottom:3px;
	left:3px;
	border:2px dashed #ccc;
	padding:5px;
	width:75px;
	height:45px;
	background-color:#FFFFFF;
}
#donation_amount_float #donation_amount_head {
	font-weight:bold;
	text-align:center;
	font-size:90%;
}
#donation_amount_float #donation_amount {
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
#nextStepButton {
	/*width:100%;*/
	margin-top:10px;
	font-weight:bold;
	font-size:110%;
	height:30px;
}

td.disabled {
	background-color:#ccc;
}
td.disabled label {
	color:#999;
}
#changeSelectionsForm {
	text-align:right;
	margin:10px;
}
p {
	margin-bottom:0.5em;
	margin-top:0.5em;
}
ul.timeSlotList li {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:10px;
	line-height:1.8em;
}
fieldset legend {
	font-weight:bold;
	padding:3px;
}
fieldset {
	margin-bottom:10px;
	border:2px groove #ccc;
	padding:10px;
}

div.formField {
	padding:5px;
	clear:both;
}
div.formField label {
	display:block;
	width:200px;
	padding-right:10px;
	float:left;
	text-align:right;
	font-weight:bold;
}
div.formField input {
	width:250px;
	float:left;
}
div.formField select {
	width:250px;
	float:left;
}

#message {
	border:1px solid #f00;
	background-color:#fbb;
	margin:5px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
h2 {
	font-size:130%;
	font-weight:bold;
	font-style:italic;
}
#homeLinks {
	float:right;
	width:120px;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.homeLink:link,.homeLink:visited {
	display:block;
	padding:5px;
	margin:0px 0px 10px 0px;
	background-color:#FFFFCC;
	border:1px dashed #000;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.homeLink:hover {
	background-color:#efefef;
}

#viewLink:link,#viewLink:visited {
	display:block;
	padding:10px;
	margin:10px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
	color:#800080;
	background-color:#FFFFCC;
	border:1px solid #FFFFCC;
}
#viewLink:hover {
	border:1px dashed #000;
}

/* Change interface */
#contribAmountDiv,#sponsoredSlotsDiv {
	margin-top:20px;
}
#contribAmount {
	font-size:110%;
	font-weight:bold;
	margin-left:10px;
}
h3 {
	font-size:120%;
	font-weight:bold;
	font-style:italic;
}
#sponsoredSlots {

}
.sponsoredSlot {
	margin-left:10px;
}
#modifySubscriptionHead {
	font-size:140%;
}
#logoutLink {
	text-align:center;
	padding-top:40px;
}
