table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #1F843D 3px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #8FC29E 1px;
	text-align: left;
	color: #810081;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #1F843D 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #8FC29E 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #8FC29E 3px;
	color: #810081;
}
table.calcells td.wkday {
	background-color: #62A977;
}
table.calcells td.wkend {
	background-color: #62A977;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #1F843D;
	color: black;
}
table.calcells td.notmnth {
	background-color: #E9F3EC;
	color: #79B58B;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #196A31;
}




#weather2 {
			background-image:url(weathergradient.jpg);
			background: -webkit-gradient(linear, left top, left bottom, from(#adc7db), to(#6f9dbe));
			background: -moz-linear-gradient(top, #b2bcc8, #adc7db);
			width: 185px;
			padding: 5px 10px;
			overflow: hidden;
			border: 2px solid #930093;
			margin:0px auto;
			margin-top:20px;
		}
		
		#weather2 h2 {
			color: #000;
			text-shadow: rgba(250, 250, 250, 0.6) 2px 2px 0;
		}
		
		#weather2 p {
			font-size: 25px;
			margin: 30px 0 0;
		}
		
		#weather2 p span {
			font-size: 16px;
		}
		
		#weather2 a:link, #weather2 a:active, #weather2 a:visited {
			display: block;
			clear: both;
			text-decoration: none;
			color: #222;
			font-size: 12px;
		}
		
		#weather2 a:hover {
			color: #000;
			text-decoration: underline;
		}
