/* @override http://youfoot.localhost/css/match.css */
/**
Css for match related screens

**/

/*
Match infobox 
*********************/
.nostadium_content {
	height: 60px;
	text-align: center;
	padding-top: 30px;
}
.match.infobox {
	position: relative;
}

.match .infobox-info.right {
	float: right;
	text-align: right;
}
.match .infobox-info.right a{
	position:relative;
	top:7px;
}

.match .infobox-teams h3 {
	color:#353535;
	font-size:20px;
	line-height:20px;
	margin-bottom: 5px;
}

.home-team #home-goal-scorers {
	/*margin-left: 110px;*/
}
.match .infobox-teams p span {
	margin-top:5px;
}
.match .infobox-teams .away-team,
.match .infobox-teams .away-team img {
	float: right;
	text-align: right;
}
.match .infobox-teams .away-team img {
	margin-left: 10px;
}
.match .infobox-teams .home-team img {
	float: left;
	margin-right: 10px;
}

.match .infobox-teams .match-score {
	float:left;
	margin-top:10px;
	width:160px;
}
.match .infobox-teams .match-score p{
	text-align:center;
	font-weight:bold;
	line-height:12px;
}
.match .infobox-teams #match-score {
	color:#AF1F23;
	font-size:31px;
	font-weight:bold;
	text-align:center;
	line-height:31px;
	margin-top: -17px;
}

.match .infobox-info.match-status {
	position:absolute;
	left:50%;
	width:150px;
	margin-left:-75px;
	text-align:center;
}
.infobox-info.match-status .star-ratings {
	margin: 0 auto;
}
.match-status .status-line p {
	display:inline;
}

.match .infobox-info.infobox-meta {
	width: 40%;
	color: #000;
}
.match .infobox-info.infobox-meta p {
	margin-top:0px;
	margin-bottom:0px;
}
.match_infobox_left .right .playcom-img {
	float:right;
	margin-top:-29px;
	/*height:25px;
	display:block;
	margin-left:3px;
	width:25px;
	margin-bottom:10px;*/
}
.match_infobox_left .right .playcommentator {
	width: auto;
	text-align: right;
	margin-right: 30px;
}
.match_infobox_left .right strong{
	white-space: nowrap;
}
#match-update-button {
	color:#444;
	height:26px;
	padding-left:5px;
	background:url(../img/buttons/button_grey.png) top left no-repeat;
	font-size:10px;
	font-family:Arial, helvetica, sans-serif;
	line-height:10px;
	text-align:left;
	cursor:pointer;
}
#match-update-button div{
	background:url(../img/buttons/button_grey.png) top right no-repeat;
	padding:3px 0 3px 5px;
	margin-right: -3px;
}
#match-update-button img {
	float:left;
	margin:2px 5px 0 0;
}
#match-update-button .red {
	display:block;
}

.match .infobox-teams .join-match {
	clear:left;
	width:auto;
	float:left;
	margin-top:20px;
}
.match .infobox-teams .away-team .join-match {
	float:right;
}

.infobox-teams .join-match a {
	font-size:30px;
	line-height:30px;
	float:left;
	margin:0 10px 0 0;
}
.infobox-teams .away-team .join-match a {
	float:right;
	margin: 0 0 0 10px;
}

/**
Match timeline and related elements 
************************************/

#match-event-media {
	position: absolute;
	top: 0px;
	margin-top: -140px;
	left: 50%;
	background: #fff;
	border: 1px solid #c1c1c1;
	z-index: 10;
	width: 254px;
	min-height: 223px;
}
#match-event-media .event-commentary {
	padding:10px;
	text-align: left;
	padding-bottom: 15px;
}
#match-event-media .event-commentary img {
	float:left;
	padding-right: 5px;
}
#match-event-media .slider .arrow-left {
	background:#D2D5D3 url(../img/buttons/arrow_left_black.gif) 50% 50% no-repeat;
}
#match-event-media .slider .arrow-right {
	background:#D2D5D3 url(../img/buttons/arrow_right_black.gif) 50% 50% no-repeat;
}
#match-event-media p {
	clear:both;
	padding:10px;
}
#match-event-media .slider-window {
	height:103px;
	width:184px;
/*	width: 194px;
	height:130px;*/
}
#match-timeline-visibility {
	position:absolute;
	background:#fff;
	padding:20px;
	border:1px solid #c1c1c1;
	width: 160px;
	display:none;
	z-index: 99;
}
#match-timeline tspan:hover{
	z-index:3000;
	background-color:#196db0;
	cursor: pointer;
}

#profile_menu_img .bubble-profile{
	z-index:3000;
	display: none;
	position:absolute;
	top:63px; left:0px; width:200px;
	line-height: 17px;
	border:1px solid #c1c1c1;
	background-color:#fff;
	color:#1B75BB;
	text-align: left;
	font-weight:none;
	padding:5px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/**
Match Viewing
***************************************/
.home-team-roster,
.away-team-roster {
	float: left;
	width: 49.5%;
	margin-right:1%;
}
.title-box-widget {
	display: none;
}
.away-team-roster {
	margin: 0;
}
.team-rosters .title-box-widget {
	margin: 0;
	width: auto;
	float: none;
	border: 1px solid #1f4880;
	margin-bottom:30px;
}
.team-rosters .title-box-widget .title {
	background: #386294;
	color: #fff;
	border-color: #1f4880;
}
.team-rosters .title-box-widget .content {
	height: auto;
	overflow: auto;
	background: #d2d2d4;
}
.team-rosters .star-ratings {
	margin:0 auto;
}
.match-ratings {
	font-weight:bold;
	text-align:center;
	margin:0 auto 10px auto;
}
.match-ratings strong {
	font-size: 16px;
}
.match-ratings .star-ratings {
	display:inline-block;
	margin:0;
}
.awayFormationTitle,
.homeFormationTitle {
	font-size: 14px;
	display: none;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 10px auto;
}

/**
Create Match - Venue options
***************************************/
.collapser .content.venue-list {
	background: #fff;
}
.venue-option .title {
	float: left;
	margin-top: 12px;
	text-align:center;
	vertical-align:middle;
	width:150px;
}
.venue-option .inputs {
	background-color:#FFF0F0;
	float:right;
	margin:4px 4px 2px 0;
	padding:4px;
	width:525px;
	min-height:22px;
	
}
.venue-option .inputs input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bfbfbf;
}
.venue-option .inputs .selection {
	float: left;
	margin:20px 5px 0 3px;
}
.venue-option .inputs img {
	margin-right: 8px;
}

/**
Result Prediction
***************************************/
.match-predictions {
	padding:4px;
}
.match-predictions h3{
	font-size:12px;
}
.match-predictions .buttons {
	text-align:right;
	padding-right:15px;
	margin-top:48px;
}
.predict-home{
   /* width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	margin-bottom:5px;
	margin-left:5px;
	padding:3px;
	width:110px;
	height:109px;
}
.predict-home-hover{
   /* width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	margin-bottom:5px;
	margin-left:5px;
	padding:3px;
	width:110px;
	height:109px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-home-ok{
   /* width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#8dd18b;
	margin-bottom:5px;
	margin-left:5px;
	padding:3px;
	width:110px;
	height:109px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-home-pic{
    width: 50px;
    margin:auto;
}
.predict-draw{
   /* width: 50px;*/
	display:inline-block;
	text-align:center;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	width:110px;
	height:109px;
}
.predict-draw-hover{
   /* width: 50px;*/
	display:inline-block;
	text-align:center;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	width:110px;
	height:109px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-draw-ok{
   /* width: 50px;*/
	display:inline-block;
	text-align:center;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#8dd18b;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	width:110px;
	height:109px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-draw-name{
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
.predict-draw-pic{
    width: 50px;
    height: 55px;
    background:url(../img/buttons/draw_icon.png) no-repeat;
    margin:auto;
    margin-top:22px;
    
}
.predict-away{
    /*width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	padding:3px;
	margin-bottom:5px;
	width:110px;
	height:109px;
}
.predict-away-hover{
    /*width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#efefef;
	padding:3px;
	margin-bottom:5px;
	width:110px;
	height:109px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-away-ok{
    /*width: 152px;*/
	display:inline-block;
	*display:inline; zoom:1; /* "inline-block" for IE6/7 */
	background:#8dd18b;
	padding:3px;
	margin-bottom:5px;
	width:110px;
	height:109px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-away,
.predict-home,
.predict-draw{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
/*.predict-away-hover:hover,
.predict-home-hover:hover,
.predict-draw-hover:hover{
	background:#8dd18b;
	cursor:pointer;
}*/


.predict-home-name,
.predict-away-name{
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
    height:20px;
}
.predict-away-name,
.predict-home-name{
	text-align:center;
	
}

.predict-draw-name{
	padding-bottom: 20px;
}
.predict-away-pic{
    width: 50px;
    margin:auto;
    /*margin-left:100px;*/
}
.predict-home-check,
.predict-draw-check,
.predict-away-check{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:3px;
	/*padding-top:20px;*/
   /* background-image:url(../img/buttons/checkmark_icon.png);
    height:0px;
    overflow: hidden;
    width:20px;
    cursor: pointer;
    margin-top:2px;*/
}
.predict-draw-check{
    /*margin-left:15px;*/
}
.predict-away-check{
   /* margin-left:128px;*/
}
.predict-checked{
    background-image:url(../img/buttons/checkmark_icon.png);
    background-position:0px -21px;
    display:block;
    height:0px;
    overflow: hidden;
    padding-top:20px;
    width:20px;
/*    position: absolute;*/
}
.predict-draw-checked{
    /*background-image:url(../img/buttons/checkmark_icon.png);
    background-position:0px -21px;
    height:0px;
    overflow: hidden;
    width:20px;
    margin: 2px 0 0 15px;*/
	/*padding-top:20px;*/
	display:block;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
/*    position: absolute;*/
}
.predict-away-checked{
    background-image:url(../img/buttons/checkmark_icon.png);
    background-position:0px -21px;
    display:block;
    height:0px;
    overflow: hidden;
    padding-top:20px;
    width:20px;
}
.predict-home-percent,
.predict-draw-percent,
.predict-away-percent
{
/*    visibility: hidden;*/
    font-weight: bold;
    font-size: 11px;
	text-align:center;
}
.predict-away-percent{
	/*margin-left:124px;*/
}
.predict-result-text{
    margin-top: 13px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
}

/**
Score Prediction
***************************************/

.predict-score-home{
    display: inline-block;
    width: 105px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    *display:inline; zoom:1; /* "inline-block" for IE6/7 */
    height:85px;
}
.predict-score-text{
    color: darkslategray;
    font-size: 23px;
    font-weight: bold;
    width: 50px;
    text-align: center;
    border: 1px solid;
    margin: 5px 0 0 50px;
}
.predict-score-versus{
    display: inline-block;
    width: 143px;
    text-align: center;
    font-size: 300%;
    height:45px;
	padding:5px;
    *display:inline; zoom:1; /* "inline-block" for IE6/7 */
    background:#EFEFEF;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.predict-score-away{
    display: inline-block;
    width: 105px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    *display:inline; zoom:1; /* "inline-block" for IE6/7 */
    height:85px;
}
.predict-score-mostpredicted{
    width: 132px;
    margin: 5px 0 0px 4px;
  /*  *display:inline; zoom:1;  "inline-block" for IE6/7 */
    float:left;
}
.most_predicted_score{
	width:85px;
	margin:auto;
	font-size:11px;
	font-weight:bold;
	background:#efefef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.score_most_predicted_score{
	float:left;
	margin-bottom:3px;
	text-align:center;
	width:42px;
	margin-top:3px;
	color:#AF1F23;
}
.score_most_predicted_percent{
	float:right;
	margin-bottom:3px;
	margin-top:3px;
	text-align:right;
	width:35px;
	padding-right:8px;
}

.red_score{
	color:#AF1F23;
}
.predict-score-bestpredicator{
	float:right;
    margin: 5px 5px 11px 5px;
    height:116px;
 /*   *display:inline; zoom:1;  "inline-block" for IE6/7 */
}
.most_predicted_result{
	width:200px;
	margin:auto;
	font-size:11px;
	font-weight:bold;
	background:#efefef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.score_most_predicted_user{
	width:114px;
	margin-bottom:3px;
	margin-top:3px;
	float:left;
}

/*.predict-score-vote{
    margin: 5px 0 3px 150px;
    background: url('../img/buttons/short_blue_button2.png') top left;
    display: -moz-inline-block;
    display: inline-block;
    height: 19px;
    line-height:19px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
    font-weight: bold;
    font-size: 13px;
    *display:inline; zoom:1; /* "inline-block" for IE6/7 
}*/
.predict-score-home label,.predict-score-away label{
	height:20px;
	display:block;
}
.prediction_btn{
	 margin: 5px 0 14px 150px;
}
.predict-score-button{
    color: #fff;
    background: url('../img/buttons/short_blue_button2.png') top right no-repeat;
    display: -moz-inline-block;
    display: inline-block;
    padding-right: 15px;
    padding-top: 0px;
    /*padding: 0px -23px -10px -10px;*/
    height: 19px;
    margin:0 -1px 0 0 !important;
    font-size:11px;
    border: 0;
    cursor: pointer;
    *display:inline; zoom:1; /* "inline-block" for IE6/7 */
}


/* Match field used on matches/view */
.substitut_player {
	display: none;
}
.team-field-formation-vertical {
	display: none;
}

#large_horizontal_field {
	background-image: url(../img/matches/large_horizontal_field.jpg);
	background-repeat: no-repeat;
	height: 320px;
	margin:10px 10px 20px;
	clear:both;
}
#large_horizontal_field div.home_team_logo {
	z-index:12;
	position:absolute;
}
#large_horizontal_field div.away_team_logo {
	position:absolute;
	padding-left: 698px;
	z-index:11;
}
#large_horizontal_field div.home_team_logo img {
	cursor: pointer;
	/*border: solid 2px #FFFFFF;*/
}
#large_horizontal_field div.away_team_logo img {
	cursor: pointer;
	/*border: solid 2px #FFFFFF;*/
}
.home_team_logo_overlay {
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	background-image: url(../img/matches/overlay-50x50-150.png);
}
.away_team_logo_overlay {
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	background-image: url(../img/matches/overlay-50x50-150.png);
}
/*#large_horizontal_field div.home_team_logo img:HOVER {
	border: solid 2px #88FF88;
}
#large_horizontal_field div.away_team_logo img:HOVER {
	border: solid 2px #88FF88;
}*/

#large_horizontal_field ul.home_team {
	width: 350px;
	float: left;
	padding: 10px 0 0 28px;
}
#large_horizontal_field ul.away_team {
	width: 350px;
	float: left;
	padding: 10px 0 0 0;
}
#large_horizontal_field ul li {
	width: 85px;
	float: left;
}
#large_horizontal_field ul li ul li {
	text-align: center;
	font-weight: bold;
}

#large_horizontal_field ul li ul li span.jersey {
	display: inline-block;
	width: 38px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 3px;
}
#large_horizontal_field ul.home_team li ul li span.jersey {
	background-image: url(../img/matches/red_shirt.png);
}
#large_horizontal_field ul.away_team li ul li span.jersey {
	background-image: url(../img/matches/blue_shirt.png);
}
#large_horizontal_field li.formation-by-0 { height: 200px; }
#large_horizontal_field li.formation-by-1 ul { margin-top: 110px; }
#large_horizontal_field li.formation-by-2 ul { margin-top: 45px; }
#large_horizontal_field li.formation-by-2 ul li { margin-top: 30px; }
#large_horizontal_field li.formation-by-3 ul { margin-top: 25px; }
#large_horizontal_field li.formation-by-3 ul li { margin-top: 20px; }
#large_horizontal_field li.formation-by-4 ul li { margin-top: 20px; }
#large_horizontal_field li.formation-by-5 ul li { margin-top: 12px; }

.player-rating {
	font-size:16px;
}
#large_horizontal_field li ul .vote-count {
	line-height:16px;
}
.vote-count {
	font-size:16px;
}
#large_horizontal_field li ul .star-ratings {
	margin :0;
}
#large_horizontal_field li ul .star-ratings li {
	width:15px;
	margin:0;
}


/**
Event visibility controls 
**************************/
.event-visibility a {
	color: #000;
}
.event-visibility a {
	padding-left: 14px;
	line-height: 14px;
	background: transparent url(../img/match_commentary/green_radio.png) no-repeat 0px -22px;
}
.event-visibility a.off {
	background: transparent url(../img/match_commentary/green_radio.png) no-repeat 0px 0px;
}
.event-visibility ul.root {
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.event-visibility ul.subSection {
	font-weight: normal;
	padding: 3px;
}
.add .event-visibility {
	margin-left: 740px;
	margin-top: 258px;
}
.add #arrow-box-display {
	margin:0px;
	margin-left: 7px;
	margin-top: 32px;
	
}
.edit #arrow-box-display {
	margin:0px;
	margin-left: 7px;
	margin-top: 32px;
	
}
.edit .event-visibility {
	margin-left: 740px;
	margin-top: 290px;
}
.infobox-info.left.infobox-meta p {
	margin-top: 0px;
	padding-bottom:0px;
}
.fastEditButton {
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	margin: auto;
	margin-top: 10px;
	background: #0b9444;
	cursor: pointer;
	border: 1px solid black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
	width:210px;
	
}
.fastEditButton:HOVER {
	background: #87c16c;
	text-decoration:none;
}

.Matches .auto_select_selected,
.Matches .ac_over {
    background-color: #B00000;
    color: #fff;
}
.ac_results .srch_general_result_last{
	background-color: #ddd;
	width: 100%;
	text-align: center;
	color: #8C8C8C;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 0 0;
}
