﻿.trackInfo
{
	width: 100%;
}
/*        div
        {
        	border: solid 1px cyan;
        }
        table
        {
        	border: solid 1px red;
        }
        tr 
        {
        	border: solid 1px green;
        }
        td 
        {
         	border: solid 1px yellow;
        }*/
.courseCalendar
{
	width: 700px;
}
.courseCalHeader
{
	
	border-bottom: 1px #004275 solid;
	padding: 5px;
}
.courseBoxHeader
{
	padding-right: 5px;
	height: 24px;
	background-image: url('/img/Graphics/gradientDownSmall.jpg' );
	font-weight: bold;
	background-repeat: repeat-x;
	border-top: solid 1px #A7A9AC;
	padding-left: 4px;
}

.silhouette
{
	height: 100px;
	width: 75px;
}
.personBox
{
	width: 120px;
	text-align: center;
	vertical-align:top;
}
.bottomGradient
{
	height: 33px;
	background-image: url('/img/Graphics/gradientGrayBottom.jpg');
	background-repeat: repeat-x;
	background-color: #D8D9DA;
}

.topGradient
{
	width: 100%;
	height: 33px;
	background-image: url('/img/Graphics/gradientGrayTop.jpg');
	background-repeat: repeat-x;
}

.bottomBar
{
	height: 28px;
	padding-left: 10px;
	vertical-align:middle;
	background-color: #004275;
	color: White;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

.calendarCell
{
	padding: 5px;
}
.courseCalendarAltRow
{
	padding-bottom: 5px;
	background-color: #D9DAD8;
}
.courseRow
{
	padding: 5px;
	padding-bottom: 5px;
}
body
{
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 0px;
}
#content
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
a.menuLink
{
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
}
a.menuLink: hover
{
	text-decoration: none;
}
.header
{
	font-size: 17px;
	padding-left: 5px;
}
a
{
	color: #004275;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.modalBackground
{
	background-color: #004275;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popupHeader
{
	width: 100%;
	background: #004275;
	height: 33px;
	font-size: 17px;
	color: White;
	text-align: center;
	vertical-align: middle;
}
.popupContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.popupFooter
{
	width: auto;
	height: 20px;
	color: White;
	background: #004275;
}
.modalPopup
{
	border: solid 1px #004275;
	background-color: White;
	z-index: 20;
}
.ArticleTitle
{
	font-size: 17px;
}
.smallheading
{
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: solid 1px #004275;
}
.rightInfoBox
{
	width: 250px;
	padding-bottom: 25px;
	padding-right: 0px;
	margin-right: 0px;
}
.boxContent
{
	padding-left: 10px;
	padding-top: 2px;
}
.PagerPage
{
	text-decoration: underline;
}
.Calendar
{
	border: 1px solid #004275;
}
.CalendarSelectedDay
{
	background-color: #004275;
	color: White;
}
.CalendarSelector
{
	background-color: #004275;
	color: White;
}
.CalendarWeekend
{
	background-color: #D9DAD8;
}
.CalendarToday
{
	border: 1px #004275 solid;
}
.CalendarOtherMonthDay
{
	color: #D9DAD8;
}
.CalendarNextPrev
{
}
.CalendarDayHeader
{
}
.nameCell
{
	font-weight: bold;
	padding: 5px;
	width: 100px;
}
.oneBoxCell
{
	padding: 5px;
	width: 200px;
}
.twoBoxCell
{
	padding: 5px;
	width: 500px;
}
.CalendarTitle
{
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #004275;
	border: 0px solid black;
}
.grid-view
{
	padding: 0;
	margin: 0;
	border: 1px solid #333;
	font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
	font-size: 0.9em;
}
.grid-view tr.header
{
	color: Blue;
	background-color: #FF5600;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.grid-view tr.normal
{
	color: black;
	background-color: #FDC64E;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
.grid-view tr.alternate
{
	color: black;
	background-color: #D59200;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
