﻿body
{
	background-color: #000000;	
    font-family: Segoe UI;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
}
.top-border
{
	background-image:url(images/top-border.jpg); 
	background-repeat:no-repeat;
	height: 24px; 
}
.left-border
{
	float:left;
	width:23px;
	height:1655px;
	background-color:#FFFFFF;
	background-image:url(images/left-border.jpg);
	background-repeat:repeat-y;
}
.right-border
{
	float: left; 
	width:20px;
	height:1655px;
	background-color:#FFFFFF;
	background-image:url(images/right-border.jpg);
	background-repeat:repeat-y; 
	background-position:right;
}
.bottom-border
{
	height:29px;
	background-image:url(images/bottom-border.jpg);
	background-repeat:no-repeat;
}
a
{
	text-decoration: underline;
	color: #ffcc00;
}
.header
{
    color: #e9e9e9;
    font-size: 29px;
    font-weight:bold; 
}
.sub-header
{
    color: #e9e9e9;
    font-size: 17px;
    font-weight:bold; 
    font-family:Calibri;
}
.content
{
	font-size:13px;
}
.tab
{
	background-repeat:repeat-x;
	color: #cccccc;
    font-weight:bold;
    line-height: 26px;
    text-align: center;
    width: 140px;
    height: 30px;
    float: left;
    cursor:pointer;
}
.tab-selected
{
	background-repeat:repeat-x;
	color: #cccccc;
    font-weight:bold;
    line-height: 26px;
    text-align: center;
    width: 140px;
    height: 30px;
    float: left;
}
.tab-divider
{
	color: #cccccc;
	background-color:#FFFFFF;
	width: 2px;
    height: 30px;
    float: left;
}
.spacer
{
	background-image:url(images/spacer.jpg);
	border:0px;
}
#video
{
	margin: 10px 25px 25px 25px;
	color: #666666;
}
#video a
{
	color: blue;
	font-weight: bold;
}
.video-header
{
    color: #666666;
    font-size: 29px;
    font-weight:bold; 
}
.video-container
{
    float: left;
    width: 135px;
    height: 195px;
}
.video-box
{
    width: 135px;
    position:absolute;
}
.video-divider
{
	float:left;
	background-image:url(images/spacer.jpg);
	border:0px;
	width:36px; 
	height:1px;
}
.video-thumbnail
{ 
    width: 130px;
    height: 100px;
}
.video-shared-this
{
    width: 125px;
    height: 100px;
    position:absolute; 
    left:inherit; 
    top:inherit; 
    display:none;
    padding: 5px 5px 5px 5px;
    margin: 32px 0px 0px 0px;
    background-color:#FFFFFF;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.80;
    
}
.video-shared-this-link
{
    color: #ffcc00;
    text-decoration: underline;
    cursor: pointer;
}
.video-show-all
{
    float:right;
}
/* footer */
#footer 
{
    font-size:10px;
	text-align:right;
	color:#FFFFFF;
	line-height:72px;
	/*color:#1D5B9E;*/
	width:875px; 
	height:72px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ffcc00;
	text-decoration:none;
}

.Terms-And-Conditions
{
    font-size:9.0pt;
    font-family:"Segoe UI";
    padding:15px;
}
.Terms-And-Conditions-Header
{
    font-weight:bold;
}

