﻿body
{
        margin-left: 0px; 
        margin-top: 0px; 
        background-color: Black; 
        background-image: url('../images/html/bg.jpg'); 
        background-repeat: repeat-x; 
        background-position: 50% top; 
        font-family: Arial; 
        font-size: 11pt; 
        color: White;
}
a
{
        font-family: Arial; 
        font-size: 11pt; 
        color: White; 
}
a:hover
{
        font-family: Arial; 
        font-size: 11pt; 
        color: Red;
}
td.mainMenuOff
{
        padding-top: 4px; 
        background-image: url('../images/html/topMenuOff.jpg'); 
}
td.mainMenuOn
{
        padding-top: 4px; 
        background-image: url('../images/html/topMenuOn.jpg'); 
}
a.mainMenu, a.mainMenu:hover
{
        display: block;
        height: 17px;
        width: 100%;
        font-family: Arial; 
        font-size: 10pt; 
        color: White; 
        text-decoration: none;
}
a.mainMenu span
{
        height: 14px; 
        display: block; 
        cursor: pointer;
}
a.top
{
        font-family: Arial; 
        font-size: 10pt; 
        color: White; 
        text-decoration: none;
}
a.top:hover
{
        font-family: Arial; 
        font-size: 10pt; 
        color: Red; 
        text-decoration: none;
}

td.side
{
        background-image: url('../images/html/sideMenuBg.jpg'); 
        background-repeat: repeat-x; 
        height: 29px; 
        padding-right: 37px; 
        border-bottom: solid 2px Black;
	cursor: pointer;
}
td.sideOn
{
        background-image: url('../images/html/sideMenuBg_on.jpg'); 
        background-repeat: repeat-x; 
        height: 29px; 
        padding-right: 37px; 
        border-bottom: solid 2px Black;
        cursor: pointer;
}
td.side a
{
        font-family: Arial; 
        font-size: 11pt; 
        color: White; 
        text-decoration: none;    
}
td.side a:hover, td.sideOn a:hover, td.sideOn a
{
        font-family: Arial; 
        font-size: 11pt; 
        color: Red; 
        text-decoration: none;
}
span.headers
{
        color: #FDEBC7; 
        font-size: 11pt; 
        font-weight: bold;
}
a.menu
{
        font-family: Arial; 
        font-size: 11pt; 
        color: White; 
        text-decoration: none;
}
a.menu:hover
{
        font-family: Arial; 
        font-size: 11pt; 
        color: Red; 
        text-decoration: none;
}
a.bottom
{
        font-family: Arial; 
        font-size: 9pt; 
        color: White; 
        text-decoration: none;
}
a.bottom:hover
{
        font-family: Arial; 
        font-size: 9pt; 
        color: Red; 
        text-decoration: none;
}
/*sidemenu*/
ul.menu
{
        list-style-type: square; 
        margin-top: 10px;
}
ul.submenu
{
        list-style-type: circle; 
        margin-top: 10px; 
        margin-bottom: 10px;
}
/*Videos*/
div.headers
{
        background-image: url('../images/html/header.jpg');
        height: 23px; 
        color: #FDEBC7; 
        font-size: 11pt; 
        padding-right: 8px; 
        font-weight: bold;
        padding-top: 5px;
        margin-bottom: 8px;
        width: 373px;
}
div.contentVideo
{
        overflow: auto;
        height: 178px;
        /*scrollbar-face-color: #979797;
        scrollbar-shadow-color: #4C4C4C;
        scrollbar-highlight-color: #4C4C4C;
        scrollbar-3dlight-color: #870507;
        scrollbar-darkshadow-color: #4C4C4C;
        scrollbar-track-color: #4C4C4C;
        scrollbar-arrow-color: #4C4C4C;*/
        width: 373px;
}
/*sales*/
div.SalesHeader
{
        cursor: pointer; 
        background-color: #979797; 
        height: 20px; 
        padding: 3px 8px 0px 8px; 
        /*width: 100%; */
        margin-bottom: 2px;
}
div.SalesText
{
        display: none; 
        /*width: 90%; */
        padding: 5px 8px 5px 8px; 
        border-left: solid 1px #979797; 
        border-right: solid 1px #979797; 
        border-bottom: solid 1px #979797; 
        margin-top: -2px;
}
div.SalesTextAlt
{
        display: none; 
        /*width: 90%; */
        padding: 5px 8px 5px 8px; 
        border-left: solid 1px #4C4C4C; 
        border-right: solid 1px #4C4C4C; 
        border-bottom: solid 1px #4C4C4C; 
        margin-top: -2px;
}
