/*DEVELOPER: ignitionshop.com */
/*URL: http://www.ignitionshop.com */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
}

.calendar {
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
	width: 95%;
	bgcolor: #ebeaea;
}
.months {
	background-color: #000000;
	width: 7%;
	text-align: right;
	padding: 2px;
	;
}
td {

}

.standard {
	background-color: #d9d7d7;
	background: url(../images/bg_dates.gif) no-repeat;
}


td.standard:hover { 
	background-color: #f7f7f7; 
}
.header {
	text-align: center;
	background: #000;
	width: 773px;
	height: 77px;
	padding: 2px;
	margin: 0;
}
.ignition {
	text-align: center;
	background-color: #b83638;
}

.special {
	text-align: center;
	background-color: #c3c8cd;
}

.winterclash {
	text-align: center;
	background-color: #5998c8;
}


.other {
	text-align: center;
	background-color: #585858;
}

#footer {
	font-size: 0.7em;
	width: 500px;
	margin: 10px auto;
	color: #bbb;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
font-size: 0.7em;
text-align: center;
position: absolute;
background-color: #d8d7d6;
padding: 5px;
left: -1000px;
border: 1px solid #979797;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailRight:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */

}

.thumbnailLeft:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */

}

.thumbnailBottom:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -165px;
left: -400px; /*position where enlarged image should offset horizontally */

}
