body, td {
    background-color: #222222;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
}

a, a:active, a:visited {
    color: #f99d1c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: silver;
}

.masterContainer {
    background-color: #1a1a1a;
    border-style: solid;
    border-color: gray;
    border: 1px 1px 1px 1px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.header {
    background-color: #1a1a1a;
    color: silver;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}    

.headerLogo {
    background-color: #1a1a1a;
    padding-bottom: 20px;
}

.headerLeft {
    background-color: #1a1a1a;
    text-align: left;
}

.headerRight
{
    background-color: #1a1a1a;
    text-align: right;
}

.navbar {
    background-color: #1a1a1a;
    color: silver;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    /* border: solid 1px yellow; */
} 

.videoButton {
    margin-left: auto;
    margin-right: auto;
}

.videoPic {
    background-color: #1a1a1a;
}        

.newVideoButton 
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: Black;
	background-color: #1a1a1a;
	vertical-align: bottom;
	white-space: nowrap;        	
    background-image: url('images/button-back.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 0px 6px 2px 0px;
}

.newVideoButtonLink, .newVideoButtonLink:visited
{
	color: Black;
}        

.newVideoButtonLink:hover
{
	color: #f99d1c;
	text-decoration: none;
}        

.videoMenuSpacer
{
	background-color: #1a1a1a;
	font-size: 5px;
}

.liveDemoButton {
    margin-left: 35px;
}

.player {
    background-color: #1a1a1a;
    height: 530px;
    width: 680px;
    color: silver;
    vertical-align: top;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
} 

.permalink {
    font-size: 8pt;
}

.footer {
    color: silver;
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
} 

div#SEselectorBox 
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    
    position: absolute;
	background-color: #555555;
	width: 260px;
	height: 78px;
	overflow: hidden;
	padding: 0px 10px 0px 0px;
}

div#SEselectorBoxTitle
{
   
    color: #CCCCCC;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
}

.SEpicBox {
	float: left;
	position: relative;
	text-align: center;
	/*width: 40px;*/
	/* background-color: white; */
	/* border: 1px solid #999;  */
	/* border-right: 3px solid green; */
	margin: -5px -27px 10px 0px;
	padding: 5px;
	cursor: pointer;
}

.SEimage
{
    border: none;
}

#SEinfoBox 
{
    border-radius: 4px;
    -moz-border-radius: 4px;
	display: none;
	position: absolute;
	font-size: 14px;
	background-color: green;
	color: white;
	padding: 2px;
}

#SEinfoBox>ul
{
     list-style-type: none;
     margin: 0px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     
}

.videoMenuItem 
{
    border-radius: 2px;
    -moz-border-radius: 2px;
    
    background: url(images/gradient-back.gif);
    margin: 0px 0px 2px 0px;
    padding: 2px 2px 2px 2px;    
    color: Black;
    font-weight: bold;
}

.videoMenuItemLink, .videoMenuItemLink:visited
{
    color: Black;
    font-size: 8pt;
    text-decoration: none;
}

.videoMenuItemLink:hover
{
    color: Orange !important;
    text-decoration: none;
}

.videoMenuItemSpacer
{
    height: 10px;
}

.altLangVideoPopup 
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    
    position: absolute;
    background-color: Black;
    border-top: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
    display: none;
    width: 200px;
}

.learnMoreText
{
    margin-top: 110px;
}

.countryIcon
{
    height: 18px;
    width: 18px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 2px;
}

.alignTop
{
    vertical-align: top;
}

.transparentBackground
{
    background-color:Transparent;
}
