﻿.exlist_table
{
    width: 100%;
}
.exlist_table div
{
    height: 18px;
    padding: 2px;
    text-align: left;
}
.exlist_table .alignCenter
{
    text-align: center;
}
.exlist_table h1
{
    font-size: 14px;
    font-weight: bold;
    display: inline;
}
.exlist_table h2
{
    font-size: 14px;
    font-weight: bold;
    display: inline;
    color: Orange;
}
.exlist_table .ly
{
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
}
.hrSep
{
    margin-top: 5px;
    margin-bottom: 5px;
    border: dotted #99CCFF 1px;
    width:90%
}


/* 活动详细内容*/



#exDetail .titleBg2
{
     line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #CC9900;
    padding-left: 5px;
    background-color:#FCE6CF;
    }
#exDetail p
{
    line-height: 18px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 5px;
}
#exDetail .linkUrl a:hover
{
    color: Maroon;
    text-decoration: none;
}

.greenBorder
{
    border: 1px solid #99CCFF;
    margin-bottom: 5px;
    background-color:#f6f6f6;
}

.greenBorder .title
{
    text-align: center;
    color: White;
    background-color: #99CCFF;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    padding-top: 5px;
}

.greenBorder .content
{
    line-height: 18px;
    padding-left: 10px;
    text-align:left;
}

/**/
.divEXListTitle
{
   text-align: left;
    vertical-align: middle;
    background-color: #99CCFF;
    background-repeat: no-repeat;
    background-image: url(/images/tbg1.gif);
    background-position: left center;
    color: White;
}
.divEXListTitle span
{
    width: 141px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    display: block;
    }


