/* Align TV Image Left */
#avcontainer {
margin-top:20px;
width:100%;
}
#avimage {
float:left;
width:280px;
text-align:Center;
}
#sessioninfo{
width:320px;
text-align:left;
font-weight:normal;
float:right;
margin-top:5px;
font-size:.9em;
}
#avtext {
clear:both;
margin-top:10px;
}
#specmsg {
font-size:.9em;
font-weight:normal;
font-style:italic;
}
#avcontent {
	width:350px;
	margin-left:150px;
}
#avplayer {
	width:320px;;
	float:left;
	margin-top:5px;
	background-color:#EEEEEE;
	padding:5px;
	text-align:left;
	font-weight:normal;
}
#avlinks {
	float:left;
	width:250px;
	margin-top:30px;
	margin-left:20px;
	font-size:.9em;
}
#avlinks a {
	text-decoration:underline;
	color:#000066;
}
#avlinks a:hover {
	text-decoration:none;
	color:#000066;
}
#avlinks a:visited {
	text-decoration:none;
	color:#555555;
}
#avlinks2 {
	clear:both;
	float:left;
	width:320px;
	margin-top:10px;
	font-size:.9em;
}
#avlinks2 a {
	text-decoration:underline;
	color:#000066;
}
#avlinks2 a:hover {
	text-decoration:none;
	color:#000066;
}
#avlinks2 a:visited {
	text-decoration:none;
	color:#555555;
}
.clear {
	clear: both;
}
#avnoscript {
	background-color:#555555;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	width:593px;
	padding:5px;
}
/* watch live on av main page */
#av-watch-button {
    margin-top: 17px;
	padding-top:3px;
	text-align:center;
}
.av-button {
    background: url('/av/avbutton.jpg') no-repeat scroll 0 0;
	width:221px;
	min-height:35px;
	font-size:.85em;
}
#av-watch-button a {	
	color:#0B105B;
	text-decoration:none;
	font-weight:bold;
}