.even
{
    background-color: #E6E6E6;
    border: 1px solid;
}
.odd
{
    background-color: inherit;
}
.altTD
{
    border-bottom: 1px solid #E5E5E5;
}
.lClass
{
    border-left: 0px solid #000000; /* Removed line per client request */
    padding-left: 0px;
}
.ui-layout-container
{
    width: 1010px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left; /* overrule inheritance */
}
.pane ui-layout-center
{
    height: 100%;
}
.pane ui-layout-west
{
    height: 100%;
}
.breadCrumb
{
    font-size: 13px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cSearch:focus, .btnMap:focus
{
    outline: red solid 1px;
}
.btnOK
{
    height: 27px;
    width: 70px;
    background: #39638D;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
}
fieldset
{
    background: #FFFFFF;
    padding: 1px;
    border: 1px solid #fff;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    margin-bottom: 10px; /*page-break-after: always;*/
}
.hidden
{
    display: none;
}
legend
{
    border: 1px solid #fff;
    border-color: #e5e5c3 #505014 #505014 #e5e5c3;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #4297d7;
    background: #39638D;
    color: #ffffff;
    width: 97%;
}
.PageTitle
{
    color: #38628C;
    font-weight: bold;
    font-size: 18px;
}
.PageSubtitleTD
{
    color: #000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 6px 10px 6px 10px;
    background-color: #E5E5E5;
}
.PageFooterTD
{
    color: #000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 6px 10px 6px 10px;
    background-color: #E5E5E5;
}
.SchoolHeaderInfo
{
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}
a.breadcrumbLink
{
    color: #ffffff;
}
a
{
    /*color: #4E8DE0;*/
    color: #1a0dab;
    text-decoration: underline;
}

a:hover
{
    color: #7F1019;
    text-decoration: underline;
}

.watermark
{
    color: #999;
}
label
{
    float: left;
    text-align: left;
}
.label
{
    font-size: 10px;
    vertical-align: top;
    text-align: left;
    text-indent: 0px;
}
div.divWaitText
{
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 7px;
}
#divPleaseWaitOnLoad
{
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 45%;
    right: 50%;
    color: Red;
    font-size: 14px;
    font-weight: lighter;
    z-index: 500;
    background-color: White;
    border: 1px solid #444444;
    height: 30px;
    width: 150px;
}
td.goToNewControl
{
    cursor: pointer;
}
span.goToNewControl
{
    text-decoration: underline;
    cursor: pointer;
}
img.goToNewControl
{
    padding-left: 7px;
    background-color: #E1E8EE;
}
a.goToNewControl
{
    text-decoration: underline;
    cursor: pointer;
    background-color: #E1E8EE;
}
IMG.series_help
{
    cursor: pointer;
}
span.ShowWaitSpan
{
    background: #39638D url(/CSS/themes/custom-theme/images/ui-anim_basic_16x16.gif);
}
span.error
{
    width: 100%;
    background: #ee0101;
    color: #fff;
    font-family: Arial, sans-serif, Arial;
    font-size: 14px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#validationError
{
    width: 50%;
    background: #ee0101;
    color: #fff;
    font-family: Arial, sans-serif, Arial;
    font-size: 14px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.drop_Accordion, .drop_Accordion ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    -webkit-border-radius: 36px 12px;
}

.drop_Accordion a
{
    display: block;
    text-decoration: none;
}

.drop_Accordion li
{
    margin-top: 1px;
}

.drop_Accordion li a
{
    border: 1px solid #4297d7;
    /*background: #39638D;*/
    background-color: #6F96BC;
    padding: 0.3em;
    color: #ffffff;
}

.drop_Accordion li a:focus
{
    border: 1px solid #4297d7;
    background: #39638D;
    padding: 0.3em;
    color: #ffffff;
    outline: black solid 1px;
}

.drop_Accordion li a:hover
{
    border: 1px solid #4297d7;
    /*background: #87B6D9;*/
    background: #6B0B0C;
}

.drop_Accordion li ul li a
{
    cursor: pointer;
    border: 0px none;
    background: #FFFFFF;
    color: #000;
    padding-left: 8px;
    font-size: 11px;
    font-weight: normal;
}

.drop_Accordion li ul li a:hover
{
    cursor: pointer;
    border: .75px dotted #4297d7;
    background: #E2F0FC;
    padding-left: 8px;
    font-size: 11px;
}
.drop_Accordion li ul li a.selectedLeftMenu, a.selectedLeftMenu:hover
{
    font-weight: bold;
    background: #FFFFFF;
    border: 0px none #FFFFFF;
    cursor: text;
    color: Black;
    text-decoration: none;
}

.roundallcorners
{
    border-radius: 8px;
}

.roundtopcorners
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
}

.spAccord
{
    font-weight: bold;
}
.pgBreak
{
    page-break-inside: avoid;
    page-break-before: always;
    font-size: 15px;
}
.pgBreakAfter
{
    page-break-inside: avoid;
    page-break-after: always;
    font-size: 15px;
}
.preventPgBreak
{
    page-break-inside: avoid;
    font-size: 15px;
}
/* tables */
.tblMetricsHeaderRow thf
{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.tblMetricsHeaderRow th
{
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif, Arial;
}
th
{
    color: #39638D;
    text-align: center;
    font-family: Arial, sans-serif, Arial;
    font-size: 11px;
}
td
{
    font-family: Arial, sans-serif, Arial;
    font-size: 14px;
    font-weight: normal;
}
td.advancedSearch
{
    background-color: Black;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}
td.OneColumn
{
    width: 100%;
}
tbody.AvailableMetrics
{
    background-color: #E1E8EE;
    border: 1px solid #4572A7;
}
td.AvailableMetrics
{
    background-color: #E1E8EE;
    border: 1px solid #4572A7;
    padding: 5px 5px 5px 5px;
    width: 200px;
    max-width: 200px;
    vertical-align: top;
}
td.SummaryAvailableMetrics
{
    background-color: #E1E8EE;
    border: 1px solid #4572A7;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
td.basicSearch
{
    background-color: Black;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}
td.dynamicTableTD
{
    font-size: 12px;
    padding-right: 2px;
    padding-left: 2px;
    border-left: 1px solid #4572A7;
}
td.MenuMetrics1
{
    font-weight: bold;
    font-size: 11px;
}
td.MenuMetrics2
{
    padding-left: 3px; /*color: #023A78;*/
    font-weight: bolder;
    font-size: 11px;
}
td.MenuMetrics3
{
    padding-left: 8px;
    font-size: 11px;
}
td.MenuMetrics3.Selected
{
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
}
td.number
{
    text-align: right;
}
td.percent
{
    text-align: right;
}
td.profileSubHeading
{
    color: #39638D;
    font-weight: bold;
    font-size: 17px;
}
tr
{
    font-family: Arial, sans-serif, Arial;
    font-size: 12px;
}
.AvailableChartMetrics
{
    min-width: 674px;
    max-width: 674px; /*height:400px;*/
    vertical-align: top;
}
.AvailableChartMetricsTD
{
    vertical-align: top;
    min-width: 30%;
}
span
{
    font-family: Arial, sans-serif, Arial;
}
div
{
    font-family: Arial, sans-serif, Arial;
}
table.AvailableMetrics
{
    width: 100%;
    font-size: 12px;
}
th.dynamicTableTH
{
    font-size: 12px;
    color: #023A78;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
}
table.tblMetrics
{
    width: 100%;
    padding: 0px 0px 0px 0px;
}
tfoot.tblMetricsFoot
{
}
thead.tblMetricsHead
{
    border: 1px solid;
    background-color: #E6E6E6;
    padding: 0px 0px 0px 0px;
}
tr.tblMetricsHeaderRow
{
    border: 1px solid #4297d7;
    background: #39638D;
    padding: 1px 1px 1px 10px;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}
div.AContent
{
    min-width: 59%;
}
table.tablesorter
{
    font-family: Arial, sans-serif, Arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header
{
    /*background-image: url(../Images/bg.gif);*/
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td
{
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
    background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp
{
    /*background-image: url(../Images/asc.gif);*/
}
table.tablesorter thead tr .headerSortDown
{
    /*background-image: url(../Images/desc.gif);*/
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    /*background-color: #8dbdd8;*/
}
/*
    move to the bottom ========================================================
*/
table.orcViewTable
{
     border: 1px ridge #ccc;
}
table.orcViewTable tbody td, table.orcViewTable thead th
{
    font-size:12px;
}
table.orcViewTable thead th
{
    border: 1px ridge #ccc;
}

table.orcViewTable tbody td
{
    text-align:right;
    border: 1px ridge #ccc;
}
/*
table.orcViewTable thead tr.odd
{
    border-bottom: 1px ridge #ccc;
}
*/
/*===========================================================================*/
button
{
    padding: 2px 2px 2px 2px;
}
button.buttonCloseSections
{
    height: 20px;
    font-size: 10px;
    padding: 0px 3px 0px 0px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
}

button.small-buttons
{
    font-size: 10px;
    padding: 2px 2px 2px 2px;
}

button.btnSearch
{
    padding: 4px 4px 4px 4px;
}

li
{
    margin-left: 10px;
}

li.ul.li
{
    margin-left: 20px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* inputs************************************* */
input, select
{
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif, Arial;
    font-size: 10px;
}
input.SearchInputClass
{
    width: 80%;
    height: 22px;
    font-family: Arial, sans-serif, Arial;
    font-size: 10px;
}

select.SearchInputClass
{
    width: 80%;
}

/* added by AT 06/06/2011 */
td.radiogroup
{
    width: 20%;
    padding-right: 21px;
}
.textInput
{
    height: 22px;
}
.sdButton
{
    width: 90px;
}

/*
 * Default Layout Theme Created for jquery.layout

 *	PANES & CONTENT-DIVs
 */
.ui-layout-pane
{
    /* all 'panes' */
    background: #FFFFFF;
    border: 1px solid #BBB; /* DO NOT add scrolling (or padding) to 'panes' that have a content-div, 	   otherwise you may get double-scrollbars - on the pane AND on the content-div 	*/
    padding: 0px;
    overflow: auto;
}
.ui-layout-north
{
    background-color: #D9D9D9;
    padding: 0px;
    overflow: hidden;
    background-image: url(/CSS/themes/custom-theme/images/headergradient.png);
    background-repeat: repeat-x;
}
.ui-layout-west
{
    overflow: auto;
}

/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
.ui-layout-content
{
    padding: 10px;
    position: relative; /* contain floated or positioned elements */
    overflow: auto; /* add scrolling to content-div */
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer
{
    /* all 'resizer-bars' */
    background: #DDD;
    border: 1px solid #BBB;
    border-width: 0;
}
.ui-layout-resizer-drag
{
    /* REAL resizer while resize in progress */
}
.ui-layout-resizer-hover
{
    /* affects both open and closed states */
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover, /* hover-color to 'resize' */ .ui-layout-resizer-dragging
{
    /* resizer beging 'dragging' */
    background: #C4E1A4;
}
.ui-layout-resizer-dragging
{
    /* CLONED resizer being dragged */
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
.ui-layout-resizer-dragging-limit
{
    /* CLONED resizer at min or max size-limit */
    background: #E1A4A4; /* red */
}

.ui-layout-resizer-closed-hover
{
    /* hover-color to 'slide open' */
    background: #EBD5AA;
}
.ui-layout-resizer-sliding
{
    /* resizer when pane is 'slid open' */
    opacity: .10; /* show only a slight shadow */
    filter: alpha(opacity=10);
}
.ui-layout-resizer-sliding-hover
{
    /* sliding resizer - hover */
    opacity: 1.00; /* on-hover, show the resizer-bar normally */
    filter: alpha(opacity=100);
}
/* sliding resizer - add 'outside-border' to resizer on-hover
		 * this sample illustrates how to target specific panes and states */
.ui-layout-resizer-north-sliding-hover
{
    border-bottom-width: 1px;
}
.ui-layout-resizer-south-sliding-hover
{
    border-top-width: 1px;
}
.ui-layout-resizer-west-sliding-hover
{
    border-right-width: 1px;
}
.ui-layout-resizer-east-sliding-hover
{
    border-left-width: 1px;
}

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler
{
    border: 1px solid #BBB; /* match pane-border */
    background-color: #BBB;
}
.ui-layout-resizer-hover .ui-layout-toggler
{
    opacity: .60;
    filter: alpha(opacity=60);
}
.ui-layout-toggler-hover, /* need when NOT resizable */ .ui-layout-resizer-hover .ui-layout-toggler-hover
{
    /* need specificity when IS resizable */
    background-color: #FC6;
    opacity: 1.00;
    filter: alpha(opacity=100);
}
.ui-layout-toggler-north, .ui-layout-toggler-south
{
    border-width: 0 1px; /* left/right borders */
}
.ui-layout-toggler-west, .ui-layout-toggler-east
{
    border-width: 1px 0; /* top/bottom borders */
}
/* hide the toggler-button when the pane is 'slid open' */
.ui-layout-resizer-sliding ui-layout-toggler
{
    display: none;
}
/*
	 *	style the text we put INSIDE the togglers
	 */
.ui-layout-toggler .content
{
    color: #666;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */
}

.Is_Hidden
{
    display: none;
}

.selectedLink, .selectedLink.a
{
    font-size: 13px;
    font-weight: bold;
    color: Blue;
    cursor: text;
    text-decoration: none;
}

.noPieChartValues
{
    font-size: 14px;
    text-align: left;
    margin-left: 65px;
    top: -10px;
    position: relative;
    overflow: hidden;
    height: 340px;
}

.noPieChartValuesTitle
{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.noPieChartValuesSubTitle
{
    margin-bottom: -24px;
    padding-top: 20px;
    font-size: 11px;
    text-indent: 124px;
}
td.AvailableChartMetricsHeader
{
    padding: 10px 10px 10px 50px; /*background-color: #E6E6E6;*/
    background-color: #E5E5E5;
}

.tdPageLeft_Header, .tdPageRight_Header
{
    background-color: #39638D;
    color: #FFFFFF;
    border: 1px solid #000000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

#btnChartsTd
{
    text-align: right;
}
.alertWarningDiv
{
    padding: 3px 10px 3px 10px;
}
.alertWarningP
{
    padding: 3px 10px 3px 10px;
}

/*
   advanced search school styling
*/
.advSelect
{
    width: 120px;
}

/* this is css arrow down with border */
.arrowtop
{
    position: absolute;
    top: 1px;
    left: 3px;
    width: 0;
    height: 0;
    z-index: 100;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}
.arrowbottom
{
    position: absolute;
    width: 0;
    height: 0;
    z-index: 99;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid black;
}
.arrowdown
{
    position: relative;
    top: 0px;
    left: 0px;
}
/* */

/* div accordion header class */
.advHeader
{
    height: 20px;
    padding-top: 1px;
    cursor: pointer;
    background: none;
    font-weight: bold;
    /*border: 1px solid #67ABF0;*/
    border: 1px solid #39638D;
    margin-bottom:1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    
    /*-moz-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    */

}

/* no selection class */
.advNonSelected
{
    color: #000000;
    background-color: #E0E0E0;
}

/* selection class */
.advSelected
{
    color: #FFFFFF;
    background-color: #4A8F57;
}

.noshow
{
    display: none;
}

/* */

/* data set tabs */

.dvItem
{
    font-size: 14px;
    font-weight:600;
    color: #39638D;
    text-align: center;
    padding-top: 4px;
    height: 21px;
    /*padding-bottom:5px;*/
    /*border: 1px solid #4297d7;*/
    border: 1px solid #39638D;
    cursor: pointer;
    /*background: #39638D;*/
    background-color:#E0E0E0;
    margin-bottom:1px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;

}

.dvItemFloat
{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 11px;
    height: 30px;
    border: 1px solid #4297d7;
    cursor: pointer;
    background: #39638D;
}

.dvItem-Selected
{
    color: #39638D;
    font-weight: bold;
    background: #EEF1FC;
}

/* */
.initHead
{
    border-bottom: 2px ridge;
    width: 100%;
}

.DataSetResult
{
    cursor: pointer;
}

.DataSetResultCell
{
    border-left: 2px ridge;
    border-bottom: 1px ridge;
    cursor: pointer;
}

.SearchResultCell
{
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0;
}

.SearchResultCellLast
{
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
}
.scrollableSchoolTable
{
    max-height: 155px;overflow-y:scroll;display:block;
}

.scrollableLEATable
{
    max-height: 115px;overflow-y:scroll;display:block;
}


.DataSetResultCellLast
{
    border-left: 2px ridge;
    border-bottom: 1px ridge;
    border-right: 2px ridge;
    cursor: pointer;
}

.DataSetResultInitCell
{
    border-left: 2px ridge;
}

.DataSetResultInitCellLast
{
    border-left: 2px ridge;
    border-right: 2px ridge;
}

.hoverTable tr:hover
{
    background-color: #ffff99;
}

.selectTR
{
    background-color: #ffdd99;
}

/*  charts & graphs 2015  */
.chartContainers
{
    float: left;
    text-align: center;
    width: 100%;
}
.chartHeader
{
    color: #39638D;
    float: left;
    text-align: center;
    font-weight: bold;
}
.chartHeaderTop
{
    color: #39638D;
    font-weight: bold;
    text-align:center;
}
.chartSubHeader
{
    float: left;
}
.radioContainer
{
    margin-top: 4px;
    padding-left: 6px;
}
.radioChartHeader
{
    color: #39638D;
    float: left;
    text-align: right;
    width:125px;
    font-weight: bold;
}
.chartContainerDivs
{
    text-align: center;
    color: #000;
}

.nav-top
{
    padding: 6px; margin-right:4px; margin-top:3px; width:120px; text-align:left; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;
}
.nav-middle
{
    padding: 6px; margin-right:4px; width:120px; text-align:left; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;
}
.nav-bottom
{
    padding: 6px; margin-right:4px; width:120px;  text-align:left; border: 1px solid #e0e0e0;
}

.entityname
{
    color: #39638D; 
    font-weight: bold;
}

.table3
{
    border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0;
    font-size:14px;
}

.header3
{
    border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;
    font-size:14px;
}

.cell3
{
    border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;
    font-size:14px;
}
