a {
	color:#FFFFFF;
	text-decoration:none
	}
	
a:hover {
	text-decoration:underline;
	}

#mainWindow {
	background: url(../images/bg_v2.png) no-repeat #000000;
	width: 725px;
	height: 525px;
	}
	
#playerWindow {
	position: absolute;
	top: 115px;
	left: 38px;
	width:320px;
	height:240px;
	}
	
#videoListWindow {
	position: absolute;
	top: 115px;
	left: 416px;
}

#logoImg {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
}

#organizationTitle {
	position: absolute;
	top:20px;
	left:90px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
}

#clipInfo {
	position: absolute;
	top:392px;
	left:38px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	}

#cciuLogo {
	position:absolute;
/*	background:url(images/cciu_logo.png) no-repeat;*/
	width:82px;
	height:59px;
	float:left;
	left:10px;
	top:449px;
}

#portalLink {
	position:relative;
	left: 407px;
	top: 407px;
	font-size:14px;
	color: #ffffff;
	width:304px;
	height:41px;
	background: url(../images/vod_button_v2.png) no-repeat;
	text-align: center;
	}
	
	

#rssLink {
	position:relative;
	left: 407px;
	top: 416px;
	font-size:14px;
	color: #ffffff;
	width:304px;
	height:41px;
	background: url(../images/rss.png) no-repeat;
	text-align: center;
	}
	

	

	
#upcomingStreams {
	position:absolute;
	left: 20px;
	top: 467px;
	font-size: 12px;
	width: 370px;
	color: #333;
	}
	
#fyiWindow {

	width: 244px;
	height: 75px;
	position:absolute;
	left: 451px;
	top: 445px;
	background:url(../images/fyi.png) no-repeat;
	font-size: 14px;
	color: #333;
	padding: 10px;
}

#fyiWindow a, a:visited, a:hover {
	color:#fff;
	
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#channelDescription {
	width: 290px;
	height: 240px;
	padding: 2px;
	background:#CCC;
	color:#666;
	font-size:14px;
	overflow:auto;

