body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #87864D;
/*	background-image: url(/images/main_bg.gif); */
	background-repeat: repeat-x;	
}
* a, * input, * a img {
	outline: none;
}
a {
	color: #637E99;
	text-decoration: underline;
}
a.venue {
	color: #87864D;
}
ul, li {
	font-size: 11px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}
/* outer wrapper */
#wrapper {
	padding: 0px 0px 14px 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/images/wrapper_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index:0;
}
/* outer wrapper for popup mini windows */
#miniwrapper {
	padding: 0px 0px 12px 0px;
	height: auto;
	width: 275px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index:0;
	background-image: url(/images/review_botcurve.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}
#footer {
	font-size: 11px;
	color: #637E99;
	margin: 0px;
	padding: 4px 0px;
	background-color: #DBE6EB;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABC0CD;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;	
}


#masthead {
	background-color: #637E99;
	background-image: url(/images/masthead_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 108px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	width: 960px;
	left: 0px;
	top: 0px;
	z-index:10;
}
#minimasthead {
	background-color: #637E99;
	background-image: url(/images/minimasthead_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 50px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	width: 275px;
	left: 0px;
	top: 0px;
	z-index:10;
}
#navbar {
	background-color: #DBE6EB;
	background-image: url(/images/navbar_bg.gif);
	background-repeat: repeat-x;	
	font-size: 12px;
	padding: 2px 10px 1px 0px;
	width: 950px;
	color: #637E99;
	height: 21px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ABC0CD;
	vertical-align: middle;
	z-index:10;
}
#navbar a {
	color: #637E99;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 12px;
	background-image: url(/images/nav_link_pipe.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
#footer a {
	font-weight: bold;
	color: #637E99;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(/images/nav_link_pipe.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* mini-nav section above main nav */
#toolbox {
	position: absolute;
	right: 12px;
	bottom:22px;
	font-size:11px;
	z-index:15;
	text-align:right;
}
/* nav tab styles */
#navtab {
	position: absolute;
	right: 0px;
	bottom:0px;
	height:20px;
	font-size:11px;
	z-index:15;
	padding:0px;
	background-image: url(/images/tabnav_bg.gif);
	background-repeat: repeat-x;
}
#navtab a {
	text-decoration: none;
	font-weight:bold;
	margin-right: 10px;
	padding-left: 12px;	
	background-image: url(/images/nav_link_pipe_invert.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
/* no divider pipe; use for first item in the row */
#navbar a.nopipe, #footer a.nopipe {
	background-image: none;
}
#navtab a.nopipe, #navtab a.nopipe:hover {
	background-image: none;
	padding-left: 0px;	
}
#navbar a.nobold, #footer a.nobold {
	font-weight: normal;
	font-size: 11px;
}
#navbar a:hover {
	color: #CC6600;
}
#navbar form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input.navinput {
	font-size: 10px;
	border: 1px solid #778FA6;
	padding: 1px 2px;
	margin-top: 1px;
	margin-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	color: #637E99;
	height: 14px;
}
input.navlogin {
	font-size: 10px;
	border: 1px solid #778FA6;
	padding: 1px 2px;
	margin-top: 1px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 85px;
	color: #637E99;
	height: 14px;
}
/* Google ad block in side bar */
#adbar {
	width: 200px;
	height: 325px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right:10px;
	z-index: 5;
}

#adbar p {
	padding: 0px;
	margin: 15px 0px 10px 0px;
}
/* main content area */
#content {
	min-height: 415px;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	height: auto;
	width: 940px;
	position: relative;
	clear: both;
	left: 0px;
	top: 0px;
	background-color: #B6CCDA;
	z-index:10;
}
#miniwrapper #content {
	min-height: 375px;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	height: auto;
	width: 239px;
	position: relative;
	clear: both;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	z-index:10;
	border-top:8px solid #B6CCDA;
	border-left:8px solid #B6CCDA;
	border-right:8px solid #B6CCDA;
}
#footer a:hover {
	color: #CC6600;
}
#linklist {
	position:absolute;
	top:20px;
	right:0px;
	z-index:75;
	width:250px;
	border: 1px solid #FFFFFF;
}
table.maindisplay {
	width: 730px;
	position: relative;
	z-index:10;
}
#splashbox {
	float: left;
	width: 720px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index:10;
}
#searchpages {
	text-align: center;
	width: 650px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
#searchpages a, #searchpages a:hover {
	font-weight: normal;
}
.maindisplay td.splashcell {
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
}
td.splashcell div.innerpad {
	padding: 12px 12px 2px;
	line-height: 175%;
}
img.celltop {
	margin: 0px;
	padding: 0px;
}

td.splashcell {
	background-image: url(/images/innershade_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

tr.highlight td {
	background-color: #F1F6F9;
}
div.mypagebands td {
	font-weight: bold;
}

div.mypagebands tr.highlight td, div.riyl tr.highlight td {
	background-color: #F5F5EC;
}

div.innerpad p {
	margin-top: 0px;
}
/* default table styles */
table.basictable {
	margin: 0px;
	padding: 0px;
}

table.basictable td, table.basictable th {
	padding: 4px;
}
/* add/delete icons styles */
img.iconz {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 3px;
	z-index:10;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
img.imgover {
	padding: 0px;
}
table.basictable td {
	border-right: 2px solid #FFFFFF;
	font-size: 11px;
}
table.basictable .noborders {
	border-right: 0px none #FFFFFF;
}
table.basictable th {
	background-color: #B6CCDA;
	text-align: left;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
div.baretablehead {
	background-color: #B6CCDA;
	text-align: left;
	border-bottom: 2px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 4px 4px 6px;	
}
div.baretablebot {
	background-color: #B6CCDA;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;	
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: right;
}
div.green {
	background-color: #CCCC9A;
}

div.gray {
	background-color: #CCCCCC;
}

div.baretablehead img.corner_rt {
	margin:0px;
	display:inline;
	padding:0px;
	float:right;
	position:relative;
	right:-4px;
	top:-4px;
}
div.baretablebot img.corner_rt_bot {
	margin:0px;
	display:inline;
	padding:0px;
	float:right;
}

div.halftables {
	padding:0px;
	display:inline;
	float:right;
	width:435px; 
	margin-left:15px; 
}

div.baretable {
	padding-bottom:6px;
}
/* links to album cover art */
div.albumscell {
	padding: 2px 0px 4px 0px;
	background-color: #FFFFFF;
}
div.albumscell img.amazonpic{
	border: 1px solid #EEEEEE;
	margin: 2px 2px 0px 0px;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
td.splashcell div.leadingbump p {
	margin: 0px 0px 2px 0px;
}
.clearbar {
	line-height: 1px;
	height: 1px;
	width:auto;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size:1px;
	position:relative;
}
input.prefsinput {
	width: 200px;
	display: inline;
	clear: both;
	padding:2px;
}
#copyright {
	font-size: 10px;
	width: auto;
	margin-top: 4px;
	margin-right: auto;
	padding-bottom: 6px;
	margin-left: auto;
	color: #CCCC99;
	text-align: center;
}

div.sidebar {
	float: right;
	width: 225px;
	margin-left: 15px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 4px 8px 4px 8px;
	background: #FAF1E8;
	border: 1px solid #EBCCAF;
	z-index:10;	
}
div.sidebar p {
	margin: 0px 0px 8px;
}
div.bandsidebar ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
div.fakehr_blue {
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top: 1px dotted #637E99;
}
div.fakehr_bigdot {
	font-size: 1px;
	line-height: 1px;
	height:3px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-image: url(/images/bigdot_border_hz.gif);
}
div.fakehr_graysolid {
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top: 1px solid #EEEEEE;
}
div.albumscell div.fakehr_graysolid {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
span.titlebarlink {
	padding: 0px;
	float: right;
}
span.titlebarlink a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
span.titlebarlink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
	font-size:11px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
}
td.splashcell p.fineprint,  p.fineprint {
	padding: 0px;
	font-size: 10px;
	line-height: 16px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* set a minimum height for better page layout on browsers which support min-height */
div.heightshim {
	min-height: 275px;
	margin: 0px;
	padding: 0px;
}	
.showsminheight {
	margin: 0px;
}
.homeshim .showsminheight {
	min-height: 330px;
	margin: 0px;
	padding: 0px;
}
.homeshim .bandsminheight {
	min-height: 330px;
	margin: 0px;
	padding: 0px;
}
div.mypagebands {
	padding: 4px 0px 12px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.mypageshows {
	margin: 0px;
	padding: 4px 0px 12px;
}

div.mypageshows h2, div.mypagebands h2 {
	margin-bottom: 8px;
}
/* letter-nav jump menu styles */
div.letterbar {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	background-color: #F1F6F9;
	background-image: url(/images/letters/letters_bar_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	border: 1px solid #B6CCDA;
}
div.letterbar a {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
div.letterbar a:hover, div.letterbar a.current {
	background-color: #F1D5B9;
	color: #CC6600;
	background-image: url(/images/letters/letters_bg_o.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-decoration: none;
}
p.wrapindent {
	text-indent: -18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
}
p.wrapdoubleindent {
	text-indent: -36px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 36px;
	font-size: 11px;
}
p.wrapindent a, p.wrapdoubleindent a {
	font-size: 11px;
}
.notice {
	width:712px; 
	color:#993300; 
	border: 1px solid #993300; 
	margin-bottom:12px; 
	margin-top:0px;
	padding:8px; 
	background-color:#FFFFFF;
	font-weight:bold;
}
#miniwrapper .notice {
	width:auto; 
}
th.titlered355 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_red_355.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlered465 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_red_465.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titleorange465 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_orange_465.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlered250 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_red_250.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titleorange250 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_orange_250.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlered730 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_red_730.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titleblue730 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_blue_730.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlegreen730 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_green_730.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlegold730 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_gold_730.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titleorange730 {
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	background-image: url(/images/titlebg_orange_730.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 8px 8px 12px;
}
th.titlegold730 a, th.titleorange730 a, th.titlegreen730 a, th.titleblue730 a, th.titlered730 a {
	color: #FFFFFF;
}

th.titlegold730 h1, th.titleorange730 h1, th.titlegreen730 h1, th.titleblue730 h1, th.titlered730 h1, th.titlegold730 h2, th.titleorange730 h2, th.titlegreen730 h2, th.titleblue730 h2, th.titlered730 h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	display: inline;
}

.hotnotice {
	color: #993300;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}
.button-bar {
	margin-top: 8px;
	margin-bottom: 8px;
}
.button-bar input, input.submit, table.reviewbox input.submit {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	background-image: url(/images/button_bg.gif);
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button-bar input.small, input.submitsmall
{
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 1px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	background-image: url(/images/button_bg.gif);
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button-bar input:active, input.submit:active, table.reviewbox input.submit:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	background-image: url(/images/button_bg_over.gif);
} 
/* suggest a band bar styles */
div.suggestionbox {
	padding: 4px 8px 4px 8px;
	margin: 15px 0px 0px 0px;
	background: #FAF1E8;
	font-size: 10px;
	border: 1px solid #EBCCAF;
}
div.suggestionbox strong {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 11px;
}
div.suggestionbox p, div.suggestionbox form {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
div.suggestionbox form input {
	font-size: 10px;
}
div.suggestionbox form input.submit {
	font-size: 10px;
}

div.welcomebox {
	font-size: 11px;
	line-height:200%;
	position:relative;
	padding:8px;
	margin-bottom:12px;
	background-color:#F1F6F9;
}
div.welcomebox .headertext {
	font-size:12px;
	font-weight: bold;
}
div.legendbox {
	font-size: 11px;
	padding:2px 5px;
	background-color:#FFFFFF;
	float:right;
	width:155px;
	margin: 0px;
	position:relative;
}
div.reviewsbox {
	font-size: 11px;
	padding:0px 0px 0px 15px;
	float:right;
	width:338px;
	display:block;
	position:relative;
	background-repeat: repeat-y;
	background-image: url(/images/bigdot_border.gif);
	background-position: top left;
}
/* welcome message area on home page */
div.motdbox {
	font-size: 11px;
	padding:0px 10px 0px 0px;
	float:left;
	width:332px;
	display:block;
	position:relative;
}
span.motdsmall {
	font-size: 10px;
}
span.welcomenote {
	float:right; 
	font-size:11px; 
	padding-top:3px;
}
.dotbord_left {
	background-repeat: repeat-y;
	background-image: url(/images/bigdot_border.gif);
	background-position: left;
}
.dotbord_right {
	background-repeat: repeat-y;
	background-image: url(/images/bigdot_border.gif);
	background-position: right;
}
span.showcomments {
	color: #993300;
}
.loginprompt {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	color: #993300;
}
span.musiclinknote {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 9px;
}
span.musicpromo {
	padding: 0px;
	margin: 0px;
	color: #993300;
	font-size: 9px;
	font-weight: normal;
	float: right;
}
span.musicpromo a {
	text-decoration:none;
	color: #993300;
	font-weight: normal;	
}
span.musicpromo a:hover {
	text-decoration:underline;
}
span.reviewlink {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
span.reviewlink a {
	color: #4E6D8D;
}
span.reviewlink a:hover {
	color: #CC6600;
}
#adbar div.musicpromo {
	padding-top: 4px;
	float: none;
}
a.iconlink, a.iconlink:hover {
	text-decoration: none;
}
.listnumbers {
	font-size: 10px;
	color: #666666;
}
/* dummy style used to "shim" single-digit numbers with a blank (white) leading 0 */
.prezero {
	color:#FFFFFF;
}
table.ajaxnavtable {
	height:16px;
	padding:0px;
	margin:0px;
}
div.baretable table.ajaxnavtable {
	display:none;
}

.bandrank {
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}
.bandrank a {
	text-decoration: none;
}
.bandrank a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#ranknote {
	font-size: 10px;
	position: relative;
}
/* sidebar 4-block of album links */
#albumpromos {
	width:200px;
	height:200px;
	margin-bottom:30px;
	padding:0px;
	position: relative;
	z-index:5;
}
div.albumpic {
	padding: 0px;
	width:100px;
	height:100px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
div.albumpic img {
	padding: 0px;
	margin:0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:5;
}
div.picspot1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5;
}
div.picspot2 {
	position: absolute;
	top: 0px;
	left: 100px;
	z-index:5;
}
div.picspot3 {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index:5;
}
div.picspot4 {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index:5;
}
.albumcaption {
	position: absolute;
	top: 203px;
	left: 0px;
	display:none;
	padding-top:0px;
	padding-left: 20px;
	line-height: 9px;
	height: 25px;
	width: 180px;
	font-size: 9px;
	color: #333333;
	z-index:5;
}
.bandperpage {
	text-align:center; 
	padding-top:8px; 
	font-weight: normal;
}
.bandperpage select {
	font-size: 11px;
}
.reviewboxhead {
	background-color: #FAF1E8;
	text-align: left;
	border: 2px solid #EBCCAF;
	font-weight: bold;
	padding:4px;
	margin-top:8px;
	clear:both;
}
.reviewboxhead a {
	text-decoration: none;
}

.reviewboxhead a:hover {
	text-decoration: underline;
}

table.reviewbox td {
	padding:4px;
	background-color: #FAF1E8;
}
table.reviewbox input, table.reviewbox select, table.reviewbox textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #778FA6;
	background-color: #FFFFFF;
	color: #333333;
}
table.reviewbox input, table.reviewbox textarea {
	padding: 2px;
}
table.reviewbox select {
	padding: 0px;
}
table.reviewbox {
	margin:0px;
}
/* JS-driven countdown box for message limit styles */
.countdownnote {
	font-size: 10px;
	color: #333333;
}
table.reviewbox input.countdown, input.countdown {
	font-size: 10px;
	color: #333333;
	background-color: #FAF1E8;
	border: none;
	width: 4em;
	padding: 0px;
}
div.emailform input.countdown {
	font-size: 10px;
	color: #333333;
	background-color: #F1F6F9;
	border: none;
	width: 3em;
	padding: 0px;
}
#miniwrapper p.reviewtext, #miniwrapper div.emailform {
	background-color: #F1F6F9;
	padding: 8px;
	line-height: 145%;
}
#miniwrapper p.reviewtext:first-line {
	font-weight: bold;
	font-size: 11px;
}
#miniwrapper p.postdate {
	font-size: 10px;
	color: #666666;
	margin-bottom: 0px;
	text-align: right;
}
#miniwrapper .notetext {
	font-size: 10px;
	color: #666666;
}
#miniwrapper h1 {
	font-size: 14px;
	margin: 0px;
}
span.venuemenu {
	float:right;
	font-size: 11px;
}



*.ontop {
	display: none !important;
}

/* styling for Daytrotter links */


a.DTlink {
	font-weight:bold;
	color:#4E6D8D;
	text-decoration:underline;
	padding:0;
	margin:0;
}

a.DTlink:hover {
	color:#CC6600;
	text-decoration:underline;
}

span.DTlink {
    margin-right: 15px;
}

/* RSS feed icon/link in nav bar */

img.rssicon {
	width:14px;
	height:14px;
	position:relative;
	top:2px;
	right:0px;
	margin:0px 0px 0px 0px;
}

/* float/block styles for capsules on Interviews page */

div.interviewblock {
	padding: 0px 180px 15px 0px;
	/*margin: 0px;
	width: 335px;
	height: 75px;
	position: relative;
	float: left;
	display: block;*/
}

a.textbutton {
	border:1px solid #B6CCDA; 
	padding:2px 4px; 
	text-decoration:none; 
	background-image: url(/images/textbutton_bg.gif); 
	background-position: top;
	background-repeat: repeat-x;
}

a.textbutton:hover {
	border:1px solid #DE9B5A; 
	text-decoration:none; 
	background-image: url(/images/textbutton_bg_o.gif); 
}
