	.registrationSection, .registrationWarning 
	{
		border: 1px solid silver;
		border-left: 10px solid silver;
		padding: 5px;	
		padding-left: 20px;	
		width: 90%;
		z-index: 1;
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.registrationWarning 
	{
		background-color:#ecf0fc;
	}

	.registrationSectionLabel 
	{
		border: 0;
		font-size: 14px;
		font-weight:bold;	
		display: block;
	}
	
	.requiredFieldMarker
	{
		width: 50px;
		padding:0;
		margin:0;
		float:left;
	}
	
	.fieldLabel
	{
		font-weight:bold;
		white-space: nowrap;
		text-align: right;		
		padding:0;
		margin:0;	
		vertical-align: top;		
		font-size: 12px;		
	}
	
	.field INPUT, .field SELECT 
	{
		font-family: Courier, Arial;
		border:1px solid silver;
		background:#fff8dc;
		height: 20px; 
	}
	
	IMG
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.generictable
	{
		border: 1px solid silver;	
		color: #333; 
		font-size: 12px;
		margin: 2px;
		width:95%;
	}
	
	.generictable INPUT
	{
		font-family: Courier, Arial;
		border:1px solid silver;
		background:#fff8dc;
		height: 20px; 
	}
	
	.tableheader
	{
		border: 1px solid silver;	
		left: 12px;
		text-indent: 3pt;	
		background:url(/images/backgrounds/HeaderBackground.jpg); 
		padding: 5px 3px 3px 3px;
		color: #333;
		font-weight:bold; 
	}

	.tableheader a, A:hover, A:link, A:visited	{	
		font-weight: bold;
		text-decoration:	underline;
		color:#888;
		}
		
	.tableitem, .tablealternatingitem
	{
		border: 0;	
		text-indent: 3pt;
		height: 20px;
	}
	
	.tableitem a, .tablealternatingitem a, .tableitem a:active, .tablealternatingitem a:active, .tableitem a:visited, .tablealternatingitem a:visited
	{
		font-weight: bold;
		color: #cc6600;
	}
	
	.tableitem a:hover, .tablealternatingitem a:hover	{	
		font-weight: bold;
		color:#cc6600;
	}		
		
	.registrationClassName
	{
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		height: 25px;	
		padding-left: 10px;
		width: 90%;
		background: url(/images/page/RegistrationTitleRight.gif) #378683 100% 0 no-repeat;
	}
	
	.registrationClassDescription
	{
		font-size: 12px;
		display: none;
	}
	
	.registrationSession
	{
		font-size: 12px;
		color:#333;
		padding-left: 30px;
	}
	
	.registrationSessionTitle
	{
		display: block;
		font-weight: bold;
		color:Maroon;
		border-bottom:1px solid silver;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	
	.registrationSessionLabel
	{
		display: block;
		font-weight: bold;
	}
	
	.registrationSessionField
	{
		display: block;
		margin-left: 10px;
	}
	
	.registrationClosed
	{
		margin-left: 10px;
		color: Red;
	}
		
	.registrationSessionBox
	{
		margin-left:10px
	}
			
	.alert
	{
		font-size: 12px;
	}
	
	.FieldValidator
	{
		font-family: Arial;
		color: Gray;
		font-size: 10px;
	}

