/*
Should contain all Styles used by Agility Modules
*/

/**
    ArchivedReportCards
**/
.ArchivedReportCards
{
    padding-top: 10px;
}

.ArchivedReportCards .ReportCard
{
    padding-bottom: 15px;
}


/**
    HomePartnerModule
**/
.HomePartnerModule
{
    width: 308px;
    height: 85px;
    font-size: 12px;
    color: White;
}

.HomePartnerModule .Copy
{
    padding-top: 7px;
    padding-left: 10px;
    width: 175px;
    height: 70px;
}

.HomePartnerModule .Spacer
{
    height: 55px;
}

.HomePartnerModule .Title
{
    font-weight: bold;
    margin-bottom: 5px;
}

.HomePartnerModule .Image
{
    float: right;
    margin-top: 2px;
    margin-right: 4px;
}

.HomePartnerModule .MoreInfoLink
{
    color: #fff;
    text-decoration: none;
}

.HomePartnerModule .MoreInfoLink img
{
    border: 0px;
}

.HomePartnerModuleCustom
{
    display: none;
    height: 83px;
    width: 301px;
    visibility: hidden;
}


/**
    PressReleases
**/
.PressReleases
{
    padding-top: 10px;
}

.PressReleases .PressRelease
{
    padding-bottom: 15px;
}


/**
    ReportCardNavigation
**/
.ReportCardNavigation .NavigationLinksContainer
{
    width: 239px;
    /**height: 302px;**/
    padding: 20px 2px 50px 5px;
    margin-top: 2px;
    background-image: url(../Images/ReportCardNavBG.gif);
    background-repeat: no-repeat;
    background-position:bottom;
    background-color:#00ABE3;
}

.ReportCardNavigation .NavigationLinks
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ReportCardNavigation .NavigationLinks li
{
    padding-bottom: 8px;
}

.ReportCardNavigation .NavigationLinks a
{
    color: #fff;
}

.ReportCardNavigation .PageSpecificLinksContainer,
.ReportCardNavigation .StandardLinksContainer
{
    padding-top: 12px;
    /*padding-left: 5px;*/
}

.ReportCardNavigation .PageSpecificLinks,
.ReportCardNavigation .StandardLinks
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ReportCardNavigation .PageSpecificLinks li,
.ReportCardNavigation .StandardLinks li
{
    padding-bottom: 5px;
}

.ReportCardNavigation .DownloadReaderContainer
{
    padding-top: 5px;
    padding-left: 5px;
}

.ReportCardNavigation .DownloadReaderContainer .DownloadIcon
{
    position: relative;
    top: 12px;
    left: 3px;
}

.surveyPopupButton {display:block;width:240px;height:47px;position:absolute;text-align:center;text-decoration:none;font-family:Arial;font-size:12px;text-transform:uppercase;font-weight:bold;top:403px;}

.surveyPopupButton span {display:block;width:240px;height:16px;position:absolute;top:50%;margin-top:-8px;}

.surveyPopupfr-ca .surveyPopupButton {width:275px;}

.surveyPopupfr-ca .surveyPopupButton span {width:275px;}

.surveyPopupfr-ca #acceptSurvey {left:30px !important;}
.surveyPopupfr-ca #rejectSurvey {left:335px !important;}