@charset "UTF-8";
/* CSS Document */

table#calendar a {
	text-decoration: underline;
	text-align: center;
}
.main-keyblock {
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 13px;
	height: 22px;
	padding-left: 15px;
}

.main-keyblock1 {
	background-image: url(../images/events/competitions/all-key.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 20px;
	height: 22px;
}

.main-keyblock2 {
	background-image: url(../images/events/competitions/junior-key.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 20px;
	height: 22px;
}

.main-keyblock3 {
	background-image: url(../images/events/competitions/ladies-key.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 20px;
	height: 22px;
}


.main-keyblock7 {
	background-image: url(../images/events/competitions/senior-men-key.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float: left;
	font-size: 1em;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 20px;
	height: 22px;
}

tr#days th {
	color: #696C6B;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
	width: 25px;
}
tr#title th {
	color: #496492;
	border: 0;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
td {
	color: #1B2333;
	text-align: center;
	border: 1px none gray;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.sat {
}
table#calendar a {font-weight: bold; display: block; margin: 0;}

td.general a:link {
	color: #1B2333;
}
td.general a:hover {
	background-color: #FFFFFF;
}

td.weekend {
	background-color: #BEC7D0;
	color: #CC0000;
}
td.weekend a:link {
	color: #CC0000;
}
td.weekend a:hover {
	background-color: #FFFFFF;
}

td.peak {
	color: #CC0000;
}


td.notthismonth {
	color: #BEC7D0;
	background-color: #BEC7D0;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.today {
	background-color: #CC0000;
	border: 1px solid black;
	color: #FFFFFF;
}
td.today a:link {
	color: #FFFFFF;
}
td.today a:hover {
	background-color: #FFFFFF;
}



.tableback {
	background-image: url(../images/structure/cal-tile.png);
	background-repeat: repeat-y;
	background-position: top;
}
.cal-top {
	background-image: url(../images/structure/cal-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cal-bot {
	background-image: url(../images/structure/cal-bot.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.day {
	font-size: 2.5em;
	font-weight: bold;
	color: #637AA0;
}
.overview {
	font-size: 1.1em;
	background-position: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 23px;
}
.intersect {
	background-image: url(../images/structure/cal-intersect.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.date {
	font-size: 2.5em;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 1em;
}
.overview-detail {
	font-size: 1em;
	background-position: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 23px;
	font-weight: normal;
	line-height: 1.6em;
}
.cal-button {
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 7px;
}
#caltopdiv {
	background-image: url(../images/structure/cal-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 18px;
}
#calbox1 {
	background-image: url(../images/structure/cal-intersect2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#calbox2 {
	background-image: url(../images/structure/cal-intersect2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#calbox3 {
	background-image: url(../images/structure/cal-bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 35px;
}
.title {
	color: #496492;
	border: 0;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.left-arrow {
	text-align: left;
	vertical-align: middle;
}
.right-arrow {
	text-align: right;
	vertical-align: middle;
}
