/* 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: #d1d1d1;
    border: 0;
}


/* standard links */
A:link
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: none;
}

A:visited
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: none;
}

A:hover
{
    font-size: 12px;
    color: #595f64;
    font-family: Arial;
    text-decoration: underline;
}

A:active
{
    font-size: 12px;
    color: #b82125;
    font-family: Arial;
    text-decoration: none;
}

/* links in the client menu */
A.Menu:link, A.Menu:visited
{
    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;
}

A.Menu:active
{
    font-size: 12px;
    color: #b82125;
    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
{
    height: 100%;
    color: #595f64;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background: white url("../data/background.gif") repeat-x;
}


/* Defines the style for the login control */
.LoginTable
{
    color: #5a5a5a;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    width: 258px;
}

.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;
}

.ClientMenu A.Menu:hover
{
    font-size: 12px;
    color: #b82125;
    font-family: Arial;
    text-decoration: none;
}

.ClientMenu A.Menu:active
{
    font-size: 12px;
    color: #b82125;
    font-family: Arial;
    text-decoration: none;
}
/* 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/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: 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: 780px;
    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:focus, A.GreyText12BoldLink:visited:focus
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #b82125;
    text-decoration: none;
}

A.GreyText12BoldLink:link
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #595f64;
    text-decoration: none;
}

A.GreyText12BoldLink:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #595f64;
    text-decoration: none;
}

A.GreyText12BoldLink:link:hover, A.GreyText12BoldLink:visited:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #b82125;
    text-decoration: none;
}

#Home A.GreyText12BoldLink:link:active, #Home A.GreyText12BoldLink:visited:active, A.GreyText12BoldLink:link:active, A.GreyText12BoldLink:visited:active
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #b82125;
    text-decoration: none;
}

.GreyText18
{
    font-family: Arial;
    font-size: 18px;
    color: #a0a0a0;
}

.GreyText11
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    line-height: 16px;
}

.GreyText11Bold
{
    font-family: Arial;
    font-size: 11px;
    color: #595f64;
    font-weight: bold;
    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;
}

.GreyText15
{
    font-family: Arial;
    font-size: 15px;
    line-height: 22px;
    color: #929393;
}

.RedText11
{
    font-family: Arial;
    font-size: 11px;
    color: #d7251b;
}

.RedText11Bold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #d7251b;
}

A.RedText11BoldLink, A.RedText11BoldLink:visited, A.RedText11BoldLink:active, A.RedText11BoldLink:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #d7251b;
    text-decoration: underline;    
}

.RedText15
{
    font-family: Arial;
    font-size: 15px;
    line-height: 22px;
    color: #d7251b;
}

.RedText12Bold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    color: #b82125;
}

.RedText15Bold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #b82125;
}

.RedText13
{
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    color: #d7251b;
}

A.RedText13, A.RedText13:hover
{
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    color: #d7251b;
    text-decoration: underline;
}

.GreyText14
{
    font-family: Arial;
    font-size: 14px;
    color: #929393;
    line-height: 20px;
}

.RedText14Bold
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #b82125;
    line-height: 20px;
}

.RedText14
{
    font-family: Arial;
    font-size: 14px;
    color: #b82125;
    line-height: 20px;
}

img
{
    border: 0;
}

.Banner
{
    float: left;
    width: 771px;
    height: 249px;
    background: url('../data/Banner1.gif') no-repeat bottom;
}

.BannerAlt
{
    display: none;
    float: left;
    width: 771px;
    height: 154px;
    margin-top: 15px;
    background: url('../data/BannerAlt.gif') no-repeat bottom;
}

.ContentLeft
{
    background: url('../data/ClientLogin.gif') no-repeat;    
    width: 268px;
}

.ContentRight
{
    float: left;
    height: auto;
    width: 490px;
    min-height: 400px;
}

.Trial
{
    width: 214px;
    margin-top: 115px;
    height: 218px;
    background: url('../data/Trial.gif') no-repeat;
}

.zillabutton
{
	padding-top: 15px;    
    padding-left: 14px;
}



.Testimonials
{
    width: 214px;
    height: 207px;
    background: url('../data/Testimonials.gif') no-repeat;
}

.Footer
{
    margin-top: 20px;
    width: 780px;
    height: 178px;
    overflow: hidden;
    background: #939393 url('../data/Footer.gif') bottom repeat-x;
}

.TopFooter
{
    height: 81px;
}

.InnerFooter
{
    padding-left: 240px;
    padding-top: 10px;
    height: 97px;
    font-family: Arial;
    font-size: 11px;
    color: white;
    text-decoration: none;
    background: #939393 url('../data/InnerFooter.gif') no-repeat bottom;
}

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;
}

.RedArrow
{
    list-style: none;
    padding-left: 12px;
    margin-top: 3px;
    background: url('../data/RedArrow.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;
}

.header
{
    float: left; 
    width: 780px; 
    height: 470px; 
    overflow: hidden;   
}

.ClientLogin
{
    padding-top: 30px; 
    padding-left: 10px;    
}

.Help
{
    background: url('../data/HelpBackground.gif') no-repeat;
    width: 505px;
    height: 74px;
}
