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