﻿body {
}
.menu
{
	height:33px;
	
}
.SubMenu1
{
	background-color:Blue;
	text-align:left;
	width:100px;
	color:Silver;
	font-size:10pt;
	
}
.InformationPanel
{
	text-align:left;
	font-size:12px;
	color:black;
}
.PanelHeader
{
	font-size:12pt;
	color:Maroon;
	text-align:center;
}
.HighLight
{
	font-weight:300;
	background-color:Silver;
	color:Navy;
}
.Title
{
	font-size:14pt;
	color:navy;
}
A:active {
	COLOR: #003366
}
A:link {
	COLOR: #003366
}
A:visited {
	COLOR: #003366
}
A:hover {
	COLOR: #336699;
	font-weight:bolder;
}
.MainTitle
{
	font-size:16pt;
	color:maroon;
	text-align:center;
	text-decoration:underline;
}
.bluebg {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #567297
}
.bluebg2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #567297
}
.CourseTitle
{
	font-size:16pt;
	color:maroon;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
}
.SubTitle{
	font-size:13pt;
	color:Navy;
	text-align:left;
}
.ChapterTitle
{
	font-size:14pt;
	color:maroon;
	text-align:left;
	text-decoration:underline;
}
.TestList
{
	text-align: left;
	background-color:Transparent;
	color: Navy;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:thick;
}
.Footer
{ 
	font-size: 8pt;
	background-image: url(http://localhost/AITSite/Images/BlueExplorer.gif);
	color: Navy;

}
.login
{
	border-right: red thin inset;
	border-top: red thin inset;
	border-left: red thin inset;
	border-bottom: red thin inset;
}

.HeaderAccent
{ 
	font-size: 8pt;
	background-image: url(http://localhost/AITSite/images/BlueExplorer2.gif);
	color: Navy;

}
.sideBarText
{
	font-size:10pt;
	font-family:Verdana;
	text-align:left;
	font-weight:bolder;
	
}
.submit
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #336ca1;
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	line-height: 19px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;

}