﻿body
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 13px;
}

.Webvideofont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

/*.Heading
{
	font-family: Arial;
	font-size: 25px;
	font-weight:bold;
	font-style:normal;
	color:#065cc6;
}*/
.Heading
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}
.RedLinks
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #b33836;
}

.login
{
	font-family: Arial;
	font-size: 18;
	font-weight: bold;
	font-style: normal;
	color: Yellow;
}
.BlueLinks
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #065cc6;
}

.SideLinks
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: Navy;
}

.MainLinks
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: Navy;
}

.Bodytext
{
	padding-bottom: 5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: auto;
	font-family: Arial;
	text-align: justify;
}

.BodytextBlack
{
	font-family: Arial;
	color: Black;
	font-size: 11.8px;
	font-weight: normal;
}

.BodytextBlackBold
{
	font-family: Arial;
	color: Black;
	font-size: 11px;
	font-weight: bold;
}

.BodytextWhite
{
	font-family: Arial;
	color: White;
	font-size: 8.7pt;
}

.BodytextWhiteBold
{
	font-family: Arial;
	color: White;
	font-size: 8.7pt;
	font-weight: bold;
}

.SubHeading
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #065cc6;
}
.Title
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #065cc6;
}

.PagerLinks
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	border: solid 1px #065cc6;
	padding: 0px 5px 0px 5px;
}
.PagerLinks A:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #ff0000;
	border: solid 1px #ff0000;
	padding: 0px 5px 0px 5px;
}
.PagerLinks A
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #065cc6;
	border: solid 1px #065cc6;
	padding: 0px 5px 0px 5px;
}

.table
{
	max-width: 950px;
}

.lblError
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}

.ErrorMessage
{
	font-family: Arial;
	color: Maroon;
	font-size: 11.9px;
}

.ScheduleListTitle
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #b33836;
}
.ScheduleList
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #065cc6;
}

.normalrow
{
	background-color: white;
}
.highlightrow
{
	background-color: #EAEDEF;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.2;
}