/* Basic Styles - default*/
a:link, a:visited, a:active, .hyperlink {
    color: #009EDD;
    text-decoration: none;
}

    a:hover, a:focus, .hyperlink:hover, .hyperlink:focus {
        text-decoration: underline;
    }

a.legend-nav-anchor, a.label-nav-anchor {
    color: black;
    text-decoration: none;
    cursor: default;
}

    a.label-nav-anchor:focus, a.label-nav-anchor:active, a.label-nav-anchor:hover {
        text-decoration: none;
        cursor: default;
    }

h1,
.WelcomeToInPlace {
    color: White;
    font-weight: normal;
    background: #9D9D9D url(../Images/h1_bg.png) no-repeat top right;
    padding-top: 5px;
    font-size: 22px;
    height: 22px;
    font-family: "Trebuchet MS", Trebuchet, Lucida, sans-serif;
}

h2 {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    font-family: "Trebuchet MS", Trebuchet, Lucida, sans-serif;
}

h3 {
    font-size: 16px;
    color: #009EDD;
    font-weight: bold;
    border-bottom: 1px dashed #9b9b9b;
    font-family: "Trebuchet MS", Trebuchet, Lucida, sans-serif;
    padding-bottom: 3px;
}

caption h4 {
    text-align: left;
}

caption h5 {
    line-height: 1em;
    display: block;
    text-align: left;
}

.WelcomeToInPlace {
    line-height: 20px;
    margin-bottom: 5px;
    padding: 5px;
    padding-right: 0px;
}

    .WelcomeToInPlace h1 {
        background: none;
        background-color: none;
        float: left;
        padding: 0px;
    }

    .WelcomeToInPlace span {
        float: right;
        padding: 0px;
    }

    .WelcomeToInPlace input {
        font-size: small;
        color: black;
    }

    .WelcomeToInPlace select {
        font-size: small;
        color: black;
    }

/* Header */
#masthead {
    background-color: #00ABD2;
}

#mastheadlogo {
    background: url(../Images/logo.gif) no-repeat 0 0;
}

/* Grid */
.grid th {
    background-color: Black;
    color: White;
    border: 0;
}

    .grid th a {
        color: White;
        padding-left: 12px;
        background: url(../Images/arrow.png) no-repeat 0px 5px;
    }

.grid td {
    border: 0;
    border-top: dotted 1px LightGrey;
}

/* Toolbar */
.toolbar .search_rounded span {
    background: url(../Images/search-edit-right.png) no-repeat right top;
}

/* Popup */
.jqmWindow {
    background-color: #009EDD;
}

.jqmWindowHeader {
    background-color: #009EDD;
    border-bottom: solid 1px #009EDD;
}

.jqmResize {
    background-color: #009EDD;
}

fieldset label em {
    color: #009EDD;
}

.ui-progressbar .ui-progressbar-value {
    background-image: url(../Images/progressbar.gif);
    height: 15px;
    border: none;
}

.PlacementList .match .rank {
    color: #006391;
}

.PlacementList .match .title .highlight {
    color: #006391;
}

fieldset.fieldset_collapse legend,
div.fieldset_collapse > span.toggle {
    background: url(../Images/arrow_up.gif) no-repeat center right;
    padding-right: 10px;
    cursor: pointer;
}

fieldset.closed legend,
div.closed > span.toggle {
    background: url(../Images/arrow_down.gif) no-repeat center right;
    padding-right: 10px;
    cursor: pointer;
}

fieldset.collapse_styleonly legend {
    background: url(../Images/arrow_down.gif) no-repeat center right;
    padding-right: 10px;
}

fieldset.nocollapse legend {
    background: none;
}


.menu_splitter_handle_expanded {
    background: transparent url(../Images/pgLeft.gif) no-repeat center left;
}

.menu_splitter_handle_collapsed {
    background: transparent url(../Images/pgRight.gif) no-repeat center left;
}

#StudentHolderWidget li {
    color: #009EDD;
}

.GraphBarContainer {
    padding: 2px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    border: 2px solid #A0A0A0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 2px #E8E8E8;
    -webkit-box-shadow: 2px 2px 2px #E8E8E8;
    box-shadow: 2px 2px 2px #E8E8E8;
}

.FullPlacementBar {
    background: #0090e9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33baff', EndColorStr='#0090e9'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33baff', EndColorStr='#0090e9')"; /* IE8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#33baff), to(#0090e9)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff 5%, #33baff 20%, #0090e9 80%); /* for firefox 3.6+ */
}

.PartialPlacementBar {
    background: #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#c0c0c0'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#c0c0c0')"; /* IE8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#c0c0c0)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff 5%, #e0e0e0 20%, #c0c0c0 80%); /* for firefox 3.6+ */
}

.NoPlacementBar {
    background: #B84A47;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D08080', EndColorStr='#B84A47'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D08080', EndColorStr='#B84A47')"; /* IE8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#D08080), to(#B84A47)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff 5%, #D08080 20%, #B84A47 80%); /* for firefox 3.6+ */
}

.SelfPlacementBar {
    background: yellowgreen;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9ACD32', EndColorStr='#04B404'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9ACD32', EndColorStr='#04B404')"; /* IE8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#9ACD32), to(#04B404)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff 5%, #9ACD32 20%, #04B404 80%); /* for firefox 3.6+ */
}

.FullyPlaced {
    background: #0090e9;
}

.PartiallyPlaced {
    background: #c0c0c0;
}

.NotPlaced {
    background: #B84A47;
}

.UnalloctedPlacements {
    background: white;
}

.SelfPlaced {
    background: yellowgreen;
}

.Opportunity {
    background: orange;
}

.GraphAltText {
    font-weight: bold;
    text-align: center;
    border: solid 2px black;
}

/* Graph global style */
#summary_graph {
    font-family: Arial;
}
    /* Heading styles */
    #summary_graph .GraphHeading {
        color: black;
        font-weight: bold;
    }
    /* ConfirmedColor: keep these the same (RequestManager)*/
    #summary_graph .ReqSummaryLegend .FullyPlacedLegend {
        color: #0090e9;
    }
    /* BalanceColor: keep these the same (Requestmanager)*/
    #summary_graph .ReqSummaryLegend .ReqPlacementLegend {
        color: #B84A47;
    }
    /* Open Request table heading style (RequestManager) */
    #summary_graph .OpenRequestTable .OpenReqHeading {
        color: Blue;
        text-align: left;
    }

    #summary_graph .OpenRequestTable .OpenReqValue {
        text-align: center;
    }

    #summary_graph .OpenRequestTable td {
        padding: 2px;
    }



.GraphBarContainer .GraphBar {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
}



/* jQuery UI */

.ui-widget-header {
    border: 1px solid #009EDD;
    background: #009EDD;
}

.ui-widget-content {
    border: 3px solid #009EDD;
}

    .ui-state-active, .ui-widget-content .ui-state-active {
        color: #009EDD;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #009EDD;
        }

.ui-datepicker {
    border: 1px solid #009EDD;
    z-index: 10000!important;
}

.ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../../../Styles/images/jquery-ui/ui-icons_004276_256x240.png);
}
 

.tree-classic li.leaf a {
    color: #009EDD;
}


/*Custom div styling*/

/*Student Guide*/

#StudentHeader {
    border-collapse: collapse;
    width: 100%;
    padding: 6px 5px;
    text-align: left;
    background-color: black;
    color: White;
}

#StudentRow {
    padding: 5px;
    border: solid 1px LightGrey;
}

/*
    All styles for WCAG 2.0 Compliance    
*/


/* Styles for highlighting focused elements */

input[type="button"]:focus, input[type="submit"]:focus, input[type="password"]:focus, input[type="text"]:focus,
textarea:focus,
a.tab_button:focus, .tab_button_add:focus, .tab_button_print:focus,
select:focus,
legend > span:focus,
a:focus,
button:focus,
.ui-button:focus,
.config-edit:focus,
.tabs-nav a:focus,
.focusedCheckBoxAndRadioLabel {
    outline: 2px solid #009EDD;
}

input.ui-autocomplete-input:focus {
    background: #009EDD;
    color: #FFFFFF;
}

.tree li:focus, /** FI - This is to highlight focus around js tree nodes. Need to re-visit this when we replace js tree anytime in future */
.focusedCheckBoxAndRadio {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #009EDD;
}
