﻿
.signInPageBackground {
    background-image: url(../images/web_advert_01.gif); 
    background-repeat: no-repeat;
    background-position: center center; 

    background-color: #E6E6E6;
    text-align: center; 

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.masterPageBackground {
    background-image: url(./images/page_bgnd.gif); 
    background-repeat: no-repeat;
    background-position: center center; 

    text-align: center; 

    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
}

.clientContentArea {
    font-family:Verdana,'Trebuchet MS';
    font-size:small;
    margin: 0 auto;
    text-align: center; 
    background-color: #E6E6E6;
}

.headerContentArea {
    font-family:Verdana,'Trebuchet MS';
    font-size:small;
    margin: 0 auto;
    text-align: center; 
    background-color: #FFFFFF;
}

.footerContentArea {
    font-family:Verdana,'Trebuchet MS';
    font-size:small;
    color: #C0C0C0;
    margin: 0 auto;
    text-align: center; 
}

.footerHyperLinks{
    color: #C0C0C0; 
    text-decoration:none; 
}

.defaultPageContentTable {
    width: 850px;
    font-family:Verdana,'Trebuchet MS';
    font-size:small;
    margin: 0 auto;
}

.contentSubTitle {
    font-family:Verdana,'Trebuchet MS';
    font-size: small;
    font-weight: bold;
    font-style: italic;
}

.thickBorderTable {
    width: 260px;
    border-color: #808080;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFF;
}
.thinBorderTable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: gainsboro;
}

.menuMainCaption {
    font-family:'Trebuchet MS', Verdana;
    font-size:16px;
    font-weight:bold;
    width:100%;
    text-align:left;
}

.menuItemDescriptions {
    font-family:'Trebuchet MS', Verdana;
    font-size:12px;
    font-weight:normal;
    width:100%;
    height:72px;
    text-align:left;
    vertical-align:top;
    color: GrayText;
}