﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */
.TopBanner
{
    PADDING: 0px 0 0 0; 
    FONT-SIZE: 7pt; 
    Z-INDEX: 1000; 
    BACKGROUND-IMAGE: url(../../nImages/header.jpg); 
    MARGIN: 1px 0 0 0px; 
    VERTICAL-ALIGN: bottom; 
    WIDTH: 950px; 
    COLOR: white;
    left:26px; 
    FONT-FAMILY: tahoma; 
    position:relative;
    HEIGHT: 115px; 
    TEXT-ALIGN: left;
}

.KeyPressed
{
    font-weight: bold;
    background: transparent url( "../../Products/images/ftab-menu1.png" );
    font-size: 8pt;
    color: #330000;
    font-family: tahoma;
}
.KeyNormal
{
    font-size: 8pt;
    color: #330000;
    font-family: tahoma;
    font-weight:normal;
    background:transparent url("../../Products/images/ftab-menu0.png")
}
.KeyContainer
{
    left: 0px; 
    position: relative; 
    top: 0px; 
    height: 29px; 
    table-layout: fixed; 
    border-top-style: none; 
    border-right-style: none; 
    border-collapse: collapse; 
    border-bottom-style: none; 
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    border-left-width: 1px; 
    border-left-color: #4d494f;
    float:right;
}
.BlackContainer
{
    position:relative;
    top:0px;
    background-color: #dee3f1; 
    font-size: 8pt; 
    color: #585a57; 
    font-family: Arial; 
    height: 30px; 
    vertical-align: top; 
    table-layout: fixed; 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
    border-collapse: collapse; 
    background-position: right bottom; 
    background-image: url(../../Images/Tab_Bar.jpg); 
    background-repeat: repeat-y; 
    border-color:#d7dce0;
    border-top:solid 1px;
}
.ProductDescription
{
    background:white;
    width:746px;
    padding:0 0 0 0;
    margin:0 0 0 0;
    float:right;
}
.NewsHistory
{
    width: 746px; 
    margin-top: 0px; 
    margin-left: 0px; 
    border-left-width: 1px; 
    border-left-color: #9898cd; 
    border-top-style: none; 
    border-right-width: 1px; 
    border-right-color: #9898cd; 
    border-bottom-style: none;
    text-align:right;
    float:right;
}
.NewsItem
{
    width: auto; 
    background-color: transparent; 
    margin-right: 15px; 
    margin-left: 15px;
    float:right;
    display:inline-table;
}
.ManualContainer
{
    width: 736px; 
    padding:0 0 0 10px;
    text-align:right;
    float:right;
}
.SupportFeatureLabel
{
    color: #6699ff;
    position: relative;
    top: 60px;
}
.SupportFeatureLabelD
{
    color: gray; 
    position: relative;
    top: 60px;
}
.SupportSelect
{
    margin-right: 5px; 
    width: 184px; 
    height: 61px;
    direction:rtl;
    float:right;
    text-align:right;
}
.SupportWinTitle
{
    border-right: gainsboro 1px solid; 
    border-top: gainsboro 1px solid;
    background-image: url(../../nimages/News/Win.jpg); 
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid; 
    background-repeat: repeat-x; 
    height: 23px;
    text-align: left; 
    background-position: center bottom; 
    background-attachment: scroll;
    direction:rtl;
    float:right;
    text-align:right;
}
.SupportWinBody
{
    BORDER-RIGHT: gainsboro 1px solid; 
    BORDER-TOP: gainsboro 1px solid; 
    MARGIN-BOTTOM: 7px; 
    BORDER-LEFT: gainsboro 1px solid; 
    WIDTH: 100px; 
    BORDER-BOTTOM: gainsboro 1px solid; 
    HEIGHT: auto;
    text-align:right;
    float:right;
    direction:rtl;
}
.LangAlign
{
    text-align: right;
    direction:rtl;
}
.Lang
{
    direction:rtl;
    text-align:right;
}
.SupportSelectTitle
{
    font-family:tahoma;
    font-size:8pt;
    font-weight:bold;
    color:Black;
}
.SupportSelectLabel
{
    font-family:Tahoma;
    font-size:7pt;
    font-weight:bold;
    color:Black;
}
.MLang
{
    direction:rtl;
    text-align:left;
}

.show
{
    visibility: visible;
    top: 4px;
    right: 47px;
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
    font-family: Tahoma;
    font-size: 8pt;
}
.hidden
{
    visibility:hidden;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}
