 	body
{
		display:block;
}
#page_holder
{
		height:auto;
	 	width:100%;
		top:0px;
		left:0px;
	background-color:#E8EBED;
		position:absolute;
	}
#page_body
	{
		width:978px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:white;
}
#page_header
{
	position:relative;
	width:978px;
	height:90px;
	
}
#page_content
{
	width:978px;
}
#page_footer
{
	width:978px;
	height:90px;
}
#content_holder
{
	width:976px;
	margin-top:30px;
	min-height: 800px;
	position:relative;
}
#league_selection_holder
{
	width:200px;
	margin-left:10px;
	float:left;
}
#legue_status_holder
{
    float:left;
	width:740px;
	margin-left:16px;
}
#league_name
{
	width:600px; 
	height:36px; 
	font-size:28px; 
	color:black;
	cursor: pointer;
	font-family:"Segoe UI";
	font-weight: lighter;
}

.league_table_name
{
	cursor: pointer;
	float:left;
	margin-top:25px;
	width:620px; 
	font-size:24px; 
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
}
#league_table_holder
{
	width: 100%;
	margin-top: 20px;
	border:1px solid transparent;
}
#league_tables_holder
{
	margin-bottom: 20px;
}
.league_table
{
	width:736px; 
	margin-top:3px;
}
#league_matches_name
{
	cursor: pointer;
	margin-top:25px;
	width:730px; 
	height:36px; 
	font-size:30px; 
	color:#0070C0;
	font-family:“Segoe UI”,“Helvetica”,Garuda,Arial,sans-serif;
}
.league_matches_holder
{
	width: 736px;
	margin-top: 10px;
	border:1px solid transparent;
	text-align: center;
}
.league_matches
{
	width:736px;
	margin-top: 33px;
}
#league_navigation_holder
{
	width:145px;
	height:26px;
	margin-top: 3px;
	float:right;
	margin-right:10px;
}
.leagueNotesHolder
{
	width:740px;
	margin-top:20px;
	position:relative;
	color:black;
	font-size:16px;
	font-family:"Segoe UI";
	font-weight: lighter;
	text-align: left;
}
#prev_matches
{
	width:70px;
	height:18px;
	margin-top: 6px;
	float:left;
	cursor:pointer;
	color:#0070C0;
	font-size:14px;
	font-family:“Segoe UI”,“Helvetica”,Garuda,Arial,sans-serif;
}
#next_matches
{
	width:70px;
	height:18px;
	margin-top: 6px;
	float:left;
	cursor:pointer;
	color:#0070C0;
	font-size:14px;
	font-family:“Segoe UI”,“Helvetica”,Garuda,Arial,sans-serif;
}
#prev_matches_league
{
	width:70px;
	height:18px;
	margin-top: 6px;
	float:left;
	cursor:pointer;
	color:#0070C0;
	font-size:14px;
	font-family:"Segoe UI";
	font-weight: lighter;
}
#prev_matches_league:hover
{
	font-weight: bold;
}
#next_matches_league
{
	width:70px;
	height:18px;
	margin-top: 6px;
	float:left;
	cursor:pointer;
	color:#0070C0;
	font-size:14px;
	font-family:"Segoe UI";
	font-weight: lighter;
}
#next_matches_league:hover
{
	font-weight: bold;
}
#league_data_holder
{
	margin-top:20px;
}
#navigation_menu_holder
{
	width:978px;
	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:#0070C0;
	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 #0070C0;
	font-size:16px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}
#search_button
{
	width:108px;
	height:34px;
	border: 1px solid #0070C0;
	font-size:16px;
	margin-left:13px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
	color:white;
	background-color:#0070C0;
	cursor: pointer;
}
#search_button:hover
{
	border: 1px solid #1891ED;
	background-color:#1891ED;
}
.league_table
{
	width:100%;
	border-collapse:collapse;
}
/*
#league_table tr
{
	border-bottom:2px solid white;
	border-top:2px solid white;
}*/

.league_table td
{
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	color:black;
	height: 40px;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
.league_table th
{
	font-family:"Segoe UI";
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color:#0070C0;
	height: 40px;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
.league_table th:last-child
{
	border-right:1px solid transparent;
}
.league_table td:last-child
{
	border-right:1px solid transparent;
}
.league_table tr:hover td
{
	background-color:#EDEDED;
	
	border-right: 1px solid #0070C0;
}
.league_table tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}
.league_table tr:hover td:last-child
{
	color: red;
}
.overview_icon
{
	width:198px; 
	height:90px; 
	border: 1px solid #0070C0; 
	margin-top:2px; 
	background-color:#0070C0; 
	cursor:pointer
}

.overview_icon_text_holder
{
	width:190px; 
	margin-left:5px; 
	height:26px; 
	margin-top:35px;
}
.overview_icon_image_holder
{
	width:26px; 
	margin-top:3px;
	float:left;
}
.overview_icon_text
{
	float:left;	
	margin-left:0px;
    width:155px;
	color:white; 
	font-size:18px; 
	margin-top:0px; 
	font-family:"Segoe UI";
	font-weight: lighter;
}

.navigation_icon
{
	width:232px;
	height:100px;
	margin-top:10px;
	background-color:#0070C0;
	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","Helvetica",Garuda,Arial,sans-serif;
	float:left;
}
.navigation_icon:hover
{
	background-color:#1891ED;
}

.league_results_header_row
{

	width:100%;
	height:40px;
	
	
}
.league_results_row
{

	width:100%; 
	height:40px;

}
.league_results_header_round
{
	width:100px;
}
.league_results_header_date
{
	width:140px;
	
}
.league_results_header_team
{
	width:241px;
}

.league_select
{
	width:198px;
	height:90px;
	border: 1px solid #0070C0;
	margin-top:2px;
	background-color:#0070C0;
}

.league_select:hover
{
	border: 1px solid #1891ED;
	background-color:#1891ED;
}
.league_text_holder
{
	width:190px;
	margin-left:5px;
	height:26px;
	margin-top:35px;
}
.league_selection_text
{
	float:left;
	margin-left:0px;
	width:155px;
	color:white;
	font-size:18px;
	margin-top:0px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}
.arrow_holder
{
	width:26px;
	margin-top:3px;
	float:left;
}

.icon_holder
{
	width:93px;
	height:100px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#no_data_text
{
	width:320px;
	height:60px;
	color:#888888;
	margin-top:70px;
	margin-left:200px;
	font-size:50px;
	font-family: “Segoe UI”,“Helvetica”,Garuda,Arial,sans-serif;
}
#explanation_text
{
	width:570px;
	height:60px;
	color:#888888;
	margin-top:7px;
	margin-left:80px;
	font-size:18px;
	text-align: center;
	font-family: “Segoe UI”,“Helvetica”,Garuda,Arial,sans-serif;
}
.league_stage_title
{
	margin-top: 20px;
	width:620px;
	height:36px; 
	font-size:24px; 
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
}
.league_group_title
{
	margin-top: 10px;
	width:120px;
	font-size:20px; 
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
}	
.link_color
{
	color:#0070C0;
}
.link_color:hover
{
	color:#1891ED;
}
a:link 
{
	text-decoration:none;
}
a:visited 
{
	text-decoration:none;
}
a:hover 
{
	text-decoration:none;
}
a:active 
{
	text-decoration:none;
}
.league_description
{
	font-size:24px; 
	color:black;
	text-align: center;
	font-family:"Segoe UI";
}
.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
{
	font-size: 24px;
	color:black;
	font-family:"Segoe UI";
	font-weight: lighter;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
.ordinary_league_option:hover
{
	background-color: #EDEDED;
}
.match_table
{
	width: 100%;
	border-collapse: collapse;
}

.match_table td
{
	text-align: center;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
.match_table th
{
	color: #0070C0;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
.match_table th:last-child
{
	border-right:1px solid transparent;
}
.match_table td:last-child
{
	border-right:1px solid transparent;
}

.match_table tr:hover td
{
	background-color:#EDEDED;
	border-right: 1px solid #0070C0;
}
.match_table tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}
.match_table tr:hover td:last-child
{
	color: red;
}
.strip_border
{
	border-right:1px solid transparent;
}
.left_float_text_holder
{
	color: #0070C0;
	font-family:"Segoe UI";
	font-weight: lighter;
	font-size: 20px;
	float: left;
}
#topPlayersHolder
{
	height: 920px;
	width: 740px;
}
h3
{
	color: #0070C0;
	font-weight: lighter;
	font-size: 24px;
	font-family:"Segoe UI";
	margin-bottom: 10px;
}
.navigationHolder
{
	height: 32px;
}
.topPlayersCategoryNameHolder
{
	color: #0070C0;
	font-weight: lighter;
	font-size: 18px;
	font-family:"Segoe UI";
	margin-top: 5px;
	margin-bottom: 0px;
	width: 280px;
	float: left;
}
.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: #0070C0;
	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;
}

#topPlayersTableContainer
{
	text-align: center;
	height: 920px;
}
.topPlayersInfoHolder
{
	font-family: Segoe UI;
	font-weight: lighter;
	font-size: 16px;
	color:gray;
	font-weight: bold;
	margin-top:110px; 
	display:inline-block;
}
#topPlayersTable
{
	width: 100%;
	border-collapse: collapse;
}

#topPlayersTable td
{
	text-align: center;
	color: black;
	font-family:"Segoe UI";
	font-weight: lighter;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
#topPlayersTable tr
{
	height: 40px;
	width: 100%;
}
#topPlayersTable th
{
	color: #0070C0;
	text-align: center;
	font-family:"Segoe UI";
	font-weight: bold;
	border-bottom: 1px solid #0070C0;
	border-right: 1px solid #0070C0;
}
#topPlayersTable th:last-child
{
	border-right:1px solid transparent;
}
#topPlayersTable td:last-child
{
	border-right:1px solid transparent;
}

#topPlayersTable tr:hover td
{
	background-color:#EDEDED;
	
	border-right: 1px solid #0070C0;
}
#topPlayersTable tr:hover td:first-child
{
	border-left: 5px solid #F24022;
}
#topPlayersTable tr:hover td:last-child
{
	color: red;
}
.topPlayerName
{
	width:300px;
}
.topPlayerClub
{
	width: 280px
}
.topPlayerNumber
{
	width: 160px;
}
.matchesInfoHolder
{
	font-family: Segoe UI;
	font-weight: lighter;
	font-size: 16px;
	color:gray;
	font-weight: bold;
	margin-top:110px; 
	display:inline-block;
}
.eMailHolder
{
	position: absolute;
	font-family: Segoe UI;
	font-weight: lighter;
	font-size: 16px;
	color:gray;
	margin-top: 30px;
	margin-left: 430px;
}
#printLeagueTableButton
{
	float: right;
	position: absolute;
	margin-top:25px;
}

/*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;
}
.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;
}
#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: #0070C0;
	border:1px solid #0070C0;
	cursor: pointer;
}
input[type = button]:hover
{
	background-color: #1891ED;
	border:1px solid #1891ED;
}
#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;
}
/*suspensions CSS style*/
h3
{
    font-size: 22px;
	font-family:"Segoe UI";
	color:#0070C0;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 5px;
}
.suspensionsHolderDiv
{
	width: 740px;
}
.suspensionsTextHolder
{
	min-height: 100px;
	font-size: 16px;
	font-family:"Segoe UI";
}
.suspensionsInfoHolder
{
	color: gray;
	margin-top: 40px;
	width: 740px;
	position: absolute;
	font-weight: bold;
	text-align: center;
}


.dropdownFilterHolder
{
	height: 30px;
	float: left;
	margin-left: 38px;
	width: 200px;
	border-right: 1px solid #C7C7C7;
}
.dropdownFilterItemHolder
{
	margin-right: 20px;
	height: 28px;
	float:right;
	cursor: pointer;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.dropdownFilterText
{
	color: #0070C0;
	font-family:"Segoe UI";
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
}
.dropdownFilterArrow
{
	height: 9px;
}
.dropdownFilterArrowImage
{
	width:14px; 
	height:7px; 
	margin-right:auto; 
	margin-left:auto; 
	display:block;
}
.dropdownFilterItemsHolder
{
	width:200px;
	z-index:99;
	border:1px solid #C7C7C7;
	background-color:white;
	position:absolute;
	margin-top:40px;
	margin-right:0px;
	float:right;
	display: none;
	outline: none;
}
.dropdownFilterFirstItem
{
	width: 200px;
	min-height: 40px;
	font-family:"Segoe UI";
	font-size: 16px;
	cursor: pointer;
	background: #55AEF2;
}
.dropdownFilterItem
{
	width: 200px;
	min-height: 40px;
	font-family:"Segoe UI";
	font-size: 16px;
	cursor: pointer;
}
.dropdownFilterItem:hover
{
	background: #55AEF2 !important;
}
.dropdownFilterFirstItem:hover
{
	background: #55AEF2 !important;
}
.dropdownFilterItemText
{
	display: inline-block;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

.pointsDeductionExplanationsHolder
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-family:"Segoe UI";
	font-size: 14px;
	font-style: italic;

}