
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

.errorMessage{
	color:#f60000;
	font-weight:bold;
}

.menuBar
{
	
	background-color:white;
	text-align:center;
}

.navigationMenu
{
	text-decoration: none;
	color: black;
	cursor:hand !important;
}

.navigationMenu:hover
{
	color: black;
	cursor:hand !important;

}

.navigationSubMenu
{
	text-decoration: none;
	color: black;
}

.navigationSubMenu:hover
{
	color: black;
}


.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}


.calendar
{
	background-color:White;
	border-color:Black;
	font-family:Arial;
	font-size:10pt;
}

.calendarDay
{
	width:75px;
	height:75px;
	text-align:left;
	vertical-align:top;
	border:solid 1px;
}

.calendarOtherMonthDay
{
	width:75px;
	height:75px;
	text-align:left;
	vertical-align:top;
	border:solid 1px;
	color:Gray;
	background-color:#c9c9c9;
}

.calendarSelectedDay
{
	background-color: lemonchiffon;
	text-align:left;
	vertical-align:top;
}

.calendarToday
{
	border: solid 2px blue;
	text-align:left;
	vertical-align:top;
}

.calendarDayWithEvents
{
	background-color:#66FF66;
}

.calendarDayNames {
    border-bottom: 1px solid #000000;
	background-color: #082E83;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
    font-size: 12px;
}

.calendarTitle
{
	background-color:White;
	color:Black;
	font-size:16pt;
}

td.calendarTitle
{
	font-size:16pt;
}

.calendarNextPrev
{
	font-size:8pt;
	color:Black;
}



.calendarSelector
{
	font-size:16pt;
	background-color:silver;
}

.calendarEventTitle
{
	font-size:10pt;
	font-weight:bold;
}

.calendarEventDescription
{
}

.calendarDisplayDate
{
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	background-image:url(images/UI/Calendar_scheduleHS.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.calendarFieldset {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	/*
    color: black;
	*/
}

.calendarEvent_table {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
.calendarEvent_td_right {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	color: #333333;
}
.calendarEvent_td_left {
    background-color: #c5d5e5;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align : left;
    vertical-align: top;
}
.calendarEvent_td_today {
    background-color: #E9B4A1;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: black;
}

a.calendarEvent_link_row:link {
    font-size:12px;
    font-family: Verdana;
    color: Gray;
}
a.calendarEvent_link_row:visited  {
    font-size:12px;
    font-family: Verdana;
    color: Gray;
}
a.calendarEvent_link_row:hover  {
    font-size:12px;
    font-family: Verdana;
    color: Black;
}
a.calendarEvent_link_weekday:link {
    font-size:12px;
    font-family: Verdana;
    color: Gray;
}
a.calendarEvent_link_weekday:visited  {
    font-size:12px;
    font-family: Verdana;
    color: Gray;
}
a.calendarEvent_link_weekday:hover  {
    font-size:12px;
    font-family: Verdana;
    color: Black;
}

.calendarEventTitle
{
	font-size:14pt;
	font-weight:bold;
}

.calendarCollapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/UI/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}