﻿@import "SchoolCommon.css";
@import "../NPListingCommon.css";

/*
 *	AA Listing Page CSS
 */
 
 /********************************************************
 * NP Content Query 2
 ********************************************************/
 
.ContentQuery2_BaseHolder{
	border: 5px white solid;
}

.ContentQuery2_ImgHolder{
	float: left;
	width:20%;
}

a.ContentQuery2_Link:active, visited, link, hover {
	text-decoration:none;
}

.ContentQuery2_Img {
}

.ContentQuery2_DescHolder{
	width: auto;
}

.ContentQuery2_TitleBullet{
	background: white url('/SiteCollectionImages/TemplateImages/Bullet_orange_arrow.gif') no-repeat;
	width:20px;
}

.ContentQuery2_Title{
	color: black;
	font-weight:bold;
	font-size: 13px;
	font-family: Arial, Helvetica, verdana, sans-serif;
	text-decoration:none;
}

.ContentQuery2_Bullet{
}

.ContentQuery2_Description{
	font-size:12px;
	border-left: 20px white solid;
}

.ContentQuery2_BtnHolder{
	width:100%;
	text-align:right;
}

.ContentQuery2_Btn{
	text-decoration:none;
}

.CourseTitle{
	font-weight: bold;
	color: white;
}

.CourseTable{
	background: #669900;
	width: 600px;
}

