/* Basic Styles - custom*/
a:link, a:visited, a:active, .hyperlink
{
    color: #284996;
}

h1,
.WelcomeToInPlace
{
    color: #FFFFFF;	
    background: #304F76 url(../../Content/Themes/Custom/Images/h1_bg.png) no-repeat top right;	
}

h2 
{ 
	color: #000000;  
}

h3 
{ 
	color: #009EDD;  
}


/* Header */
#masthead {
    background: #253751; /* Old browsers */
    background: -moz-linear-gradient(left, #253751 0%, #3D588F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#253751), color-stop(100%,#3D588F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #253751 0%,#3D588F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #253751 0%, #3D588F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #253751 0%,#3D588F 100%); /* IE10+ */
    background: linear-gradient(to right, #253751 0%,#3D588F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253751', endColorstr='#3D588F',GradientType=1 ); /* IE6-9 */
  	border-bottom: 1px #D9D9D solid;
}

#mastheadlogo {
    background: url(/inplace/Admin/Theme.mvc/RenderImage/Masthead_Logo) no-repeat 0 0;	
}

 #main_menu, .menu_navbar
{
     background: -webkit-linear-gradient(#3E3E3E, #232323); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(#3E3E3E, #232323); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(#3E3E3E, #232323); /* For Firefox 3.6 to 15 */
     background: linear-gradient(#3E3E3E, #232323); /* Standard syntax */
}

.menu_navbar li:hover
{
    background-color: #9C9C9C;
}

/* 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: #304F76;
}

.jqmWindowHeader
{
	background-color: #304F76;
	border-bottom: solid 1px #304F76;
}

.jqmResize {
   background-color: #304F76;
}


fieldset label em
{
	color: #304F76;
}

.ui-progressbar .ui-progressbar-value 
{ 
    background-image: url(../../Content/Themes/Custom/Images/progressbar.gif);
}

.PlacementList .match .rank
{
    color: #232323;
}
.PlacementList .match .title .highlight
{
    color: #232323;
}

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: #304F76; 
}

/* jQuery UI */

.ui-widget-header {
    border: 1px solid #304F76;
    background: #304F76;
}

.ui-widget-content {
    border: 3px solid #304F76;
}

    .ui-state-active, .ui-widget-content .ui-state-active {
        color: #304F76;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #304F76;
        }

.ui-datepicker {
    border: 1px solid #304F76;
    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: #304F76; 
}

.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;
}
