﻿.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
	float: left;
	height: 16px;
	width: 150px;
	margin-left: 0px;
	padding: 2px;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	color: navy;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}

.dayheader
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	background-color: #E0DFE3;
	background-image: url(images/Calendar/dayheader_bg.gif);
	height: 24px;
	text-align: center;
	cursor: default;

}

.header
{
	background-color: #ccccff; /*background-image:url(Images/Calendar/title_bg.gif);*/
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	height: 15px;
}

.headerbutton
{
    font-family  : Arial ; 
	font-size:9pt;
	padding-left:2px;
	padding-right:2px;
	cursor:pointer;
}

.footer
{
    font-family  : Arial; 
	background-color: #5d7b9d;
	/*background-image:url(Images/Calendar/title_bg.gif);*/
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	padding:4px;
	vertical-align:middle;
	height:12px;
}

.footerbutton
{
    font-family  : Arial; 
	font-size:8pt;
	padding-left:2px;
	padding-right:2px;
	cursor:pointer;
}

.calendar
{
    font-family  : Arial; 
	border-width: 1px;
	border-style: solid;
	border-color: #990000; /*#57566F;*/
    border-collapse :collapse;
	cursor:default;
    background-color:#E6EAF0;  /*#E6EAF0;*/
}

.nextprev
{
    font-family  : Arial; 
	padding:0px;
	width:28px;
	height:28px;
	cursor:pointer;
}

.day
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight:normal;
	text-align:center;
	color: #57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:15px;
	width:22px;
	cursor:pointer;
}

.othermonthday
{
	color: #B2B1CA;
}

.selectedday
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color:#990000;
	background-color:#FFEEC2;
	border:1px solid #E6EAF0;
	cursor:default;
}

.today
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color: Red;
}
  .dayhover
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:normal;
	text-align: center;
	color:#57566F;
	background-color:#E6EAF0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	cursor:pointer;
	text-decoration:underline;
	height:15px;
	width:22px;
}

.othermonthdayhover
{
    font-family  : Arial; 
	color:#B2B1CA;
	text-decoration:underline;
} 

.selecteddayhover
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #E6EAF0;
	cursor: default;
}

/* CustomDays calendar styles */
.CustomDaysCalendar 
{ 
    font-family  : Arial; 
	border: solid 1px #990000;
    border-collapse :collapse;
	cursor: default;
    background-color: #E6EAF0;  /*#E6EAF0;*/
    font-family: Arial; 
}
.CustomDaysHeader 
{
    font-family  : Arial; 
	background-color:#990000;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:bold;
	text-align:left;
/*	padding:4px; */
	vertical-align:middle;
	height:10px;
}

.CustomDaysHeaderButton
{
    font-family  : Arial; 
	font-size: 7pt;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

.CustomDaysDayHeader
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	background-color:#E0DFE3;
	background-image: url(Images/Calendar/dayheader_bg.gif);
	height: 10px;
	text-align: center;
	cursor: default;
}

.CustomDaysDay
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:normal;
	text-align:center;
	color: #57566F;
	background-color: white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:15px;
	width:20px;
	cursor:pointer;
}

.CustomDaysDayHover
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	color: #57566F;
	background-color: #E6EAF0;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	cursor: pointer;
	text-decoration:underline;
	height:15px;
	width:20px;
}
.CustomDaysSelectedDay
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color:#990000;
	background-color:#FFEEC2;
	border:1px solid #E6EAF0;
	cursor: default;
}
.CustomDaysSelectedDayHover
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #E6EAF0;
	cursor: default;
	text-decoration:none;
}

.CustomDaysOtherMonthDay
{
	color: #999999;
}

.CustomDaysOtherMonthDayHover
{
	color:#999999;
	text-decoration:none;
} 

/* Dynamic custom days collection styles */
.CustomDay
{
    font-family  : Arial; 
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#000066;
	border:1px solid #E6EAF0;
    height: 15px;
    width: 20px;
    cursor: hand;
}
.CustomDayHover
{
    font-family  : Arial; 
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #E6EAF0;
	cursor: default;
	text-decoration:none;
    height: 15px;
    width: 20px;
    cursor: hand;
}
/* Fine Dynamic custom days collection styles */


/* End CustomDays calendar styles */