﻿body {
}
.smallmsg
{
	font-size:x-small;
	color:Black;
	font-family:Arial;
}
.SetZindex
{
	z-index:999;
}
.displayText
{
	font-family:Arial;
	font-size:small;
	color:Black;
}
.message
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:Black;
}
.headerText
{
	font-family:Arial;
	font-size:large;
	color:Black;
}
.instructorName
{
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	font-size:large;
	color:#CC3333;
}
.label
{
	font-family:Arial;
	font-size:small;
	color:#CC3333;
	font-weight:bold;
}
.eventLabel
{
	font-family:Arial;
	font-size:medium;
	color:#CC3333;
	font-weight:bold;
}
.tableLabel
{
	font-family:Arial;
	font-size:small;
	color:Black;
	font-weight:bold;
}
.tableLabelRight
{
	font-family:Arial;
	font-size:small;
	color:Black;
	text-align:right;
	font-weight:bold;
}
.tableDisplayText
{
	font-family:Arial;
	font-size:small;
	color:Black;
}
.tableHeader
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:medium;
}
.errors
{
	color:Red;
	font-weight:bold;
	font-family:Arial;
	font-style:italic;
}
.required
{
	color:Red;
	font-weight:bold;
	font-size:x-small;
	font-family:Arial;
}
/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
	font-family:Arial;
	font-size:small;
}
#leftnavTop
{
	float:left;
	width:180px;
	font-family:Arial;
	font-size:small;
	text-align:center;
}
#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
	font-family:Arial;
	font-size:small;
}
#rightnavTop
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
	font-family:Arial;
	font-size:small;
}
#numnav
{
	float:inherit;
	text-align:center;	
	font-family:Arial;
	font-size:small;
	color:#CC3333;
}
#numnavTop
{
	float:inherit;
	text-align:center;	
	font-family:Arial;
	font-size:small;
	color:#CC3333;
}
