.calMainTbl
{
	height:18px;
	margin:0px;
	padding:0px;
	table-layout:auto;
}
/* input */
.cal-input
{
	width:68px; 
	height:17px; 
	border:solid 1px #949a9c; 
	background-color:#FFFFFF;
	font-size:11px;
	margin:0px;
	color:#4a494a;
}
.input_td
{
	padding:0px;
	white-space:nowrap;
	vertical-align:top;
}
IMG.cal-icon
{
	cursor: hand;
	margin:0px 2px 0px 2px;	
}
/* div */
.cal-div
{
	display:none;
	z-index: 1;
}
/* table */
.cal-tbl
{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana;
	width:276px;
	height:135px;
}
.cal-tbl a { color:#000400; text-decoration:none;font-size:11px;}
tt {font-family: Verdana;}

/* rows */
.cal-rows
{
	background-color: #e6e6e6; 
	font-size: 11px; 
	font-family: Verdana; 
	text-align: center; 
	white-space:nowrap;
}

/* days */
.cal-cell-day-name
{
	width: 25px;

	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #a5a2a5;
	color: White;
	font-size:11px;
	font-weight:bold;
	font-family: Verdana !important; 
}
/* arrows */
a.cal-link-arrow:link, a.cal-link-arrow:visited, a.cal-link-arrow:active, a.cal-link-arrow:hover  
{
	color: #4a494a; 
	text-decoration: none;
	font-size:11px;

}
.cal-cell-arrows
{
	border-left: 1px solid  #FFFFFF;
	color: #947531;
	font-weight: bold;
	width: 150px;
	font-size:11px;
	height:27px;
}

/* clear */
a.cal-link-clear:link, a.cal-link-clear:visited, a.cal-link-clear:active, a.cal-link-clear:hover 
{
	color: #000400; 
	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: 20px;
	border-left: 1px solid #FFFFFF;
}

/* numbers */
a.cal-link-number:link, a.cal-link-number:visited, a.cal-link-number:active, a.cal-link-number:hover 
{
	color: #18306b;
	text-decoration: none;
	font-size: 11px;
}

.cal-cell-day-number
{
	width: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #efefef;
}

/* empty cells */
.cal-cell-empty
{
	width: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #949694;
}

/* today */
a.cal-link-today:link, a.cal-link-today:visited, a.cal-link-today:active, a.cal-link-today:hover 
{
	font-family:Verdana;
	color:White !important;
	text-decoration: none;
	font-size:11px;
}

.cal-cell-today
{
	font-family:Verdana;
	width: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#cecbce /* #B51F2B */;
	color:White  !important;
}

/* icons */
IMG.cal-prev, IMG.cal-next
{
	border: 0;
	margin: 0 4 0 4;	
	vertical-align:middle;
}

IMG.cal-close
{
	border: 0;
	width: 10px;
	height: 10px;
	margin: 0 0 0 0;
}
