#streamSearchTable .calendarDiv table {
	width: 200px;
	margin-bottom: 0px;
}

#streamSearchTable .calendarDiv td {
	font-size: 0.7em;	
	text-align: center;
	padding: 0;
	marging: 0;
}

#streamSearchTable .calendarDiv .main {
	text-decoration:none;
	width:200px;
	border:1px solid #7F9DB9;
}

#streamSearchTable .calendarDiv .month {
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	border:0px;
}

#streamSearchTable .calendarDiv .daysofweek {
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	border:0px;
}

#streamSearchTable .calendarDiv .days {
	text-decoration:none;
	border: 0px;
	font-family:verdana;
	color:#F58134;
	background-color: #fff;
	padding: 2px;
}

#streamSearchTable .calendarDiv .days #today{
	text-decoration:none;
	font-weight: bold;
	color:#B35A1E;
}

#streamSearchTable .calendarDiv .days #today:hover{
	text-decoration:none;
	font-weight: bold;
	color:#B35A1E;
}

#streamSearchTable .calendarDiv .days #invalid{
	text-decoration:none;
	color: gray;
}

#streamSearchTable .calendarDiv .link{
	text-decoration:none;
	font-weight: bold;
	color:#F58134;
}

#streamSearchTable .calendarDiv a.link:hover{
	text-decoration:none;
	font-weight: bold;
	color:#F58134;
}

#calendarSelectDiv .calendarDiv table {
	width: 200px;
	margin-bottom: 0px;
}

#calendarSelectDiv .calendarDiv td {
	font-size: 0.9em;	
	text-align: center;
	padding: 0;
	marging: 0;
}

#calendarSelectDiv .calendarDiv .main {
	text-decoration:none;
	width:200px;
	border:1px solid #7F9DB9;
}

#calendarSelectDiv .calendarDiv .month {
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	border:0px;
}

#calendarSelectDiv .calendarDiv .daysofweek {
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	border:0px;
}

#calendarSelectDiv .calendarDiv .days {
	text-decoration:none;
	border: 0px;
	font-family:verdana;
	color:#F58134;
	background-color: #fff;
	padding: 2px;
}

#calendarSelectDiv .calendarDiv .days #today{
	text-decoration:none;
	font-weight: bold;
	color:#B35A1E;
}

#calendarSelectDiv .calendarDiv .days #today:hover{
	text-decoration:none;
	font-weight: bold;
	color:#B35A1E;
}

#calendarSelectDiv .calendarDiv .days #invalid{
	text-decoration:none;
	color: gray;
}

#calendarSelectDiv .calendarDiv .link{
	text-decoration:none;
	font-weight: bold;
	color:#F58134;
}

#calendarSelectDiv .calendarDiv a.link:hover{
	text-decoration:none;
	font-weight: bold;
	color:#F58134;
}