@CHARSET "ISO-8859-1";


#popupTitle {
	color: #336699;
	display: block;
	text-align: center;
}

p#info {
	text-align: center;
}

/***************** Calendar ***************/
#calendarLeft {
	clear: both;
	float: left;
	width: 200px;
	background-color: #F1EDE4;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

#calendarRight {
	float: left;
	width: 200px;
	background-color: #F1EDE4;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

#calendarContent {
	clear: both;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 10px;
}

#calendarHolder {
	text-align: center;
	width: 400px;
}
	
.calendarDay {
	width: 100%;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	clear: both;
	padding-top: 8px;
}
	
.calendarSport {
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
	width: 25%;
	float: left;
    margin: 3px 0;
    vertical-align: middle;
}

.calendarSport:first-letter {
	text-transform: uppercase; 
}

.calendarEvent {
	text-align: left;
    float: right;
	width: 75%;
	margin: 3px 0;
}

.calendarfield {
	height: 18px;
	font-family: verdana;
	font-size: 10px;
	color: #E64900;
	width: 120px;
}

.calendarMonth {
	background-color: #e5e5e5;
	width: 100%;
	line-height: 20px;
}

/***************** TV ***************/

#tvContent {
	padding-left: 5px;
	padding-right: 5px;
}

#tvContent td {
	white-space: nowrap;
	vertical-align: middle;
	height: 21px;
}

.tvEvent {
	text-align: left;
}

.tvChannel {
	width: 115px; 
	text-align: left;
	
}

.tvHour {
	color: #336699;
	font-weight: bold;
	width: 60px;
}

.tvSport {
	text-align: left;
    width: 130px;
}

.tvName {
	font-weight: bold;
	text-align: left;
}

.tvDay td {
	padding: 10px 5px;
}

.tvDay img {
	vertical-align: middle;
}

.tvSport:first-letter {
	text-transform: uppercase; 
}

.tvEvent img {
    vertical-align: middle;
}
	
/************ radio ******************/

.radiobackground {
}

.radioSub {
	font-weight: bold;
	color: #000000;
	}
.radioText {
	font-weight: normal;
	color: #000000;
	}
.radioPlayer {
	background-color: #336699;
	}
.invis1 {
	background-color: #336699;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	border: 0px;
	}
.invis2 {
	background-color: #336699;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	border: 0px;
}

/*************** feedback **************/
	
.feedbackHolder {
	padding: 10px;
}

.feedbackInput {
	font: verdana 11px; 
	color: #000000;
}

#feedbackHolder {

}
	
