﻿/* button style */
input[type="submit"]
{
    background: url(images/button.png) repeat-x;
    height: 33px;
    border: 0px;
    padding: 0px 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.button
{
    background: url(images/button.png) repeat-x;
    height: 33px;
    border: 0px;
    padding: 0px 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* error control */
.errorControl
{
    color: red;
}
/*question*/
.question
{
 padding-bottom: 10px;
}

/* question_text */
.question_text
{
    padding-bottom: 10px;
}
.question_text .rowError
{
    background: url(images/rowerror.png) repeat-y;
    padding-bottom: 10px;
}

.disabledLabel
{
    color: #aaa;
}

.character_counter
{
    font: 11px 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    background-image: url('images/highlightBar.png');
    padding-right: 10px;
    padding-left: 10px;
}

/* DEFAULTS
----------------------------------------------------------*/
a:link, a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/*** DASH SPECIFIC **/
table.yui-datatable-theme
{
    font-family: arial;
    font-size: inherit;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td, .yui-datatable-theme .GLGridHeaderStyle
{
    cursor: default;
}

/* header cell styles */
.yui-datatable-theme th, .yui-datatable-theme .GLGridHeaderStyle
{
    padding: 2px 10px;
    color: #222;
    border: 1px solid #aaa;
    color: #ffffff;
}

.yui-datatable-theme .GLGridHeaderStyle
{
    /*background: url("images/GridHeadBar.png") repeat-x scroll 0 -4px #eee;*/
    background-image:none ;/*!important;*/
    background-color:#454545;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
}

.yui-datatable-theme .DefaultSpannedHeaderCell
{
    /*background: #EFEFEF;
    color: #555;*/
    background-color:#454545;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}

.yui-datatable-theme th a, .yui-datatable-theme .GLGridHeaderStyle a, .yui-datatable-theme th
{
    /*background: url("images/GridHeadBar.png") repeat-x scroll 0 -4px #eee;*/
    color: White ;/*!important;*/
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
	/*text-align: left;*/	
}

.DefaultSpannedHeaderCell.GLGridHeaderStyle.grid_first_column
{
 text-align: left;
}

.analysis_grid th
{
    text-align:center !important;    
}

.grid_drill_up_button
{
    border-width: 0px;
    padding: 0px;
    vertical-align: middle;
    margin-right: 5px;
}


/* data data cell style */
.yui-datatable-theme td
{
    padding: 2px 10px;
    border-right: solid 1px #ccc;
    white-space: nowrap;
}

.no_wrap_cell
{
    white-space:normal !important;
    max-width:600px;
}

.verbatium_extra_width
{
    display:block;
    min-width:600px !important;
    /*ie7 possible to just have no wrapping fore text*/
    /**width:100% !important; 
    *white-space:nowrap !important;*/
}

.yui-datatable-theme tr
{
    /*border-color: #CCC;*/
    border:1px solid #CCC;
}

/* alternating row style */
.yui-datatable-theme .alt-data-row td
{
    background-color: #F6F6F6;
}

/** DESCRIPTION COLUMN STYLES **/
.yui-datatable-theme .GLGridDescriptionStyle
{
    background: #454545;
    font-weight:bold;
    color: #FFFFFF;
    text-transform: uppercase;
    
}

.yui-datatable-theme .grid_header .GLGridDescriptionStyle
{
    _color:#FFFFFF !important;
}

.yui-datatable-theme .GLGridDescriptionStyle a, .yui-datatable-theme .glgriddescriptionstyle a
{
    color: White;
}

.yui-datatable-theme .alt-data-row td.GLGridDescriptionStyle, .yui-datatable-theme td.GLGridDescriptionStyle
{
    text-transform: none;
    white-space: nowrap;
    font-weight: bold;
    color: #444;
    padding-left: 10px;
    padding-right: 10px;
    /*text-align:left !important;
    _color: #444 !important;*/
}

.alt-data-row td, .data-row td
{
    /*text-align:center !important;*/
}

.yui-datatable-theme td.GLGridDescriptionStyle, .yui-datatable-theme td.glgriddescriptionstyle
{
    /*background: url(images/altRowBG.png) repeat-x bottom left;*/
    background-color:#ffffff;
}

.yui-datatable-theme .alt-data-row td.GLGridDescriptionStyle, .yui-datatable-theme .alt-data-row td.glgriddescriptionstyle
{
    background-color: #F6F6F6;
}

.yui-datatable-theme td.white_on_blue
{
    background-color: #254061;
    color: White;
}

/** HEADER STYLES **/

th.asc a, th.desc a, th.sortable a
{
    width: 100%;
    font-weight: bold;
    /*color: #555 !important;*/
    padding-right: 10px;
    white-space: nowrap;
    text-decoration: underline;
}

th.asc /*a*/
{
    text-decoration: underline !important;
    /*background: url(images/sort_up_new.gif) no-repeat scroll right 50%;*/
    background: #454545 url(images/sort_up_new.gif) no-repeat scroll 95% 50% !important;
    padding-right:5px;
}

.large_tbl_wrap th.asc 
{
    background: #454545 url(images/sort_up_new.gif) no-repeat scroll 95% 50% !important;
    padding-right:5px;
    text-decoration: underline !important;
}

th.desc /*a*/
{
    text-decoration: underline !important;
    /*background: url(images/sort_down_new.gif) no-repeat scroll right 50%;*/
    background: #454545 url(images/sort_down_new.gif) no-repeat scroll 95% 50% !important;
    padding-right:5px;
}

.large_tbl_wrap th.desc
{
    background: #454545 url(images/sort_down_new.gif) no-repeat scroll 95% 50% !important;
    padding-right:5px;
    text-decoration: underline !important;
}

th.sortable a
{
    /*background: url(images/sort_available.gif) no-repeat scroll right 50%;*/
    text-decoration: underline !important;
}

th.sortable a:hover
{
    white-space: nowrap;
    text-decoration: underline;
}

/** END DESCRIPTION COLUMN STYLES **/
.DrillDownLink, .GLGridDescriptionStyle a.DrillDownLink
{
    color: #333 !important;
    font-weight: bold;
}

.DrillDownLink:hover, .GLGridDescriptionStyle a.DrillDownLink:hover
{
    color: red;
}

/** SOFT GREY **/
/*GridViewCSS Soft Grey Style*/
.SoftGrey_GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    table-layout: auto;
    border-collapse: collapse;
    border: #444 1px solid;
}
/*Header and Pager styles*/
.SoftGrey_HeaderStyle, .SoftGrey_PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderSoftGrey.jpg) !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
    background-color: #1d1d1d !important;
}
.SoftGrey_HeaderStyle th
{
    padding: 5px;
    color: #555fff;
    white-space: nowrap;
}
.SoftGrey_HeaderStyle a
{
    text-decoration: none;
    color: #555fff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.SoftGrey_PagerStyle table
{
    text-align: center;
    margin: auto;
}
.SoftGrey_PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.SoftGrey_.PagerStyle td
{
    border-top: #1d1d1d 1px solid;
}
.SoftGrey_PagerStyle a
{
    color: #555fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.SoftGrey_PagerStyle span
{
    font-weight: bold;
    color: #555FFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.SoftGrey_RowStyle td, .SoftGrey_AltRowStyle td, .SoftGrey_SelectedRowStyle td, .SoftGrey_EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.SoftGrey_RowStyle td
{
    background-color: #c9c9c9;
}
.SoftGrey_AltRowStyle td
{
    background-color: #f0f0f0;
}
.SoftGrey_SelectedRowStyle td
{
    background-color: #555f66;
}

.SoftGrey_RowStyle td a, .SoftGrey_AltRowStyle td a
{
    background: transparent;
    white-space: nowrap;
}


/** END SOFTGREY **/

/*GridViewCSS White Chrome Style*/
.Chrome_GridViewStyle
{
    font-family: Arial, Sans-Serif;
    table-layout: auto;
    border-collapse: collapse;
    border: #ddd 1px solid;
}
/*Header and Pager styles*/
.Chrome_HeaderStyle, .Chrome_PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #555;
    border-bottom: solid 1px #999;
}
.Chrome_HeaderStyle th
{
    padding: 5px;
    color: #333;
}
.Chrome_HeaderStyle a
{
    text-transform:uppercase;
    text-decoration: none;
    /*color: #333;*/
    color:#FFFFFF;
    font-weight:bold !important;
    display: block;
    text-align: left;
    font-weight: normal;
}
.Chrome_PagerStyle table
{
    text-align: center;
    margin: auto;
}
.Chrome_PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.Chrome_PagerStyle td
{
    border-top: #999999 1px solid;
}
.Chrome_PagerStyle a
{
    /*color: #333;*/
    color:#FFFFFF;
    font-weight:bold;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
}
.Chrome_PagerStyle span
{
    font-weight: bold;
    color:#FFFFFF;
    font-weight:bold;
    /*color: #333;*/
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.Chrome_RowStyle td, .Chrome_AltRowStyle td, .Chrome_SelectedRowStyle td, .Chrome_EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #ddd;
    vertical-align: middle;
}
.Chrome_RowStyle td
{
    /*background-color: #555;*/
    background-color: #F6F6F6;
}
.Chrome_AltRowStyle td
{
    /*background-color: #EFEFEF; added MM*/
    background-color: #FFFFFF; /*added MM*/
    border-top: 1px solid #DDD;
    vertical-align: middle;
}
.Chrome_SelectedRowStyle td
{
    background-color: #FF9;
}


/*GridViewCSS Chrome Style*/
.WhiteChrome_GridViewStyle
{
    font-family: Arial, Sans-Serif;
    table-layout: auto;
    border-collapse: collapse;
    border: #666 2px solid;
}
/*Header and Pager styles*/
.WhiteChrome_HeaderStyle, .WhiteChrome_PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
    border-bottom: #1d1d1d 1px solid;
}
.WhiteChrome_HeaderStyle th
{
    padding: 5px;
    color: #555fff;
}
.WhiteChrome_HeaderStyle a
{
    text-decoration: none;
    color: #555fff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.WhiteChrome_PagerStyle table
{
    text-align: center;
    margin: auto;
}
.WhiteChrome_PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.WhiteChrome_PagerStyle td
{
    border-top: #1d1d1d 1px solid;
}
.WhiteChrome_PagerStyle a
{
    color: #555fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.WhiteChrome_PagerStyle span
{
    font-weight: bold;
    color: #555FFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.WhiteChrome_RowStyle td, .WhiteChrome_AltRowStyle td, .WhiteChrome_SelectedRowStyle td, .WhiteChrome_EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.WhiteChrome_RowStyle td
{
    background-color: #c9c9c9;
}
.WhiteChrome_AltRowStyle td
{
    background-color: #f0f0f0;
}
.WhiteChrome_SelectedRowStyle td
{
    background-color: #555f66;
}
/*GridViewCSS Soft Grey Style*/
.softGreyGv_GridViewStyle
{
    font-family: Arial, Sans-Serif;
    table-layout: auto;
    border-collapse: collapse;
    border: #444 1px solid;
}
/*Header and Pager styles*/
.softGreyGv_HeaderStyle, .softGreyGv_PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.softGreyGv_HeaderStyle th
{
    padding: 5px;
    color: #555fff;
}
.softGreyGv_HeaderStyle a
{
    text-decoration: none;
    color: #555fff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.softGreyGv_PagerStyle table
{
    text-align: center;
    margin: auto;
}
.softGreyGv_PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.softGreyGv_PagerStyle td
{
    border-top: #1d1d1d 1px solid;
}
.softGreyGv_PagerStyle a
{
    color: #555fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.softGreyGv_PagerStyle span
{
    font-weight: bold;
    color: #555FFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.softGreyGv_RowStyle td, .softGreyGv_AltRowStyle td, .softGreyGv_SelectedRowStyle td, .softGreyGv_EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.softGreyGv_RowStyle td
{
    background-color: #c9c9c9;
}
.softGreyGv_AltRowStyle td
{
    background-color: #f0f0f0;
}
.softGreyGv_SelectedRowStyle td
{
    background-color: #555f66;
}
/*GridViewCSS Chrome Black Style*/
.chromeBlackGv_GridViewStyle
{
    font-family: Arial, Sans-Serif;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
}
/*Header and Pager styles*/
.chromeBlackGv_HeaderStyle, .chromeBlackGv_PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderChromeBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.chromeBlackGv_HeaderStyle th
{
    padding: 5px;
    color: #555fff;
}
.chromeBlackGv_HeaderStyle a
{
    text-decoration: none;
    color: #555fff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.chromeBlackGv_PagerStyle table
{
    text-align: center;
    margin: auto;
}
.chromeBlackGv_PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.chromeBlackGv_PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.chromeBlackGv_PagerStyle a
{
    color: #555fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}
.chromeBlackGv_PagerStyle span
{
    font-weight: bold;
    color: #555FFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/

/* Row Highlights */
.row_hilite, .glgridtoprowstyle 
{
    background-color:#ababab !important;
    color:#336699 !important;
    font-weight:bold !important;
}

.row_bold, .glgridtoprowstyle 
{
    font-weight:bold !important;
}

.row_italic, .glgridtoprowstyle
{
    font-weight:bold !important;
    font-style:italic !important;
}


.chromeBlackGv_RowStyle td, .chromeBlackGv_AltRowStyle td, .chromeBlackGv_SelectedRowStyle td, .chromeBlackGv_EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.chromeBlackGv_RowStyle td
{
    background-color: #c9c9c9;
}
.chromeBlackGv_AltRowStyle td
{
    background-color: #f0f0f0;
}
.chromeBlackGv_SelectedRowStyle td
{
    background-color: #555f66;
}

/** FRONT PAGE **/

.grid_wrap td.indent_level_1
{
    padding-left: 30px !important;
    display: block;
}

td.glgridtoprowstyle, .glgridtoprowstyle.GLGridDescriptionStyle
{
    background-image: none !important;
    /*background: #E9E9E9 !important;*/
    background-color: #E9E9E9;
    border: 1px solid #ccc !important;
    border-right: solid 1px #ccc !important;
    /*color: #336699; !important;*/
    padding: 5px;
    /*text-align:center !important;*/
}

.box_container .grid_wrap th, .box_container .grid_wrap td, .box_container .grid_wrap .alt-data-row td
{
    border: none;
    border-right: solid 1px #ccc !important;
    border-collapse: collapse;
    font-weight: bold;
    /*color: #000;*/
}

td.glgridtoprowstyle a, .glgridtoprowstyle.GLGridDescriptionStyle a
{
    color: #555 !important;
    font-weight: bold;
}

.box_container .grid_wrap th
{
    color: #fff;
    padding: 5px;
    background: #454545;/*000*/
    font-weight: bold;
}


.grid_header_clear
{
    clear:both;
}

.grid_count
{
    text-transform:uppercase;
    position:relative;
    top:3px;
}

/* Charts 
.chart_wrap
{
    border:1px solid #DDDDDD;
    margin-right:5px;
}

.chart_header
{
    background-color:#336699;
    color:#ffffff;
    padding:3px 0 3px 10px;
    font-weight:bold;
}*/

.large_tbl_wrap .GLGridHeaderStyle
{
    padding-right:5px;
}

.large_tbl_wrap .GLGridHeaderStyle, .large_tbl_wrap .GLGridHeaderStyle a
{
    white-space:normal !important;
    min-width: 47px;
    text-transform: capitalize;
}
