﻿table
{	
	border-collapse: collapse;
	z-index:0;
	padding:0;
	border-spacing:0;
	margin-bottom:0;
	margin-top:0;
	max-height:60px;
}

img
{
	background-color:Transparent;
	border:0;
}

.DataRow .NoBorder
{
	border:0;
}
td
{
	background:none;
	border:none;
}
tr
{
	position:relative;
} 

table.ReviewPopup
{
	background: white;
	border-width: 10px;
	border-color:rgb(54,50,196);
	border-style:ridge;
	width:250px;
	font-family: Verdana;
	font-size: 12px;
	text-align:left;
	padding:5px;
}

.ReviewPopup td
{
	vertical-align:top;
}

a
{
	text-decoration:none;
}


.Pointer
{
	cursor:pointer;
}

.ReviewLink
{
	cursor:pointer;
}

.ReviewLogoLink
{
	cursor: pointer;
	float:left;
	padding:0px 7px 7px 7px;
	text-align:left;
	font-family: Verdana;
	font-size: 10px;
	color: Blue;
}

.TitleText 
{
      color: White;
      text-decoration: none;
      font-family: Arial;
      font-size: 12px;
      text-align:center;
      font-weight:bold;
      font-style:italic;
}

.DataCell 
{
      color: White;
      text-decoration: none;
      font-family: Arial;
      font-size: 10px;
      cursor:pointer;
      margin-bottom:4px;
      text-align:center;
}

.PlayNow
{
      color: White;
      font-family: Arial;
      font-size: 11px;
      cursor:pointer;
      text-decoration:underline;
      text-align:right;
      margin-bottom:5px;
      margin-right:5px;
}
