﻿/* Style Definitions */

/* Overall Table Styles */
table {
    margin: 0px 0px 0px 0px;
    line-height: 15px;
}

th {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
	vertical-align: top;
}

td {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
	vertical-align: top;  /*Added 12/22/2015*/
}

    td p {
        margin-bottom: 5px;
    }

td.VerticalAlign-Middle {
    vertical-align: middle !important;
}

/* Table Title Elements */
p.Figure 
{
	font-size: 14px;    
    margin-bottom: 5px
}
p.Table-Title 
{
	/*color:maroon;*/
    font-weight: bold;
    font-size: 20px;
}
p.Table-Subtitle 
{
    font-size: 14px;
	font-style:italic;
    margin-top: -15px;
}

/* Table Div Style */
.Report-Full-Width, .Analysis-Narrow, .Analysis-Full, .Report-Wide, .Report-Test {
    /*border-top: 1px lightgray solid;
    /*border-bottom: 1px lightgray solid;*/
    padding: 10px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
}

/* Table Body Style */
    .Report-Full-Width tbody, .Analysis-Narrow tbody, .Analysis-Full tbody, .Report-Wide 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, td.ShadedRow-Numeric-Bold
{
    text-align: right;
}
td.ShadedRow-Light, td.ShadedRow-Light-Bold, td.ShadedRow-Numeric-Bold, td.ShadedRow-Light-FirstRow-Bold, td.ShadedRow-Numeric-FirstRow-Bold
{	
	/*font-size: 14px;*/
	background: rgb(200,215,240);   
    vertical-align: bottom;
}

td.ShadedRow-Plain
{
    background-color:#aab9d0;
}

td.ShadedRow-Plain-Light
{
    background-color:rgb(200,215,240);
}

td.ShadedRow-Light-Bold, td.ShadedRow-Numeric-Bold, td.ShadedRow-Light-FirstRow-Bold, td.ShadedRow-Numeric-FirstRow-Bold
{
	font-weight: bold;	
}

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, td.ShadedRow-Light-FirstRow-Bold, td.ShadedRow-Numeric-FirstRow-Bold {
    padding: 10px 10px 0px 10px;
}

/* Footnotes */
span.Ftnote-Ltr
{
    font-size: 70%;
    vertical-align: super;
}
td.Footnote
{
    font-size: 70%;  
    padding: 5px 10px 0px 20px;  
}

/* Total Lines */
td.Total-Numeric-SingleLine, td.SubTotal-Numeric-SingleLine
{
    border-top: thin solid #7e7e7e;
    text-align: right;
}
td.Total-Numeric-DoubleLine
{
    border-top: medium double #7e7e7e;
    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, td.ShadedRow-Numeric-FirstRow-Bold
{
    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.T-Checkmark p::before
{
    content: '\2713';
    font-size: 24px;
    font-weight: bold;
    
}
/*td.Checkmark li::before
{
    content: '\2713\0020';
    font-size: 24px;
}*/
td.Checkmark-Bullet li
{
    margin: 0px 0px 0px 50px;
}
td.Table-Bullet li
{
    margin: -6px 0px 0px 0px;
}

/* Borders */
td.T-Border-Bottom,td.ShadedRow-Centered-Border-Bottom {
    border-bottom: thin solid #7e7e7e;
}

/* Text  */
td.T-Text-Top {
    vertical-align: top;
}
td.T-Text-Center {
    text-align: center;
}
td.T-Text-Justified {
    text-align: justify;
    text-justify: inter-word;
}
td.T-H-4, td.Numeric-FirstRow-Bold,td.Text-FirstRow-Bold, p.T-NumericBold, td.T-H-4-Numeric {
    font-weight: bold;
}
td.T-Text-Indent {
    padding-left: 25px;
}