﻿@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%;
}



/*********************************************/

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;
}



