BODY, TABLE, TD, TR, DIV
{
  font-size: 11px;
  font-family: verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
}

INPUT, SELECT
{
   font-size: 11px;
   font-family: verdana, sans-serif;
}

TABLE.MainTable
{
  width: 100%;
  height: 100%;
}


TD.ContentCell
{
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 20px;
}

TD.LicenseCell
{
   background-color: #f0f0f1;
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
}

A { text-decoration: underline; color: #36667E;}
A:link { text-decoration: underline; color: #36667E;}
A:hover { text-decoration: underline; color: #cc0404;}
A:active { text-decoration: underline; color: #cc0404;}
A:visited { text-decoration: underline; color: #696F70;}

A.large { font-size:14px; text-decoration: underline; color: #137197;}
A.large:link { font-size:14px; text-decoration: underline; color: #137197;}
A.large:hover { font-size:14px; text-decoration: underline; color: #137197;}
A.large:active { font-size:14px; text-decoration: underline; color: #137197;}
A.large:visited { font-size:14px; text-decoration: underline; color: #137197;}

A.Players:visited 	{font-size: 9px; color: #36667E; text-decoration: underline;}
A.Players:link 	{font-size: 9px; color: #36667E; text-decoration: underline;}
A.Players:active	{font-size: 9px; color: #cc0404; text-decoration: underline;}
A.Players:hover	{font-size: 9px; color: #cc0404; text-decoration: underline;}
 
.Content
{
   width: 270px;
   height: auto;
   margin: 0px;
}

.Copy
{
   line-height: 1.5;
}

.CopyGray
{
   line-height: 1.5;
   color:#515151;
}

.FallbackHeader 
{
   font-size: 14px;
   font-weight: bold;
   color: #333333;
}

.FallbackHeaderRed
{
   font-size: 14px;
   font-weight: bold;
   color: #DE5243;
}



.InstallerCopy
{
    color: #107194;
    line-height: 1.5;
}

.InstallerFooterBg
{
   width: 100%;
   height: 22px;
   background-image: url(../images/installer_bg_footer.gif);
   background-repeat: x;
}

.InstallerHeaderText 
{
   font-size: 11px;
   font-weight: bold;
   color: #000000;
}

.InstallerHeaderBg
{
   height: 60px;
   background-image: url(../images/installer_bg_header.gif);
   background-repeat: x;
}

.InstallerLeftBg
{
   width: 10px;
   height: auto;
   background-image: url(../images/installer_bg_left.gif);
   background-repeat: y;
}

.InstallerSummary {font-size: 11px; color: #000000;}

.InstallerThumbnail
{
    width: 158px;
    height: 118px;
}


.Large
{
   font-size:14px;
}


.License
{
    background-color: #f0f0f1;
}

.Players
{
    font-size: 9px; color: #36667E;
}

.Red
{
  color: #DF5945;
  line-height: 1.5;
}

.RightGutter
{
   width: auto;
   background-color: #f0f0f1;
}

.SubmitButton
{
 font-size: 14px;
 font-family: verdana, sans-serif; 
 font-weight: bold;
 width:180px; 
 height:35px; 
 cursor: hand;
}

