﻿
.CMSText
{
	padding-left: 20px;
	padding-bottom: 10px;
}

.CMSLegend
{
    color: #005700;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 0.9em;
}
.GridRowStyle
{
    padding-left: 3px;
}

.GridAlternatingRowStyle
{
    background-color: #F0F8EB; /* #F2FFF2; */
    padding-left: 3px;
}

.GridHeaderStyle
{
    padding-left: 3px;
    color: #FFFFFF;
}

.PanelBackground
{
    background: #E7F8DE url('../../Images/backpanel.gif') no-repeat;
    height: 160px;
}

.CellStyle
{
    text-align: left;
    padding: 5px 0 5px 15px; 
}
.ErrorCell 
{
    padding-left: 15px;
    color: #FF0000;
}

.ErrorMessage
{
    color: #FF0000;
}

.TextBody 
{
    text-align: justify;
    float: left;
}

.ShortLine 
{
    background: url('../../Images/smalldot.gif') repeat-x;
    height:10px;
    margin: 5px 0 5px 0;
}

.CourseItem
{
    padding: 60px 20px 0px 20px;
}

.GreenText
{
    color: #005700;
    font-weight:bold;
}

.LegendStyle
{
    color: #005700;
    font-weight:bold;
}

.SmallText
{
    font-size: 9px;
}

.HomeCourseDetails
{
    float: left;
    height: 400px;
    width: 190px;
    padding: 0px 0px 0px 10px;
}

.BookCourseRight
{
    float: right;
    margin: 15px 0px 15px 15px;
    height: 225px;
    width: 250px;
    background: url('../../Images/sidepanel.gif') no-repeat;
}

.floatleft
{
    float: left;
    padding: 0px 20px 0px 0px;
}

.floatright
{
    float: right;
    padding: 0px 0px 20px 20px;
}

.clearfloats
{
    clear: both;
}

