.calendar-text{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	border:1px solid #AAA;
	text-align:center;
	cursor:pointer;	
	color:#444;
	font-size:12px;
}
.calendar-bar{
	position:absolute;
	top:0:
	left:0;
	width:370px;
	z-index:200;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #AAA;
	text-align:center;
	margin-top:-1px;
	display:none;
	background:#FFF;
}
.calendar-bar a{
	color:#444;
	float:left;
	height: 18px;
	outline:none;
	text-decoration:none;
	cursor:pointer;
}
.calendar-bar a:visited {
	color:#444;
	outline:none;
	text-decoration:none;
}
.calendar-bar a:hover{
	outline:none;
	color:red;
}

.calendar-bar a.allSemester{
	font-size:14px;
	line-height:18px;
	height:18px;
	text-decoration:none;
	cursor:pointer;
}	
.calendar-bar a img{
	border:none;
	width:14px;
	height:18px;
}
.calendar-bar span{
	line-height:19px;
	font-size:12px;
	float:left;
}		
.calendar-bar table{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;;
	border-top:1px solid #AAA;
	text-align:center;
	background:#FFF;
	width:100%;
}
.calendar-bar table#termTb{
	display:none;
}
.calendar-bar-input{
	float:left;
	border:none;
	color:#444;
	font-size:12px;
	height:18px;
	width:100px;
	padding:0;
	text-align:center;
	cursor:pointer;
	background:#FFF;
}
.calendar-input-hover{
	float:left;
	border:none;
	color:#444;
	font-size:12px;
	height:18px;
	text-align:center;
	cursor:pointer;
	background:#E3FFFE;
}

.calendar-bar table tr td{
	font-size:13px;
}

.calendar-bar #semesterCalendar_yearTb tr td{
	width:25%;
}

.calendar-bar #semesterCalendar_termTb tr td{
	width:25%;
}

.calendar-bar table tr td span{
	float:none;
}
.calendar-td-hover{
	color:red;
	font-weight:bold;
}
.calendar-backgroundDDD{
	cursor:pointer;
	background:#DDD;
}