﻿table#tblCourse_dates .course_dates
{	
	WIDTH: 493px; 	
}
table#tblCourse_dates tr  td
{
	padding:5px 5px 5px 5px;
}
table#tblCourse_dates tr  td.registrationInfo
{
	BACKGROUND-COLOR: rgb(226,31,38);
	color:#ffffff;
}
table#tblCourse_dates tr  td.rowOdd
{
	background-color: rgb(236,237,237);
}
table#tblCourse_dates tr  td.rowEven
{
	background-color: rgb(223,224,225);
}
table#tblCourse_dates tr  td span.register_head
{
	font-size:15px;
	font-weight:bold;
}
table#tblCourse_dates tr td ul .white_bullets
{
	COLOR: white;
}

.regLink, .regLink:visited
{
    color: White; /* #29537C;*/
	text-decoration:underline;
 
	
	/*text-decoration: none;
	border-bottom: 1px blue solid;
    */
	font-size: 9pt;
    
}
.regLink:hover
{
	color: rgb(236,237,237);/*#E43337*/
   text-decoration: none; 
}

.regLink:active
{
    color:Silver;
    
}
