a.times-btn {
	border:1px solid #DEDEDE;
	background-color:#FFFFFF;
	padding:3px;
	/*padding-left:10px;*/
	font-size:10px;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	display:block;
	width:20px;
	text-transform:uppercase;
	background-image:url(../Images/air_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 50%;
}

a.times-btn:hover {
	background-color:#DCDDDE;
	color:#000000;
	background-image:none;
	font-weight:bold;
}

div.times-div {
	background-color:#DCDDDE;
	border-bottom:1px solid #DCDDDE;
	border-right:1px solid #DCDDDE;
	position:absolute;
	width:200px;
	padding:7px;
	top:-29px;
	left:20px;
	visibility:hidden;
}

/*programs page*/
a.times-btn-progs {
	border:1px solid #DCDDDE;
	background-color:#FFFFFF;
	padding:3px;
	/*padding-left:10px;*/
	font-size:10px;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	display:block;
	width:20px;
	text-transform:uppercase;
	background-image:url(../Images/air_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 50%;
}

a.times-btn-progs:hover {
	background-color:#DCDDDE;
	color:#000000;
	background-image:none;
	font-weight:bold;
}

div.times-div-progs {
	background-color:#DCDDDE;
	border-bottom:1px solid #DCDDDE;
	border-right:1px solid #DCDDDE;
	position:absolute;
	width:200px;
	padding:7px;
	top:-29px;
	left:20px;
	visibility:hidden;
}
