﻿body
{
    background: url(   'images/background.png' ) repeat-x #549DF7;
}


.leftEmptyPointer
{
    background-color: #F0F1F2;
    height: 19px;
    padding: 0 0 0 4px;
}
.leftPointer
{
    background-image: url(   'images/leftPointer.png' );
    background-repeat: no-repeat;
    background-color: #F0F1F2;
    height: 19px;
    padding: 0 0 0 4px;
}
.rightEmptyPointer
{
    background-color: #F0F1F2;
    height: 19px;
    width: 10px;
    padding: 0 11px 0 0;
}
.rightPointer
{
    width: 10px;
    background-image: url(    'images/rightPointer.png' );
    background-repeat: no-repeat;
    background-color: #F0F1F2;
    height: 19px;
    padding: 0 11px 0 0;
}

.middleEmptyPointer
{
    background-color: #F0F1F2;
    white-space: nowrap;
    color: Gray;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0px;
    font-size: 11px;
    height: 19px;
    font-family: Verdana;
}
.middlePointer
{
    white-space: nowrap;
    color: #FFFFFF;
    background-image: url(   'images/middlePointer.png' );
    background-repeat: repeat-x;
    background-color: #F0F1F2;
    height: 19px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0px;
    font-size: 11px;
    font-family: Verdana;
}
.middlePointer a
{
    color:#FFFFFF;
}

.middleTab
{
    background-color: #FFFFFF;
    background-image: url('images/middleTab.png' );
    background-repeat: repeat-x;
}

.leftTab
{
    width: 5px;
    background: url('images/leftTab.png' ) no-repeat;
}
.rightTab
{
    width: 5px;
    background: url(   'images/rightTab.png' ) no-repeat;
}
.emptyOuterTab
{
    width: 5px;
}
.seperator
{
    width: 1px;
    padding: 0 0 0 0;
    background: url(  'images/seperators.png' ) no-repeat;
    background-position: 0px 6px;
}
.tabText
{
    color: #D65300;
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0px;
}
.navText
{
    color: #555555;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
}

.tblNavVisible
{
    background-color: #F0F1F2;
    border-collapse: collapse;
    display: block;
    color: Gray;
    position: absolute;
    top: 44px;
    z-index: 2;
    height: 18px;
    text-align: center;
    margin: 0 auto;
}
.tblNavInvisible
{
    border-collapse: collapse;
    display: none;
    position: absolute;
    top: 44px;
    z-index: 2;
    height: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.divEditor
{
    height: 464px;
    width: 720px;
    margin-left: 0px;
    margin-top: 86px;
    position: relative;
    top: -45px;
    left: 0px;
}

.popupButton
{
    margin: 8px 8px 8px 40px;
}
a.serveNav:hover
{
    background-color: #E6E6E6;
}
a.resourcesNav:hover
{
    background-color: #E6E6E6;
}
.downloads
{
    display:block;
    background: url(images/arrow.png) no-repeat;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 11px;
        margin: 0 0 0 0;
   
        padding-bottom:4px;
    font-family: Verdana;
    
}

.interiorDownloads
{
    background: url(images/arrow.png) no-repeat;
    margin: 8px 0 0 0;
    display:block;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 11px;
    font-family: Verdana;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.marquee
{
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #888888;
    text-align:left;
    padding-top: 3px;
    width: 661px;
    height: 20px;
}
