﻿/********************************************************************************************/
/* Main Interface */
/********************************************************************************************/

.MainBox {
	width: 960px;
	height: auto;
	background-color: #242263;
	margin-left: auto;
	margin-right: auto;
	color: White;
}

.MainBoxExpert 
{
	width: 960px;
	height: auto;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	color: White;
}

.SupportBox
{
    background-color: White;
    color: Black;
    padding: 10px;
}

/********************************************************************************************/
/* Top Menu Bar */
/********************************************************************************************/

#TopMenu {
	width: 100%;
	background-color: #2D2D2D;
	color: white;
	font-size: 10pt;
	/*margin-bottom: 30px;*/
	font-weight: bold;
	height: 30px;
}

a.TopMenuLink {
	padding: 7px 10px 7px 10px;
	color: #B0B0B0;
	text-decoration: none;
	display: block;
	float: left;
}

a.TopMenuLink:hover {
	color: white;
}

/********************************************************************************************/
/* Tabs                                                                                     */
/********************************************************************************************/

#TabContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 30px;
    position: relative;
}
#TabSpacer {
	width: 70px;
	height: 20px;
	float: left;
}

.TabLink {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.TabLink:hover {
	color: black;
}

.SelectedTabLink
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.SelectedTabLink:hover 
{
	color: #00FF00;
}

.BigTab-Blue
{
	float: left;
	background-image: url('../../images/universal/tabs/bigtab-blue.gif');
	background-color: #242263;
	width: 150px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;	
}

.BigTab-Grey
{
	float: left;
	background-color: #B0B0B0;
	background-image: url('../../images/universal/tabs/bigtab-grey.png');
	width: 150px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;	
}

.SmallTab-Blue
{
	background-image: url('../../images/universal/tabs/smalltab-blue.gif');
	background-color: #242263;
	float: left;
	width: 110px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;

}

.SmallTab-Grey
{
	background-image: url('../../images/universal/tabs/smalltab-grey.png');
	float: left;
	background-color: #B0B0B0;
	width: 110px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;

}

.BigTab-Black
{
	float: left;
	background-image: url('../../images/universal/tabs/bigtab-black.png');
	background-color: #000000;
	width: 150px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;	
}

.SmallTab-Black
{
	background-image: url('../../images/universal/tabs/smalltab-black.png');
	float: left;
	background-color: #000000;
	width: 110px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/********************************************************************************************/
/* Video Interface Layout */
/********************************************************************************************/

#VideoSidebar {
	width: 115px;
	height: 429px;
	float: left;
}

#VideoMainContent {
	width: 845px;
	height: 399px;
	padding-top: 30px;
	float: left;
	color: white;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	position: relative;
}

#VideoSidebar img {
	border-style: none;
}

#HomeButton {
	height: 345px;
	text-align: center;
	padding-top: 30px;
}

#BackButton {
	height: 45px;
	text-align: center;
}

#Footer {
	font-size: small;
	color: white;
}

#FooterLeftPanel {
	width: 195px;
	height: 25px;
	float: left;
	text-align: left;
	padding: 5px 0px 0px 5px;
}

#FooterMiddlePanel {
	width: 520px;
	height: 25px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#FooterRightPanel {
	width: 235px;
	height: 25px;
	float: left;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.YellowLine {
	height: 3px;
	background-color: #F7BA45;
}


/********************************************************************************************/
/* Video Interface Text */
/********************************************************************************************/

#Header {
	height: 45px;
	padding: 20px 0px 0px 30px;
}

a.TSMBuyLink {
	color: #B0B0B0;
	text-decoration: none;
}

a.TSMBuyLink:hover {
	color: white;
}

a.TSMLink {
	color: white;
	text-decoration: none;
}

a.TSMLink:hover {
	color: #00FF00;
}

a.TSMVisitedLink {
	color: #00FF00;
	text-decoration: none;
}


h1.TSMHeading {
	font-size: 20pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h1.SmallH1 {
	font-size: 6pt;
	padding: 0px;
	margin: 0px;
	color: Black;
}

#H1Container {
	height: 10px;
}

/********************************************************************************************/
/* Generic Styles */
/********************************************************************************************/

.BigText
{
    font-size: 12pt;
    font-weight: bold;
    line-height: 12pt;
}

img
{
	border-style: none;
}
