/************************************************************/
/*              DASL STYLESHEET                             */
/************************************************************/

/* Body Styles */
body
{
    font-size: 8pt;
    font-family: Verdana;
    -webkit-font-smoothing: antialiased;
}

.ltmm0
{
    margin: 0;
}

/* General Alignment */

.right
{
    text-align: right !important;
}
.left
{
    text-align: left !important;
}
.center
{
    text-align: center !important;
}

.fixed {
    table-layout: fixed;
}

/* General Widths and Heights */
.h5
{
    height: 5px;
}
.h10
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h20
{
    height: 20px;
}
.h25
{
    height: 25px;
}
.h30
{
    height: 30px;
}
.h35
{
    height: 35px;
}
.h40
{
    height: 40px;
}
.h45
{
    height: 45px;
}
.h50
{
    height: 50px;
}
.hp100
{
    height: 100%;
}

.wp45
{
    width: 45%;
}
.wp50
{
    width: 50%;
}
.wp55
{
    width: 55%;
}
.wp100
{
    width: 100%;
}

.w140
{
    width: 140px;
}

.w250
{
    width: 250px;
}
.w350
{
    width: 350px;
}
.mw400 {
    min-width: 400px;
}
.w500
{
    width: 500px;
}
.w800
{
    width: 800px;
}

.ff
{
    width: 100%;
    height: 100%;
}

/* Floats */
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.fb
{
    clear: both;
}

.nodisplay
{
    display: none;
}

/* Borders */
.noborder
{
    border: 0;
    border-spacing: 0;
}
.b1
{
    border: 1px solid black;
}

.nocscp
{
    /*border-spacing: 0;     border-collapse: collapse;*/
}

.c2 th, .c2 td
{
    padding: 2px;
}

.c4 th, .c4 td
{
    padding: 4px;
}

table,
table tr,
table td
{
    border: none;
    border-spacing: 0;
}

.spacer
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.nowrap
{
    white-space: nowrap;
}

.top
{
    vertical-align: top;
}

.middle
{
    vertical-align: middle;
}

.bottom
{
    vertical-align: bottom;
}

#commentContent
{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
}

#dlChildNodes
{
    line-height: 16px;
}

/* Padding */
.p5
{
    padding: 5px;
}
.p10
{
    padding: 10px;
}
.p15
{
    padding: 15px;
}

/* ========================================================================== */
/* General Layout */
/* ========================================================================== */
.ui-layout-north
{
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
.ui-layout-center
{
    padding: 0 !important;
}

#loading
{
    z-index: 200;
}


/* User Identification block and Search block */
td.UserContext
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Verdana;
    background-color: #00467f;
}
td.Feedback
{
    text-align: center;
}

/* Block that containes the current context area */
td.CurrentContextContainer
{
    background-color: #FFFFE1;
}
th.CurrentContext
{
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    text-decoration: underline;
}
/* Text items in the current context block */
td.CurrentContext
{
    font-size: 8pt;
}
td.CurrentContextAlert
{
    font-size: 8pt; /*color:Red;*/ /* option 3 */ /*color: #780015;*/ /* red-ish sort of a wine color*/ /* option 2 */
    color: #B90021; /* red-ish */ /* option 1 */ /*color: #8A2335;*/ /* plum /pink-ish */
}
/* Hyperlinked items in the current context block */
a.CurrentContext
{
    color: #00467f;
    text-decoration: underline;
}

.cbPadding
{
    padding-right: 4px;
}

/* Form elements in the User context area */
INPUT.UserContext
{
    font-size: 8pt;
    font-weight: normal;
}

/* Block that contains the page contents */
td.BodyContainer
{
    background-color: white;
}
/* BreadCrumb cells */
td.BreadCrumb
{
    font-weight: bold;
    color: #00467f;
    border-bottom: #00467f 1px solid;
    background-color: #6B93FF;
}

/* PAGE BANNER */

/* Large banner formatting ("DASL") */
td.BannerLarge
{
    font-weight: bold;
    font-size: 18pt;
    color: black;
    font-family: Times New Roman;
    background-color: silver;
}
/* Other banner elements */
td.Banner
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: silver;
}

/* Top navigation cells */

td.TopNav
{
    color: #00467f;
    background-color: #6B93FF;
    font-weight: bold;
    border-bottom: 1px solid #00467f;
}

/* Block that contains the left navigation */
td.LeftNavContainer
{
    border-right: #00467f 1px solid;
    font-size: 8pt;
    color: black;
    border-bottom: #00467f 1px solid;
    background-color: #FFE59E;
}
.LeftNavItem a.LeftNavLevel1
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration: underline;
}
.LeftNavItem a.LeftNavLevel1Selected
{
    font-weight: bold;
    font-size: 10pt;
    color: #F03800;
    text-decoration: underline;
}
.LeftNavItem a.LeftNavLevel2, a.LeftNavLevel3, a.LeftNavLevel4, .LeftNavLevel2, .LeftNavLevel3, .LeftNavLevel4
{
    font-weight: bold;
    font-size: 8pt;
    color: #00467f;
    text-decoration: none;
}
a.LeftNavLevel2Selected, a.LeftNavLevel3Selected, a.LeftNavLevel4Selected, .LeftNavLevel2Selected, .LeftNavLevel3Selected, .LeftNavLevel4Selected
{
    font-weight: bold;
    font-size: 8pt;
    color: #F03800;
    text-decoration: none;
}

@media screen
{
    html
    {
        overflow-y: scroll;
    }
    td.LeftNavItem
    {
        border-bottom: 1px solid #FFECB8;
    }

    tr.LeftNavItemHover
    {
        background-color: #FFECB8;
    }
}

/* CONTENT STYLE DEFINITIONS */

td
{
    font-size: 8pt;
    font-family: Verdana;
}

li
{
    font-size: 8pt;
    font-family: Verdana;
}

/* Page Headings */
.Heading
{
    font-weight: bold;
    font-size: 14pt;
    color: #00467f;
}
.SubHeading
{
    color: #4f91cd;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetca;
}
.Instructions
{
    font-weight: bold;
    font-size: 11px;
    color: maroon;
    font-family: Verdana, Helvetica, sans-serif;
}

.FeedBack {
    width: 100%;
    text-align: center;
}
.FeedBack .alert
{
    display: block;
    font-weight: bold;
}

.FeedbackSuccess
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: green;
}
.FeedbackFailure
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.FeedbackFailureLarge
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: red;
}
.gray-block {
    background-color: #F8F8F8;
    border: 1px solid #cccccc;
    padding: 5px;
}

.BoldText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.NonDefaultSchoolYear
{
    background-color: yellow;
    border-bottom: solid 2px red;
}

/* Form Labels */
.SubFormLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 09px;
    font-weight: bold;
    color: #00467f;
}

.form-label
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #00467f;
    white-space: nowrap;
}

/* text emphasis classes */
.NormalUnderline
{
    text-decoration: underline;
}
.NormalBold
{
    font-weight: bold;
}

.NormalItalic
{
    font-style: italic;
}

.Normal
{
    font-size: 11px;
}

.Small
{
    font-size: 10px;
}

/* Used when tiles of information are displayed */
table.Tiles
{
    background-color: black;
}

table.Tiles tr td
{
    background-color: #FFECB8;
}

H1
{
    font-weight: normal;
    font-size: 20px;
    color: #666644;
    font-family: Verdana, Helvetica, sans-serif;
}
H2
{
    font-weight: normal;
    font-size: 20px;
    color: #666644;
    font-family: Verdana, Helvetica, sans-serif;
}
H3, H4
{
    font-weight: normal;
    font-size: 12px;
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
}

H5, H6, DT
{
    font-weight: bold;
    font-size: 11px;
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
}

tfoot, thead
{
    font-size: 12px;
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
}

th
{
    border-collapse: separate;
    background-color: #00467f;
    border: 1px solid #AAAAAA;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}

.TableHead
{
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #00467f;
    color: white;
    text-align: center;
    padding: 4px;
}

.TableFoot
{
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #F5F5F5;
    border-color: #AAAAAA;
    color: #000000;
}

.TableHead th a
{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}

span.Desc,
span.Asc 
{
    background: transparent url('../_Include/images/ui-icons_ffffff_256x240.png') no-repeat 2px -1px;
    display: inline-block;
    width: 15px;
    height: 10px;
}

span.Desc {
    background: transparent url('../_Include/images/ui-icons_ffffff_256x240.png') no-repeat -64px -1px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}

UL LI
{
    list-style-type: square;
}
UL LI LI
{
    list-style-type: disc;
}
UL LI LI LI
{
    list-style-type: circle;
}
OL LI
{
    list-style-type: decimal;
}
OL OL LI
{
    list-style-type: lower-alpha;
}
OL OL OL LI
{
    list-style-type: lower-roman;
}
hr
{
    height: 1pt;
    text-align: left;
    color: #999999;
    margin: 2px 0 2px 0;
}

.BorderLeft
{
    border-left: #00467f 1px solid;
}
.BorderRight
{
    border-right: #00467f 1px solid;
}
.BorderTop
{
    border-top: #00467f 1px solid;
}
.BorderBottom
{
    border-bottom: #00467f 1px solid;
}

/* ========================================================================== */
/* Links A */
/* ========================================================================== */
/* BreadCrumb links */
a.UserContext
{
    color: white;
    text-decoration: underline;
}
a.BreadCrumb:link, a.BreadCrumb:visited
{
    font-weight: bold; /*COLOR: #00467f;*/
    color: white;
    text-decoration: none;
}
a.BreadCrumb:hover
{
    text-decoration: underline;
}

/* QuickLinks (Print, Help, etc.) */
a.QuickLink:link, a.QuickLink:hover
{
    font-weight: bold; /*COLOR: #00467f;*/
    color: white;
    text-decoration: none;
}

/* style for generic links and link buttons */
a:link, a:visited, a:active
{
    color: #00467f;
    text-decoration: underline;
}

a:hover
{
    color: #00467f;
    text-decoration: underline;
}

/* Banner Links */
a.Banner:link, a.Banner:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: underline;
}
/* Tap navigation links */
a.TopNav:link, a.TopNav:hover, a.TopNav:active, a.TopNav:visited
{
    /*COLOR: #00467f;*/
    color: white;
    font-weight: bold;
    text-decoration: none;
}
a[disabled=disabled]:hover, a[disabled=disabled]
{
    text-decoration: none;
    color: black;
}

/* ========================================================================== */
/* Form Elements */
/* ========================================================================== */

/* Used for rendering Disabled TextBoxes */
input:disabled, input.Disabled, select:disabled, .TextboxDisabled, .DropDownListDisabled
{
    color: #545454;
    background-color: #EBEBE4;
}

input[type="radio"]
{
    margin-top: -2px;
    margin-right: 4px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

/* Used for rendering Disabled TextBoxes with numeric values */
/* Numeric values */
input.Numeric, select.Numeric
{
    text-align: right;
}

@media screen
{
    input, select
    {
        font-family: Verdana, Helvetica, Sans-Serif;
        font-size: 9pt;
    }
}

/* ========================================================================== */
/* Validation */
/* ========================================================================== */
.Validator, .ValidationSummary
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

.InvalidField
{
    background-color: #FFE6E6;
    border-color: red;
}

#valSummary ul,
#sumValidation ul  
{
    padding: 0 0 0 5px;
}
.ValidationSummary #sumValidation.error-item ul li,
#valSummary.error-item ul li,
#sumValidation ul li {
    list-style-type: none;
}

div.error-item ul li
{
  list-style-type: none;   
}

/* ========================================================================== */
/* Custom Web Controls */
/* ========================================================================== */

/* For use with the Tigra Tree Pro */
.mout
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    padding-top: 0;
    background-color: #ffffff;
    text-decoration: none;
}
.mover
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    padding-top: 0;
    background-color: #4682b4;
    text-decoration: none;
}

/* text style for buttons and link buttons */
.CommandButton
{
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}

.CommandButtonDisabled
{
    color: Gray;
    text-decoration: none;
}
.CommandButtonDisabled:hover
{
    color: Gray;
    text-decoration: none;
}

/* hyperlink style for link buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
    color: #0033CC;
    font-weight: bold;
    text-decoration: none;
}
a.CommandButton:hover
{
    color: #0033CC;
    font-weight: bold;
    text-decoration: underline;
}

input.CommandButton
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: silver;
    color: Black;
    text-decoration: none;
}

input.CommandButtonTool
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #8FC1E6;
    color: Black;
    text-decoration: none;
}

/* IE Only specification for ToolButton styles */
@media screen
{
    input.CommandButton
    {
        height: 20px;
        border: 1px solid Black;
    }

    input.CommandButtonTool
    {
        height: 20px;
        border: 1px solid Black;
        cursor: pointer;
    }
}
.spinbox tr, .spinbox td, .spinbox
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
/* ========================================================================== */
/* Grid Item Titles */
/* ========================================================================== */
table .DataGrid
{
    border-collapse: collapse;
}

.DataGrid td
{
    border: 1px solid #AAAAAA;
    padding: 4px;
}

table .DataGrid.Outline {
    border: 1px solid #000;
}
.DataGrid.Outline td
{
    border: 0;
}

table .DataGrid table tr td
{
    border: 0;
    padding: 0;
}

table.DataGrid.Outline tr.TableHead td,
table tr.TableHead table tr td
{
    font-size: 12px;
    border: 0;
    padding: 4px;
}

table tr.TableFoot table tr td
{
    font-size: 10px;
    border: 0;
    padding: 0;
}

.FilterByBlockOuterTable
{
    background-color: #CCCCCC;
}

.FilterByBlockInnerTable
{
    background-color: #F8F8F8;
}

.FeedbackBlockOuterTable
{
    background-color: black;
}

.FeedbackBlockInnerTable
{
    background-color: #FFE59E;
}
a.TableHead
{
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

a.TableFoot
{
    text-decoration: underline;
}

.TableRowEven
{
    font-size: 11px;
    font-weight: normal;
    background-color: white;
}

.TableRowOdd
{
    font-size: 11px;
    font-weight: normal;
    background-color: #EEEEEE;
}

.TableRowOn
{
    font-size: 11px;
    background-color: #D3D3D3;
    color: black;
}

.TableRowHighlight
{
    font-size: 11px;
    background-color: #D3D3D3;
}

.TableRowHighlight2
{
    font-size: 11px;
    background-color: #FFF1CC;
}

.TableRowHighlightAlternate
{
    font-size: 11px;
    background-color: #E9967A;
}

.TableRowHighlight3
{
    font-size: 11px;
    font-weight: normal;
    color: #009900;
}

.TableRowInfraction
{
    font-size: 11px;
    font-weight: normal;
    background-color: #EEEEEE;
}

.TableRowAction
{
    font-size: 11px;
    font-weight: normal;
    background-color: white;
}

.TableRowNoteNotBold
{
    font-size: 11px;
    background-color: #E7F7FF;
}

.TableRowNote
{
    font-size: 11px;
    font-weight: bold;
    background-color: #E7F7FF;
}

.TableRowPolicy
{
    font-size: 11px;
    font-weight: bold;
    background-color: #DDDDDD;
}

.TableRowContact
{
    font-size: 11px;
    font-weight: bold;
    background-color: #FFE59E;
}

.TableRowInactive
{
    font-size: 11px;
    background-color: lightgrey;
    color: black;
}

.TableRowDropped
{
    font-size: 11px;
    background-color: Aqua;
    background-image: url(../_Images/bgDropped.JPG);
    color: white;
}
a.TableRowDropped
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    background-color: transparent;
    background-image: none;
    font-family: Verdana;
    text-decoration: none;
}
a.TableRowDropped:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #cccccc;
    background-color: transparent;
    background-image: none;
    font-family: Verdana;
    text-decoration: underline;
}
.TableRowWithdrawn
{
    font-size: 11px;
    background-color: Lime;
    background-image: url(../_Images/bgWithdrawn.JPG);
    color: white;
}
a.TableRowWithdrawn
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    background-color: transparent;
    background-image: none;
    font-family: Verdana;
    text-decoration: none;
}
a.TableRowWithdrawn:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #cccccc;
    background-color: transparent;
    background-image: none;
    font-family: Verdana;
    text-decoration: underline;
}
/* ========================================================================== */
/* Module Specific */
/* ========================================================================== */

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-weight: bold;
    font-size: 11px;
    color: mediumblue;
    font-family: Verdana, Helvetica, sans-serif;
}

.ItemTitle2
{
    font-weight: bold;
    font-size: 11px;
    color: #900000;
    font-family: verdana,arial,helvetica,sans-serif;
}

/* style of Discipline Infraction rows */
.TableInfractionRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: darksalmon;
}


/* style of Discipline Action rows */
.TableActionRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: darkturquoise;
}

/* style of Discipline Contact rows */
.TableContactRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: mediumaquamarine;
}

/* style of Discipline Note rows */
.TableNoteRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: silver;
}

/* style of Fee Payment rows */
.TablePaymentRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: lightgreen;
}


/* style of Fee Drop rows */
.TableDropRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: palegoldenrod;
}

/* style of Fee Refund rows */
.TableRefundRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: powderblue;
}

/* style of Fee Waiver rows */
.TableWaiverRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: lavender;
}

/* style of Security Settings Course rows */
.TableCourseRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: aqua;
}

/* style of Security Settings Group rows */
.TableGroupRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: #F0F8FF;
}

/* style of Security Settings Grade rows */
.TableGradeRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: #7FFFD4;
}

/* style of Security Settings Teacher rows */
.TableTeacherRow
{
    border-right: solid;
    border-top: solid;
    font-weight: normal;
    font-size: 11px;
    border-left: solid;
    line-height: 12px;
    border-bottom: solid;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: beige;
}

/* ========================================================================== */
/* Tabstrip */
/* ========================================================================== */
.TabActive
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    border: 1px solid #DDDDDD;
    border-bottom-color: #F5F5F5;
    background-color: #F5F5F5;
    text-align: center;
}
.TabInactive
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9da0a4;
    border: 1px solid #DDDDDD;
    background-color: #CCDDEE;
    text-align: center;
}

@media screen
{
    .TabActive, .TabInactive
    {
        padding: 1px 8px 1px 8px;
    }
}

.TabStrip {
    border-spacing: 0;
    width: 100%;
    padding: 0;
}

.TabStrip td {
    padding: 0;
}

.TabSpace
{
    border-bottom: 1px solid #CCCCCC;
}
.TabBorder
{
    border: 1px solid #DDDDDD;
    background-color: #F5F5F5;
    border-top-color: #F5F5F5;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.fieldsetHeader
{
    background: #00467f;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 3px 0 3px 0;
    width: 100%;
    display: inline-block;
    text-indent: 14px;
}
.TabInactive a[disabled=disabled], .TabInactive a[disabled=disabled]:hover, .TabInactive a:link, .TabInactive a:hover, .TabInactive a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9da0a4;
    text-decoration: none;
}

.TabInactive a:link, .TabInactive a:hover, .TabInactive a:visited
{
    color: #696969;
}


.TabInactive a:hover
{
    color: #00467f;
}
.TabInactive a[disabled=disabled]
{
    cursor: no-drop;
}

/* ========================================================================== */
/* Page Instructions */
/* ========================================================================== */
.PageInstructionsOuterTable
{
    border: 1px solid #cccccc;
}
.PageInstructionsInnerTable
{
    background-color: #F8F8F8;
}

.RecordsFound
{
    color: #900000;
    font-weight: bold;
    font-size: 10px;
    font-family: verdana,arial,helvetica,sans-serif;
}

a.SearchBreadCrumb, .SearchBreadCrumb
{
    color: Green;
    text-decoration: none;
}

a.SearchBreadCrumb:hover
{
    color: darkgreen;
    text-decoration: underline;
}

.borderPanelActive
{
    border: 1px solid silver;
    border-radius: 0 0 7px 7px;
    padding-bottom: 5px;
}

.roundedPageInstructionsOuterTable
{
    background-color: #CCCCCC;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.roundedPageInstructionsInnerTable
{
    background-color: #F8F8F8;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
}

.fieldsetRounded
{
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: white;
}

.legend
{
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    color: maroon;
    font-family: Verdana, Helvetica, sans-serif;
}
.RequisiteNotMet
{
    color: #FF0000 !important;
    font-weight: bold;
}

@media screen
{
    INPUT.CommandButton
    {
        background-image: url(../_Images/CommandButtonBG.gif);
    }

    INPUT.CommandButtonTool
    {
        background-image: url(../_Images/CommandButtonToolBG.gif);
    }
}

/* Classes available for print control */
@media print
{
    .NoPrint
    {
        display: none;
    }
}


/* ========================================================================== */
/* SYI - School year Initialization */
/* ========================================================================== */
TR.ModuleTask TD
{
    border-top: 1px dotted black;
    padding: 4px 0 4px 0;
}

TR.ModuleTaskItem TD
{
    border-top: 1px dotted silver;
}

/* ========================================================================== */
/* Bulk Course Section Transfer */
/* Course Section Assignments */
/* Assignment Drop */
/* ========================================================================== */
.bcst span.Validator.date
{
    display: none !important;
}

.bcst input[type="radio"]
{
    outline: 0;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin: 2px 0 0 2px;
    vertical-align: middle;
}

input[type="checkbox"]
{
    vertical-align: middle;
    padding-right: 5px;
}

.vocInfo
{
    border: solid 1px;
    border-color: silver;
    padding-right: 10px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: white;
}

.deleteRequest label
{
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
    padding-left: 5px;
}
/* ========================================================================== */
/* Bulk Student Transfer */
/* Marking Pattern Mapping */
/* Marks Mapping */
/* Bulk Course Section Transfer */
/* View Pending Students */
/* Student Transfer */
/* ========================================================================== */
.completionListElement
{
    visibility: hidden;
    margin: 0 !important;
    background-color: inherit;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    text-align: left;
    list-style-type: circle;
    font-family: Verdana;
    font-size: 12px;
    padding: 0;
    overflow: auto;
    max-height: 150px;
}
.listItem
{
    background-color: white;
    overflow: auto;
    padding: 1px;
}
.highlightedListItem
{
    background-color: #B8D1F8;
    padding: 1px;
}
.watermarked
{
    color: gray;
    text-align: center;
}
.collapsePanelHeader a
{
    color: #FFFFFF;
}
.cpHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 11px auto Verdana;
    font-size: 12px;
    cursor: pointer;
    width: 450px;
    height: 18px;
    padding: 4px;
}
.cpBody
{
    background-color: #DCE4F9;
    font: normal 11px auto Verdana, Arial;
    border: 1px gray;
    width: 450px;
    padding: 4px;
    padding-top: 7px;
}

.phCourseSections table, .phCourseSections tr, .phCourseSections td
{
    border: 0;
}
/* ========================================================================== */
/* Family Groups */
/* ========================================================================== */
label.ui-autocomplete-input
{
    margin-top: 1.33px !important;
}

/* ========================================================================== */
/* Student Eligibility */
/* ========================================================================== */
#phDetailRule .DataGrid tr
{
    border: 1px solid #000000;
}
/* ========================================================================== */
/* Central and Navigation */
/* ========================================================================== */

td.TopNav
{
    background-color: #00467f; /* ProgressBook suite "blue" */
}

a.TopNav
{
    color: #ffffff;
}

td.TopNav
{
    height: 38px;
    border: 0;
    border-bottom: 2px solid #eeeeee;
}

td.CurrentContextContainer
{
    background-color: #FFFFE1;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
}

td.CurrentContext
{
    color: #323232;
    padding: 0;
}

td.UserContext, td.Banner, td.BannerLarge, a.Banner
{
    background-color: #cccccc;
    color: #323232;
}

td.Banner, td.BannerLarge
{
    border-bottom: 2px solid #eeeeee;
}

td.BreadCrumb, a.BreadCrumb, td.BreadCrumb a.QuickLink
{
    background-color: #4f91cd; /* StudentInformation "blue" */
    border: 0;
    color: #ffffff;
}

td.BreadCrumb
{
    border-top: 1px solid #eeeeee;
}

.separator
{
    font-size: 10px;
}

#pb-suite-app-icon-topnav-col
{
    margin: 0;
    padding: 0;
}

#pb-suite-app-icon-container
{
    height: 38px;
}

img.small-icon
{
    border: 0;
    height: 16px;
    width: 16px;
}


img.menu-icon
{
    border: 0;
    height: 32px;
    vertical-align: middle;
    width: 32px;
    margin: 3px;
}

span.menu-icon-separator
{
    border-left: 1px solid #ffffff;
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    margin-left: 7px;
}

img.menu-arrow
{
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}

img.app-list-logo
{
    border: 0;
    height: 50px;
    vertical-align: middle;
}

#pb-suite-app-list
{
    background-color: #e7e7e7;
    cursor: default;
    display: none;
    left: 0;
    position: absolute;
    padding: 0;
    padding-bottom: 10px;
    right: 0;
    top: 38px;
    width: 100%;
    z-index: 2000;
}

#pb-suite-app-list ul
{
    border-top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#pb-suite-app-list ul li
{
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 278px;
}

/* View Users - Central Info */
.central-info
{
    color: #323232;
    font-size: 7.5pt;
    font-style: italic;
}

/* Add/Edit User - Central Info */
.edit-user-central-info
{
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px;
}

/* ========================================================================== */
/* jQuery Placeholder */
/* ========================================================================== */
.placeholderWrap
{
    position: relative;
    display: inline-block;
}

.placeholderWrap label
{
    color: #999;
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    cursor: text;
}

.placeholder-focus label
{
    color: #999;
}

.placeholder-changed label
{
    display: none;
}

/* ========================================================================== */
/* Student Profile Edit */
/* ========================================================================== */
.dgFSA tbody tr,
.dgFS tbody tr,
.dgFD tbody tr {
    height: 30px;
}

/* ========================================================================== */
/* jquery.timepicker */
/* ========================================================================== */
span.ui-timepicker-trigger {
    width: 16px;
    height: 16px;
    position: relative;
    background-position: -48px -24px;
    background-image: url("images/glyphicons-halflings.png");
    display: inline-block;
    top: 5px;
}
.ui-timepicker-wrapper
{
    z-index: 10001;
}
.ui-timepicker-list
{
    overflow-x: hidden;
    overflow-y: auto;
    height: 115px;
    width: 7.4em;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 5px 10px #330000;
    -moz-box-shadow: 0 5px 10px #330000;
    box-shadow: 0 5px 10px #330000;
    outline: none;
    z-index: 10001;
}

.ui-timepicker-list.ui-timepicker-with-duration
{
    width: 11em;
}

.ui-timepicker-duration
{
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration
{
    color: #888;
}

.ui-timepicker-list li
{
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected
{
    background: #fff;
    color: #000;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list:hover .ui-timepicker-selected:hover
{
    background: #3399FF;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration
{
    color: #ccc;
}

/* ========================================================================== */
/* jQuery Datepicker */
/* ========================================================================== */
img.ui-datepicker-trigger
{
    position: relative;
    top: 3px;
    padding-left: 3px;
}

.SAMonth, .SADate, .SATime
{
    white-space: nowrap;
    display: inline;
}

.ui-datepicker th
{
    background-color: transparent;
    color: #2e6e9e;
}

/* ========================================================================== */
/* EZQuery Student Birthday */
/* ========================================================================== */
#EZBirthCalendar .DataDay
{
    background-color: #ccddee;
}

#EZBirthCalendar .Title td
{
    font-size: 14px;
    font-weight: bold;
}

#EZBirthCalendar .DayText
{
    float: right;
    font-weight: bold;
}

#EZBirthCalendar .Day
{
    vertical-align: top;
    text-align: left;
    border: 1px solid gray;
}

#EZBirthCalendar td.Day
{
    height: 125px;
}
#EZBirthCalendar td
{
    width: 14%;
}

/* ========================================================================== */
/* GC Record Page */
/* ========================================================================== */
.eTranGC tr.selected
{
    background-color: #FFE59E;
}

.eTranGC #rtmenubox
{
    padding: 10px 0 10px 0;
}

.eTranGC #GCStudentName
{
    color: #00467f;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.eTranGC #GCDetailGrid tr:hover, .GCRecordGrid tr:hover
{
    background-color: #ccddee;
    cursor: pointer;
    color: white;
}

.eTranGC #GCDetailGrid td
{
    text-align: center;
}

.eTranGC .fancyboxGC
{
    text-decoration: underline;
}

.eTranGC .fancybox-skin
{
    margin: -8px;
}

/* ========================================================================== */
/* EMIS Verify */
/* ========================================================================== */
.MessageTypeLabel {
    font-style: italic;
}
/* ========================================================================== */
/* District Building Information */
/* ========================================================================== */
.DBInfo
{
    text-align: center;
    background-color: #00467f;
    color: white;
    width: 100%;
}
/* ========================================================================== */
/* Recalc Security */
/* ========================================================================== */
body.recalc #app_logo
{
    width: 350px;
    height: 60px;
    background: transparent url('../Controls/_Images/ApplicationLogos/ApplicationLogos.png') no-repeat -332px -60px;
    margin: auto;
}

body.recalc .outer
{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

body.recalc .middle
{
    display: table-cell;
    vertical-align: middle;
}

body.recalc .inner
{
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
}
body.recalc #imgProgressBar {
    padding: 5px;
}

body.recalc {
    line-height: 20px;
}

/* ========================================================================== */
/* EMIS/StudentSpecialEducation */
/* ========================================================================== */
#toast {
    position: fixed;
    bottom: 50%;
    width: 250px;
    height: auto;
    right: 0;
    background-color: #4f91cd;
    color: #ffffff;
    border-radius: 25px 0 0 25px;
    box-shadow: -4px 8px 15px #E2E2E2;
    padding: 10px;
    z-index: 99999;
}

#toast a {
    color: #E2E2E2;
}

#toast #btnClose {
}


/* ========================================================================== */
/* Report Window */
/* ========================================================================== */
.rptmgmt .fancybox-skin
{
    margin: -15px;
    padding-right: 0 !important;
}

.rptmgmt td.close {
    display: none;
}

/* ========================================================================== */
/* Developer Tools */
/* ========================================================================== */
#devtools
{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #ccddee;
    font-family: Verdana;
    font-size: 11px;
    line-height: 11px;
}

/* IE 6 */
* html #devtools
{
    position: absolute;
    top: expression((0-(devtools.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.btnAddCourse 
{
    background: transparent url("../_Images/glyphicons-halflings.png") no-repeat 0px -93px;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 4px;
}