	body
{
		display:block;
}   
#page_holder
{
		height:auto;
		width:100%;
		top:0px;
		left:0px;
	background-color:#E8EBED;
		position:absolute;
}
#page_body
{
	    width:978px;
	/*height:1460px;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:white;
}
#page_header
{
	position:relative;
	width:978px;
	height:90px;
}
#page_content
{
	width:978px;
	/*height:1180px;*/
}
#page_footer
{
	width:978px;
	height:90px;
}
#navigation_menu_holder
{
	width:976px;
	height:120px;
}
#page_name
{
	position:absolute;
	width:976px;
	color:#888888;
	font-size:38px;
	font-family:"Segoe UI";
	margin-left:10px;
	margin-top:20px;
}
#subpage_name
{
	position:relative;
	margin-top:2px;
	color:#A82D9E;
	font-size:34px;
	margin-left:10px;
	font-family:"Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	float:left;
}
#search_holder
{
	width:976px;
	height:50px;
	margin-top:15px;
}
#search_form_holder
{
	position:relative;
	margin-right:7px;
	width:450px;
	height:38px;
	margin-top: 8px;
	float:right;
}
#search_box
{
	width:260px;
	height:30px;
	border: 1px solid #A82D9E;
	font-size:16px;
	margin-top:0px;
	font-family:"Segoe UI";
	font-weight: lighter;
}
#search_button
{
	width:108px;
	height:34px;
	border: 1px solid #A82D9E;
	font-size:16px;
	margin-left:13px;
	margin-top:0px;
	font-family:"Segoe UI";
	font-weight: lighter;
	color:white;
	background-color:#A82D9E;
	cursor: pointer;
}
#search_button:hover
{
	border: 1px solid #C74CBD;
	background-color:#C74CBD;
}
#content_holder
{
	overflow: hidden;
	position:relative;
	width:978px;
	min-height: 800px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#players_selection_holder
{
	position:relative;
	margin-left: 10px;
	width:200px;
	/*height:1068px;*/
	float:left;
	overflow: hidden;
}
#players_holder
{
	width: 756px;
	/*height: 1068px;*/
	margin-left: 10px;
	float: left;
	position:relative;
	overflow: hidden;
	
}
#player_content
{
	width: 740px;
	/*height: 1066px;*/ 
	margin-left: 2px;
	position:relative;
	overflow: hidden;
}
#report_players_table
{
	margin-top:20px;
	position: relative; 
	width:738px; 
	border:1px solid #A82D9E; 
	border-collapse:collapse;
}
#report_players_button
{
	width:122px; 
	height:40px; 
	border:1px solid #A82D9E; 
	background-color:#A82D9E; 
	color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px; 
	margin-top:25px; 
	cursor:pointer; 
	float:right; 
	margin-right:1px;
}
#add_row_button
{
	width:120px;
	height:38px;
	border:1px solid #A82D9E; 
	background-color:#A82D9E; 
	margin-top:25px; 
	cursor:pointer; 
	float:right; 
	margin-right:12px;
	color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px;
}
#submit_button
{
	width:120px;
	height:38px;
	border:1px solid #A82D9E; 
	background-color:#A82D9E; 
	margin-top:25px; 
	cursor:pointer;
	margin-right: 2px;color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px;
	float:right; 
}
.playerTitleHolder
{
	height:40px;
}
.players_title
{
	height:36px; 
	font-size:30px; 
	color:#A82D9E; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#players_title
{
	height:36px; 
	font-size:30px; 
	color:#A82D9E; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
.playerFromTeamArrow
{
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:13px;
}
#login_form_container
{
	width:400px; 
	height:600px; 
	margin-left:170px;
	margin-top:40px; 
	position:relative;
}
#login_form_holder
{
	width:380px; 
	height:290px; 
	margin-left:19px;
}
#username_text_holder
{
	width:250px; 
	height:20px; 
	margin-top:15px; 
	margin-left:55px; 
	font-size:16px; 
	color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#username_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px; 
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#password_text_holder
{
	width:250px; 
	height:20px;
	margin-top:15px; 
	margin-left:55px; 
	font-size:16px; 
	color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#password_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px;
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#login_button
{
	width:120px; 
	height:38px; 
	border:1px solid #A82D9E; 
	background-color:#A82D9E; 
	cursor:pointer; 
	float:right; 
	margin-right:65px; 
	margin-top:10px;
	font-size:16px; 
	color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#login_button:hover
{
	border:1px solid #C74CBD; 
	background-color:#C74CBD; 
}
#change_password_button
{
	width:120px; 
	height:38px; 
	border:1px solid #A82D9E; 
	background-color:#A82D9E; 
	cursor:pointer; 
	float:right; 
	margin-right:65px; 
	margin-top:10px;
	font-size:16px; 
	color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#change_password_form_container
{
	width:400px; 
	height:500px; 
	margin-left:170px;
	margin-top:40px; 

}
#change_password_form_holder
{
	width:380px; 
	height:440px; 
	margin-left:19px;
}
#old_password_text_holder
{
	width:250px; 
	height:20px; 
	margin-top:15px; 
	margin-left:55px; 
	font-size:16px; 
	color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#old_password_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px; 
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#new_password_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px;
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#confirm_new_password_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px;
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; 
	color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#email_textbox
{
	padding:4px; 
	border:1px solid #A82D9E; 
	width:250px; 
	height:30px; 
	margin-top:5px; 
	margin-left:55px; 
	font-size:16px; color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
	outline: none;
}
#change_password_button_text
{
	width:40px; 
	height:20px; 
	margin-top:10px; 
	margin-left:50px; 
	font-size:16px; 
	color:white; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
#player_data_holder
{
	width:520px; 
	height:210px; 
	margin-left:210px; 
	float:left;
}
#player_picture_holder
{
	width:160px; 
	height:160px; 
	margin-top:60px; 
	margin-left:30px; 
	float:left;
	font-family:"Segoe UI";
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: gray;
	border:1px solid #C7C7C7;
	position: absolute;
}
.player_picture_info_holder
{
	margin-top:65px; 
	display:inline-block;
}
#player_card_holder
{
	width:740px; 
	height:270px; 
	margin-top:10px;
}
.change_password_form_text
{
	width:250px; 
	height:20px;
	margin-top:15px; 
	margin-left:55px; 
	font-size:16px; 
	color:black; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
.navigation_icon
{
	width:232px;
	height:100px;
	margin-top:10px;
	background-color:#A82D9E;
	margin-left:10px;
	float:left;
}
.navigation_text_holder
{
	width:100px;
	margin-top:10px;
	margin-left:10px;
	color:white;
	font-size:20px;
	font-family:"Segoe UI";
	font-weight: lighter;
	float:left;
}
.navigation_icon:hover
{
	background-color:#C74CBD;
}
.icon_holder
{
	width:93px;
	height:100px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.selection_icon
{
	width:198px;
	height:90px; 
	border: 1px solid #A82D9E; 
	margin-top:2px;
	margin-left:10px; 
	background-color:#A82D9E; 
	cursor:pointer;
}
.selection_icon_text_holder
{
	width:190px;
	margin-left:5px;
	height:26px;
	margin-top:35px;
}
.selection_icon_image_holder
{
	width:26px;
	margin-top:3px;
	float:left;
}
.selection_icon_text
{
	float:left;
	margin-left:0px;
	width:155px;
	color:white;
	font-size:18px;
	margin-top:0px;
	font-family:"Segoe UI";
	font-weight: lighter;
}
.team_selection_icon
{
	width:738px; 
	height:55px; 
	cursor:pointer;
}
.team_selection_icon:hover
{
	background-color: #EDEDED;;
}
.team_selection_name
{
	width:400px;
	height:36px; 
	float:left; 
	margin-left:15px; 
	margin-top:8px; 
	position:absolute; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:30px; 
	color:#A82D9E
}
.win_icon
{
	width:50px; 
	height:50px; 
	margin-left:4px; 
	float:left; 
	background-color:#7FBA00; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:24px; 
	color:white
}
.draw_icon
{
	width:50px; 
	height:50px; 
	margin-left:4px; 
	float:left; 
	background-color:#F59322; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:24px; 
	color:white;
}
.lose_icon
{
	width:50px; 
	height:50px; 
	margin-left:4px;
	float:left; 
	background-color:#F24022; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:24px; 
	color:white;
}
.result_icon_text
{
	text-align:center; 
	margin-top:10px;
}
.team_result_holder
{
	width:272px; 
	height:50px; 
	float:right; 
	margin-top:2px;
}
.league_stats_icon
{
	width:358px; 
	height: 90px; 
	background-color:#7FBA00; 
	margin-top: 2px; margin-left: 2px; 
	float:left; 
	cursor: pointer;
}
.league_stats_icon_image_holder
{
	margin-top: 37px; 
	margin-left: 5px;	
	width: 23px; 
	float: left;
}
.league_stats_icon_text
{
	margin-top: 35px; 
	margin-left: 7px; 
	height: 25px; 
	width:180px; 
	color:white; 
	font-size:18px; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
input[type="checkbox"]
{
	display:none;
}
input[type="checkbox"] + label
{
	display:inline-block;
	 	width:55px;
	height:38px;
	background:url(/~groundt/Images/checkbox_small.png) center top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label
{
	background:url(/~groundt/Images/ballot_small.png) center top no-repeat;
}	
.report_players_table_header
{
	border:1px solid #8C3085;
	text-align:center;
	color:#8C3085;
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px;
}
.report_players_table_serial_number_row
{
	border:1px solid #A82D9E; 
	width:38px; 
	text-align:center; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px;
}
.report_players_table_border
{
	border:1px solid #A82D9E;
}
.county_suggestion_div
{
	display:none; 
	margin-left:-2px; 
	background-color:white; 
	position:absolute; 
	z-index:999; 
	width:174px; 
	height:125px; 
	border-bottom:2px solid #A82D9E; 
	border-left:2px solid #A82D9E; 
	border-right:2px solid #A82D9E;
}
.notification_holder
{
	width:700px; 
	color:red; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:14px; 
	margin-top:10px;
}
#report_players_form
{
	margin-bottom: 60px;
}
#report_players_table_name_row
{
	border:none; 
	width:150px; 
	height:40px; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px; 
	padding:2px;
	outline: none;
}
.report_players_table_data_row
{
	border:none; 
	width:170px; 
	height:40px; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px; 
	padding:2px;
	outline: none;
}
.report_players_table_date_row
{
	border:none; 
	width:80px; 
	height:40px; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:16px;  
	padding:2px;
	outline: none;
}
.players_icon_holder
{
	width:360px; 
	height:120px; 
	float:left; 
	cursor:pointer;
}
.players_icon_holder:hover
{
	background-color: #EDEDED;
}
.player_image_small
{
	width:90px; 
	height:90px; 
	margin-top:14px; 
	margin-left:15px; 
	float:left;
	font-size:16px; 
	font-family:"Segoe UI";
	font-weight: bold;
	text-align: center;
	color: gray;
	border:1px solid #C7C7C7;
	position: absolute;
	
}
.player_info_holder
{
	width:235px; 
	height:100px; 
	margin-top: 5px;
	margin-left:120px; 
	float:left;
	position: absolute;
}
.picture_info_holder
{
	margin-top:33px; 
	display:inline-block;
}
.player_name_holder
{
	margin-top: 2px; 
	width:235px; 
	color: #A82D9E; 
	font-size:20px; 
	font-family:"Segoe UI";
	font-weight: bold;
	float: left;
}
.player_icon_data
{
	margin-top: 3px; 
	width:235px; 
	color: black; 
	font-size:16px; 
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
}
.player_page_data
{
	cursor:pointer; 
	width:520px; 
	height:22px; 
	margin-top: 4px; 
	font-size:16px; 
	font-family:"Segoe UI";
	font-weight: lighter;
}
.report_players_table_report_row
{
	border:1px solid #A82D9E; 
	width:68px; 
	text-align:center; 
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size:22px; 
	cursor:pointer;
}
.playerPageCategoryTitle
{
	position: relative;
	cursor: pointer;
	margin-top:25px;
	width:740px; 
	height:36px; 
	font-size:30px; 
	color: #A82D9E;
	font-family:"Segoe UI";
	font-weight: lighter;
}
#player_season_owerview
{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#player_season_owerview tr
{
	width:100%; 
	height:40px;
}
#player_season_owerview td
{
	text-align: center;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_season_owerview th
{
	color:  #A82D9E;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_season_owerview th:last-child
{
	border-right:1px solid transparent;
}
#player_season_owerview td:last-child
{
	border-right:1px solid transparent;
}
#player_season_owerview tr:hover td
{
	background-color:#EDEDED;
	border-right: 1px solid #A82D9E;
}
#player_season_owerview tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}
#playerTransferOverviewInfoHolder, #playerMatchesEventsInfoHolder
{
	width: 100%;
	text-align: center;
	font-family:"Segoe UI";
	color:gray;
	font-weight: bold;
	margin-top:100px;
	margin-bottom: 100px;
	display:inline-block;
}
#player_transfers_owerview
{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#player_transfers_owerview tr
{
	width:100%; 
	height:40px;
}
#player_transfers_owerview td
{
	text-align: center;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_transfers_owerview th
{
	color:  #A82D9E;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_transfers_owerview th:last-child
{
	border-right:1px solid transparent;
}
#player_transfers_owerview td:last-child
{
	border-right:1px solid transparent;
}
#player_transfers_owerview tr:hover td
{
	background-color:#EDEDED;
	border-right: 1px solid #A82D9E;
}
#player_transfers_owerview tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}


#player_data_table
{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#player_data_table tr
{
	width:100%; 
	height:30px;
}
#player_data_table td
{
	text-align: left;
	padding-left: 4px;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_data_table th
{
	color:  #A82D9E;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#player_data_table th:last-child
{
	border-right:1px solid transparent;
}
#player_data_table td:last-child
{
	border-right:1px solid transparent;
	text-align: center;
}
#player_data_table tr:hover td
{
	background-color:#EDEDED;
	
}
#player_data_table tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}

.player_season_owerview_league_column
{
	width:151px;
}
.player_season_owerview_team_column
{
	width:195px;
}
.player_season_owerview_matches_column
{
	width:86px;
}
.player_season_owerview_goals_column
{
	width:62px;
}
.player_season_owerview_yellow_card_column
{
	width:62px;
}
.player_season_owerview_red_card_column
{
	width:62px;
}
.player_transfers_owerview_team_column
{
	width:240px;
}
a:link 
{
	text-decoration:none;
}
a:visited 
{
	text-decoration:none;
}
a:hover 
{
	text-decoration:none;
}
a:active 
{
	text-decoration:none;
}
.link_color
{
	color:#A82D9E;
}
.link_color:hover
{
	color:#C74CBD;
}
.league_by_age_selection_holder
{
	width:200px;
}
.league_by_age_selection
{
	height: 40px;
	width: 200px;
	cursor: pointer;
}
.league_by_age_selection_text
{
	font-size: 24px;
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
.league_by_age_selection_image
{
	width: 10px;
	height: 20px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}
.league_by_age_selection:hover
{
	background-color: #EDEDED;
}
.league_by_place_selection_holder
{
	width:200px;
}
.league_by_place_selection
{
	margin-top: 5px;
	margin-left: 5px;
	height: 30px;
	width: 200px;
	cursor: pointer;
}
.league_by_place_selection_text
{
	font-size: 20px;
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
	margin-left: 10px;
}
.league_by_place_selection_image
{
	width: 10px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	
}
.league_by_place_selection_image
{
	width: 10px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	
}
.league_by_place_selection:hover
{
	background-color: #EDEDED;
}
.league_name_text
{
	width: 155px;
	font-size: 18px;
	color:black;
	margin-top: 3px;
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
}
.selected_menu_item_arrow_holder
{
	float: left;
	width: 8px;
	height: 14px;
	margin-left: 1px;
	margin-top: 8px;
}
.league_name_holder
{
	width:170px;
	height: 32px;
	margin-top: 8px;
	margin-left: 28px;
	cursor: pointer;
}
.league_name_holder:hover
{
	background-color: #EDEDED;
}
.ordinary_league_option
{
	height: 40px;
	width: 200px;
	cursor: pointer;
}
.ordinary_league_option_text
{
	width: 175px;
	font-size: 24px;
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
.ordinary_menu_item_arrow_holder
{
	float: left;
	width: 8px;
	height: 14px;
	margin-left: 1px;
	margin-top: 15px;
}
.ordinary_league_option:hover
{
	background-color: #EDEDED;
}
.eMailHolder
{
	position: absolute;
	font-family: Segoe UI;
	font-weight: lighter;
	font-size: 16px;
	color:gray;
	margin-top: 30px;
	margin-left: 430px;
}
.filterHolder
{
	width: 740px;
	height: 30px;
	margin-right: 10px;
	float:  right;
	margin-bottom: 15px;
}
.filter_item_holder
{
	margin-right: 20px;
	height: 28px;
	float:right;
	cursor: pointer;
}
.filter_text
{
	color: #A82D9E;
	font-family:"Segoe UI";
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
}
.filter_arrow
{
	height: 9px;
}
.filter_arrow_image
{
	width:14px; 
	height:7px; 
	margin-right:auto; 
	margin-left:auto; 
	display:block;
}

#playerMatchesTable
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#playerMatchesTable td
{
	text-align: center;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#playerMatchesTable tr
{
	width:100%; 
	height:40px;
}
#playerMatchesTable th
{
	color: #A82D9E;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #A82D9E;
	border-right: 1px solid #A82D9E;
}
#playerMatchesTable th:last-child
{
	border-right:1px solid transparent;
}
#playerMatchesTable td:last-child
{
	border-right:1px solid transparent;
}
#playerMatchesTable tr:hover td
{
	background-color:#EDEDED;
	border-right: 1px solid #A82D9E;
}
#playerMatchesTable tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}
.playerMatchesTableHeaderTeam
{
	width:154px;
}
.playerMatchesTableHeaderResult
{
	width:90px;
}
.playerMatchesTableHeaderLeague
{
	width:190px;
}
.playerMatchesTableHeaderEvents
{
	width:126px;
}
.goalScoredIconImage
{
	width: 24px;
	height: 24px;
	margin-top: 2px;
	float: left;
}
.yellowCardIconImage
{
	width: 17px;
	height: 24px;
	margin-top: 1px;
	padding-left: 5px;
	float: left;
}
.redCardIconImage
{
	width: 17px;
	height: 24px;
	margin-top: 1px;
	padding-left: 5px;
	float: left;
}
.yellowAndRedCardIconImage
{
	width: 24px;
	height: 24px;
	margin-top: 1px;
	padding-left: 5px;
	float: left;
}
.goalsText
{
	margin-top: 4px;
	font-size: 14px;
	float: left;
	padding-right: 5px;
}
.prevNextNavigationHolder
{
	width: 155px;
	float:right;
	margin-right:10px;
	margin-left: 15px;
}
.prevButton
{
	float:left;
	cursor:pointer;
	color:#A82D9E;
	font-size:14px;
	font-family:"Segoe UI";
	font-weight: lighter;
	margin-right: 10px;
	margin-top: 3px;
}
.prevButton:hover
{
	font-weight: bold;
}
.nextButton
{
	float:left;
	cursor:pointer;
	color:#A82D9E;
	font-size:14px;
	font-family:"Segoe UI";
	font-weight: lighter;
	margin-left: 10px;
	margin-top: 3px;
}
.nextButton:hover
{
	font-weight: bold;
}
/*match details css*/
#overlayDiv
{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
   	background-color: rgba(0,0,0,0.7);
    z-index: 2;
}
#matchDetailsPageHolder
{
	width: 1000px;
	height: 1015px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	margin-top:220px;
	text-align: center;
	font-size:16px;     
    font-family:"Segoe UI";
    position: static;
}
.matchDetailsPageInfoHolder
{
	color:gray;
	font-weight: bold;
	margin-top:340px; 
	display:inline-block;
}
#matchDetilsPageTitle
{
	float: left;
	color: #0070C0;
	font-size: 24px;
	margin-left: 420px;
	margin-top: 10px;
	height: 32px;
}
#matchDetilsPageHeader
{
	height: 42px;
}
.closeButtonHolder
{
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	float: right;
}
#matchDetilsPageBody
{
	
	margin-top: 5px;
	margin-bottom: 25px;
	height: 775px;
}
#matchDetailsPageFotter
{
	height: 150px;
	margin-bottom: 20px;
}
#matchHeaderHolder
{
	width: 940px;
	margin-left: 30px;
	height: 200px;
}
#matchEventsHolder
{
	margin-top: 20px;
	width: 940px;
	margin-left: 30px;
	height: 560px;
}
#matchDetailsPageFotterHolder
{
	width: 940px;
	margin-left: 30px;
	height: 150px;
}
#firstTeamHolder
{
	float: left;
	height: 200px;
	width: 320px;
}
#matchDataHolder
{
	float: left;
	height: 200px;
	width: 300px
}
#secondTeamHolder
{
	float: left;
	height: 200px;
	width: 320px;	
}
#firstTeamMatchHolder
{
	float: left;
	height: 545px;
	width: 470px;
}
#firstTeamEventsHolder
{
	
	height: 480px;
	width: 470px;
}
#secondTeamMatchHolder
{
	float: left;
	height: 545px;
	width: 469px;
}
#secondTeamEventsHolder
{
	
	height: 480px;
	width: 469px;
	border-left: 1px solid #C7C7C7;
}
p.matchHeaderDescription
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
p.matchHeaderDescriptionBig
{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.matchHeaderData
{
	font-weight:bold; padding-left:10px;
}
h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	display: table-cell;
    vertical-align: bottom;
    text-align: center;
	height: 66px;
	width: 320px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.teamFormHolder
{
	width: 190px;
	height: 35px;
	margin-left: 65px;
}
.winIcon
{
	width: 35px;
	height: 35px;
	margin-left: 3px;
	background-color: #7FBA00;
	float: left;
	cursor: pointer;
}
.drawIcon
{
	width: 35px;
	height: 35px;
	margin-left: 3px;
	background-color: #F59322;
	float: left;
	cursor: pointer;
}
.loseIcon
{
	width: 35px;
	height: 35px;
	margin-left: 3px;
	background-color: #F24022;
	float: left;
	cursor: pointer;
}
.formIconText
{
	text-align:center;
	font-size: 16px;
	color: white;
	margin-top: 6px;
	font-weight: bold;
	
}
.matchEventsTable
{
	width: 100%;
	border-collapse: collapse;
}
.matchEventsTable td
{
	text-align: left;
	color: black;
	font-family:"Segoe UI";
	font-size: 18px;
	border-bottom:none;
	border-right:none;
	padding-left: 60px;
	width: 235px;

}
.matchEventsTable tr
{
	width:100%; 
	height:30px;
	cursor: pointer;
}
.whiteRowColor
{
	background-color: white;
}
.grayRowColor
{
	background-color:#F0F0F0;
}
.matchEventsTable th
{
	color: #F24022;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom:none;
	border-right:none;
}
.matchEventsTable tr:hover
{
	font-weight: bold;
}
#matchNotesHolder
{
	width: 940px;
	height: 85px;
	font-family:"Segoe UI";
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
}
#noMatchNotesHolder
{
	width: 940px;
	height: 85px;
	font-family:"Segoe UI";
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	border: 1px solid #C7C7C7;
}
.matchNotesInfoHolder
{
	color:gray;
    font-weight: bold;
	margin-top:30px; 
	display:inline-block;
}
#pageButtonsHolder
{
	margin-top: 20px;
}
.boldText
{
	font-weight: bold;
}
input[type = button]
{
	width: 120px;
	height: 40px;
	font-size: 16px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	color: white;
	background-color: #A82D9E;
	border:1px solid #A82D9E;
	cursor: pointer;
}
input[type = button]:hover
{
	background-color: #C74CBD;
	border:1px solid #C74CBD;
}
#closeButton
{
	float: right;
}
#printButton
{
	float: right;
	margin-right: 15px;
}
.goalsText
{
	margin-top: 4px;
	font-size: 14px;
	float: left;
	padding-right: 5px;
}
.noEventsNotification
{
	color:gray;
    font-weight: bold;
	margin-top:230px; 
	display:inline-block;
	width: 100%;
	text-align: center;
}
.acumulatedFoulsHolder
{
	height: 65px;
	text-align: left;
}
.acumulatedFoulsRowWhite
{
	background-color: white;
	padding-left: 20px;
	padding-top: 5px;
	height: 25px;
}
.acumulatedFoulsRowGray
{
	background-color:#F0F0F0;
	padding-left: 20px;
	padding-top: 5px;
	height: 25px;
}