* {border: 0; border-collapse: collapse;}

.asd {
    border: 0;
    overflow: hidden;
margin: 0;
padding: 0;
  }

td {
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#calback {
	width: 214px;
}

#calendar {
	width: 100%;
	height: 100%;
	border: 4px solid #525252;
	background: #375280 url(img/footer-bg.png) repeat-x;
	background-position: 0 27px;
}
.cal {
	width: 100%; 
}

.calhead {
	height: 27px;
	width: 100%;
	color: #FFF;
	font-size: 12px;      
	background-color: #D4D4D4;
	font-weight: bold;
}
.calhead td {
	padding: 0 10px;
}
.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	font-size: 10px;
}

.dayhead td {
	text-align: center;
	color: #FFF;
}

.dayrow {
	height: 20px;
}

.dayrow td {
	width: 20px;
	color: #FFF;
	font-size: 10px;
}

.day {
	text-align: center;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: none;
}
a {
	color: #FFF;
	}
a:visited {
	color: #FFF;
	}
a:hover {
	color: #36517E;
	}
	
.today a {
	color: #C00;
	}