﻿
.school-logo {
	background-color: #555;
	background-image: url('/Resources/18/11/80/i181180/Portals/p233/logo.jpg');
	background-position: center center;
	background-repeat:  no-repeat;
}

body {
	background-color:  #EDE9E6;


	color:  #FFFFFF;	
}

body > div.wrapper
{
	background-image: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDE9E6, endColorstr=#2465FF)";
	background: -moz-linear-gradient(top, #EDE9E6, #2465FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#EDE9E6), to(#2465FF));
    background: -o-linear-gradient(top, #EDE9E6, #2465FF);
}

.pane-nav ul .active a, .pane-nav ul li.active a:hover {
	background: #EDE9E6;
	background: -moz-linear-gradient(100% 100% 90deg, #EDE9E6, #EDE9E6);
	background: -webkit-linear-gradient(100%, 100% 90deg, #EDE9E6, #EDE9E6);
	-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 #EDE9E6;
	  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: #EDE9E6;	
	color: white;
}

h1.school-title
{
	color:#000000;
	
	background-image: url('/Resources/18/11/80/i181180/Portals/p233/logo.jpg');
	background-position:  left bottom;
	background-repeat:  no-repeat;
	text-indent: -9999px; 
	height: 100px;
}