﻿body
{
    background: #2E3AA0 url(tail.gif) repeat-x 0 0;
    font: normal 10pt arial;
    color: #fff;
}

td
{
    vertical-align: top;
}
a{ color:#BFCFFF;}a:hover{ color:#fff;}

h1.pageTitle
{
    background: url(title_bg.gif) repeat-x;height:30px; margin:0px; padding:0px;
}
html { background:#2E3AA0;}
h1.pageTitle span
{
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 20px; margin:0px;
}
h2.pageTitle
{
    height:30px;
}
h2.pageTitle span
{
    background: #2523A0; 
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 15px;
}
.main
{
    width: 900px;
}
#wrapper
{
   
}

#top
{
    height: 177px; background: url(logo.jpg) no-repeat center 0;
}
 


#mid
{
    margin: 0px;
    height: 40px;
} 
#content{ min-height:200px;  padding:0px 0px 10px 0px;}
.col1
{
    width: 210px; background:#3C38A6;
}
.col2
{
    text-align: justify; padding:0px 0px 10px 10px;
}
#footer
{
     padding:10px; background:#0034C5 url(tail.gif) repeat-x;
}

/*________________________________________PageMenu_____________________________________*/
#pageMenu li{ background:#2523A0; border-bottom:1px solid #4628B3; height:22px; padding:6px 6px 6px 20px;}
#pageMenu li a{ color:#fff;}
#pageMenu li.alt{ background:transparent;}

/*________________________________________ResultMessage_____________________________________*/
.error
{
    color: Red;
}
.success
{
    color: Green;
}

.mod table
{
    width: 100%;
    border: none;
    border-collapse: collapse;
}

/*________________________________________AdminPageMenu_____________________________________*/
.mod td
{
    border: none;
    line-height: 14px;
    vertical-align: top;
    font-size: 11px;
}
.mod
{
    width: 80px;
    height: 90px;
    z-index: 99;
    position: absolute;
    background: #fff;
    right: 0px;
    top: 200px;color:#f00;
}
.mod a{ color:#000;}