#body_container #nearest_tourneys #tournament_cal {
	width: 244px;
	position:relative;
	float: left;
	clear: left;
	margin-top: 15px;
}

#body_container #nearest_tourneys #tournament_cal .head {
	height: 25px;
	width: 244px;
	position: relative;
	background-image: url(../img/v2/calendar/header.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg{
	background-image: url(../img/v2/calendar/cells_bg.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 244px;
	float: left;
	position: relative;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td{
	height: 35px;
	width: 35px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .cell_box{
	height: 35px;
	width: 35px;
	position:relative;
}


#body_container #nearest_tourneys #tournament_cal .cells_bg td .day{
	height: 12px;
	width: 13px;
	font-size: 10px;
	color: #333;
	position:relative;
	z-index:2;
	top: 2px;
	left: 19px;
	text-align: center;
}
#body_container #nearest_tourneys #tournament_cal .cells_bg td  .past{
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .day_now{
	height: 12px;
	width: 13px;
	font-size: 11px;
	color: #FFF;
	position:absolute;
	z-index:2;
	top: 2px;
	left: 19px;
	text-align: center;
	font-weight: bold;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .event_1 {
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 19px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .event_2 {
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
	left: 3px;
	top: 19px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .event_3 {
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
	left: 3px;
	top: 2px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .betsafe {
	background-image: url(../img/v2/calendar/betsafe_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .noxwin {
	background-image: url(../img/v2/calendar/noxwin_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luck3 {
	background-image: url(../img/v2/calendar/luck3_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .mermaid {
	background-image: url(../img/v2/calendar/mermaid_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .expekt {
	background-image: url(../img/v2/calendar/expekt_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bwin {
	background-image: url(../img/v2/calendar/bwin_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .titan {
	background-image: url(../img/v2/calendar/titan_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pokerstars {
	background-image: url(../img/v2/calendar/pokerstars_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pacifik {
	background-image: url(../img/v2/calendar/pacifik_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luckyace{
	background-image: url(../img/v2/calendar/luckyace_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .unibet{
	background-image: url(../img/v2/calendar/unibet_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .betfair{
	background-image: url(../img/v2/calendar/betfair_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .fulltilt{
	background-image: url(../img/v2/calendar/fulltilt_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .adameve{
	background-image: url(../img/v2/calendar/adameve_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bluff{
	background-image: url(../img/v2/calendar/bluff_event.png);
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .betsafe_past {
	background-image: url(../img/v2/calendar/betsafe_event.png);
	background-position: -14px;
}


#body_container #nearest_tourneys #tournament_cal .cells_bg td .betsafe_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .noxwin_past {
	background-image: url(../img/v2/calendar/noxwin_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .noxwin_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luck3_past {
	background-image: url(../img/v2/calendar/luck3_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luck3_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .mermaid_past {
	background-image: url(../img/v2/calendar/mermaid_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .mermaid_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .expekt_past {
	background-image: url(../img/v2/calendar/expekt_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .expekt_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bwin_past {
	background-image: url(../img/v2/calendar/bwin_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bwin_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .titan_past {
	background-image: url(../img/v2/calendar/titan_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .titan_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pokerstars_past {
	background-image: url(../img/v2/calendar/pokerstars_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pokerstars_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pacifik_past {
	background-image: url(../img/v2/calendar/pacifik_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .pacifik_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luckyace_past {
	background-image: url(../img/v2/calendar/luckyace_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .luckyace_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .unibet_past {
	background-image: url(../img/v2/calendar/unibet_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .unibet_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .betfair_past {
	background-image: url(../img/v2/calendar/betfair_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .betfair_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .fulltilt_past {
	background-image: url(../img/v2/calendar/fulltilt_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .fulltilt_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .adameve_past {
	background-image: url(../img/v2/calendar/adameve_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .adameve_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bluff_past {
	background-image: url(../img/v2/calendar/bluff_event.png);
	background-position: -14px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .bluff_past:hover {
	background-position: 0px;
}

#body_container #nearest_tourneys #tournament_cal .cells_bg td .active_cell {
	height: 42px;
	width: 42px;
	background-image: url(../img/v2/calendar/active_cell.png);
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	left: -3px;
	top: 0px;
}
