﻿#error
{
    color:Red;
    font-size:90%;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.programHeading
{
    color:#668d3c;
    letter-spacing:3px;
    font-weight:bolder;
    font-size:150%;
}

.programLine
{
    margin-top:1px;
    margin-bottom:5px;
    width:80%;
}

.programContent
{
    text-align:justify;
    font-family: Calibri, Sans-Serif, Georgia, "Times New Roman", Times, serif;
    margin-bottom:10px;
    font-size:100%;
}

.pageHeader
{
    color:#004680;
    font-size:135%;
    font-variant:small-caps;
    font-weight:bold;
    margin-bottom:2px;
    letter-spacing:2px;
}

.programTitle
{    
    color:#000;
    font-style:italic;
    font-size:93%;
    margin-bottom:15px;
    text-transform:uppercase;
}

.disclaimer
{
    font-size:80%;
    margin-top:10px;
    margin-bottom:15px;
    text-align:justify;
}

.appPanel
{
    background-color:#b9d6a5;
}

/* ************* MaskedEdit ************ */
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.appContent
{
    margin:10px;    
}

.courseTabSessionHeading
{
    font-weight:bold;
    font-size:105%;
}

.revAppContent
{
    margin:10px;
    font-size:100%;
}

.AddressBox
{
    padding: 10px 0px 10px 0px;
    border: solid 1px #e3e3e3;
    background-color:#EDEBD5;
}


