﻿body
{
    background-image: url("pictures/back.jpg");
    font-size: small;
    font-family: Verdana;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.lwindow
{
    position: relative;
}

.help
{
    width: 200px;
    background-color: White;
    border: 1px solid black;
}
.text
{
    margin: 12px 12px 12px 12px;
    padding: 12px 12px 12px 12px;
    background-color: #FFFFCC;
}
h2
{
    color: #18464d;
}
h3
{
    color: #18464d;
}
.heading
{
    font-size: x-large;
    width: 975px;
    font-weight: bold; /*background-image: url( "Pictures/abs2.jpg" );     border: 1px solid Black;*/
}
.section
{
    /* background-color:#009AB3; */ /* background-image: url( "Pictures/abs2.jpg" );*/
    letter-spacing: 0px; /*color: #666666;*/ /* color: #006699; */
    color: #336699;
    margin-bottom: 30px;
    margin-right: 30px; /*border-bottom: 1px dotted #003399; 	border-left: 1px dotted #003399;*/
    font-size: 11pt; /*border-top: 1px solid #9C9B9B; */
}

.tempo
{
    position: relative;
    top: 20px;
}

.section-no
{
    /* background-color:#009AB3; */ /* background-image: url( "Pictures/abs2.jpg" );*/
    color: White;
    font-weight: bold;
    margin-bottom: 10px; /*    border-bottom: 1px solid #9C9B9B;     border-top: 1px solid #9C9B9B; */
}
.emmc
{
    background-image: url("pictures/final2.png");
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}
#easyTooltip
{
    padding: 5px;
    font-size: small;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #f1f1f1;
    z-index: 99999999999;
}
.emmc2
{
    background-image: url("pictures/orig2.png");
}
.body
{
   /* width: 975px;*/
    background-color: White;
    position: relative;
    top:125px;
    /*
    left: 50%;
    margin-left: -500px;
    top: 182px;*/
}

.rollup
{
    position: fixed;
    left: 50%;
    margin-left: 500px;
    top: 42px;
}
.top
{
    background-image: url("pictures/emmcb.png");
}

.imgc
{
    border: 1px solid #000000;
}
.title
{
    font-size: medium;
    text-align: center;
    color: #330066;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ltitle
{
    font-size: small;
    text-align: center;
    color: #660000;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 20px;
}
a:link
{
    color: #009AB3;
    text-decoration: none;
}

a:visited
{
    color: #009AB3;
    text-decoration: none;
}

a:hover
{
    color: #9C9B9B;
    text-decoration: underline;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modal
{
    background-color: Gray;
    background: rgba(255, 255, 255, 0.75);
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
}

.hidden
{
    visibility: hidden;
    position: fixed;
}
.main_picture
{
    width: 975px;
    height: 427px;
    background-color: White;
    border: 1px solid #02385A;
}
