﻿body 
{
      font: normal 12px arial,sans-serif;
}

body.Blank
{
	background: white;
    color: #000000;
    font: normal 12px arial,sans-serif;
}


A.Link
{
    color: #0033cc;
    font-family:  Tahoma, Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
}

A.EnrollmentLink
{
    color: #800040;
    font-family:  Tahoma, Verdana;
    font-size: 13pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal ;
    text-decoration: none;
}

.Label
{
    color: #000000;
    font: normal bold 12px arial,sans-serif;
}

.TextField
{
	color: #777777;
	font: normal 12px arial,sans-serif;
	
}

.Title
{
    color: Black;
    font: normal 20px arial,sans-serif;
}

.EnlargedTextField
{
	color: #000000;
	font: normal bold 20px arial,sans-serif;
	
}

.ErrorMessage
{
	color: Red;
	font-family: arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-decoration: none;
}


fieldset.FieldSetHeader
{
	margin:0;
	padding:0;
	border-width:1px;
	border-color:#670003;
	border-style:solid;
	border-top-width:0px;
	width:800px;
}

fieldset.FieldSetHeader > table
{
	width:800px;
	border-width:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
	
	
td.FieldSetHeader
{
	background: url(/Images/Default/topFieldsetBack.jpg);
	color:White;
	font: normal 20px arial,sans-serif;
	width:800px;
	height:30px;
}

.NoCursor,
.NoCursor > a
{
	cursor:default;
}


.StarRequired
{
	color:Red;
	font: normal 10px arial,sans-serif;
}

.Validation
{
	
	font: normal 12px arial,sans-serif;
	 text-align:Left;
	
	List-style-image: url(../../Images/Default/ValidationSmallX.Gif);
}


td.PanelHeader
{
	height:27px;
	border-bottom: 1px solid #8c8c8c;
	color:#fd4545;
	font: normal 14pt arial,sans-serif;
	padding-left:5px;
}
td.PanelBody
{
	background-color:#f2f2f2;
	padding-top:8px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:0px;
	margin:0;

}
table.PanelTable
{
     border:0px;
}

hr.sectionDivider
{
    margin: 15px; 
    border-top-width: 1px; 
    border-top-style: dashed; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none; 
    border-top-color: #999999;   
    
}