﻿.school-logo {
	background-color: #555;
	background-image: url('/Resources/19/42/39/i194239/Portals/p1354/logo.gif');
	background-position: center center;
	background-repeat:  no-repeat;
}

body {
	background-color:  #FF0000;

	background-image: none;
	background: -moz-linear-gradient(top, #FF0000, #424242);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#424242));
    background: -o-linear-gradient(top, #FF0000, #424242);     
	color:  #FFFFFF;	
}

    
    @media all and (min-width:0) {
        body { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#424242') \0/; } /* IE 9 + */
    }
    

body > div.wrapper
{

}

.pane-nav ul .active a, .pane-nav ul li.active a:hover {
	background: #FF0000;
	background: -moz-linear-gradient(100% 100% 90deg, #FF0000, #FF0000);
	background: -webkit-linear-gradient(100%, 100% 90deg, #FF0000, #FF0000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
	color: #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 600;
	position: relative;
}

.pane-nav ul .active a span, .pane-nav ul li.active a:hover span {
	display: block;
	  position: absolute;
	  right: -12px;
	  top: 50%;
	  border-top:12px solid transparent;
	  border-bottom:12px solid transparent;
	  border-tight:0;
	  border-left:12px solid #FF0000;
	  margin-top: -12px;
}

.add-contact-point ul a:active
{
	background: #F26522;
	background: -moz-linear-gradient(100% 100% 90deg, #2386EF, #2E8EF4);
	background: -webkit-linear-gradient(100%, 100% 90deg, #2386EF, #2E8EF4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
}


.add-contact-point ul a:hover
{
	background: #FF0000;	
	color: white;
}

h1.school-title
{
	color:#000000;
	
	background-image: url('/Resources/19/42/39/i194239/Portals/p1354/logo.gif');
	background-position:  left bottom;
	background-repeat:  no-repeat;
	text-indent: -9999px; 
	height: 100px;
}