﻿@import "SchoolCommon.css";
@import "../NPDeptCommon.css";


/*
 *	Department Page CSS
 */

.HorizontalBorder{
	border-left: 0px black solid;
	background: #FFFFFF;
}

.HorizontalBorder2{
	width: 210px;
	height: 5px;
	border-top: 3px black solid;
	background-color: #000000;
	border-left: 5px black solid;
}

.HorizontalBorder3{
	width: 100%;
	height: 10px;
}

.LeftColumn{
	vertical-align:top;
	width: 210px;
}

.LeftSchoolLogo{
	width:100%;
	background: #000000;
	text-align:right;	
	border-top: 10px black solid;
	border-bottom: 10px black solid;
}

.LeftNav{
	background: #000000;
}

.VerticalBorder{
	width:2%;
	height:100%;
}

.RightBanner{
	width: 100%;
}

.ContentBorder{
	background-color: white;
	border-top: 5px white solid;
	border-bottom: 0px;
}

.TopContentArea{
	padding-left: 10px;
	padding-bottom: 10px;
}

.BottomContentLeft{
	padding-left: 10px;
	padding-right: 5px;
	width: 488px;
	vertical-align: top;
}

.BottomContentRight{
	width: 250px;
	vertical-align: top;
	padding-left: 7px;
}

#MSOZoneCell_WebPartWPQ3{
	background: #EBEBEB;
}

#MSOZoneCell_WebPartWPQ2{
	background: #EBEBEB;
}

.SubTitle{
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuStyle{
	display:inline;
}

.menu-StaticMenuItemStyle{
	color: #FF9900;
	height:13px;
	font-weight: bold;
	text-align: right;
/*	background: white url('/lsct/PublishingImages/arrow_left_menu_red.gif') no-repeat scroll 145px;*/
	background: black;
	text-indent:0px;
	padding-right: 10px;
	border-top: black 3px solid
}


/********************************************************
 * NP Content Query 1
 ********************************************************/
 
.ContentQuery1_BaseHolder{
	background: #EBEBEB;
	border: #EBEBEB;
	width: 478px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 13px;
}

.ContentQuery1_Link:active, hover, visited {
	text-decoration:none;
}
 
.ContentQuery1_Title{
	font-family: Arial, Helvetica, sans-serif;
	border: #EBEBEB;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: none;
}

.ContentQuery1_Btn{
/*	background: white url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat; */
	text-decoration:none;
}

.ContentQuery1_DescHolder{
	width:96%;
}

.ContentQuery1_Description{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ContentQuery1_BtnHolder{
	display: none;
	/*
	border-bottom: 0px #F5F5F5 solid;
	border: #EBEBEB;
	width: 100%;
	text-align: right;
	padding-right: 12px;
	*/
}

