﻿body
{
	font-family: Arial;
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000000;
	margin-top: 10px;
}

img { border: 0px;  }

form { margin: 0px; }

hr
{
    height: 1px;
    color: #003d7d;
}

.small
{
	font-size: 8pt;
}

.smaller
{
	font-size: 7pt;
}

table
{
	border-collapse: collapse;
}

td
{
	font-size: 10pt;
	color: #000000;
}

a:link  
{
  	text-decoration : none;
  	color : #000000;
  } 

a:Visited  
{
  	text-decoration : none;
  	color : #000000;
 }
a:Active  {
  	text-decoration : underline;
  	color : #000000;
 }
a:Hover  {
  	text-decoration : underline;
  	color : #d71920;
  }

.noPadding
{
	padding: 0px;
}

div.divMain {
    width: 925px;
    margin-left: auto;
    margin-right: auto;
}

td.tdVideoPlayer {
    width: 691px;
    padding: 0px;
    background-image: url(../images/R3_VidPlayer_BG.jpg);
    background-repeat: no-repeat;
}

div.divVideoPlayer {
    border: solid 2px #b01f23;
    width: 641px;
    height: 344px;
    background-color: Black;
    margin-left: 40px;
    margin-top: 9px;

}

div.divRegForm
{
    z-index: 9950; 
    position: absolute; 
    top: 110px; 
    left: -1200px; 
    border: solid 4px #b01f23;
    background-color: #ffffff;
    padding: 20px;
    width: 400px;
}

div.divRegFormTitle
{
    font-size: 11pt;
    font-weight: bold;
    color: #003d7d;
    padding-bottom: 4px;
    border-bottom: solid 1px #003d7d;
    margin-bottom: 12px;
}

div.divRegFormRules
{
    width: 380px;
    height: 80px;
    overflow: auto;
    border: solid 1px #E1E1E1;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 8px 0px;
    font-size: 8pt;
}

div.divRegFormResponse
{
    z-index: 50; 
    position: absolute; 
    top: 110px; 
    left: -1200px; 
    border: solid 4px #b01f23;
    background-color: #ffffff;
    padding: 20px;
    width: 400px;
}
