﻿@import "SchoolCommon.css";
@import "../../NPListingCommon.css";

/*
 *	Listing Page CSS
 */


/********************************************************
 * NP Content Query 1
 ********************************************************/

.ContentQuery1_Title{
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	border-bottom: 10px white solid;
	text-indent: 5px;
}


/********************************************************
 * NP Content Query 3
 ********************************************************/

.ContentQuery3_Title{
	width:100%;
	text-align:left;
	text-indent:0px;
	cursor: pointer;
}
 
.ContentQuery3_BaseHolder{
	border: 5px white solid;
}

a.ContentQuery3_Link:hover {
	text-decoration:none;
}

.ContentQuery3_DescHolder{
	width: auto;
}

.ContentQuery3_BtnHolder{
	width:100%;
	text-align:right;
}

.ContentQuery3_Btn{
}

/********************************************************
 * NP Content Query 4
 ********************************************************/

.ContentQuery4_Title{
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	border-bottom: 10px white solid;
	text-indent: 0px;
}

.ContentQuery4_BaseHolder{
	width: 95%;
}

.ContentQuery4_DescHolder{
	width: 95%;
}

.ContentQuery4_BtnHolder{
	width: 95%;
}

/********************************************************
 * NP School News Content Query
 ********************************************************/
 
.NPSchoolNews_BaseHolder{
	border: 5px white solid;
	border-bottom: 10px white solid;
}

a.NPSchoolNews_Link:active {
}

a.NPSchoolNews_Link:visited {
}

a.NPSchoolNews_Link:link {
}

a.NPSchoolNews_Link:hover {
	text-decoration:none;
}

.NPSchoolNews_DescHolder{
	width: auto;

}

.NPSchoolNews_DateHolder{
	background: white url('/SiteCollectionImages/TemplateImages/Bullet_orange_arrow.gif') no-repeat;
	text-indent: 20px;
	color: black;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Helvetica, verdana, sans-serif;
	width: 23%;
	vertical-align:top;
}

.NPSchoolNews_Title{
	color: black;
	font-weight:bold;
	font-size: 13px;
	font-family: Arial, Helvetica, verdana, sans-serif;
}





/*********************************************/

td.ms-sbcell{
	border: 0px
}

td.ms-sbgo{
background-color: #F3F3F3;
}

.ms-WPBody td{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
}



