﻿@import "SchoolCommon.css";
@import "../NPDeptCommon.css";


/*
 *	Department Page CSS dated 26 Sep 2011
 */

.TopHorizontalBorder{
	height: 10px;
}

.MainContentArea{
	vertical-align: top;
}

.LeftContentHolder{
	vertical-align: top;
}

.LeftSchoolLogo{
	background: transparent url('/hs/PublishingImages/HomeLogo.jpg') no-repeat;
	width: 215px;
	height: 72px;		
}

.LeftNav{
	vertical-align: top;
	background: transparent url('/hs/PublishingImages/hs_navbg.jpg') no-repeat;
	width: 215px;
}

.LeftNavBottomBorder{
	background: transparent url('/hs/PublishingImages/hs_navbtm.jpg') no-repeat;
	width: 215px;
	height: 26px;
}

.LeftDivider{

}

.LeftContent{

}

.VerticalBorder{
	width: 10px;
}

.RightContentHolder{
	vertical-align: top;
}

.FlashBanner{
	vertical-align: top;
}

.BannerHorizontalBorder{
	height: 15px;
}

.HorizontalBorder{
	height: 10px;
}

.RightBottomContentArea{
	width: 748px;
}

.BottomContentLeft{
	width: 500px;
	text-align: left;
	vertical-align:top;
	padding-right: 10px;
}

.BottomContentRight{
	width: 230px;
}

.LastUpdate{

}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuItemStyle{
	color: #FFFFFF;
	text-align:right;
	background: none;
	/*background: transparent url('/hs/PublishingImages/left_menu_arrow.gif') no-repeat 142px;*/
	text-indent:0px;
	padding-right: 12px;
	/* border-top-color: #336600; */
	border-top-color: transparent;
}


/*******************************************************/


/********************************************************
 * NP Content Query 1
 ********************************************************/

.ContentQuery1_Title{
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.ContentQuery1_Description{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ContentQuery1_BtnHolder{
	text-align:right;
	padding-right: 12px;
}

.ContentQuery1_Btn{
	display: none;
	/*background: white url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;*/
}


/****************************************
 * hide search box's background colour - ZD
 ****************************************/
 
td.ms-sbcell{
	border: 0px
}

td.ms-sbgo{
	background-color: #333333;
}

