﻿body {
    font-family: Verdana, Arial, Sans-Serif;
    line-height:1.4;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    color:#444;
    background: #ececec url(../images/solo/customers/bg_default_page.gif) repeat-x 0 0;
}
a {color: #2477C5;}
a:hover {color: #325A7F;}
h1, h2, h3, h4, h5 {font-weight:bold;margin-bottom:15px;}
h1 {font-size:13pt;}
h2{font-size:10pt;}
h3{}
h4{}
h5{}
p {margin-bottom:15px;}

/* ----- MAIN LAYOUT CONTAINERS ------ */
#solo-cs-container {
    width:738px;
    border:1px solid #888888;
    margin:10px auto;
}
#solo-cs-content-wrapper {
    background: url('../images/solo/customers/bg_default_content.gif');
    width:698px; /* 738 minus padding */
    padding:15px 20px;
}
#solo-cs-main-content {
    width:698px;
    padding:0 0 40px 0;
    overflow:auto;
}

/* -------- HEADER AREA -------- */
#solo-cs-header {}
#solo-cs-banner {
    background: url('../images/solo/customers/bg_default_banner.jpg') no-repeat 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    height:78px;
}
    h1#solo-cs-banner  {		
        margin:0;
        border:none;
        font-size:16pt;
        font-weight:normal;
        line-height:78px; /* height of banner */
    }

#solo-cs-navbar {
    background: #cecece url('../images/solo/customers/BC_BG.gif') repeat-x 0 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #c0c0c0;
}

/* -------- COMMON CLASSES SITE WIDE -------- */
.panel h2 {
    background: #cecece url( '../images/solo/customers/bg_h3.png') repeat-x 0 0;
    border: 1px solid #bbb;
}