﻿html, body 
{
    margin: 0px;
    /*height: 100%;*/
}

img 
{
    border: none;
}

.TopFill, .TopExpand
{
    background-image: url(../../images/common/bgTop.gif);
    background-repeat: repeat-x;
}

.TopExpand
{
    width: 50%;
}

.BottomFill, .BottomExpand
{
    background-image: url(../../images/common/bg.gif);
    background-repeat: repeat-x;
    background-color: #898989;
}

.BottomExpand
{
    width: 50%;
    height: 100%;
}

.Expand
{
    min-height: 100px;
    /*height: 100%;
    height: auto !important;*/
}

.VideoTitle
{
    color: #89BCEB;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    padding: 18px 0 17px 32px;
    background-color: #000000;
}

#CopyrightText 
{    
    color:#121212;
    font-family:Verdana;
    font-size:10px;
    text-align:right;
    padding:8 3 12 0;
}

A.LeftNav
{
    font-size: 8pt;
    color: #FEDD6D;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

A.LeftNav:hover
{
    text-decoration: underline;
}

/*********************************************/
/* Tabs */
/*********************************************/
.TabOn, .TabOff
{
    background-color: #9e0600;
    padding-left: 23px;
    /*width: 158px;*/
    width: 135px;
    height: 32px;
}

.TabOn
{
    background-image: url(../../images/tabs/tab_on.gif);
    background-repeat: no-repeat;
}

.TabOff
{
    background-image: url(../../images/tabs/tab_off.gif);
    background-repeat: no-repeat;
}

.TabBottomOn, .TabBottomOff
{
    background-color: #9e0600;
    width: 158px;
    height: 2px;
}

.TabBottomOn
{
    background-image: url(../../images/tabs/tabBottom_on.gif);
    background-repeat: no-repeat;
}

.TabBottomOff
{
    background-image: url(../../images/tabs/tabBottom_off.gif);
    background-repeat: no-repeat;
}

.TabBottomBG
{
    background-image: url(../../images/tabs/tabBottomBG.gif);
    background-repeat: repeat-x;
}

.TabContent
{
    border: solid 1px #000000;
    border-top: none;
    background-color: #9e0600;
     /*height: 720;
   height:auto;*/
    height: 353px;
    font-size: 8pt;
    color: #ffffff;
    line-height:15pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    padding: 20px 14px 20px 14px;
}
.TabContent a { color: #FEDD6D; }
A.Tab
{
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.Tab:hover
{
    text-decoration: underline;
}

A.TabSub
{
    font-size: 8pt;
    color: #FEDD6D;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.TabSub:hover
{
    text-decoration: underline;
}

.TabDivider
{
    font-size: 8pt;
    color: #ff1409;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}


/***************************/
/*    Left Nav Style       */ 
/***************************/

#LeftNav
{
}
#LeftNav img 
{
    border-style:none;
}
#LeftNav .BlackBox
{
    margin-top:15px;
    margin-bottom:15px;  
    background-color:Black; 
    width:266px; 
    height:7px;    
    border-color:Black;
    line-height: 1px; /*needed for IE/win*/ 
    font-size: 1px; /*needed for IE/win*/ 
   
}
#LeftNav .Title
{
    font-family:Verdana;
    font-size:10pt;
    color:#FEDD6D;
    font-weight:bold;
    padding-bottom:8px;
}
#LeftNav .Description
{
    height:36px;
    width:106px;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size:8pt;
    color:#FFFFFF;    
}

/***************************/
/*  Left Bottom Nav Style  */
/***************************/
#LeftBottomNav .Arrow
{
    float: left;
    padding-left: 19px;
}

#LeftBottomNav .Link
{
    margin-left: 45px;
}

#LeftBottomNav .Container
{
    clear: both;
    padding-bottom: 6px;
}

/***************************
/*  LeftNav Bullets
/***************************/


/***************************/
/*  Body Nav Style  */
/***************************/
.BodyNav img 
{
    border-style:none;
}

.BodyNav .Arrow
{
    float: left;
    padding-top: 4px;
}

.BodyNav .Link
{
    margin-left: 26px;
}

.BodyNav .Container
{
    clear: both;
}


/***************************
/*  Tab Bullets
/***************************/
.TabContent li 
{
    list-style-image:url("../../images/bulletRed.gif");
     vertical-align:top;
    color:Lime;
}



/**********************
/*  Logon
/************************/
.LogonFormUserNameLabel, .LogonFormPasswordLabel,.LogonFormRememberPasswordLabel{ color:White; font-family:Tahoma; font-size:11pt; }
.LoginControl{color:#FEDD6D; font-weight:bold; font-family:Tahoma; font-size:8pt;}
a.LoginControl{ text-decoration:none;}
a:hover.LoginControl{ text-decoration:underline;}
