﻿@import "SchoolCommon.css";
@import "../NPListingCommon.css";

/*
 *	Department Page CSS for NP Enterprise
 */


.HorizontalBorder{
	border-left: 0px white solid;
}

.LeftColumn{
	vertical-align:top;
	width: 200px;
}

.LeftPageContent{
	text-align:left;
}

.LeftZone{
	text-align:left;
}

.CentreColumn{
	vertical-align:top;
	width: 466px;
}

.CentrePageContent{
	text-align:left;
}

.CentreZone{
	text-align:left;
}

.CentreSchoolBanner{
	
}

.RightColumn{
	vertical-align:top;
	width: 286px;
}

.LeftSpacer{
	width:25px;
}

.RightSpacer{
	width:20px;
}

.FlashBanner{
	
}

.LeftSchoolLogo{
	width:100%;
	text-align:right;	
	border-top: 5px white solid;
	border-bottom: 10px white solid;
}

.VerticalBorder{
	width:2%;
	height:100%;
}

.RightBanner{
	width: 100%;
}

.ContentBorder{
	background-color: white;
	border-top: 5px white solid;
	border-bottom: 0px;
}

.BottomContentLeft{
	width:auto;
	vertical-align:top;
}


/********************************************************
 *	Left Navigation Menu
 ********************************************************/
.LeftNav{
	width: 200px;
}

.menu-StaticMenuStyle{
	display:inline;
	float:left;
}

.menu-StaticMenuItemStyle
{
 	width: 200px;
 	border-bottom: 1px #CCCCCC solid;
/*border-left: 6px white solid;*/
	color: #666666;
	height:21px;
	font-size:11px;
	font-weight:bold;
	text-align: right;
	border-top: 3px white solid;
	background: white url('/SiteCollectionImages/TemplateImages/left_menu_arrow_grey.gif') no-repeat scroll 185px;
	padding-right: 10px;
}


/****************************************
 * hide search box's background colour - ZD
 ****************************************/
 
td.ms-sbcell{
	border: 0px
}

td.ms-sbgo{
	background-color: #333333;
}


