/* Default attributes of table container for entire calendar */
.popcalendar{
	background: #ffffff !important;
	padding: 0px  !important;
	padding-right: 0px !important;
	width: auto !important;
	width: 100% !important;
}

.table-style {
	/position:absolute;
	font-family: arial !important;
	border-width: 1px !important; 
	border-style: solid !important; 
	border-color: #a0a0a0 !important; 
	background-color: #ffffff !important;
	font-family: arial !important; 
	font-size: 11px !important;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999 ;
	position: absolute ;
	visibility: hidden ;
	background-color: #ffffff !important;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px !important;
	font-family: arial !important; 
	font-size: 11px !important;
	color: #3a6ea5 !important;	
	background-color: #cee3ef !important;
	border: 0px !important;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef !important;
}
.title-background-style table{
	background-color: #cee3ef !important;
	border-width: 1px !important; 
	border-style: solid !important; 
	border-color: #a0a0a0 !important; 
}
/* 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 {
	background-color: #cee3ef !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #3a6ea5 !important; 
	cursor: pointer !important;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #3a6ea5 !important; 
	cursor: pointer !important;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial !important; 
	font-size: 11px !important; 
	border-width: 1px !important; 
	border-style: solid !important; 
	border-color: #a0a0a0 !important;
	background-color: #cee3ef !important;
	cursor: pointer !important;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5 !important;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0 !important;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px !important;
	background-color: #cee3ef !important;
	font-family: verdana !important; 
	font-size: 10px !important;
	border: 0px !important;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090 !important;
	text-decoration: none !important;
}
.end-of-weekday-style:hover {
	color: black !important;
	text-decoration: underline !important;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black !important;
	text-decoration: none !important;
}
.normal-day-style:hover {
	color: black !important;
	text-decoration: underline !important;
}

/* Attributes of all other days in calendar body. no link */
.normal-day-style-nolink {
	color: Gray !important;
	text-decoration: none !important;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid !important;
	border-width: 1px !important; 
	border-color: #a0a0a0 !important;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD !important;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px !important;
	color: black;
	background-color: #cee3ef !important;
	text-align: center !important;
	text-decoration: none !important;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0 !important; 
	padding: 0px !important;
}
