﻿body 
{
    margin: 0px;
    padding: 0px; 
    background: url("Images/bg_stripe.jpg") repeat-x;
    font-family: "Segoe UI" Arial;
    font-size: .8em;
    color: #444;
}

h1
{
    font-size: 1.6em;
    margin-top: 0px;
    margin-left: 0px;
    color: #333;
    font-weight: 600;
}

h2
{
    font-size: 1.4em;
    color: #333;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    color: #333;
    font-weight: 600;       
}

strong
{
    font-weight: 600;
}

hr
{
    border: solid 1px #DDD;
}

a
{
    text-decoration: none;
    color: #900;
}

p
{
    line-height: 1.5em;
}

img
{
    vertical-align: text-bottom;
    border: none;
}

th
{
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}


/* Masterpage */
#wrapper
{
    width: 890px;
    margin: auto;
    display: table;
    min-height: 430px;
}

html>/**/body #wrapper
{
    height: 430px;
}

*html #wrapper
{
    height: 430px;
}

#header
{
    height: 152px;
}

#topLinks
{
    float: right;
    text-align: right;
    margin-top: 6px;
    height: 40px;
    width: 690px;
}

#topSubLinks
{
    margin-top: 3px;
}

#logo
{
  width: 197px;
  float: left;
}

#menuDiv
{
    float: left; 
    position: relative;
    left: -12px;
}

html>/**/body #menuDiv
{
    margin-top: 22px;
}

#footerWrapper
{
    background: url("Images/footer_bg.gif") repeat-x;
    margin-top: 30px;
    padding-top: 5px;
}

#footerContent
{
    width: 890px;
    margin: auto;
    font-size: .9em;
    line-height: 1.8em;  
}

#footerLinks
{
    float: right;
    text-align: right;
    margin-top: -15px;    
}

html>/**/body #footerLinks
{
    margin-top: 0px;
}

#copyright
{
    float: left;
}

/* Classes */

 .MenuItem
 {
    text-align: center;
    width: 100px;
    padding: 5px 0px 5px 11px;
    color: White;
    font-size: 1.2em;
    display: inline-block;
 }
 
 .MenuItem a
 {
     background: none;
     padding: none;
 }

 .MenuItem img
 {
     visibility: hidden;
 }
  
.SubMenu
 {
     border: solid 1px #1C1C1C;
     background: #1C1C1C url("Images/menuArrow.jpg") no-repeat center top !important;
     border-top: none;
     margin-top: -7px;
     padding-top: 7px;
 }
 
.SubMenu a
{
    width: 140px;
    display: block;
    padding: 3px;
    text-align: center;
    background-color: White;
    
}

.SubMenu a:hover
{
    background: #1C1C1C;
    color: White;
}

.FooterMenu img
{
    visibility: hidden;    
}

.FooterMenu a
{
    padding-left:10px;
}

.Button, .SignInButton, .ManageAccountButton
{
    margin-top: 5px;
    padding: 2px;
    padding-top: 0px;
    cursor: pointer;
    background: url("Images/bg_button.jpg") repeat-x;
    color: White;
    font-family: "Segoe UI" Arial;    
}

.LeftPanel
{
    width: 580px;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

.RightPanel
{
    float: right;
    width: 260px;
}

.SignInButton
{
    margin-left: 183px;
}

.RssFeedLink
{
    background: url("Images/feed-icon16x16.png") no-repeat left;
    padding-left: 20px;
}


/* Controls */

.AccountMenuItem, .AdminMenuItem
{
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;    
}

.AccountMenuItem a:hover, .AdminMenuItem a:hover
{
    background-color: #3C3C3C;
    color: White;
}

.AccountMenuItemSelected, .AdminMenuItemSelected
{
    background: url("Images/bg_gradient.jpg") repeat-x;
    color: White;
}

#SignInControlDiv
{
    padding: 5px;
}

#SignInControlDiv h2
{
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Default.aspx */
#SilverlightBannerDiv
{
    width: 575px;    
    height: 185px;
}

#GetStartedDiv h2, #LatestNewsDiv h2
{
    margin-top: 5px;
    margin-bottom: 10px;
} 

#GetStartedDiv div
{
    padding: 3px;
    padding-left: 20px;
    background: url("Images/GetStartedArrow.gif") no-repeat left top;
    margin-bottom: 10px;    
    vertical-align: text-top;
}
#SignInDiv
{
    border-bottom: solid 1px #F0F0F0;
    padding: 0px 0px 10px 0px;
}

#SignInDiv span
{
    display: block;
    margin-bottom: 5px;
}

#LatestNewsDiv div
{
    margin-bottom: 8px;
}

/* ManageAccount.aspx*/
#ManageAccountSettingsDiv
{
    margin-left: 20px;
}

.ManageAccountButton
{
    margin-left: 270px;
}

/* Admin and Account Headers */

.GridHeader
{
    text-align: center;
    color: White;
    font-size: .9em;
}

/* ViewContent.aspx */

.ViewContentRightPanel
{
    min-height: 420px;
}