﻿/* Defined styles below */
/* You can alter each and every style as you please. */

/* Body Style */
BODY
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 8pt;
    background: #73a4c7 url("../data/background.gif") repeat-x;
}

/* 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
{
    margin-top: 10px;
    border-top: solid 13px #72aed5;
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background: white url('../data/ContainerBackground.gif') no-repeat;
    border-bottom: solid 20px white;
}


/* Defines the style for the login control */
.LoginTable
{
    background: url('../data/LoginTableBackground.gif') repeat-y;
    color: #5a5a5a;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    width: 210px;
}

.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;
}

/* Defines the style for all the sms control tables */
.InnerTable
{
    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
{
    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: #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: 182px;
}

#Login1_txt_username
{
    width: 182px;
}

#Login1_but_Login
{
    margin-left: 117px;
    width: 65px;
    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;
}


/* 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.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: #b82125;
    text-decoration: none;
}

.GreyText11
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    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;
}

.GreyText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
}

.BlueText20Bold
{
    font-family: Arial;
    font-size: 20px;
    color: #3b6891;
    font-weight: bold;
}

.GreyText14
{
    font-family: Arial;
    font-size: 14px;
    color: #929393;
    line-height: 20px;
}

.BlueText15Bold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3b6891;
    line-height: 20px;
}

.RedText14
{
    font-family: Arial;
    font-size: 14px;
    color: #b82125;
    line-height: 20px;
}

img
{
    border: 0;
}

.ContentLeft
{
    float: left;
    width: 210px;
    margin-left: 8px;
    background: url('../data/LeftBackground.gif') no-repeat;
}

.ContentRight
{
    float: left;
    height: auto;
    min-height: 320px;
    background: url('../data/RightBackground.gif') repeat-y;
    width: 562px;
}

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;
}

