body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#pageupdate td, #iSelect td {
	font-size: 12px;
}

img {
	border: 0;
}

a  {
	text-decoration: none;
	color : #004898;
	font-weight : bold;
}

a:hover {
	text-decoration: underline;
	color : #0066D7;
	font-weight : bold;
}
/* Default attributes of table container for entire calendar */
.table-style {
	/* border: 2px outset #8E8E8E; */
	background-color: #DEDBDE;
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
}

input.table-style  {
		border-width: 1px;
		padding-top: 0px;
}
img.table-style {
	border: 1px solid #C6C3C6;
	cursor: hand;
}
table.help-pop  {
	border: 2px solid #333366;
	background: #E8E8FF;
	font-family: arial;
	font-size: 11px;
	padding: 2px;
}
/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	position: absolute;
	visibility: hidden;
	background-color : #cee3ef;
	color : Black;
	z-index : 99;  /* auto; */
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	font-family: arial; 
	font-size: 14px;
	color : Black;
	font-weight: bold;
	background-color: #cee3ef;
	cursor: hand;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #cee3ef;
	cursor: hand;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 2px;
	background-color: #cee3ef;
	font-family: arial; 
	font-size: 10px;
	color : Black;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	cursor: hand;
}

.selected-day-style {
	background-color: #333366;
	color : White;	
	cursor: hand;
	padding: 2px;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}

.expired-section {
	background-color : #FF9999;
	/* border: 2px outset #8E8E8E; */
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	padding: 2px;
}

th  {
	font-weight: bold;
	color: #FFFFFF;
	background-color : #003366;
	border-color : #7C7CC7;
}