/* CALENDAR */

.calendar_table {
	width: 289px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.calendar_title { /* Kalenterin otsikko, leveys 300px */
	width: 287px; height: 25px; float: right; margin-top: 5px; margin-right: 4px; background-color: #c60000; text-align: left; border-top-color: black; border-top-style: solid; border-right-color: black; border-right-style: solid; border-left-color: black; border-left-style: solid; list-style-image: url(../images/whitebox_title_bg.gif); }

.calendar_td {
	width: 35px;
	height: 20px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #2e7bd5;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font: 11px "trebuchet MS", sans-serif;
}

.calendar_id {
	width: 35px;
	height: 20px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #39f;
	text-align: center;
	vertical-align: middle;
	color: white;
	font: 11px "trebuchet MS", sans-serif;
}

.calendar_today { width: 35px; height: 20px; background-color: #c60000; text-align: center; vertical-align: middle; color: white; font: 11px "trebuchet MS", sans-serif; border-top-color: black; border-left-color: black; border-left-style: solid; border-top-style: solid; }
.calendar_gameday { color: white; font: 11px "trebuchet MS", sans-serif; background-color: #023052; text-align: center; width: 35px; height: 20px; vertical-align: middle; border-top-style: solid; border-top-color: black; border-left-style: solid; border-left-color: black; }
.calendar_empty {
    width: 35px;
    height: 20px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    background-color: #39f;
    text-align: center;
    vertical-align: middle;
    color: #989898;
    font: 11px "trebuchet MS", sans-serif;
}

.calendar_games { /* Kalenterin otsikko, leveys 300px */
	color: white; width: 287px; float: right; margin-bottom: 5px; margin-right: 4px; background-color: #06c; text-align: center; border-bottom: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; }

.calendar_date { /* Musta tietolaatikko, päivä */
	width: 90px; height: 16px; color: white; text-decoration: none; font: 11px "trebuchet MS", sans-serif; text-align: left; text-indent: 5px; vertical-align: top; }

.gamedate_td { color: white; background-color: #06c; width: 270px; float: left; margin-left: 5px; margin-top: 7px; }

.game_td {
	width: 277px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}

/*.gamelink a:link, .gamelink a:visited { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
/*	color: #529bf7;
	font: bold 11px "trebuchet MS", sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.gamelink a:hover, .gamelink a:active { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
/*	color: #529bf7;
	font: bold 11px "trebuchet MS", sans-serif;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}*/

.gamelink a:link, .gamelink a:visited { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
    color: #529bf7; font: bold 11px "trebuchet MS", sans-serif; background-color: #023052; text-decoration: underline; text-align: center; vertical-align: middle; width: 35px; height: 20px; border-top-color: black; border-top-style: solid; border-left-color: black; border-left-style: solid; }

.gamelink a:hover, .gamelink a:active { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
    color: #ffffff; font: bold 11px "trebuchet MS", sans-serif; background-color: #023052; text-decoration: underline; text-align: center; vertical-align: middle; width: 35px; height: 20px; border-top-color: black; border-left-color: black; }



.weeklink a:link, .gamelink a:visited { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
	color: white; font: bold 11px "trebuchet MS", sans-serif; background-color: #023052; text-decoration: none; text-align: center; vertical-align: middle; width: 35px; height: 20px; border-top-color: black; border-left-color: black; }

.weeklink a:hover, .gamelink a:active { /* Musta tietolaatikko, linkki kaikkiin uutisiin */
	color: white; font: bold 11px "trebuchet MS", sans-serif; background-color: #023052; text-decoration: underline; text-align: center; vertical-align: middle; width: 35px; height: 20px; border-top-color: black; border-left-color: black; }
