a.icon {
  background: #448; 
}

a.icon img { 
  border: 0; 
  padding: 2px 6px 2px 2px; 
  margin-right: 4px; 
  vertical-align: middle; 
}

div.scroller {
  height: 650px;
  overflow: auto;
}
div.gray {
  background: #111111;
}

div.contact_header {
  padding-bottom: 10px;
}

p.copy {
  width: 675px;
  font-size: 14pt;
}

div.input {
  clear: both;
  width: 675px;
  height: 30px;
}

div.textarea {
	clear: both;
	width: 675px;
	height: 110px;
}

p.input_label {
	float: left;
	padding: 0;
	margin: 0;
	width: 125px;
	font-weight: bold;
	font-size: 14pt;
}
input.contact_field {
	float: left;
	width: 550px;
}

textarea.contact_field {
	height: 100px;
	width: 550px;
}

div li a.bandlink {
	font-weight: bold;
}

div li a {
	color: #FFFF33;
}

li {
	margin-bottom: 2px;
}

td.air_date a, td.band_name a, td.clip a { text-decoration: none; }
td.air_date a:hover, td.band_name a:hover, td.clip a:hover { text-decoration: underline; }

td.air_date, td.clip { width: 200px; background: #202020; color: #FFFF33; text-align:center; }

td.clip a { color: #FFFF33; }
td.band_name a { color: black; font-weight: bold; }

td.band_name { width: 275px; background: #999922; text-align:right; }

h3 { width: 950px; border-bottom: 1px solid yellow; }
