html, body {
    height: 100%;
}
body {
	font-family: Verdana ;
	font-size: 10pt ;
	color: black ;
	background-color : #cccccc ;
	margin: 0 ;
	padding: 0;
	text-align: center;
}
p {
	font-family: Verdana ;
	font-size: 10pt ;
	line-height: 150%;	
	color: black ;
}
td {
	font-family: Verdana ;
	font-size: 10pt ;
	line-height: 150%;	
	color: black ;
}
#stretcher{
	height:100%;
	margin:0 auto;
	width:760px;
	text-align: left;
	background-color: #ffffff;
    background-image: url(../theme/tvvbar.jpg);	
}
#wrapper {
	margin:0 auto;
	width:760px;
	text-align: left;
	background-color: #ffffff;
    background-image: url(../theme/tvvbar.jpg);	
}
#content {
	width: 600px ;
	margin-top: 10px ;
	margin-right: 10px ;
	margin-bottom: 10px ;	
	text-align: left;
	background-color: #ffffff;
}
#footer{
	margin-top: 10px ;
	margin-right: 10px ;
	margin-bottom: 10px ;	

	text-align: right;
	color: #aaaaaa ;
}
#vnavBar {
	margin-top: 10px ;
	margin-left: 10px ;
	text-align: left;
}
h1 { font-family: Tahoma; font-size: 18pt }

h2 { font-family: Tahoma; font-size: 14pt }

h3 { font-family: Tahoma; font-size: 12pt }


a:link { color : #4A71B5 }

a:active { color : black }

a:visited { color : #4A71B5 }

a:hover { color : #0033FF}

thead th{
    background-image: url(../theme/tvbkgnd.gif);
    text-align: center;
	color : white ;
}
tfoot {
    background-image: url(../theme/tvbkgnd.gif);
    text-align: center;
	color : white ;
}
.top-section {
	border-bottom: 1px solid #CCCCCC;
}
.section {
	padding-top:4px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
.caption {
    text-align: left;
	font-family: Verdana ;
	font-size: 10px ;
	color: black ;
}
.clip {
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:4px;
}
.clip-description {
	font-size: 16px;
}
.song-list{
	margin-left: 10px ;
	width: 200px ;
    text-align: left;
	font-family: Verdana ;
	font-size: 8pt ;
	color: black ;
}
.scripted-image{
	cursor: pointer ;
}
.infoBox {
	border: 1px solid #cccccc ;
	background-color:  #F5F5DC ;
}