/* Basic Styles - custom*/
a:link, a:visited, a:active, .hyperlink 
{
    color: #003366;
}

h1,
.WelcomeToInPlace
{
    color: #FFFFFF;	
    background: #0076A5 url(../../Content/Themes/Custom/Images/h1_bg.png) no-repeat top right;	
}

h2 
{ 
	color: #000000;  
}

h3 
{ 
	color: #003366;  
}


/* Header */
#masthead {
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #FFFFFF 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #FFFFFF 0%,#FFFFFF 100%); /* IE10+ */
    background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px #D9D9D solid;
}

#mastheadlogo {
    background: url(/inplace/Admin/Theme.mvc/RenderImage/Masthead_Logo) no-repeat 0 0;	
}

/* Menu */

.inp-nav-bar {
    background-color: #003366;
}
    .inp-nav-bar a:focus {
        background-color: #666666;
    }

    .inp-nav-bar .inp-nav-bar-items .inp-nav {
        background-color: #003366;
    }

        .inp-nav-bar .inp-nav-bar-items .inp-nav > li > a:hover {
            background-color: #666666;
        }

        .inp-nav-bar .inp-nav-bar-items .inp-nav > li > a.active {
            background-color: #666666;
        }

        .inp-nav-bar .inp-nav-bar-items .inp-nav .inp-nav-dropdown .inp-nav-dropdown-menu li a:focus,
        .inp-nav-bar .inp-nav-bar-items .inp-nav .inp-nav-dropdown .inp-nav-dropdown-menu li a:hover {
            background-color: #003366;
        }

@media (min-width:768px) {
    .inp-nav-bar .inp-nav-bar-items .inp-nav > li > a.active:after {
        border-top-color: #666666;
    }
}

/* Grid */

.grid th a
{
	background:  url(../../Content/Themes/Custom/Images/arrow.png) no-repeat 0px 5px;
}



/* Toolbar */
.toolbar .search_rounded span
{
	background: url(../../Content/Themes/Custom/Images/search-edit-right.png) no-repeat right top;
}

/* Popup */
.jqmWindow {
	background-color: #003366;
}

.jqmWindowHeader 
{
    background-color: #003366;
    border-bottom: solid 1px #003366;
}

.jqmResize {
    background-color: #003366;
}


fieldset label em 
{
    color: #003366;
}

.ui-progressbar .ui-progressbar-value 
{ 
    background-image: url(../../Content/Themes/Custom/Images/progressbar.gif);
}

.PlacementList .match .rank
{
    color: #003366;
}
.PlacementList .match .title .highlight 
{
    color: #003366;
}

fieldset.fieldset_collapse legend,
div.fieldset_collapse > span.toggle
{
    background: url(../../Content/Themes/Custom/Images/arrow_up.png) no-repeat center right;
}

fieldset.closed legend,
div.closed > span.toggle
{
    background: url(../../Content/Themes/Custom/Images/arrow_down.png) no-repeat center right;
}

fieldset.collapse_styleonly legend
{
    background: url(../../Content/Themes/Custom/Images/arrow_down.png) no-repeat center right;
}

.menu_splitter_handle_expanded
{
	background: transparent url(../../Content/Themes/Custom/Images/arrow_left.png) no-repeat center left;
}

.menu_splitter_handle_collapsed
{
	background: transparent url(../../Content/Themes/Custom/Images/arrow_right.png) no-repeat center left;
}

#StudentHolderWidget li 
{ 
    color: #003366; 
}

/* jQuery UI */

.ui-widget-header {
    border: 1px solid #003366;
    background: #003366;
}

.ui-widget-content {
    border: 3px solid #003366;
}

    .ui-state-active, .ui-widget-content .ui-state-active {
        color: #003366;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #003366;
        }

.ui-datepicker {
    border: 1px solid #003366;
    z-index: 10000 !important;
}

.ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.ui-widget-content .ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.ui-state-default .ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.ui-state-active .ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url('../../Content/Styles/images/jquery-ui/ui-icons_004276_256x240.png');
}

.tree-classic li.leaf a 
{
    color: #003366;
}

.FullPlacementBar 
{
    background: #0090e9;
}

.PartialPlacementBar 
{
    background: #c0c0c0;
}

.NoPlacementBar 
{
    background: #B84A47;
}

.FullyPlaced 
{
    background: #0090e9;
}
.PartiallyPlaced 
{
    background: #c0c0c0;
}
.NotPlaced 
{
    background: #B84A47;
}

.UnalloctedPlacements 
{
    background: #FFFFFF;
}

.SelfPlacementBar 
{
    background: #9ACD32;
}

.SelfPlaced 
{
    background: #9ACD32;
}

.Opportunity 
{
    background: #FFA500;
}
