﻿/* Style Definitions */

/* LAO Logo */
#LAO-Logo {
    margin-left: -2px;
}

/* Overall Table Styles */
table 
{
    margin: 0px 0px 0px 0px;
    line-height: 18px;
	height: 0px !important;
}

td {
    padding: 5px 10px 0px 10px;
    font-size: 12px;
	vertical-align: top;  /*Added 12/22/2015*/
}

td.Spacer
{
    padding: 0px 0px 0px 0px !important;
}

/* Table Title Elements */
/*p.Figure 
{
	font-size: 14px;
    font-weight: bold;
}*/

p.Table-Title 
{
	color:maroon;
    font-weight: bold;
    font-size: 20px;
}
p.Table-Subtitle 
{
    font-size: 14px;
	font-style:italic;
}

/* Table Div Style */
.Report-Full-Width, .Analysis-Narrow, .Analysis-Full, .Report-Wide {
	border-top: 1px lightgray solid;  
    border-bottom: 1px lightgray solid;  
    padding: 10px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
}

/* Table Body Style */
tbody {
	background-color:#f6f6f6;   
}

/* Header Styles */
td.ShadedRow-Centered, td.ShadedRow-Left, td.ShadedRow-Right, td.ShadedRow-Centered-Border-Bottom, th.ShadedRow-Left, th.ShadedRow-Right, th.ShadedRow-Centered {
	background-color:#aab9d0;
    /*line-height: 16px;*/
    vertical-align: bottom;
    font-weight: bold;
}
td.ShadedRow-Centered, td.ShadedRow-Centered-Border-Bottom, th.ShadedRow-Centered
{
    text-align: center;
}
td.ShadedRow-Left, th.ShadedRow-Left, td.T-H-4
{
    text-align: left;
}
td.ShadedRow-Right, th.ShadedRow-Right
{
    text-align: right;
}
td.ShadedRow-Light, td.ShadedRow-Light-Bold
{	
	/*font-size: 14px;*/
	background: rgb(200,215,240);
    font-weight: bold;	
    vertical-align: bottom;
}
td.ReverseRow
{
	font-weight: bold;
	background: rgb(11,67,149);
	color:#FFF;
}

td.ShadedRow-Centered, td.ShadedRow-Left, td.ShadedRow-Right, td.ShadedRow-Light, td.ReverseRow, td.Numeric-FirstRow, td.Text-FirstRow ,td.ShadedRow-Centered-Border-Bottom,td.ShadedRow-Light-Bold, td.Numeric-FirstRow-Bold,td.Text-FirstRow-Bold{
    padding: 7px 10px 5px 10px;
}

/* Footnotes */
span.Ftnote-Ltr
{
    /*font-size: 70%;*/
    vertical-align: super;
}
td.Footnote
{
    font-size: 80%;  
    padding: 3px 10px 3px 20px;  
}

/* Total Lines */
td.Total-Numeric-SingleLine, td.SubTotal-Numeric-SingleLine
{
    border-top: thin solid black;
    text-align: right;
}
td.Total-Numeric-DoubleLine
{
    border-top: medium double black;
    text-align: right;
}

td.Total-Numeric-SingleLine, td.SubTotal-Numeric-SingleLine, td.Total-Numeric-DoubleLine, td.Total-Text, td.SubTotal-Text {
    padding: 5px 10px 0px 10px;
    font-weight: bold;
}

/* Number Styles */
td.Numeric-NormalRow, td.Numeric-FirstRow, p.T-NumericNormal , td.Numeric-FirstRow-Bold, p.T-NumericBold, td.T-H-4-Numeric
{
    text-align: right;
}

/* Checkmarks and Special Characters */
/*td.Checkmark li
{
    list-style-type: none;
    margin: 0px 0px 0px -10px;
}*/
td.Checkmark ul
{
    list-style-image: url('/Content/Images/LAO-checkmark.png');
}
/*td.Checkmark li::before
{
    content: '\2713\0020';
    font-size: 24px;
}*/
td.Checkmark-Bullet li
{
    margin: 0px 0px 0px 50px;
}

/* Borders */
td.T-Border-Bottom,td.ShadedRow-Centered-Border-Bottom {
    border-bottom: thin solid black;
}

/* Text  */
td.T-Text-Top {
    vertical-align: top;
}
td.T-Text-Center {
    text-align: center;
}
td.T-H-4, td.Numeric-FirstRow-Bold,td.Text-FirstRow-Bold, p.T-NumericBold, td.T-H-4-Numeric {
    font-weight: bold;
}

td.Top-Border {
	border-top: thin solid black;
}

/* Define print format and style */
@media print {
     @page {
        size: 8in 10in;        
    }

    /* Set font */
    .report-body, .report-header {
        font-family: 'Times New Roman', Times, serif;
        font-size: 14pt;
        line-height: 18pt;
    }
    #LAO-Logo {
    margin-left: -8px;
}
    /* Hide unneeded elements */
    #banner, footer, #side, #skiplink {
        display: none;
    }
    /* Display print banner not shown on screens */
    #print-banner {
        display: block;
        margin-left: -5px;
    }

    /* Avoid images bleeding off the edge */
    img {
        max-width: 100% !important;
    }

    /* Avoid breaks in middle of these elements */
    img, div.Analysis-Full, div.Report-Wide, div.Report-Full-Width, div.Analysis-Narrow {
        page-break-inside: avoid;
        padding: 5px 5px 5px 5px;
    }

        /* Try to avoid childless headings at the bottom of a page */
    /* Effective it is not */
    h2, h3, h4 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    /* Indent bullets */
    ul {
        list-style: disc outside none;
        padding-left: 20px;
    }

    /* Show URLs in reports (this is disabled at the site level) */
    a[href^=http]:after {
        content: " <" attr(href) "> " !important;
        font-size: 90%;
    }  
}
