﻿
.MainContentTable
{
	width: 100%;
	height: 500px;
}
.MainContentTableLeftCell
{
	width: 600px;
	height: 500px;
	vertical-align: top;
}
.MainContentTableRightCell
{
	width: 300px;
	height: 500px;
	vertical-align: top;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
}
.ImageInTextRight
{
	float: right;
	margin-left: 5px;
}
.ImageInTextLeft
{
	float: left;
	margin-left: 5px;
}
.PageTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	text-transform: capitalize;
}

.PageTitle2
{
	font-size: 20px;
	color: Gray;
	font-family: Arial;
	text-transform: capitalize;
}

a
{
	text-decoration: none;
}
.PageSection
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.IntroText
{
	font-style: italic;
	color: #000080;
}
.TeaserSection
{
	padding-left: 10px;
	padding-right: 10px;
}

a {color:Navy}

a:hover{color:Red}


/* Formview control on the CourseInfo.aspx page  */

.CourseInfoResults
{
    width: 100%;font-size: 20px;
}

.CourseInfoResults .CourseInfoResultsCol
{
	background-color: #507CD1;
	color: White;
	
}
.CourseInfoResults .CourseInfoResultsCol a{color:white} 
.CourseInfoResults .CourseInfoResultsCol a:hover{color:red} 
.CourseInfoResults .CourseInfoResultsColAlt{background-color:White; color:Navy}
.CourseInfoResults .CourseInfoResultsColAlt a{color:white} 
.CourseInfoResults .CourseInfoResultsColAlt a:hover{color:red}

/* Datalist control on the Schedule.aspx page  */

.dlScheduleTable
        {
	width: 570px; border-style:solid; border-width:1px;
}

.dlScheduleTable .dlScheduleTableCol1
{
	background-color: #6699FF;
	color: White;
	font-weight: bold;
	width: 135px;
}

.dlScheduleTable .dlScheduleTableCol2
{
	background-color: #99CCFF;
	color: Navy;
	width: 350px;
}

.dlScheduleTable .dlScheduleTableCol3
{
	background-color: #3366CC;
	color: #FFFFFF;
	width: 70px;
	text-align: right;
}

.dlScheduleTable .dlScheduleTableCol4{background-color:Navy; color:White; font-weight:bold; width:100px;}
.ReportHeader
{
	background-color: #C0C0C0;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.ReportBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ReportInfo
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*  Hot Classes Style */

.HotClassText
{
	font-size:14px;
	color:#666699;	
}

.adTextTitle
{
	font-size: 20px;
	font-weight: bold;
	color: #6666FF;
}

.adText
{
	font-size:16px;
	color:Gray;
}

.adTextMoney
{
	font-size:20px;
	font-weight:bold;
	color:Green;
}

.studentQuotes{color:Gray;}