﻿H1
{
    font-size: x-large;   
}
H2
{
    font-size: larger;   
}
H3
{
    font-size: large;   
}
body
{
    margin: 20px 0px 20px 0px;
    background: #F2F2f2;
}
#mainWrapper
{
    height: 750px;
    width: 950px;
    background: #CBEAFF;
    border: thin solid #979797;
}
#wrapper
{
    min-height: 750px;
    width: 950px;
    background: #FFFFFF;
    border: thin solid #979797;
}
#shadowRight
{
    margin: 0 auto 0 auto;
    width: 956px;
    background: url('../images/rightShadow.png') repeat-y;
    background-position: top right;
}
#shadowBottom
{
    width: 956px;
    height: 756px;
    margin: 0 auto 0 auto;
    background: url('../images/bottomShadow.png') repeat-x;
    background-position: bottom left;
}

#header
{
    height: 93px;
    width: 950px;
    background: url('../images/header.jpg');
    background-color: #FFFFFF;
}
#footer
{
    clear: both;
    text-align: center;
    font-size: 12px;
    background: url(../images/footer.gif) repeat-x;
    height: 35px;
    width: 950px;
}
#menu *
{
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu
{
    height: 66px;
    width: 900px;
    list-style: none;
    background: url('../images/menuBack.png') repeat-x;
    background-color: #FFFFFF;
    padding: 0px 0px 3px 50px;
    margin: 0px 0px 0px 0px;
}

#menu li
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 66px;
}

#menu li a
{
    float: left;
    display: block;
    border-right: solid thin white;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 30px 0px 30px;
    margin: 24px 0px 0px 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

#menu li ul
{
    background: #e0e0e0;
    border-left: 2px solid #0079b2;
    border-right: 2px solid #0079b2;
    border-bottom: 2px solid #0079b2;
    display: none;
    height: auto;
    filter: alpha(opacity=95);
    opacity: 0.95;
    position: absolute;
    margin: 66px 0px 0px 0px;
    width: 225px;
    z-index: 200; /*top:1em; 		/*left:0;*/
}
#menu li:hover ul
{
    display: block;
}
#menu li li
{
    display: block;
    float: none;
    width: 225px;
}
#menu li ul a
{
    width: 199px;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
#menu li ul a:hover
{
    background: #949494;
    color: #000000;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#menu p
{
    clear: left;
}

#img
{
}
#rightList
{
}
#bottom
{
    text-align: center;
    font-family: Calibri;
    background: #CBEAFF;
}

#L1
{
    width: 265px;
    height: 179px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 18px;
    background-color: #FFFFFF;
}
#L2
{
    width: 265px;
    height: 179px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 58px;
    background-color: #FFFFFF;
}
#L3
{
    width: 265px;
    height: 179px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 58px;
    background-color: #FFFFFF;
}
.leftImage
{
    height: 179px;
    width: 15px;
    float: left;
    background: url('../images/BoxL.png');
}
.rightImage
{
    height: 179px;
    width: 15px;
    float: right;
    background: url('../images/BoxR.png');
}
#pvtText
{
    padding: 0px 20px 0px 20px;
    font-family: Calibri;
}
.text
{
    padding: 0px 40px 50px 40px;
    font-family: Calibri;
}
.form
{
    padding: 0px 20px 0px 20px;
    font-family: Calibri;
    text-align: center;
}

.confirm-dialog
{
    background: url(../images/popup/bg/dialog24.png) no-repeat left top;
    margin: 0px auto;
    width: 330px;
    padding-top: 14px;
    position: relative;
    font-family: Calibri;
}

.confirm-dialog .inner
{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 11px;
    background: url(../images/popup/bg/dialog24.png) no-repeat left bottom;
    float: left;
    margin: 0px 0px -20px 0px;
    width: 290px;
    padding-top: 0px;
    text-align: center;
}
.confirm-dialog .label
{
    margin-left: 25px;
    text-align: left;
}

.confirm-dialog .base
{
    border-top: #ddd 1px solid;
    background: url(../images/popup/bg/dialog-base.png) no-repeat left bottom;
    padding-bottom: 4px;
    margin-left: -11px;
    margin-right: -11px;
    padding-top: 4px;
    text-align: center;
}

.confirm-dialog H2
{
    font-weight: bold;
    font-size: 1.25em;
    color: #f60;
    text-align: center;
}

.confirm-dialog input
{
    width: 50px;
}

.close
{
    display: block;
    background: url(../images/popup/icn/close24.png) no-repeat 0px 0px;
    left: -5px;
    width: 26px;
    text-indent: -1000em;
    position: absolute;
    top: -7px;
    height: 26px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

