
.Header:link
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}   

.Header:visited
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

/*.Header:hover    
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
}*/

.Footer:link
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}   

.Footer:visited
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.Footer:hover    
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #cc3333;
}

.ErrorMessage
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: #ff0000;
}


.ErrorMessageB
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;    
    color: #ff0000;
    font-weight:bolder;
}


.Normal
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: black;
}

.Normal:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    /*color: #cc3333;*/
}

.Normal:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: black;
}

.Normal:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: black;
}

.Normal:visited:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: #cc3333;
}

.NormalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
    color: black;
    
}

.NormalBold:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
    color: #cc3333;
}

.NormalBold:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
    color: black;
}

.NormalBold:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
    color: black;
}

.Normal .endDate:hover{
    background-color: #00BFFF!important;
}

.Normal .studentDetail:hover{
    background-color: #FFFF66!important;
}

.Normal .closingDate:hover{
    background-color: #F08080!important;
}

.Pagelink:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;    
    color: 330066;
}   

.Pagelink:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;    
    color: 330066;
}

.Pagelink:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;    
    color: 330066;
}


/* General control styles */
BODY
{
	/*background:url(./images/watermark.gif)*/
}

SELECT
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: black;
	
}

INPUT
{
	/*background-color: #CFDCEB;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: black;
}

/* Graphical Styles, such as divider, tables... */
.ibuttonsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #FFFFFF;
	background-color: #4C68BD;
	border-width: 1px;
	border-color: #385070;
	
}


.Divider
{
    border-right: buttonhighlight thin groove;
    padding-right: 3px;
    border-top: buttonhighlight thin groove;
    padding-left: 3px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 3px;
    border-left: buttonhighlight thin groove;
    width: 100%;
    color: white;
    line-height: 12px;
    padding-top: 3px;
    border-bottom: buttonhighlight thin groove;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: 1px;
    height: 18px;
    background-color:#4C68BD;
}

.blueText_bold { color: #4C68BD; font-weight: bold; }

table.filter > tbody > tr > td > label {
    font-weight: bold;
}
    
.seminar-attendee-col span { display: block; margin-bottom: 3px; }    