﻿/************ Calendar Related Styles ***********************/
.cal_Presentation1 .ajax__calendar_container 
{ 
background-color: #E7ECF3; border:solid 1px #174089; 
} 
.cal_Presentation1 .ajax__calendar_header 
{ 
background-color: #E7ECF3; margin-bottom: 4px; 
} 
.cal_Presentation1 .ajax__calendar_title, .cal_Presentation1 .ajax__calendar_next, .cal_Presentation1 .ajax__calendar_prev 
{ 
color: #174089; padding-top: 3px; 
} 
.cal_Presentation1 .ajax__calendar_body 
{ 
background-color: #E7ECF3; border: solid 1px #174089; 
} 
.cal_Presentation1 .ajax__calendar_dayname 
{ 
text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px; 
} 
.cal_Presentation1 .ajax__calendar_day 
{ 
text-align:center; 
} 
.cal_Presentation1 .ajax__calendar_hover .ajax__calendar_day, 

.cal_Presentation1 .ajax__calendar_hover .ajax__calendar_month, 

.cal_Presentation1 .ajax__calendar_hover .ajax__calendar_year, 

.cal_Presentation1 .ajax__calendar_active 

{ 
color: #174089; font-weight:bold; background-color: #ffffff; 
} 
.cal_Presentation1 .ajax__calendar_today 
{ 
font-weight:bold; 
} 
 
.cal_Presentation1 .ajax__calendar_other, 

.cal_Presentation1 .ajax__calendar_hover .ajax__calendar_today, 

.cal_Presentation1 .ajax__calendar_hover .ajax__calendar_title 
{ 
color: #9EB2D4; 
} 







/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
	}
	




  

