/*
RADIO
*/
.radioContainer {
	margin-bottom: 5px;
	height: auto;
	min-height: 100px !important;
	width: 100%;
	display: block;
}

.artistImage {
	margin: 2px 7px 2px 2px;
	float: left;
	border: 1px #5A7294 solid;
}

#artistInfo {
	width: inherit;
	height: inherit;
	margin: 0px;
}

.artistName {
	font-size: 18px;
}

.trackName {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 7px;
	color: black;
}

.artistText {
	font-size:10px;
}

.artistText a {
	color: 	#194a7b;
	text-decoration: none;
	border-bottom: 1px dotted #194a7b;
}

.artistText a:hover {
	color: #194a7b;
	border-bottom: 1px solid #194a7b;
}

/*  TABS */
.tabs {
	border: 1px solid #218ab0;
	background: #8e8b8b;
	color: #b5bbc4;
	margin: 0px;
	height: 24px;
	text-align: left;
}

.tabs a {
	display: block;
	margin-left: 4px;
	text-decoration: none;
	border: 0px;
	color: #ffffff;
	line-height: 24px;
	padding: 0px 5px;
	border-left: 1px solid #8e8b8b;
	border-right: 1px solid #8e8b8b;
}

.tabs a:hover, .tabs .tabbed {
	background-color: #f1f8ff;
	color: #1e6398;
	border-left: 1px solid #218ab0;
	border-right: 1px solid #218ab0;
}

.leftTab {
	float: left;
}

.tabHolder {	
	border: 3px solid #eeeeee;
	border-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainPlayer, #rota, #contact, #team {
	padding: 10px;
}

.liveTable {
	border: 1px solid #7ba0cd;
	border-bottom: 0px;
	border-right: 0px;
	color: #2f2f2f;
	width: 100%;
}

.liveTitle {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	background: #95b3d7;
	border-bottom: 1px solid #7ba0cd;
	border-right: 1px solid #7ba0cd;
}

.liveRow {
	background: #dbe5f1;
	border-bottom: 1px solid #7ba0cd;
	border-right: 1px solid #7ba0cd;
	text-align: center;
}

.tabBottomArea {
	width: 100%;
	background: #5A7294;
	margin: 0px auto; 
	padding: 0px;
	text-align: center;
}

.lwRotaTitle {
	background: #4F81BD;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid white;
}

.lwRotaRow {
	background: #A7BFDE;
/*	border-bottom: 1px solid #7c99be;*/
}

.lwRotaRow-alt {
	background: #d3dfee;
	/*border-bottom: 1px solid #aac6d6;*/
}
