﻿/* Defined styles below */
/* You can alter each and every style as you please. */

/* Body Style */

BODY
{
    width: 100%;
    height: 100%;    
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 8pt;
    background: white url("../data/backgroundalt2.gif") repeat-x top;    

}

form
{
    width: 100%;
    height: 100%;
    background: url("../data/footeralt.gif") repeat-x bottom;    
}

body > form
{
    height: auto !important;
    min-height: 100%;
}

/* 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: #595f64;
    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
{
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
}


/* Defines the style for the login control */
.LoginTable
{
    color: #5a5a5a;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    width: 171px;
    overflow: hidden;
}

.LoginTable td
{
    padding-left: 14px;
}

/* 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;
    background: url('../data/Arrow.gif') no-repeat left center;
}

/* Defines the style for all the sms control tables */
.InnerTable
{
    width: 577px;
    border-right: #204753 1px solid;
    border-top: #204753 1px solid;
    border-left: #204753 1px solid;
    border-bottom: #204753 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: #204753;
}

.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
{
    display: none;
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: bold;
    background-color: #436b7b;
}

/* 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: #466e7e;
}

/* 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: 138px;
}

#Login1_txt_username
{
    width: 138px;
}

#Login1_but_Login
{
    margin-left: 66px;
    width: 78px;
    margin-top: 10px;
    height: 30px;
    background: url('../data/LoginButton.gif') repeat-x bottom;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-family: 'Arial Narrow', Arial;
    font-size: 15px;
    color: #9acce0;
}

#but_send
{
    width: 65px;
    margin-top: 10px;
    height: 23px;
    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_create
{
    width: 120px;
    margin-top: 10px;
    height: 23px;
    background: url('../data/CreateAccountButton.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 */
.MenuBackground
{
    float: left;
    margin-left: 8px;
    background: url('../data/MenuBackground.gif') no-repeat;
    padding-top: 7px;
    width: 575px;
    height: 45px;
}

A.WhiteText11Link:link, A.WhiteText11Link:visited, A.WhiteText11Link:active
{
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: normal;
    text-decoration: none;
}

A.WhiteText11Link:hover
{
    font-family: Arial;
    font-size: 11px;
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

A.WhiteText12BoldLink:link, A.WhiteText12BoldLink:visited, A.WhiteText12BoldLink:active
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

A.WhiteText12BoldLink:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.GreyText11
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    line-height: 17px;
}

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;
}

.hr
{
    height: 1px;
    width: 507px;
    color: #d0cfcf;
}

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;
}

.GreyText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
}

.RedText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #b82125;
    font-weight: bold;
}

.GreyText14
{
    font-family: Arial;
    font-size: 14px;
    color: #929393;
    line-height: 20px;
}

A.OrangeText11BoldLink
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #f48025;
    line-height: 16px;
    text-decoration: none;
}

A.OrangeText11BoldLink:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #f48025;
    line-height: 16px;
    text-decoration: underline;
}

.OrangeText11Bold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #f48025;
    line-height: 16px;
}

.OrangeText13
{
    font-family: Arial;
    font-size: 13px;
    color: #f48025;
    line-height: 20px;
}

.OrangeText15
{
    font-family: Arial;
    font-size: 15px;
    color: #f48025;
    line-height: 20px;
}

.OrangeText20Bold
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #f48025;
}

.BlueText20Bold
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;    
    color: #598293;
}

.BlueText16Bold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;    
    color: #598293;
}

.BlueText13
{
    font-family: Arial;
    font-size: 13px;
    color: #598293;
    line-height: 21px;
}

A.BlueText13BoldLink
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #598293;
    line-height: 20px;
    text-decoration: none;
}

A.BlueText13BoldLink:hover
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #598293;
    line-height: 20px;
    text-decoration: underline;
}

img
{
    border: 0;
}

.Banner
{
    float: left;
    width: 536px;
    height: 50px;
    background: url('../data/Banner.gif') no-repeat bottom;
}

.BannerAlt
{
    float: left;
    width: 536px;
    height: 118px;
    background: url('../data/BannerAlt.gif') no-repeat bottom;
}

.ContentLeft
{
    float: left;
    width: 197px;
    height: 216px;
    margin-top: 33px;
    padding-top: 63px;
    margin-left: 5px;
    background: url('../data/LoginTableBackground.gif') no-repeat;    
}

.ContentRight
{
    float: left;
    width: 578px;
    height: auto;
    min-height: 400px;
}

.Trial
{
    width: 214px;
    height: 291px;
    background: url('../data/Trial.gif') no-repeat;
}

.Footer
{
    text-align: left;
    height: 81px;
    width: 100%;
    background: url( '../data/footer.gif' ) repeat-x bottom;
}

.TopFooter
{
    height: 81px;
}

.InnerFooter
{
    height: 109px;
    font-family: Arial;
    font-size: 11px;
    color: white;
    text-decoration: none;
    background: url('../data/InnerFooter.gif') repeat-x;
}

.InnerFooterRight
{
    float: left;
    margin-top: 11px;
    padding-left: 250px;
}


.ul
{
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-top: 8px;
}

.li
{
    list-style: none;
    padding-left: 12px;
    margin-top: 3px;
    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;
}

.MenuItems
{
    float: left;
    width: 780px;
    padding-left: 66px;
    height: 39px;
    overflow: hidden;
}

.MenuOver
{
    display: block;
    float: left;
    width: 103px;
    padding-right: 3px;
    height: 39px;
    text-align: center;
    background: url( '../data/MenuOver.gif' ) no-repeat;
}

a.MenuItemOver
{
    display: block;
    float: left;
    width: 103px;
    padding-right: 3px;
    height: 39px;
    padding-top: 10px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

.BlackText16
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
}

.BlueText15
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #366372;
    line-height: 22px;
}

.GreyText11
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #676868;
    line-height: 17px;
}

.ul
{
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    list-style-type: none;
}

.liBullet
{
    background: url( '../data/Bullet.gif' ) no-repeat;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 22px;
    list-style: none;
}

#Welcome
{
    display: inline;
}

#WelcomeAlt
{
    display: none;
}
