﻿td.header
{
	font-size: 9pt;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

td.row
{
	font-size: 9pt;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

.bigRow
{
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

.smallRow
{
	font-size: 9pt;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-align: right;
}

.smallRowLeft
{
	font-size: 9pt;
	font-style: normal;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-align: left;
}

.watermarked
{
	height: 18px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #fffaf0;
	color: gray;
}	


/************ MaskedEdit Related Styles ***********************/
.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;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}