.calendartable {	
	text-align:center;
	border-collapse:collapse;
	width:100%;
	background:#fdf2d2;
}


.calendartable input {
	color:#000000;
	font-size:12px;
}


.calenderprev, .calendernext {
	width: 120px;
}

.dateselected {
	color: ff6600;
	font-size:16pt;

	text-align:center;
	margin-bottom: 10px;	
}

.monthlinktable {
	text-align:center;
	width:100%;
}

.monthlinkcell {
	background:#FBE29F; 
	width: 100px;
	border-style: outset;
	border-width: 2px;
	border-color: #FBE29F;
}


.listviewlink {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}



.calendartop A {
	color:#000066;
	font-size:16px;
	font-weight:bold;
}

.calendarmiddle A {
	color:#000066;
	font-size:16px;
}


.calendarbottom A {
	color:#000066;
	font-size:14px;
	font-weight:bold;
}


.monthview table {
	background: #ffffff;
font-size:14px;width:100%;text-align:center;
}