﻿@import "SchoolCommon.css";
@import "../NPDeptCommon.css";


/*
 *	Department Page CSS For LSCT
 */

.HorizontalBorder{
	border-left: 0px white solid;
	background: #FFFFFF;
}

.HorizontalBorder2 {
	width:100%;
	height:5px;
	border-top:3px white solid;
	background-color: #FFFFFF;
	border-left: 5px white solid;
}

.LeftColumn{
	vertical-align:top;
	width: 30%;
}

.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;
}

.BottomContentLeftTop{
}

.BottomContentLeftBottom{
}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuStyle{
	display:inline;
}

.menu-StaticMenuItemStyle{
	color: #000000;
	height:13px;
	font-weight: normal;
	text-align: right;
/*	background: white url('/lsct/PublishingImages/arrow_left_menu_red.gif') no-repeat scroll 145px;*/
	background: white;
	text-indent:0px;
	padding-right: 10px;
}


/********************************************************
 * NP Content Query 1
 ********************************************************/
 
.ContentQuery1_BaseHolder{
	width: 460px;
}

.ContentQuery1_Link:active, hover, visited {
	text-decoration:none;
}
 
.ContentQuery1_Title{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
}

.ContentQuery1_Btn{
	display: none;
	background: none;
	/*background: white url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;*/
	text-decoration:none;
}

.ContentQuery1_DescHolder{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	width:96%;
	font-size: 11px;
	text-align:justify;
}

.ContentQuery1_BtnHolder{
	border-bottom:1px #FFFFFF solid;
	width:100%;
	text-align:right;
	padding-right: 12px;

}



