/* ----------------------- */
/* --------- team -------- */
/* ----------------------- */

#teams .team-overview,
#roster .team-overview,
#entry-list .team-overview {
	margin-top: 7px;
	padding: 7px 0;
	width: 614px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	position: relative;
}

#teams .team-overview h1,
#roster .team-overview h1,
#entry-list .team-overview h1 {
	padding: 0 6px 35px 6px;
	height: 22px;
	font-size: 26px;
	font-weight: bold;
	width: 506px;
	font-family: "Istok Web", sans-serif;
	color: #2e2e2e;
}

#teams .team-overview h1 img,
#roster .team-overview h1 img,
#entry-list .team-overview h1 img {
	padding: 0;
	border: 1px solid #e0e0e0;
	float: left;
}

#teams .team-overview h1 span,
#roster .team-overview h1 span,
#entry-list .team-overview h1 span {
	margin-left: 7px;
	float: left;
	height: 22px;
	display: block;
	line-height: 30px;
}

#teams .team-overview img,
#roster .team-overview img,
#entry-list .team-overview img {
	padding: 0 6px;
	float: right;
}

#teams .team-overview img.team-emblem,
#roster .team-overview img.team-emblem,
#entry-list .team-overview img.team-emblem {
	position: absolute;
	top: 10px;
	right: 10px;
}

#teams .team-overview .informations,
#roster .team-overview .informations,
#entry-list .team-overview .informations {
	margin-top: 34px;
}

#teams .team-overview .informations h5,
#roster .team-overview .informations h5,
#entry-list .team-overview .informations h5 {
	padding: 0 6px;
}

#teams .team-overview .informations.jersey h5,
#roster .team-overview .informations.jersey h5,
#entry-list .team-overview .informations.jersey h5 {
	width: 88px;
	float: left;
}

#teams .team-overview .informations.jersey ul,
#roster .team-overview .informations.jersey ul,
#entry-list .team-overview .informations.jersey ul {
	float: left;
	width: 500px;
}

#teams .team-overview .informations.jersey ul li,
#roster .team-overview .informations.jersey ul li,
#entry-list .team-overview .informations.jersey ul li {
	margin-left: 70px;
	margin-bottom: 20px;
	width: 202px;
	height: 130px;
	display: inline;
	text-align: center;
	float: left;
}

#teams .team-overview .informations.jersey ul li:first-child,
#roster .team-overview .informations.jersey ul li:first-child,
#entry-list .team-overview .informations.jersey ul li:first-child {
	margin-left: 0;
}

#teams .team-overview .informations.jersey ul li span,
#roster .team-overview .informations.jersey ul li span,
#entry-list .team-overview .informations.jersey ul li span {
	margin-top: 6px;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #727272;
	font-size: 14px;
}


/* ----------------------- */
/* --------- table ------- */
/* ----------------------- */

table tr.odd th,
table tr.odd td,
table tr.even th,
table tr.even td {
	padding: 2px;
}

/*div.table-with-rounded-corners {
	background-image: url('/images/bg_th.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}*/

/*div.table-with-rounded-corners span.table-corner-left {
	background-image: url('/images/bg_th_left.jpg');
	background-position: top left;
	width: 6px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}*/

div.widget-table table {
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #eeeeee;
}

div.widget-table table tr th {
	vertical-align: bottom;
	background-color: #d6d6d6;
	color: #727272;
}

div.widget-table table tr th,
div.widget-table table tr td {
	padding: 5px 8px;
	/*padding: 5px;*/
	border-bottom: 1px solid #e8e8e8;
}



.column-3-of-3 div.widget-table table {
	border: 0;
}
.column-3-of-3 div.widget-table table tr th,
.column-3-of-3 div.widget-table table tr td {
	padding: 5px 5px;
}

/*.column-3-of-3 div.widget-table .table-corner-left {
	background-position: -1px 0;
}
.column-3-of-3 div.widget-table {
	background-position: -691px 0;
}*/

table tr th.left,
table tr td.left { text-align: left; }
table tr th.right,
table tr td.right { text-align: right; }
table tr th.center,
table tr td.center { text-align: center; }

div.widget-table table tr td.title {
	background-color: #a7a7a7;
	color: #fff;
}
div.widget-table table tr td.blank {
	height: 12px;
}
table tr.odd,
table tr.odd td {
	background-color: #efefef;
}
table tr.even,
table tr.even td {
	background-color: #fff;
}

div.widget-table table tr td .flag {
	width: 16px;
	height: 11px;
	float: left;
	text-align: center;
	display: block;
}
div.widget-table table tr td a.flag {
	float: none;
	width: auto;
}
div.widget-table table tr td .flag.right {
	float: right;
}

div.widget-table table tfoot tr td {
	background-color: #d6d6d6;
}

div.table-with-rounded-corners-half-left,
div.table-with-rounded-corners-half-right {
	width: 295px;
	float: left;
}
div.table-with-rounded-corners-half-right {
	float: right;
}

div.table-with-rounded-corners-half-left h4,
div.table-with-rounded-corners-half-right h4 {
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 0;
}

div.table-with-rounded-corners {
	margin-top: 10px;
	padding-top: 4px;
	background-image: url('/images/bg_table_top.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.table-with-rounded-corners-half-left div.table-with-rounded-corners,
div.table-with-rounded-corners-half-right div.table-with-rounded-corners {
	background-image: url('/images/bg_table_top_half.png');
}
div.column-3-of-3 div.table-with-rounded-corners {
	background-image: url('/images/bg_table_top_column_3_of_3.png');
}
div.informations div.table-with-rounded-corners,
div.accordion div.table-with-rounded-corners {
	background-image: url('/images/bg_table_top_accordion.png');
}

#tab-iihf-documents-pdf div.accordion div.table-with-rounded-corners {
	background-image: url('/images/bg_table_top_accordion_full.png');
}

div.table-with-rounded-corners table {
	margin-top: 0;
	border-top: 0;
}
div.table-with-rounded-corners table tr th {
	padding-top: 2px;
}
div.column-3-of-3 div.table-with-rounded-corners tr th {
	padding-top: 1px;
}

div.informations div.table-with-rounded-corners table,
div.accordion div.table-with-rounded-corners table {
	border: 0;
}

div.widget-table small {
	margin: 5px 5px 0 5px;
	font-size: 10px;
	font-style: italic;
	display: block;
}



/* ----------------------- */
/* -------- player ------- */
/* ----------------------- */

div.player {
	padding: 20px;
}

div.player .picture {
	float: left;
	border: 1px solid #fff;
	width: 246px;
	height: 336px;
	z-index: 110;
	position: relative;
	background: transparent url('/images/iihf_avatar.gif') no-repeat;
}

div.player .picture .image {
	width: 246px;
	height: 336px;
	/*display: inline;*/
	background-repeat: no-repeat;
}

div.player .picture .jersey-number {
	padding-left: 12px;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 77px;
	height: 41px;
	line-height: 45px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	background-color: #2f2f2f;
}

div.player .picture .picture-shadow {
	background-image: url('/images/shadow_img.png');
	width: 310px;
	height: 146px;
	background-position: top right;
	position: absolute;
	bottom: -46px;
	left: -21px;
	z-index: -1;
}

div.player div.about img.crest {
	margin-left: 25px;
	float: left;
}

div.player h4 {
	float: left;
	height: 35px;
}

div.player div.about {
	float: left;
	/*width: 407px;*/
	width: 363px;
	height: 339px;
}

div.player div.about strong.first-name,
div.player div.about strong.last-name,
div.player div.about strong.last-first-name {
	color: #000;
	font-family: 'Times New Roman', serif;
	font-size: 30px;
	line-height: 27px;
	padding: 10px 0 5px 30px;
	/*width: 264px;*/
	/*width: 220px;*/
	width: 238px;
	float: left;
	display: block;
}

div.player div.about table {
	margin-top: 26px;
	margin-left: 20px;
	border-collapse: collapse;
	float: left;
	/*width: 291px;*/
	width: 348px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	bottom: 0;
}

div.player div.about table tr.odd { background-color: #f5f5f5; }
div.player div.about table tr.even { background-color: #fff; }

div.player div.about table tr td {
	padding: 8px 14px;
	text-align: left;
	font-weight: bold;
}
div.player div.about table tr td:first-child {
	text-align: right;
	font-weight: normal;
	width: 100px;
}

div.player .widget-table {
	/*width: 661px;*/
	width: 615px;
	float: left;
	clear: both;
}

div.player span.title {
	margin: 40px 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	float: left;
	clear: both;
	width: 100%;
	color: #000;
}

/* --------------------------- */
/* -------- scoreboard ------- */
/* --------------------------- */
.column-3-of-3 div.widget-table .scoreboard {
	margin-top: 11px;
	min-height: 300px;
	height: auto !important;
	height: 300px; /* height with 4 games per day */

	/*height: 375px;*/ /* height with 5 games per day */
}

.scoreboard .played,
.scoreboard .live,
.scoreboard .not-played {
	height: 75px;
	position: relative;
}

.scoreboard img.flag {
	margin: 0 20px;
}

.scoreboard .title {
	color: #fff;
	background-color: #a7a7a7;
	line-height: 24px;
}

.scoreboard .video-ico,
.scoreboard .recap-ico {
	position: absolute;
}

.scoreboard .video-ico {
	top: 0;
	left: 0;
}

.scoreboard .recap-ico {
	top: 0;
	right: 0;
}

.scoreboard .title.left {
	padding: 0 !important;
}

.scoreboard .title.centered {
	text-align: center;
}

.scoreboard .result {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	width: 100px;
}

.scoreboard .not-played .result {
	color: #999;
}

.scoreboard div {
	text-align: center;
}

.scoreboard span,
.scoreboard img {
	display: block;
	float: left;
}

.scoreboard .game-info span.venue {
	float: right;
}

.scoreboard .team {
	padding-top: 5px;
	width: 34px;
}

.scoreboard .team.right {
	text-align: right;
}

.scoreboard .team.left,
.scoreboard .flag.right {
	text-align: left;
}

.scoreboard .live .title,
.scoreboard .not-played .title {
	position: relative;
}

.scoreboard .live .title {
	background: transparent url('/images/live_bg.jpg') repeat-x;
}

.scoreboard span.live-flag {
	float: none;
}

.scoreboard span.live-flag span {
	margin-right: 3px;
	padding: 0 3px;
	background-color: #fb171a;
	border: 1px solid #fff;
	display: inline;
	float: none;
}

.scoreboard div.game {
	float: left;
	padding-top: 7px;
	padding-bottom: 3px;
}

.scoreboard div.game-info {
	float: left;
	width: 306px;
	font-size: 10px;
}

.scoreboard div div {
	cursor: pointer;
}

.scoreboard div div.not-played div {
	cursor: default;
}

.scoreboard div div:hover .game,
.scoreboard div div:hover .game-info {
	background-color: #fff;
}

.scoreboard .live div.game,
.scoreboard .live div.game-info {
	border-right: 1px solid #0096d3;
	border-left: 1px solid #0096d3;
}

.scoreboard .live div.game-info {
	border-bottom: 1px solid #0096d3;
}

.scoreboard .live .team {
	width: 33px;
}

.scoreboard span.game,
.scoreboard span.venue {
	padding: 0 7px;
}

.scoreboard .game-day {
	display: none;
}

.scoreboard .line-up {
	padding: 0 6px;
	position: absolute;
	top: 2px;
	right: 3px;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.scoreboard .line-up:hover {
	background-color: #fff;
	color: #007DB7;
	text-decoration: none;
}

/* --------------------------- */
/* -------- Statistics ------- */
/* --------------------------- */
#statistics .pdf img {
	padding-right: 3px;
}

/* ----------------------------------- */
/* -------- Static team roster ------- */
/* ----------------------------------- */
.static-team-roster {
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
}

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