﻿body
{
    margin: 0px;
}

.rowline
{
    background-image: url(images/block_files_dotline.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.norowline
{
}

.formrow
{
    background-color: #EFEFEF;
    height: 39px;
    font-size: 10pt;
}
.formheadcell
{
    background-color: #DDDDDD;
    padding-right: 15px;
    text-align: right;
}
.formcontentcell
{
    padding-left: 15px;
    text-align: left;
    background-color: #EFEFEF;
}
.greentext
{
    font-size: 10pt;
    color: #009933;
}

.gridviewheader
{
    background-color: #DDDDDD;
    text-align: center;
}

.celltextbox
{
    text-align: center;
}

.messagelabel
{
    padding-top: 10px;
    padding-left: 5px;
    color: #116809;
    font-size: 10pt;
}

.ptext
{
    font-size: 9pt;
    color: #646263;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 18px;
    word-break:break-all;
}

.tabletitle
{
    font-size: 13pt;
    font-family: 楷体_GB2312;
}

A.link
{
    color: #666666;
    text-decoration: none;
}

A.link:hover
{
    color: #FF6600;
    text-decoration: underline;
}

A.imagelink
{
    color:#0033CC;
    text-decoration:none;
    font-size:9pt;
}

A.imagelink:hover
{
    color:#FF6600;
    text-decoration:underline;
    font-size:9pt;
    }
    
.gridrow_onmouseover
{
    background-color:#DDFDDD;
    }

