﻿html, body, form
{
    height: 100%;
}
div#formWrapper
{
    width: 755px;
    height: 100%;
    margin: 0 auto;
    background: url(../Images/Base/PageBackground.gif) repeat-y -15px 0px;
}
form
{
    width: 100%;
    height: 100%;
}
body
{
    padding: 0px;
}

p, table
{
    font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}
p
{
    margin: 13px 0 13px 0;
}
h1, h2, h3
{
    font-family: Arial, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    text-align: left;
}
h1
{
    font-size: 175%;
    letter-spacing: -0.05em;
    color: #003366;
    text-align: left;
    padding-bottom: 0;
    margin: 0.5em 0 0.5em 0;
}
h2
{
    font-size: 125%;
    color: #4482BA;
    padding-top: 0px;
    margin: 0.5em 0 0.5em 0;
}
h3
{
    font-size: 115%;
    color: #003366;
    margin: 0.5em 0 0.5em 0;
}
a:link
{
    color: #003366;
    text-decoration: underline;
}
a:visited
{
    color: #527DA5;
}
a:hover
{
    color: #527DA5;
    text-decoration: underline;
}
a:active
{
}
ul, ol
{
    margin: 1em 0 1em 45px;
}
ol li
{
    list-style-type: decimal;
}
ul li
{
    list-style-type: disc;
}
/*ol
{
    margin: 1em 0 1em 44px;
}

ul ul, ol ul, ul ol, ol ol
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ul li, ol li
{
    margin-bottom: 0.65em;
}
ul li
{
    list-style-type: circle;
    padding-left: 24px;
}
*/


#baseHeader
{
    width: 755px;
    height: 75px;
    background: #ffffff;
    padding-top: 1px;
}
#baseHeader #healthStatsLogo
{
    height: 75px;
    width: 471px;
    float: left;
}
#baseHeader #smdhuLogo
{
    height: 75px;
    width: 244px;
    float: right;
    background: #b2cfdf;
    text-align: right;
    padding-right: 40px;
}
#baseMenu
{
    width: 745px;
    height: 26px;
    padding-left: 10px;
    background: #2c608f url(../Images/Base/MenuCorner.gif) no-repeat 0 0;
}

#baseBody
{
}

#baseLeft, #baseRight
{
    vertical-align: top;
}
#baseLeft
{
    width: 185px;
    background: #B1CEDE;
}
#baseLeft .content
{
    padding: 15px 5px;
    text-align: center;
}
#baseLeft .content h2
{
    color: #2C608F;
    margin-left: 5px;
}
#baseRight
{
    width: 540px;
    padding: 15px;
}

/***************** Breadcrumb ******************/

.breadCrumbContainer
{
    display: block;
    background-color: #f7f7f7;
    width: 100%;
    padding: 5px;
    font-family: Tahoma, Arial,Verdana;
    font-size: 11px;
    border: 1px dashed #e5e5e5;
    margin-bottom: 10px;
}

.RadPanelBar
{
    width: 100% !important;
}
.RadPanelBar .rpText
{
    font-size: 10px;
    font-family: Arial;
}

