/*
Should contain all Styles used by page templates and layout
*/

.Container
{
    width: 936px;
    margin: 0px auto;
}

.TopSection,
.TopSectionFrench
{
    padding-top: 10px;
    padding-right: 5px;
    color: #b6c03d;
}

.TopSection
{
    overflow: auto;
}

.TopSection .LogoImage img
{
    display: block;
    width: 100px;
    height: 102px;
    float: left;
}

.TopSection .socials{ float:right; }
    .TopSection .socials .inner{ padding-top:10px;}
        .TopSection .socials a{float:left; margin-left:6px;}
        .TopSection .socials a:first-child{margin-left:10px;}

.side-tab{position:absolute; top:50%; right:0; margin-top:-99px;}

.TopSection .TopLinks
{
    /*width: 831px;*/
    padding-top: 20px;
    /*float: left;*/
    float:right;
    text-align: right;

}

.TopSection .TopLinks a
{
    color: #b6c03d;
    font-size: 11px;
}

.TopSection .MenuContainer
{
    width: 831px;
    float: left;
    padding-top: 15px;
}

.TopSectionFrench .MenuItemGroup { margin-top:15px; }

.TopSectionFrench .LogoImage
{
    display: block;
    width: 165px;
    height: 106px;
    float: left;
}

.TopSectionFrench .TopLinks
{
    width: 766px;
    padding-top: 20px;
    float: left;
    text-align: right;
}

.TopSectionFrench .TopLinks a
{
    color: #b6c03d;
    font-size: 11px;
}

.MenuItemGroup
{
    height: 49px;
    background-color: White;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    float: right;
}

.MenuItem, .MenuItemHover, .MenuItemSelected
{
    background-color: #b6c03d;
    width: 141px;
    max-width: 141px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    border-left: solid 7px white;
    font-family: Arial;
    font-size: 12px;
    color: White;
    font-weight: bold;
}

.MenuItem nobr, .MenuItemHover nobr, .MenuItemSelected nobr
{
    white-space: normal;
    width: 116px;
}

.MenuArrow
{
    width: 116px;
    height: 6px;
    background-image: url(../Images/Menu/HighlightArrow.png);
    background-position: center;
    position: absolute;
    display: none;
}

.SubMenuGroup
{
    background-color: #fff;
}

.SubMenuItem, .SubMenuItemHover,
.FirstSubItem, .FirstSubItemHover,
.LastSubItem, .LastSubItemHover,
.OnlySubItem, .OnlySubItemHover
{
    color: #b6c03d;
    padding: 0px 12px;
}

.SubMenuItemHover, .FirstSubItemHover, .LastSubItemHover, .OnlySubItemHover
{
    color: #f18135;
    cursor: pointer;
    cursor: hand;
}

.FirstSubItem, .FirstSubItemHover,
.OnlySubItem, .OnlySubItemHover
{
    padding-top: 10px;

}

.LastSubItem, .LastSubItemHover,
.OnlySubItem, .OnlySubItemHover
{
    padding-bottom: 12px;
}

.MiddleSectionContainer
{
    padding-top: 5px;
}

.HomeTemplate .BoxContainer
{
    padding-top: 5px;
}

.HomeTemplate .LeftBoxArea
{
    width: 308px;
    min-height: 1px;
    float: left;
}

.HomeTemplate .MiddleBoxArea, .HomeTemplate .RightBoxArea
{
    width: 308px;
    min-height: 1px;
    margin-left: 6px;
    float: left;
}

.SingleColumnTemplate
{
    padding-left: 9px;
}

.TwoColumnTemplate
{
    padding-left: 9px;
}

.TwoColumnTemplate .LeftColumnArea
{
    width: 660px;
    float: left;
    min-height: 1px;
}


.TwoColumnTemplate .RightColumnArea
{
    width: 246px;
    margin-left: 20px;
    float: left;
}

.BottomSection
{
    padding-top: 30px;
    padding-right: 5px;
    text-align: right;
    color: #b6c03d;
}

.BottomSection a
{
    color: #b6c03d;
    font-size: 11px;
}

.reportCardInfo {
    border-collapse: collapse;
}
.reportCardInfo th, .reportCardInfo td {
    border: 1px solid black;
    padding: 2px;
}

.orange-bullets {
    list-style-image: url(../Images/report-bullet.png);
    margin:0px;
    padding-left:15px;
}

.communicationTool {
    width:200px;
    padding-right:20px;
    margin-bottom:15px;
    float:left;
}

    .communicationTool a {
        text-decoration:none;
    }

    .communicationTool strong {
        display:block;
        margin: 5px 0px;
        font-size:16px;
    }

.clear {
clear:both;
}

.StandardLinks a {
    display: block;
    background-color: #b6c03d;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 226px;
    margin-top: 5px;
    color: white;
}

.StandardLinks a#link-1021211731 { background-color:#F57B20; } /* Report card order form link */
.StandardLinks a#link-804423616 { background-color:#F57B20; } /* Report card order form link */
.StandardLinks a#link-517645707 { background-color:#F57B20; } /* Report card order form link */

.international-logos{}
    .international-logos ul{ list-style: none; margin:0; padding:0; overflow:hidden;}
        .international-logos ul li {float:left; margin-right:20px; margin-bottom:14px;}

            .international-logos a{display:block; overflow:hidden;}
                .international-logos img {float:left; width:134px; height:178px; margin-bottom:8px;}

/* Archived Report Cards /ReportCard/ArchivedReportCards.aspx */
.archived-report-cards{}
    .archived-report-cards ul{ list-style: none; margin:0; padding:0; overflow:hidden;}
        .archived-report-cards ul li {float:left; margin-right:15px; margin-bottom:14px;}

            .archived-report-cards a{display:block; overflow:hidden;}
                .archived-report-cards img {margin-bottom:8px; display: block; overflow: hidden;}