﻿body
{
    color: White;
}

a
{
    color: #FD0;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    border-bottom: solid 1px #FD0;
}

#moon
{ 
    position: absolute;
    top: 70px;
    right: -20px; 
}
#logo 
{
    height: 55px;
}
#logo a
{
    float: left;
    margin-right: 10px;
}
#logo p
{
    position: relative;
    top: 10px;
    float: left;
    color: #FFF;
}
#contentWrapper
{
    width: 880px;
    position: relative;
    top: 20px;
}
#innerContentWrapper
{
    width: 837px; /*877px orig, accounts for padding*/
    height: 335px; /*421px orig, accounts for padding*/
    background: url("Images/FrontEnd/frontPanel.png") no-repeat;
    padding: 70px 20px 20px 20px;
    margin: auto;
    z-index: 10;
}
/*Buttons*/
.LoginButtonStyle
{
    background: url("Images/Sprites/sprites_buttonImages.png") no-repeat;
    background-position: 0px 0px;
    width: 190px;
    height: 28px;
    display: block;
    margin-bottom: 0px;}
.LoginButtonStyle div
{
    position: relative;
    top: 3px;
    left: 10px;
    color: #FFF;
    font-size: 1.25em;   
    font-family: "Georgia", Times New Roman, Tahoma;
    font-weight: normal;
}
.LoginButtonStyle:hover
{
        background-position: 0px -50px;
        border-bottom: none;
}
.ArrowRightLink
{
    text-align: left;
    font-weight: bold;
    background: url("Images/Arrow_rightLink.png") no-repeat right;
    padding-right: 15px;
}

/*DEFAULT.ASPX*/
.Modalbox h1
{
    font-size: 1.5em;
    margin: 0px;
}
.Modalbox h2
{
    color: #CCC;
    font-size: 1em;
    padding: 0px;
    font-weight: normal;
    text-transform: none;
}
.Modalbox h3
{
    font-size: 1.1em;
    margin: 0px 0px 3px 0px;
    font-family:  "Segoe UI", Arial, Tahoma, Geneva,sans-serif;     
}

.Modalbox
{
    float: left;
    width: 245px;
    padding: 15px;
    font-size: .9em;
}
.ModalboxDivider
{
    background: url("Images/Sprites/sprites_deco.png") no-repeat center;
    background-position: -25px -350px;
    height: 5px;
    width: 240px;    
    display: block;
    clear: both;
    margin: auto;
        margin-top: 10px;
    margin-bottom: 10px;
}
.DefaultPageLoginPanel
{
    padding: 0px;
}
.DefaultPageLoginPanel span
{
    position: relative;
    left: 10px;
    font-size: 0.9em;
    display: block;
}
.ModalboxHeader
{
    float: left;    
    margin-bottom: 15px;
}
.ModalboxHeader h2
{
    font-family:  "Segoe UI", Arial, Tahoma, Geneva,sans-serif;     
}
.Start, .See, .Succeed
{  
    float: left;
    width: 35px;
    height: 30px;
    background: url("Images/Sprites/sprites_deco.png") no-repeat;
}
.Start{    background-position: -300px -150px;
    position: relative;
    top: 5px;}
.See{    background-position: -300px -100px;
    position: relative;
    top: 10px;}
.Succeed{    background-position: -300px -50px;
    position: relative;
    top: 10px;}
.SharePanel
{
}
.SharePanel ul
{
    position: relative;
    top: 5px;
}
.SharePanel ul li
{
    display: inline;
}
.SharePanel ul li a:hover
{
    border-bottom: none;
}
.FacebookIcon, .TwitterIcon, .LinkedInIcon
{
    display: inline;
    cursor: pointer;
    background: url("Images/Sprites/sprites_buttonImages.png") no-repeat;  
    width: 25px;
    height: 25px;
    margin-right: 10px;
    float: left;   
}
.FacebookIcon{    background-position: -250px 0px; }
.FacebookIcon:hover{    background-position: -250px -25px; }
.TwitterIcon{    background-position: -275px 0px; }
.TwitterIcon:hover{    background-position: -275px -25px; }
.LinkedInIcon{    background-position: -300px 0px; }
.LinkedInIcon:hover{    background-position: -300px -25px; }

.CompanyFeature
{    
    background: url("Images/FrontEnd/CompanyFeature.png") no-repeat;
    width: 246px;
    height: 92px;
}
.CompanyFeatureContent, .CompanyFeatureLogo
{
    float: left;
}
.CompanyFeatureContent
{
    width: 150px;
    position: relative;
    top: 12px;
    left: 10px;
    font-size: 0.9em;
    line-height: 1.4em;
}
.CompanyFeatureContent span
{
    display: block;
}
.CompanyFeatureLogo
{
    width: 80px;
    text-align: center;
    position: relative;
    top: 10px;
    left: 5px;
}
.CompanyFeatureLogo a:hover
{
    border-bottom: none;
}
/*end contentPanel*/

/*Lower Level*/
.SubscribePanel
{    
    float: left;
    background: url("Images/FrontEnd/subscribePanel.png") no-repeat;
    width: 835px;
    height: 153px;
    padding-left: 45px;
    margin-top: 20px;
}
.SubscribePanelTitle
{
    float: left;
    width: 98px;
    position: relative;
    top: 30px;
}
.SubscribePanelTitle h1
{
    font-size: 1em;
    padding: 8px;
}

.SubLevelFloatContentWrapper
{
    width: 225px;
    float: left;
    padding: 10px;
}
.SubLevelFloatContentHeader
{
}
.SubLevelFloatContent
{
    height: 80px;
    clear: both;
    display: block;
    margin: 10px 0px 5px 0px;
    font-size: .9em;
    line-height: 1.4em;
}

.SubLevelFloatContentHeader h1
{
    float: left;
    font-size: 1.25em;
    margin: 0px;
}
.PriceNote
{
    color: #CCC;
    float: right;
    position: relative;
    top: 3px;
    font-size: .9em;
    font-style: italic;
}
.PlanActionPanel {    float: right;}

.SubscribeButtonWrapper
{
    background: url("Images/Sprites/sprites_buttonImages.png") no-repeat;
    width: 141px;
    height: 25px;
    float: right;
    cursor: pointer;
}
.SubscribeButtonWrapper div
{
    position: relative;
    top: 6px;
    left: 10px;  
}
.SubscribeButtonWrapper a
{
    color: #FFF;
    font-size: .9em;  
}
.SubscribeButtonWrapper a:hover
{
    border-bottom: none;
}
.Express{    background-position: 0px -150px;}
.Express:hover{    background-position: 0px -100px;}
.Professional{    background-position: 0px -150px;} /*0px -200px*/
.Professional:hover{    background-position: 0px -100px;}/*0px -250px*/
.Customized{    background-position: 0px -150px;}/*0px -300px*/
.Customized:hover{    background-position: 0px -100px;}/*0px -350px*/

/*End of Lower Level*/