﻿.pagingActive
{
	
}

.pagingInactive
{
	text-decoration: none;
	cursor: default;
	
}
.pagingInactive:HOVER
{
	text-decoration: none;
}

    .defaultLabel
    {
        color: #333333;
        font-family: Georgia,serif;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
    }
    .rateLabel
    {
        font-family: Arial;
        font-size: 10pt;
    }
    .greenLabel
    {
        color: green;
        font-family: Georgia,serif;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
    }
    .redLabel
    {
        color: red;
        font-family: Georgia,serif;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
    }
    
    .courseTitle
    {
        color: #996633;
        font-weight: bold;
        font-size: 1.2em;
        font-family: Georgia,serif;
    }
    
    .showDetailsDiv
    {
    	/* border: solid 1px #996633; */
    }
    
    .showDetails
    {
        color: #996633;
        font-size: 11pt;
        font-family: Georgia,serif;
    }

    .showDetails:HOVER
    {
    	text-decoration: underline;
    }

    .defaultLabelCWC
    {
        color: Black;
        font-family: Georgia,serif;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
    }
    
    .registeredMessage
    {
        color: Black;
        font-family: Verdana, Tahoma;
        font-size: 8pt;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: normal;
    }  
    
	
	
