/* -------------------------- */
/* ----- table schedule ----- */
/* -------------------------- */
table.schedule-table {
	padding: 0 0 20px 0;
	border-spacing: 2px;
	border-collapse: separate;
}

table.schedule-table thead tr th,
table.schedule-table tbody tr td {
	color: #7f7f7f;
	width: 42px;
	/*height: 26px;*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table.schedule-table thead tr th {
	padding-top: 10px;
	height: auto;
}

table.schedule-table tbody tr td a {
	/*border: 1px solid #c2c2c2;*/
	background: #7eccd6;
	color: #fff;
	display: block;
	line-height: 27px;
	/*width: 35px;*/
	height: 26px;
	text-decoration: none;
}

table.schedule-table tbody tr td a:hover {
	background: #ff6900;
	background-color: #16839a;
	color: #fff;
}

table.schedule-table tbody tr td.empty-cell {
	/*border: 1px solid #c2c2c2;*/
	background: #cbcbcb url('/images/minsk2014/bg_schedule_results_empty_cell.gif');
	cursor: inherit;
}

table.schedule-table tbody tr td.current-cell a {
	background-color: #16839a;
	color: #fff;
}

/* -------------------------- */
/* --------- matches -------- */
/* -------------------------- */
.schedule-matches {
	/*height: 430px;*/
	width: 308px;
	overflow: hidden;
	position: relative;
}

.schedule-matches > div {
	/*width: 316px;*/
	width: 308px;
	/*position: absolute;*/
}

.schedule-matches div h4 {
	padding: 6px 0;
	font-weight: bold;
	font-size: 14px;
	width: 310px;
	color: #767676;
}

.schedule-matches div div.column-1,
.schedule-matches div div.column-2 {
	margin: 15px 0;
	width: 146px;
	float: left;
	position: relative;
}

.schedule-matches div div.column-2 {
	margin-right: 0px;
	margin-left: 15px;
}

.schedule-matches div div h5 {
	padding: 0px;
	/*font-size: 16px;*/
	font-size: 14px;
	border-bottom: 1px solid #bfbfbf;
	height: 28px;
}

.schedule-matches div div a span.time {
	margin: 15px 0 8px 0;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.schedule-matches div div a {
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
	color: #000;
	position: relative;
}
.schedule-matches div div a:hover {
	text-decoration: none;
}

.schedule-matches div div a span.left,
.schedule-matches div div a span.right {
	padding: 13px 6px 10px 6px;
	border: 1px solid #e0e0e0;
	background-color: #fbfbfb;
	float: left;
	height: 100%;
	height: 53px;
	width: 47px;
}

.schedule-matches div div a span.left {
	padding-left: 10px;
	padding-right: 2px;
	border-right: 0;
}

.schedule-matches div div a span.right {
	padding-left: 2px;
	padding-right: 10px;
	border-left: 0;
}

.schedule-matches div div a span img,
.schedule-matches div div a span strong {
	margin-top: 5px;
	float: left;
	clear: both;
}

.schedule-matches div div a span.left strong {
	text-align: left;
}

.schedule-matches div div a span.right strong {
	text-align: right;
}

.schedule-matches div div a span img {
	border: 1px solid #e0e0e0;
	width: 30px;
	height: 22px;
}

.schedule-matches div div a span.right img {
	float: right;
}

/* copied schedule.css from CFR 13.08.14 */
.schedule-matches div div a span.flag-wrapper {
	margin-top: 5px;
	border: 1px solid #e0e0e0;
	display: block;
	width: 30px;
	height: 22px;
	float: left;
}

.schedule-matches div div a span.right span.flag-wrapper {
	float: right;
}

.schedule-matches div div a span.flag-wrapper span {
	display: block;
	width: 100%;
	height: 100%;
}
/* end */

.schedule-matches div div a span strong {
	margin: 7px 0 3px 0;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	width: 100%;
	color: #646464;
	text-align: center;
}

.schedule-matches div div a span.versus {
	padding: 11px 7px 25px 7px;
	border: 1px solid #e0e0e0;
	border-right: 0;
	border-left: 0;
	line-height: 40px;
	color: #646464;
	background-color: #fbfbfb;
	float: left;
	display: block;
	height: 100%;
}

.schedule-matches div div a.live span.left,
.schedule-matches div div a.live span.right,
.schedule-matches div div a.live span.versus {
	border-color: #0096d3;
}

.schedule-matches div div a:hover span.left,
.schedule-matches div div a:hover span.right,
.schedule-matches div div a:hover span.versus {
	background-color: #dedede;
}

.schedule-matches div div a span.result {
	position: absolute;
	left: 0px;
	bottom: 14px;
	width: 145px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.schedule-matches div.game-day {
	display: none;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
