/* div */
.cal-div
{
	/*display:none;*/
	z-index:10;
}

/* table */
.cal-tbl
{
	border-top: 1px solid #18306b;
	border-right: 1px solid #18306b;
	font-family: arial;
}

/* input */
.cal-input
{
	/*cursor: hand;*/
	border:1px solid #7F9DB9;
	background-color:#FFFFFF;
	width: 70px;
	height: 19px;
}

IMG.cal-icon
{
	cursor: hand;
	/*float: left;
	clear: none;*/
	margin:0 3px -4px 0;	
}

/* rows */
.cal-rows
{
	background-color: #18306b; 
	font-size: 10px; 
	font-family: Arial; 
	text-align: center;
}

/* days */
.cal-cell-day-name
{
	width: 25px;
	/*height: 19px;*/
	border-top: 1px solid #18306b;
	border-left: 1px solid #18306b;
	border-bottom: 1px solid #18306b;
	background-color: #8492b5;
	color: White;
	font-weight: bold;
	padding: 0px!important;	
}

/* arrows */
.cal-link-arrow:link, .cal-link-arrow:visited, .cal-link-arrow:active, .cal-link-arrow:hover  
{
	color: #18306b; 
	text-decoration: none;
}

.cal-cell-arrows
{
	border-left: 1px solid #18306b;
	color: White;
	font-weight: bold;
	font-size: 11px;
	padding: 0!important;	
}

/* clear */
.cal-link-clear:link, .cal-link-clear:visited, .cal-link-clear:active, .cal-link-clear:hover 
{
	color: #18306b; 
	text-decoration: none;
}

/*.cal-cell-clear
{
	width: 35px;
	height: 19px;
	border-left: 1px solid #18306b;
}*/

/* close */
.cal-link-close:link, .cal-link-close:visited, .cal-link-close:active, .cal-link-close:hover
{
	color: #18306b; 
	text-decoration: none;
}

.cal-cell-close
{
	width: 13px;
	height: 12px;
	border-left: 1px solid gray;
	padding: 0px!important;	
}

/* numbers */
.cal-link-number:link, .cal-link-number:visited, .cal-link-number:active, .cal-link-number:hover 
{
	color: #18306b;
	text-decoration: none;
	font-size: 11px;
}

.cal-cell-day-number
{
	width: 20px;
	/*height: 19px;*/
	border-bottom: 1px solid #18306b;
	border-left: 1px solid #18306b;
	background-color: #edf2ff;
	padding: 0px!important;	
	
}

/* empty cells */
.cal-cell-empty
{
	width: 20px;
	/*height: 19px;*/
	border-bottom: 1px solid #18306b;
	border-left: 1px solid #18306b;
	background-color: #b9c2da;
	padding: 0px!important;	
}

/* today */
.cal-link-today:link, .cal-link-today:visited, .cal-link-today:active, .cal-link-today:hover 
{
	color: #18306b;
	text-decoration: none;
}

.cal-cell-today
{
	width: 20px;
	/*height: 19px;*/
	border-bottom: 1px solid #18306b;
	border-left: 1px solid #18306b;
	background-color: #90c1ff;
	padding: 0px!important;	
}


/* icons */
IMG.cal-prev, IMG.cal-next
{
	border: 0;
	width: 40px;
	height: 10px;
	margin: 3 3 0 3;
	vertical-align: top;
}

IMG.cal-close
{
	border: 0;
	width: 13px;
	height: 12px;
	margin: 3 0 3 0;
}