﻿@charset "UTF-8";
/* CSS Document */

body, div, a, p, h1, h2, h3, h4, table, tr, td, span, ul, ol, li, label, img
{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif !important;
	font-size: 14px;
	font-weight: normal;
}

img
{
	display: block;
}

.shell
{
	width: 100%;
}

.shellInner
{
    margin: 0 auto;
    width: 96%;
    min-width: 1000px;
}

.centered
{
	text-align: center;
}

.red
{
	color: #d00;
}

.floatL
{
	float: left;
}

.floatR
{
	float: right;
}

.floatM
{
	margin: 0 auto;
}

.clear
{
	clear: both;
}

.empty
{
	height: 30px;
}

.round
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.roundSmall
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/********************************/
/*     SCHOOL NAME              */
/********************************/

.schoolName, .header
{
	font-size: 22px;
	color: #444;
	text-align: center;
	margin: 15px 0;
}

	.schoolName img
	{
		text-align: center;
		display: inline;
		margin-bottom: 10px;
	}

	.schoolName span
	{
		clear: both;
		font-size: 18px;
	}

/********************************/
/*     TOP NAVIGATION BAR       */
/********************************/

.navBar
{
	background: #c2dcf6;
	padding: 10px 0;
}

	.navBar a.navBtn, .navBar a.navBtn:visited, .navBar a.navBtn:active
	{
		display: inline-block;
		line-height: 10px;
		width: 125px;
		margin-right: 25px;
		padding: 10px 0;
		font-weight: 600;
		text-align: center;
		color: #295786;
		background: url(../images/bg_nav.png) top left repeat-x;
	}

		.navBar a.navBtn:hover, .navBar a.current
		{
			color: #ff7900;
			background: url(../images/bg_nav.png) bottom left repeat-x;
			cursor: pointer;
		}

		.navBar a.navBtn img
		{
			width: 30px;
			height: 30px;
			margin: 0 auto;
		}

	.navBar a.dashIcon img
	{
		background: url(../images/nav_icons.png) -1px -94px no-repeat;
	}

	.navBar a.dashIcon.current img, .navBar a.dashIcon:hover img
	{
		background: url(../images/nav_icons.png) -39px -94px no-repeat;
	}

	.navBar a.studentsIcon img
	{
		background: url(../images/nav_icons.png) -1px 0px no-repeat;
	}

	.navBar a.studentsIcon.current img, .navBar a.studentsIcon:hover img
	{
		background: url(../images/nav_icons.png) -39px 0px no-repeat;
	}

	.navBar a.reportsIcon img
	{
		background: url(../images/nav_icons.png) -1px -63px no-repeat;
	}

	.navBar a.reportsIcon.current img, .navBar a.reportsIcon:hover img
	{
		background: url(../images/nav_icons.png) -39px -63px no-repeat;
	}

	.navBar a.resourcesIcon img
	{
		background: url(../images/nav_icons.png) -1px -31px no-repeat;
	}

	.navBar a.resourcesIcon.current img, .navBar a.resourcesIcon:hover img
	{
		background: url(../images/nav_icons.png) -39px -31px no-repeat;
	}

	.navBar a.navBtn.last
	{
		margin-right: 0;
	}

/********************************/
/*     STUDENT SEARCH BAR       */
/********************************/

.studentSearch
{
	margin-bottom: 30px;
	background: #ccc;
	padding: 10px 20px;
}

	.studentSearch .go, .studentSearch .go:visited, .studentSearch .go:active
	{
		background: #295786;
		color: #fff;
		padding: 3px 5px;
		text-decoration: none;
		font-size: 14px;
	}

		.studentSearch .go:hover
		{
			background: #4ca2f9;
		}

	.studentSearch input
	{
		width: 300px;
		padding: 7px;
		border-radius: 3px;
		border: 1px solid #999;
	}

/********************************/
/*     DATE SEARCH BAR          */
/********************************/

.dateSearch
{
	margin-bottom: 30px;
	background: #6c8aa0;
	padding: 0px 20px;
}

	.dateSearch .buttonShell
	{
		border-left: 1px solid #85a0b4;
		border-right: 1px solid #607b8f;
	}

	.dateSearch .button, .dateSearch .button:visited, .dateSearch .button:active
	{
		display: inline-block;
		padding: 10px 20px;
		color: #fff;
	}

		.dateSearch .button:hover, .dateSearch .button.current
		{
			background: #295786;
		}

	.dateSearch #dateTable
	{
		height: 40px;
		color: #fff;
	}

		.dateSearch #dateTable.current
		{
			background: #295786;
		}

	.dateSearch .go, .dateSearch .go:visited, .dateSearch .go:active
	{
		display: none;
	}

		.dateSearch .go:hover
		{
			background: #4ca2f9;
		}

	.dateSearch #dateTable.current .go, .dateSearch #dateTable.current .go:visited, .dateSearch #dateTable.current .go:active
	{
		background: #608FBF;
		color: #fff;
		padding: 3px 5px;
		text-decoration: none;
		font-size: 14px;
		display: block;
	}

		.dateSearch #dateTable.current .go:hover
		{
			background: #4ca2f9;
		}

#dateTable input
{
	width: 90px;
}

/********************************/
/*     WIDGETS                  */
/********************************/

.widget
{
	width: 31.2%;
	float: left;
	background: #9C0;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

	.widget a, .widget a:visited, .widget a:active
	{
		color: #fff;
		font-size: 30px;
		text-decoration: none;
	}

		.widget a:hover
		{
			text-decoration: underline;
		}

.wOne
{
	background: url(../images/widget_bgs.png) -20px 10px no-repeat #35b55a;
}

.wTwo
{
	background: url(../images/widget_bgs.png) -20px -223px no-repeat #f37057;
}

.wThree
{
	background: url(../images/widget_bgs.png) -25px -415px no-repeat #6858a6;
}

.wFour
{
	background: url(../images/widget_bgs.png) -50px -624px no-repeat #35b55a;
}

.wFive
{
	background: url(../images/widget_bgs.png) -15px -1042px no-repeat #f37057;
}

.wSix
{
	background: url(../images/widget_bgs.png) -30px -841px no-repeat #6858a6;
}

.widget div
{
	font-size: 42px;
}

.widget span
{
	font-size: 18px;
}

.gap
{
	width: 3.2%;
	float: left;
}

/********************************/
/*     TABLES                   */
/********************************/

/* TOP 20 */
.top20
{
	width: 65.6%;
	background: #295786;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	float: left;
}

	.top20 a, .top20 a:visited, .top20 a:active
	{
		color: #fff;
	}

		.top20 a:hover
		{
			color: #afd8ff;
		}

/* NEW COURSES */
.new
{
	background: #0098ae;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	float: left;
	width: 31.2%;
}

	.new a, .new a:visited, .new a:active, .new a:hover
	{
		color: #fff;
	}

/* BIG TABLES */
.bigTable
{
	width: 100%;
	padding: 5px 0;
	background: #295786;
	text-align: center;
	color: #fff;
	float: left;
}

	.bigTable a, .bigTable a:visited, .bigTable a:active, .bigTable a:hover
	{
		color: #fff;
	}

/* MISC TABLE STYLES */
.tablePad
{
	padding: 5px 0;
	border-left: 2px solid #295786;
	border-right: 2px solid #295786;
}

.new .tablePad
{
	border: 0px;
	padding: 5px 2px;
}

.top20 h1, .new h1, .bigTable h1
{
	font-size: 20px;
}

.top20 table, .new table, .bigTable table
{
	color: #444;
	min-width: 100%;
}

.top20 th, .bigTable th
{
	background: #608fbf;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.new th
{
	background: #2cb1c5;
	padding: 5px;
	color: #fff;
	font-size: 12px;
}

.top20 th span, .bigTable th span
{
	font-size: 11px;
}

.odd
{
	background: #fff;
}

.even
{
	background: #eee;
}

.top20 td, .new td, .bigTable td
{
	padding: 5px;
	font-size: 12px;
}

.tablePad th a, .tablePad th a:visited, .tablePad th a:active
{
	font-size: 12px;
}

	.tablePad th a:hover
	{
		font-size: 12px;
		color: #DBEDFC;
	}

table th.sorting
{
	background: #80aad3;
}

.contactTable .tablePad
{
	padding: 5px 2px;
	border: 0;
}

/********************************/
/*     PRINT DOWNLOAD BUTTONS   */
/********************************/

.topButtons
{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

/********************************/
/*     TABLE LINKS              */
/********************************/

a.link, a.link:visited, a.link:active
{
	color: #295786;
}

	a.link:hover
	{
		color: #608FBF;
	}

a.submit, a.submit:visited, a.submit:active
{
	background: #ff7900;
	padding: 5px 10px;
	text-decoration: none;
}

	a.submit:hover
	{
		background: #ff9535;
	}

a.download, a.print
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

	a.download img
	{
		background: url(../images/dl_buttons.png) 0 0 no-repeat;
		width: 24px;
		height: 24px;
	}

	a.download:hover img
	{
		background: url(../images/dl_buttons.png) -24px 0 no-repeat;
	}

	a.print img
	{
		background: url(../images/dl_buttons.png) 0 -24px no-repeat;
		width: 24px;
		height: 24px;
	}

	a.print:hover img
	{
		background: url(../images/dl_buttons.png) -24px -24px no-repeat;
	}

a.info
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

	a.info img
	{
		background: url(../images/icon_info.png) 0 0 no-repeat;
		width: 12px;
		height: 13px;
	}

	a.info:hover img
	{
		background: url(../images/icon_info.png) -12px 0 no-repeat;
	}

/********************************/
/*     CONTACT FORM             */
/********************************/

table.contact
{
	width: 100%;
}

	table.contact th
	{
		font-size: 14px;
		font-weight: normal;
	}

.contact table .label
{
	text-align: right;
	font-size: 14px;
	color: #666;
}

.contact table .field
{
	text-align: left;
}

	.contact table .field input
	{
		width: 350px;
		padding: 5px;
		font-size: 14px;
		color: #666;
	}

	.contact table .field textarea
	{
		width: 350px;
		padding: 5px;
		font-size: 14px;
		color: #666;
		font-weight: normal;
		resize: none;
		font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	}

.contact a.email, .contact a.email:visited, .contact a.email:active
{
	font-weight: 400;
	font-style: italic;
}

	.contact a.email:hover
	{
		color: #b8d9ff;
	}

/********************************/
/*          LOGIN               */
/********************************/

.login
{
	width: 500px;
	min-width: 500px !important;
	margin: 0 auto;
}

	.login .label
	{
		padding-top: 12px;
	}

/********************************/
/*     MODAL POPUPS             */
/********************************/

.pop
{
	background: #fff;
	padding: 10px 10px 20px;
	width: 310px;
	margin: 0 auto 30px;
	position: relative;
}

	.pop h1
	{
		font-size: 20px;
		margin-bottom: 5px;
	}

	.pop h2
	{
		font-size: 16px;
		margin-bottom: 10px;
		color: #444;
	}

	.pop p
	{
		margin-bottom: 10px;
	}

		.pop p.last
		{
			margin-bottom: 0;
		}

	.pop a.reportLink, .pop a.reportLink:visited, .pop a.reportLink:active
	{
		display: block;
		margin: 0 auto 10px;
		width: 180px;
		padding: 10px;
		background: #eee;
		color: #295786;
		font-size: 16px;
	}

		.pop a.reportLink:hover
		{
			background: #DFECFF;
		}

		.pop a.reportLink.last
		{
			margin-bottom: 0;
		}

	.pop select
	{
		font-size: 14px;
		padding: 3px;
		margin-bottom: 10px;
	}

	.pop option
	{
		font-size: 14px;
	}

	.pop .submit
	{
		color: #fff;
	}

/********************************/
/*       ERRORS                 */
/********************************/

.msgRed
{
	background: url("../images/bg_msgs.png") 5px -29px no-repeat #FFDDDD;
	border: 1px solid #CC0000;
	clear: both;
	color: #CC0000;
	padding: 2px 5px 5px 25px;
	text-align: center;
	margin: 0 0 30px;
}

.msgYellow
{
	background: url("../images/bg_msgs.png") 5px -67px no-repeat #FFFF99;
	border: 1px solid #993300;
	clear: both;
	color: #993300;
	padding: 2px 5px 5px 25px;
	text-align: center;
	margin: 0 0 30px;
}

.msgGreen
{
	background: url("../images/bg_msgs.png") 5px 5px no-repeat #DDFFDD;
	border: 1px solid #005500;
	clear: both;
	color: #005500;
	padding: 2px 5px 5px 25px;
	text-align: center;
	margin: 0 0 30px;
}

/********************************/
/*     Logout Link              */
/********************************/

.logout
{
	padding: 0;
	float: right;
	margin: -13px 0 0 -70px;
}

	.logout a, .logout a:visited, .logout a:active
	{
		padding-top: 30px;
		background: #bfbfbf;
		color: #fff;
	}

		.logout a:hover
		{
			background: #39C;
		}

/********************************/
/*     TABLE PAGINATION         */
/********************************/

.pagination div, .pagination a, .pagination span, .pagination label, .pagination input
{
	font-size: 12px;
}

.pagination
{
	color: #fff;
	margin: 0 auto;
	padding: 8px 5px 4px;
	width: 100%;
}

	.pagination .pageResults
	{
		clear: none;
		float: left;
		padding-left: 5px;
		padding-top: 1px;
		text-align: center;
	}

	.pagination .pages
	{
		padding-top: 1px;
		text-align: center;
		float: left;
		margin-left: 80px;
	}

		.pagination .pages input
		{
			border-radius: 3px;
			cursor: pointer;
			font-size: 12px;
			margin: -1px 2px 0;
			padding: 0 5px;
			text-decoration: none;
			border: 1px solid #666666;
		}

		.pagination .pages .active
		{
			background: none repeat scroll 0 0 #D7EBFA;
			color: #666666;
		}

		.pagination .pages .next, .pagination .pages .next:hover
		{
			background-image: url("../images/paginate.png");
			background-position: center -41px;
			background-repeat: no-repeat;
		}

		.pagination .pages .last, .pagination .pages .last:hover
		{
			background-image: url("../images/paginate.png");
			background-position: center -62px;
			background-repeat: no-repeat;
		}

		.pagination .pages .first, .pagination .pages .first:hover
		{
			background-image: url("../images/paginate.png");
			background-position: center -1px;
			background-repeat: no-repeat;
		}

		.pagination .pages .previous, .pagination .pages .previous:hover
		{
			background-image: url("../images/paginate.png");
			background-position: center -21px;
			background-repeat: no-repeat;
		}

.footer
{
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 40px 0;
}

	.footer img
	{
		display: inline;
		text-align: center;
		margin-bottom: 10px;
	}