﻿/*------Main Site -------*/
.MainTable
{
	background-color: white;
	border: 1px solid #000063;
	width:940px;
}
.SubHeader
{
	background-color: #058DB5;
	color: White;
	padding: 3px;
	font-weight:bold;
}
.MainBackground
{
	background-color:#eeeeee;
}

/*----- Navigation ------*/
.NavButton 
{
	color:White;
	text-decoration:none;	
}

/*----- Login Page ------*/
.LoginMainTable
{
	background-color: white;
	border: 1px solid black;
}

/*----- Course Catalog Page ------*/
.CourseCatalogAltTable
{
	 Background-Color:##CCEBFF; 
}
.CourseCatalogHeaderTable
{
	 Background-Color:#058DB5; 
	 color:White;
}
.CourseCatalogMainTable
{
	 Background-Color:white; 
}
.CourseCatalogTopics
{
	 font-size:24px;
	 font-weight:bold;
	 color:#000000;
}

.popupMenu
{
	padding: 3px;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	background-color: white;
	font-weight: bold;
	opacity: .95;
	filter: alpha(opacity=95);
}


.popupHover {	
	color:Black;
	text-decoration:none;
	font-weight:bold;
	background-color:white;
	display:block;
	border-bottom:solid black thin;
	height:18px;
	width:100%;
	padding-top:1px;
	padding-left:5px;
}