/* CSS Document */
body {
	background-color: #7E7A73;
	margin-top: 0px;
	padding:0px;
	margin:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;	
}

form {
	margin: 0px;
}

.style1  {
	color: #FFFFFF
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.admin {
	color: #577;
}

a.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: underline;	
}
a.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: underline;	
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;	
}
.table {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #ffffff;
	text-decoration:none;
}

.cal {
	border: 1px solid black;
	clear: left;
	margin-right: 1em;
}

.cal h1{
	text-align: center;
}

.cal td {
	border: 1px solid black;
}

.cal_days td{
	font-weight: bold;
	text-align: center;
}

.cal_week td {
	height: 100px;
	padding: 0px;
	text-align: left;
}

.cal_week td div {
	background-color: white;
}

.cal_week td div {
	border: 2px solid black;
	border-top: 0px;
	border-left: 0px;

	height: 1.5em;
	width: 1.5em;
}

.img {
	float: left;
	margin: 12px 0px 12px 12px;
}

.img a, .img img {
	border: 0px;
	text-decoration: none;
}