/* Style sheet used for calendars 
	Modified: June 10, 2009 */

body {
	background-image: url(../images/template/background.jpg);
	background-repeat: no-repeat;
	background-color: #AFC5DF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
.wrapper {margin:20px;}
table.calender {
	border:5px;
	border-style:ridge;
	width:100%;
	}
tr td {
	border:1px;
	border-style:solid;
	padding:3px;
	}
/* img { 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	} */
.big { 
	font-size: 22px;
	font-weight: 900;
	}
.month { 
	font-size: 22px;
	font-weight: 900;
	text-align:center;
	}
/* .normal { font-family: Arial, Helvetica, sans-serif;} */
.fixed { 
	font-size: 16px;
	}
.small { 
	font-size: 12px;
	}
.smaller { 
	font-size: 10px;
	}
tr.daynames td { 
	background-color: #99CCFF;
	text-align:center;
	width:4em;
	}
tr.daynumbers { 
	background-color: #DDDDDD;
	text-align:center;
	}
tr.daytext { 
	background-color: #FFFFFF;
	height:120px;
	text-align:left;
	}
table.address_list { 
	font-size: 11px;
	margin: 0px;
	}
tr.top { 
	font-size: 12px;
	font-weight: bold;
	}

a:link { 
	color: #0000FF;
	text-decoration: none;
	}
a:visited { 
	color: #0000FF;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: underline;
	}
a:active { 
	color: #FF0000;
	text-decoration: underline;
	}