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

/* global fonts */
a {
	text-decoration:none;
}

div, td, tr, p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* container table */

#ps_round_labels {
	background-color:#cccccc;
	font-weight:bold;
	font-size:11px;
}

#ps_round_labels td {
	padding:3px;
	text-align:center;
}
#ps_round_labels_public {
	font-weight:bold;
	font-size:11px;

}
#ps_round_labels_public td {
	padding:3px 3px 15px 3px;
	text-align:center;
}
.ps_round_name {
	text-align:center;
	height: 15px;
	line-height:15px;
	background-color: #eee;
	color: #999;
	font-weight: bold;
	border: 1px solid #ccc;
	font-size: 10px;
}
.ps_round_cell {
	width:140px;
}

.ps_bracket_logo {
	height: 40px;
	line-height: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.ps_con_cell {
	width:14px;
}
.ps_bracket_seed {
	/* width: 15px; */
	text-align:center;
	height: 15px;
	line-height:15px;
	background-color: #eee;
	color: #999;
	font-weight: bold;
	border: 1px solid #ccc;
	font-size: 10px;
}
.ps_bracket_box {
	padding-top:10px;
	padding-bottom:0px;
	width:140px;
	height:88px;
	background-image:url(/sk/images/brackets/back_bracket_big.jpg);
	background-repeat: no-repeat;
	background-position:0px 16px;
	margin:0px;
	padding-left:1px;
	font-size:10px;
	display:block;
}

.ps_bracket_box_label {
	padding-top:0;
	padding-bottom:0px;
	width:140px;
	height:86px;
	background-image:url(/sk/images/brackets/back_bracket_big.jpg);
	background-repeat: no-repeat;
	background-position:0px 9px;
	margin:0px;
	padding-left:1px;
	font-size:10px;
	display:block;
}

.ps_bracket_label {
	padding-top:0px;
	text-transform:uppercase;
	width:136px;
	height:10px;
	margin:0px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #cccccc;
}
/* headers in the pop ups */
.ps_gameinfo_head {
	font-size: 17px;
	margin-top: 3px;
	font-weight: 700;
	line-height: 23px;
}

.ps_gameinfo_head_highlight {
	font-size: 15px;
	margin-top: 0px;
	color: #c6000a;
	margin-bottom: 5px;
	font-weight: 700;
}
/* seed in pop up */
.ps_header_seed {
	font-size: 14px;
	padding: 4px;
	border: 1px solid #ccc;
	color: #666;
	background-color: #eee;
}
/* highlight winner */
.ps_bracket_game_winner {
	font-weight: 700;
}

.ps_bracket_game_loser {
	font-weight: 100;
}

/* bracket game div in tooltip*/
.ps_bracket_game_info_holder {
	width: 220px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
/* tool tip header */
.ps_bracket_tooptip_header {
	background-color: #eee;
	width: 220px;
	padding:5px;
	text-align: center;
	margin-bottom: 10px;
}

/*spacer div here */
.ps_bracket_spacer {
	width:14px;
	margin:0px;
	height:43px;
	padding:0;
	display:block;
	/*border: 1px solid #ff0000;*/
}

/* connectors here */
.ps_bracket_con {
	height:86px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}

.con1 {
	background-image:url(/sk/images/brackets/con1.gif);
}

.con2 {
	background-image:url(/sk/images/brackets/con2.gif);
}

.con3 {
	background-image:url(/sk/images/brackets/con3.gif);
}

.con4 {
	background-image:url(/sk/images/brackets/con4.gif);
}

.con5 {
	background-image:url(/sk/images/brackets/con5.gif);
}

.con6 {
	background-image:url(/sk/images/brackets/con6.gif);
}

.con7 {
	background-image:url(/sk/images/brackets/con7.gif);
}

.con8 {
	background-image:url(/sk/images/brackets/img/con8.gif);
}

.con9 {
	background-image:url(/sk/images/brackets/con9.gif);
}

/*game info table */
.ps_game_data {
	width:100%;
	border:0;
	padding:0;
}

.ps_game_data td {
	padding:2px;
	margin:0;
}

.ps_game_info_row td {
	/* border-top:1px dashed #dddddd; */
	font-weight:bold;
}

.ps_winner_row {
	background-color:#FFCC00;
	font-weight:bold;
	font-size:11px;
	background-image:url(/sk/images/brackets/back_winner.jpg);
	background-repeat: repeat-x;
}

.ps_bye_data {
	margin-top:12px;
	width:136px;
	border:0;
	padding:0;
}

.ps_bye_data td {
	padding:2px;
	margin:0;
}

.ps_team_seed { 
	display:block; 
	color:#666666; 
	font-weight:bold; 
	background-color:#ffffff; 
	width:15px; 
	padding:0; 
	margin:0; 
	min-height:9px; 
	line-height:10px; 
	height:auto !important; 
	height:9px; 
	text-align:center; 
}

.ps_bracket_team_logo {
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
}