﻿/* CSS Document */
.divShow
{
    display:block;
}
.divHide
{
    display:none;
}
.anc_disp_weather
{
    cursor:pointer;
}
.calendar
{
	table-layout: fixed;
	background-image: url(../Images/cal.gif);
	width: 16px;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 16px;
	background-color: transparent;
	border-bottom-style: none;
}