
/* Calendar control container */
.CalendarTable
{
	border-collapse:collapse;
	border-spacing:0px;
}

.CalendarTable td
{
	margin: 0px;
	padding: 0px;
}

/* Calendar text box */
input.CalendarIn
{
	width:85px;
}

img.CalendarBtn
{
	cursor: pointer;
}


/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1px;
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 20000;
	position: absolute;
	
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 1px;
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #336699
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1px;
	border-color: black; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1px;
	border-color: #3a6ea5; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1px; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color: #0066cc;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

.dropdown-style td
{
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a5e95;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-current-style {
	background-color: #2a5e95;
	cursor: hand;
	font-weight: bold;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
	cursor: pointer;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border: 1px solid #a0a0a0;
	color: #0066cc;
	font-weight: bold;
	cursor: pointer;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	/*background-color: #cee3ef;*/
	background-color: #336699;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}



.def_clnd_imp_css
{
	height:16px;
	width:70px;
	background-color: White;
	cursor: pointer;
	border-bottom: 1px solid #88aacc;
	border-top: 1px solid #88aacc;
	border-left: 1px solid #88aacc;
	white-space: nowrap;
	overflow:hidden;
}

.def_clnd_btn_css
{
	cursor: pointer;
}