﻿h1
{
    font-size: 20px;
    background-color: #EDEFEF;
    border: 2px solid #505E5F;
    color: #505E5F;
    text-align: center;
    padding: 20px;
    width:450px;
}
h3
{
    font-size: 18px;
    color: #97BF0D;
    border-bottom: 1px solid #CACECF;
    margin-bottom: 10px;
}
a.marketreporttitle
{
    font-size: 15px;
    color: #737E7F;
    font-weight: bold;
}
.marketreportintro
{
    text-align: justify;
}
a.marketreportlink
{
    background: url(/img/report/buttons/more-info_sc.gif) no-repeat top left;
    display: inline-block;
}
a.marketreportlink:hover
{
    background: url(/img/report/buttons/more-info_sc.gif) no-repeat bottom left;
}

/*==================================*/
/*          Action Buttons          */
/*==================================*/
#marketreportbuttons
{
    background-color: #F4F8E6;
    height: 60px;
    padding: 20px;
    margin-top: 20px;
}
a.marketreportbuybutton
{
    background: url(/img/report/buttons/buy.gif) no-repeat top left;
    display: inline-block;
}
a.marketreportbuybutton:hover
{
    background-position: bottom left;
}
a.marketreportinfobutton
{
    background: url(/img/report/buttons/request.gif) no-repeat top left;
    display: inline-block;
}
a.marketreportinfobutton:hover
{
    background-position: bottom left;
}
a.marketreporttableofcontentbutton
{
    background: url(/img/report/buttons/table-of-content.gif) no-repeat top left;
    display: inline-block;
}
a.marketreporttableofcontentbutton:hover
{
    background-position: bottom left;
}
a.marketreportsamplebutton
{
    background: url(/img/report/buttons/sample-content.gif) no-repeat top left;
    display: inline-block;
}
a.marketreportsamplebutton:hover
{
    background-position: bottom left;
}


