/* This is the style of your browser text */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
}

.navTd {
	padding-right: 15px;
}

.musicplayer {
	padding-left: 1px;
	padding-top: 1px;
	width: 789px;
}

a {
	color: #fd0054;
}

a. artistLink {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

.schedule_location {
	color:#888888;
	font-size:7pt;
}

.schedule_date {
	font-size:80%;
}

.schedule_time {
	font-size:80%;
}

.schedule_artist {

}
.schedule_venue {
	text-transform: capitalize;
}

.schedule_tr {
	padding-bottom: 3px;
}

.debug {
	background-color:#FFFFFF;
	padding: 15px;
}

.newsItemContent {
	text-align:justify;
	line-height: 16px;
}

.newsItemImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px #666 solid;
}

