/* Main Background Style */
.ADXPublicStyle
{
	background-color:#ffffff;
}

/* Navigation background style */
.ADXPublicStyle .TitleStyle
{
	background-color:#ffffff;
}

/* Navagation font style */
.ADXPublicStyle .TitleStyle table
{
	color:#214380;
	font-family:arial;
	font-size:11px;
	font-weight:bold;  
}

/* Date area style */
.ADXPublicStyle .TitleStyle td
{
	padding:2px;
	background:#ffffff;
	/*background:#214380;*/
	/*background:#A7C4E1;*/
}

/* Navigation area border main style */
.ADXPublicStyle .TitleStyle .DropDownStyle,
.ADXPublicStyle .TitleStyle .DropDownOutStyle
{
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#214380;
	/*border-color:#bbc8ff;*/
}

/* Navigation area border mouseover style */
.ADXPublicStyle .TitleStyle .DropDownOverStyle
{
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#A7C4E1;
	/*border-color:#88aaff;*/
}

/* Navigation area border main style */
.ADXPublicStyle .TitleStyle .DropDownArrowStyle,
.ADXPublicStyle .TitleStyle .DropDownArrowOutStyle
{
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	/*border-color:#bbc8ff;*/
}

/* Navigation area border mouseover style */
.ADXPublicStyle .TitleStyle .DropDownArrowOverStyle
{
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	/*border-color:#88aaff;*/
}

/* Behind the navigation images style */
.ADXPublicStyle .TitleStyle .DropDownStyle img,
.ADXPublicStyle .TitleStyle .DropDownOutStyle img,
.ADXPublicStyle .TitleStyle .DropDownOverStyle img
{

} 

/* Close button style */
.ADXPublicStyle .TitleStyle .CloseButtonStyle
{
	width:15px;
	height:13px;
	border:1;
}

/* Date area style */
.ADXPublicStyle .BodyStyle
{
	font-family:Arial;
	font-size:10px;
	background:#A7C4E1;
}

/* Day of the week style */
.ADXPublicStyle .BodyStyle .HeaderStyle
{
    color:#ffffff;
	font-weight:bold; 
	padding:2px 3px 2px 3px;
	cursor:default;
	white-space:nowrap;  
	background-color:#214380;
}

/* Date area table style */
.ADXPublicStyle .BodyStyle .DateStyle
{
	/*text-decoration:none;*/
	color:#000000;
	cursor:default;
	padding:2px 9px 2px 9px ; 
	white-space:nowrap;
	text-decoration:underline;
}

/* Date area table style */
.ADXPublicStyle .BodyStyle .BlankDateStyle
{
	text-decoration:none;
	color:#000000;
	cursor:default;
	padding:2px 9px 2px 9px ; 
	white-space:nowrap;
}

/* ?????????? */
.ADXPublicStyle .BodyStyle .DaysOutOfMonthStyle
{
	color:#c0c0c0!important; 
}

/* If you show the week number, this defines how it looks */
.ADXPublicStyle .BodyStyle .WeekNumberStyle
{
	width:20px;
	padding:0px;
	text-align:center;
}

/* Border around the selected date */
.ADXPublicStyle .BodyStyle .SelectedDateStyle
{
	border-style:solid;
	border-width:1px;
	border-color:#a0a0a0;
}

/* If you show the weekends, this defines how it looks */
.ADXPublicStyle .BodyStyle .WeekendStyle
{
	color:#ffffff;
	text-decoration:underline;
}

/* Current date style */
.ADXPublicStyle .BodyStyle .CurrentDateStyle
{
	color:#CC6600;
	border-width:1px;
}

/* If there are special days defined, this defines how they look */
.ADXPublicStyle .BodyStyle .SpecialDayStyle
{
	background-color:#70ffd0;
}

/* If there are holidays defined, this defines how they look */
.ADXPublicStyle .BodyStyle .HolidayStyle
{
	background-color:#ffdddd;
}

/* If there are dates you cannot select, this defines how they look */
.ADXPublicStyle .BodyStyle .DisableDateStyle
{
	text-decoration:line-through;
}

/* When you hover over a date, this defines how it looks */
.ADXPublicStyle .BodyStyle .DayOverStyle
{
     background:#C1D5EA;
}

/* This defines the footers style behind the current date */
.ADXPublicStyle .TodayStyle
{
	cursor:default;
	font-size:11px;
	background-color:#214380;
}

/* This defines how the current date displays at the bottom of the control */
.ADXPublicStyle .TodayStyle .TextStyle
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	cursor:default;	
}

/* This defines how the current date displays at the bottom of the control */
.ADXPublicStyle .TodayStyle .TextOverStyle
{
	font-family:arial;
	font-size:11px;
	text-decoration:underline;
	color:#ffffff;
	cursor:default;	
}

/* This defines the style of the month and year list */
.ADXPublicStyle .ListStyle /* Month And Year List */
{
	font-family:arial; 
	font-size:11px; 
	background-color:#ffffff;
	/*background-color:#A7C4E1;*/
}

/* This defines overrides for the month and year list  */
.ADXPublicStyle .ListStyle .OptionStyle,
.ADXPublicStyle .ListStyle .OptionOutStyle
{

}

/* This defines the mouseover for the month and year list */
.ADXPublicStyle .ListStyle .OptionOverStyle
{
	background-color:#C1D5EA;
}

