﻿@import "SchoolCommon.css";
@import "../NPListingCommon.css";

/*
 *	SoE Listing Page CSS
 */

/********************************************************
 * NP Content Query 1
 ********************************************************/
 
.ContentQuery1_BaseHolder{
	width: 445px;
	border-bottom: 1px #CCCCCC solid;
}

.ContentQuery1_Title{
	color: #0066cc;
}

.ContentQuery1_DescHolder{
	width: 425px;
	text-align:justify;
	border-left: 5px white solid;
}

.ContentQuery1_Btn{
	background: white url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;
}

.ContentQuery1_BtnHolder{
	border-bottom: 3px white solid;
	width: 445px;
}

/**********************************************
 *	Image on Left, Title and Desc on right
 **********************************************/
 
.NP_ImgLeft_TitleDescRight_BaseHolder{
	border-bottom: 10px white solid;
	text-align:left;
	width: 600px;
}

.NP_ImgLeft_TitleDescRight_img{
	width:100px;
	height:60px;	
}

.NP_ImgLeft_TitleDescRight_Title{
	text-decoration:none;
	color: #0066cc;
}

.NP_ImgLeft_TitleDescRight_Desc{
}

a.NP_ImgLeft_TitleDescRight_Link:hover:active, visited, link, hover {
	text-decoration:none;
}

.NP_ImgLeft_TitleDescRight_BtnHolder{
	width: 600px;
	text-align:right;
}

.NP_ImgLeft_TitleDescRight_Btn{
	text-decoration:none;
	/*background: none;*/
	background: transparent url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;
	padding-right:20px;
}

.NP_ImgLeft_TitleDescRight_Link{
}


/******************************************************
 *	Image on Left, Title URL and Desc on right as TOC *
 ******************************************************/
 
.NP_ImgLeft_TitleUrlDescRightTOC_BaseHolder{
	border-bottom: 10px white solid;
	text-align:left;
	width: 250px;
}

.NP_ImgLeft_TitleUrlDescRightTOC_img{
	width:67px;
	height:50px;	
}

.NP_ImgLeft_TitleUrlDescRightTOC_Title{
	font-weight:bold;
	text-decoration:none;
	color: #006666;
}

.NP_ImgLeft_TitleUrlDescRightTOC_Desc{
}

a.NP_ImgLeft_TitleUrlDescRightTOC_Link:hover:active, visited, link, hover {
	text-decoration:none;
}

.NP_ImgLeft_TitleUrlDescRightTOC_BtnHolder{
	width: 250px;
	text-align:right;
}

.NP_ImgLeft_TitleUrlDescRightTOC_Btn{
	text-decoration:none;
	/*background: none;*/
	/*background: transparent url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;
	padding-right:20px;*/
}

.NP_ImgLeft_TitleUrlDescRightTOC_Link{
}



