﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #7F8382;
}
#mt{ width:926px;}
#l{background-image:url(img/leftbg.jpg); background-repeat:repeat-y; width:13px; }
#r{background-image:url(img/rightbg.jpg);background-repeat:repeat-y; width:11px;}
#m{width:900px;}

#dtop{ text-align:left; background-image:url(img/top.jpg); height:108px;}
#dban{ width:900px; height:221px;background-image:url(img/ban.jpg);background-repeat:no-repeat; }
#dcnt{text-align:left;background-image:url(img/contentbg.jpg); background-repeat:repeat-x; background-color:#ffffff; }
#dbtm
{
    text-align: left;
    background-color: #000;
    height: 100px;
    color: #C0C0C0;
}

#dtop a.n
{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #FA6708;
    width: 80px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0px 2px 0px 2px;
    padding: 10px 5px 0px 5px;
    background-image: url(img/navbtn.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    
}

#dtop a.n:hover
{
    color: #000;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #99CC00;
    font-style:italic; 
}

#dbtm a{ color:#fff; text-decoration:none; font-size:9pt; display:inline-block; margin-right:5px;}
#dbtm a:hover
{
    text-decoration: underline;
}

h2{ margin:0px; padding:0px;}

.btn
{
    border: 1px solid #CC6600;
    display: inline-block;
    background-image: url(img/btnbg.jpg);
    background-repeat: repeat-x;
    height: 21px; /*24-3*/
    -webkit-border-radius: 10px;-moz-border-radius: 10px;
    padding: 3px 10px 0px 10px ;
    margin:0px 0px 0px 0px; 
    cursor: hand;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.fbox{height:170px; width:250px; text-align:left;border: 4px solid #6A8D00; -webkit-border-radius: 10px;-moz-border-radius: 10px;}

.reshtable
{
    background-color: #FCDC7A;
}
.reshcell
{
    background-color: #FDECB9;
}

.restable
{
    background-color: #CCED89;
}
.rescellhdr
{
    text-align: right;
    background-color: #DCF2AC;
}
.rescell
{
    background-color: #E9F7CC;
    line-height:18px; 
}
.rescell .ptn
{
    color: #FF3300;
}
.rescell a{color:#000; text-decoration:none;}
.rescell a:hover{color:#000; text-decoration:underline;}

.respagecell{ text-align:right;}

.respagecell a
{
    border: 1px solid #BDE866;
    background-color: #E9F7CC;
    display:inline-block; 
    padding:2px 6px 2px 6px;
    font-weight:normal;
    text-decoration:none; 
    color:#000; 
}
.respagecell span
{
    border: 1px solid #FCDD81;
    background-color: #FDECB9;
    display: inline-block;
     padding:2px 6px 2px 6px;
    font-weight:bold;color:#000;
}
.gvres{}
.gvres caption
{
    font-size: 12pt;
}

.ptdtable
{

}
.ptdtable td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f1f1f1;
}
.rc
{
    border: 3px solid #CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 400px;
    height: 300px;
    margin-left: 20px;
}