﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;    
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 8pt;
    background: #cfcaca url("../data/background.gif") repeat-x top;    

}

img
{
    border: 0;
    padding:0;
    margin: 0;
}

form
{
    width: 100%;
    height: 100%;
}

body > form
{
    height: auto !important;
    min-height: 100%;
}

.Banner
{
    float: left;
    width: 780px;
    height: 231px;
    background: url( '../data/Banner.gif' ) no-repeat top left;
}

.InnerBanner
{
    padding-left: 35px; 
    padding-top: 134px;    
}

.MenuBackground
{
    float: left;
    background: url( '../data/MenuBackground.gif' ) no-repeat;
    width: 780px;
    height: 40px;
    overflow: hidden;
}

/* standard links */
A:link, A:visited, A:active
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: none;
}
A:hover
{
    font-size: 12px;
    color: #3b6891;
    font-family: Arial;
    text-decoration: underline;
}

/* links in the client menu */
A.Menu:link, A.Menu:visited, A.Menu:active
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: none;
}
A.Menu:hover
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: none;
}

/* Defines the style for standard text */
.Text
{
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

/* Defines the style for outer table that encompases the entires site */
.OuterTable
{
    background: white;
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
    border-bottom: solid 20px #cfcaca;
}


/* Defines the style for the login control */
.LoginTable
{
    color: White;
    font-family: Arial;
    font-size: 11px;
    width: 214px;
}

.LoginTable td
{
    padding-left: 28px;
}

/* Defines the style for td cell in the menu table once the client has logged in */
.ClientMenu
{
    height: 20px;
    padding-top: 2px;
    padding-left: 20px;
    padding-bottom: 2px;
}

/* Defines the style for all the sms control tables */
.InnerTable
{
    width: 549px;
    border-right: #898989 1px solid;
    border-top: #898989 1px solid;
    border-left: #898989 1px solid;
    border-bottom: #898989 1px solid;
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: white;
}

.InnerTableHeaderRow
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
    height: 24px;
    padding-bottom: 10px;
    background-color: #898989;
}

.InnerTableAltRow
{
    background-color: #efefef;
    font-family: Verdana, Arial;
    color: #595f64;
}

.InnerTable td
{
    padding-left: 4px;
}

/* Defines the style for the Contact us table */
.ContactUsTable
{
    color: #595f64;
    font-family: Arial;
    font-size: 11px;
    background-color: white;
}

.ContactUsTableHeaderRow
{
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-color: #436b7b;
    display: none;
}

/* Defines the style for the sign up table */
.SignUpTable
{
    color: #595f64;
    font-family: Arial;
    font-size: 11px;
    background-color: white;
}

.SignUpTableHeaderRow
{
    display: none;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-color: #436b7b;
}

/* Defines the style for displaying credits */
.Credits
{
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
    font-family: Arial;
    color: #9d0101;
}

/* Defines the style for errors or alerts that occur */
.ErrorContents
{
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
    font-family: Arial;
    color: #9d0101;
}

/* Defines the style for the buttons */
.Buttons
{
    margin-top: 10px;
    height: 23px;
    background: url( '../data/Button.gif' ) repeat-x bottom;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

#Login1_txt_password
{
    width: 161px;
}

#Login1_txt_username
{
    width: 161px;
}

#Login1_but_Login
{
    margin-left: 102px;
    width: 59px;
    margin-top: 10px;
    height: 21px;
    background: url( '../data/LoginButton.gif' ) repeat-x bottom;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

#but_send
{
    width: 52px;
    margin-top: 11px;
    height: 21px;
    background: url( '../data/SubmitAlt.gif' ) no-repeat bottom;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

#but_create
{
    width: 120px;
    margin-top: 10px;
    height: 21px;
    background: url( '../data/Submit.gif' ) repeat-x bottom;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

/* Defines the style for the textboxes, selects */
.TextBoxes
{
    font-size: 11px;
    color: #5a5a5a;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}


/* Defines the style for the tooltips */
#tooltip
{
    display: none;
    position: absolute;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #003C7A;
    padding: 3px;
    z-index: 1;
}







/* ----------------------------------------------------------------------------- */
/* User defined styles below */
A.Topmenu:link, A.Topmenu:visited, A.Topmenu:active
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
A.Topmenu:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: underline;
}

A.Bottommenu:link, A.Bottommenu:visited, A.Bottommenu:active
{
    font-weight: normal;
    font-size: 8pt;
    color: #A3A3A3;
    font-family: Verdana;
    text-decoration: none;
}
A.Bottommenu:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: #858585;
    font-family: Verdana;
    text-decoration: none;
}

.WhiteText
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: white;
}
.RightTable
{
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background: white url( '../data/TableFadeTop.gif' ) left top repeat-x;
}

.HeaderTable
{
    border-right: #589C33 1px solid;
    border-top: #589C33 1px solid;
    border-left: #589C33 1px solid;
    border-bottom: #589C33 1px solid;
    color: #595f64;
    background-color: #EEF2F6;
    font-family: Verdana, Arial;
    font-size: 8pt;
}
.HeaderTableHeaderRow
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    background-color: #589C33;
}

.OuterLoginTable
{
    border-right: #003C7A 1px solid;
    border-top: #003C7A 1px solid;
    border-left: #003C7A 1px solid;
    border-bottom: #003C7A 1px solid;
    color: #595f64;
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 8pt;
}
.OuterLoginTableHeaderRow
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    background-color: #003C7A;
}

/* Custom Classes */

A.GreyText11Link:link, A.GreyText11Link:visited, A.GreyText11Link:active
{
    font-family: Arial;
    font-size: 11px;
    color: #757575;
    font-weight: normal;
    text-decoration: none;
}

A.GreyText11Link:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #757575;
    font-weight: normal;
    text-decoration: underline;
}

A.GreyText11LinkBold:link, A.GreyText11LinkBold:visited, A.GreyText11LinkBold:active
{
    font-family: Arial;
    font-size: 11px;
    color: #757575;
    font-weight: bold;
    text-decoration: none;
}

A.GreyText11LinkBold:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #757575;
    font-weight: bold;
    text-decoration: underline;
}

A.BlueText11LinkBold:link, A.BlueText11LinkBold:visited, A.BlueText11LinkBold:active
{
    font-family: Arial;
    font-size: 11px;
    color: #25729e;
    font-weight: bold;
    text-decoration: none;
}

A.BlueText11LinkBold:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #25729e;
    font-weight: bold;
    text-decoration: underline;
}

.LightBlueText14
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #3197fe;
}

A.BlueText11Link:link, A.BlueText11Link:visited, A.BlueText11Link:active
{
    font-family: Arial;
    font-size: 11px;
    color: #19628d;
    font-weight: bold;
    text-decoration: none;
}

A.BlueText11Link:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #19628d;
    font-weight: bold;
    text-decoration: underline;
}

A.GreyText12BoldLink:link, A.GreyText12BoldLink:visited, A.GreyText12BoldLink:active
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #595f64;
    text-decoration: none;
}

A.GreyText12BoldLink:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #3b6891;
    text-decoration: none;
}

.GreyText18
{
    font-family: Arial;
    font-size: 18px;
    color: #757575;
    font-weight: normal;
    text-decoration: none;
}
    
.GreyText11
{
    font-family: Arial;
    font-size: 11px;
    color: #646363;
    line-height: 16px;
}

A.GreyText11BoldLink:link, A.GreyText11BoldLink:visited, A.GreyText11BoldLink:active
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #595f64;
    text-decoration: underline;
}

A.GreyText11BoldLink:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #595f64;
    text-decoration: underline;
}


A.GreyText11Link:link, A.GreyText11Link:visited, A.GreyText11Link:active
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    text-decoration: none;
}

A.GreyText11Link:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    text-decoration: underline;
}

.BlueText12
{
    font-family: Arial;
    font-size: 12px;
    color: #156897;
}

.BlueText16
{
    font-family: Arial;
    font-size: 16px;
    color: #156897;
    line-height: 22px;
}

.BlueText18
{
    font-family: Arial;
    font-size: 18px;
    color: #156897;
}

.BlueText24
{
    font-family: Arial;
    font-size: 24px;
    color: #156897;
}

.GreyText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
}

.RedText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #3b6891;
    font-weight: bold;
}

.GreyText14
{
    font-family: Arial;
    font-size: 14px;
    color: #929393;
    line-height: 20px;
}

.RedText14Bold
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #3b6891;
    line-height: 20px;
}

.BlueText13
{
    font-family: Arial;
    font-size: 13px;
    color: #19628d;
    line-height: 20px;
}

.BannerAlt
{
    float: left;
    width: 520px;
    height: 122px;
    background: url( '../data/BannerAlt.gif' ) no-repeat bottom;
}

.ContentLeft
{
    float: left;
    width: 221px;
    background: url( '../data/ClientLogin.gif' ) no-repeat;
}

.InnerContentLeft
{
    padding-top: 57px;    
}

.ContentRight
{
    float: left;
    height: auto;
    min-height: 400px;
}

.Software
{
    margin-top: 22px;
    width: 220px;
    height: 165px;
    background: url( '../data/MessageCompanion.gif' ) no-repeat;
}

.Footer
{
    height: 38px;
    width: 780px;
    background: url( '../data/Footer.gif' ) bottom no-repeat;
}

.TopFooter
{
    height: 38px;
    overflow: hidden;
}

.InnerFooter
{
    margin-left: 240px;
    padding-top: 8px;
    height: 30px;
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    text-decoration: none;
}


ul
{
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-top: 8px;
}

li
{
    list-style: none;
    padding-left: 12px;
    margin-top: 6px;
    background: url( '../data/GreyArrow.gif' ) no-repeat;
}

.WhiteArrow
{
    list-style: none;
    padding-left: 12px;
    margin-top: 3px;
    background: url( '../data/WhiteArrow.gif' ) no-repeat;
}

.PurchaseTable
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #595f64;
    line-height: 16px;
}

.PriceTable
{
    border-right: #a8a8a8 1px solid;
    border-left: #a8a8a8 1px solid;
    color: #595f64;
    font-family: Arial;
    font-size: 11px;
    background-color: white;
}

.PriceTableHeaderRow
{
    font-family: Arial;
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: #a8a8a8;
    height: 20px;
}

.PriceTable td
{
    padding-left: 11px;
    height: 20px;
    border-bottom: #a8a8a8 1px solid;
}

#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}
#popupContact
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 184px;
    width: 408px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#popupContact h1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
#popupContactClose
{
    cursor: pointer;
    text-decoration: underline;
}

#popupDisagree
{
    cursor: pointer;
    text-decoration: underline;    
}