/* Main color guide */


/* background:		FFFFFF */
/* main table:		DADADA */
/* contrast:		D5D2D2 */
/* menu text:		2E7794 */
/* text:		506B76 */


body {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #506B76;
	color: #000000;

	padding:0;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;

}

A:link { 
	color:#6C8795;
	text-decoration: underline;
}
A:visited { 
	color:#6C8795;
	text-decoration: underline;
}
A:hover { 
	color:#437690; 
	text-decoration: none;
}
A:active { 
	color:#D0CFC8;
	text-decoration: underline;
}

.songname {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #566D75;
	color: #A54433;
}

.small {
	font-family: "Verdana";
	font-size: 10px;
}


.category {
	font-family: "Verdana";
	font-size: 20px;
	vertical-align: top;
	margin-bottom: 10px;
}

.subcat {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	vertical-align: center;
}

.news_title {
	font-family: Garamond;
	font-size: 20px;
	vertical-align: top;
	margin-bottom: 10px;
}

.news_subject {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

.news_time {
	font-style: italic;
	font-family: verdana, sans-serif;
	font-size: 9px;
	vertical-align: top;
}

.news_body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 20px;
}

.review_title {
	font-family: Garamond;
	font-size: 20px;
	vertical-align: top;
	margin-bottom: 10px;
}

.review_publication {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.review_subheading {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #212121;
	color: #515151;
}

.review_body {
	font-family: Garamond;
	font-size: 14px;
}

.show {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 8px;
}

.show_otherbands {
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 8px;
}


/* "Master" UL (the whole Menu) */
#connect {
	float:none;
	position:relative;
	margin-left: -10px;
	list-style:square;
	/*border: 1px solid #FF0000;*/
}

/* All LIs */
#connect li {
	position:relative;
	float:none;
	list-style-type:none;
	padding-bottom: 5px;
	background:url(../spc.gif);/* trick to keep'em open */
}


/* Image definitions */
/* use <DIV> in HTML to give it its own line */
/* use <SPAN> in HTML to allow inline use with other elements */

#pic_header {
	padding: 0px 0 0 0;
	margin-left: 0px;
	margin-bottom: 2px;
	overflow: hidden;
	background-image: url("../title1.jpg"); 
	background-repeat: no-repeat;
	width: 349px;
	height: 222px !important; /* for most browsers */
	height /**/:222px; /* for IE5.5's bad box model */
}


/* Table definitions */

table {
	/* font-family: "Verdana"; */
	font-size: 11px;
	empty-cells: show;
}

table.wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	white-space:normal;
	border-collapse: collapse;
}

td.container {
	padding: 0px;
}

table.news {
	margin-top: 30px;
}

table.perform {
	margin-top: 30px;
	white-space:normal;
	border-collapse: collapse;
}

table.header {
	background-color: #FFFFFF;
	padding: 1px;
	margin-bottom: 10px;
	white-space:normal;
}

table.menu {
	padding: 2px;
	font-family: "Garamond";
	font-family: "Garamond Premier Pro";
	font-size: 12px;
}

td.menu {
	align: right;
	vertical-align: bottom;
}

table.soundplayer {
	background-color: #566D75;
	border:  1px solid #ABBAC3;
	padding: 1px;
	margin-bottom: 15px;
	white-space:normal;
}

table.review {
	background-color: #566D75;
	background-color: #D5D2D2;
	border:  1px solid #ABBAC3;
	padding: 1px;
	margin-bottom: 15px;
	white-space:normal;
}

tr.news_main {
	border:  0px solid;
}

tr.news_alt {
	border:  0px solid;
}


/* Input definitions */
/* Buttons, fields, etc. */

input.main {
	background-color : #ABBAC3;
	color: #130701;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}

.bg {
	background-color : #FCFCFC;
	color: #4F4A47;
	font-family: Verdana;
	font-size: 10px;
}

