﻿.MediaListTable
{
	width:450px;
	border:none;
}

.AudioEmbeddedObject
{
	width:320px;
	height:63px;
}

.mediaLink,
.mediaLink a:link,
.mediaLink a:visited,
.mediaLink a:active
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	text-decoration:underline;
}

.mediaLink a:hover
{
	font-family:Arial;
	font-size:12px;
	color:Blue;	
	text-decoration:underline;
}

.mediaDescription 
{
	font-family:Arial;
	font-size:12px;
	color:Gray;	
	text-decoration:none;
}

.mediaSeperator 
{
	height:15px;
}

.mediaPlayer
{
	width:320px;
	height:63px;
}

.mediaPlayerTable
{
	width:320px;
	border:Solid 1px #7d9ecb;
}

.mediaTitle
{
	font-family:Arial;
	font-size:12px;
	color:White;	
	font-weight:bold;
	background-color:#7d9ecb;
	text-decoration:none;
	Padding:2px;
}