/*
@font-face {
	font-family: "treb";
	src: url('../fonts/trebuc.eot');
}

@font-face {
	font-family: "treb";
	src: url('../fonts/trebuc.ttf');
}
*/
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e7e7e7;
}

body {
	/*font-family: treb, trebuchet, Verdana, Arial, sans-serif;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	min-width: 1300px;
}

body.blank {
	background: #ffffff;
}

img { border: 0 none; }

.clear {
	clear: both !important;
	float: none !important;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.clearContainer {
	width: 100%;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

#dynmessage {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	background: #F8F6E3;
	font-weight: bold;
	text-align: center;
	z-index: 401;
}

#dynmessage DIV.a { border-bottom: 2px solid #fff; padding: 10px 20px; }
DIV.dynmessage-error { background: #c82e0f !important; color: #fff; }
DIV.dynmessage-ok { background: #0baa48 !important; color: #fff; }

.blue_text {
	color: #004d95;
}

.pointer, A {
	cursor: pointer;
}

.w20 { width: 20px; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w275 { width: 275px; }
.w300 { width: 300px; }
.mt5 { margin-top: 5px; }
.fleft { float: left; }
.fright { float: right !important; }
.left { text-align: left; }
.right { text-align: right; }

.nostyle {
	border: none;
	background: none;
}

.cursored {
	cursor: pointer;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url('/kl/htdocs/css/border-radius.htc');*/
}

.curved1 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	/*behavior: url('/kl/htdocs/css/border-radius.htc');*/
}

.buttoned {
	border: 2px solid #000000;
	padding: 0 4px;
	line-height: 18px;
	display: block;
	width: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

.blackbuttoned {
	border: 2px solid #000000;
	text-align: center;
	color: #000000;
	display: block;
	width: 15px;
	text-decoration: none;
	font-weight: bold;
}

.buttoned-ok {
	border: 2px solid green;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.buttoned-cancel {
	border: 2px solid red;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.buttoned-normal {
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.ui-helper-hidden-accessible { display:none; }


/**** TITLES ****/

.title H1 {
	font-weight: bold;
	font-size: 18px;
}



/**** FORMS ****/

INPUT.smallest {
	width: 15px;
	color: #595c5e;
}

INPUT.smaller {
	width: 30px;
	color: #595c5e;
}

INPUT.checkbox, INPUT.radio {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.niceinput {
	border: none;
	background: url('../img/buttons/form_input_272.png') no-repeat;
	width: 252px;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
	font-size: 14px;
	color: #595c5e;
}

.niceinput.w206 {
	background: url('../img/buttons/form_input_206.png') no-repeat;
}

.niceinput.w94 {
	background: url('../img/buttons/form_input_94.png') no-repeat;
}

.niceinput.w33 {
	background: url('../img/buttons/form_input_33.png') no-repeat;
}

.niceinput.w37 {
	background: url('../img/buttons/form_input_37.png') no-repeat;
}

.niceinput.open {
	border: none;
	background: none;
	width: 252px;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
	font-size: 14px;
	color: #595c5e;
	display: block;
	z-index: 225;
	position: relative;
}

.niceinput_dropdown {
	border: none;
	background: url('../img/buttons/form_input_272_dropdown.png') no-repeat;
	width: 252px;
	padding: 33px 10px 5px 10px;
	height: 63px;
	font-size: 12px;
	margin: -28px 0 0 0;
	color: #595c5e;
	display: block;
	z-index: 224;
	position: absolute;
}

.niceinput.w206 {
	width: 186px;
}

.niceinput.w94 {
	width: 74px;
}

.niceinput.w33 {
	width: 13px;
}

.niceinput.w37 {
	width: 17px;
}

.niceinput_dropdown.w206 {
	background: url('../img/buttons/form_input_206_dropdown.png') no-repeat;
	width: 186px;
}

.niceinput_284 {
	background: url('../img/buttons/form_input_284.png') no-repeat;
	border: none;
	width: 230px;
	padding: 10px 10px 10px 44px;
	line-height: 20px;
	font-size: 19px;
	color: #595c5e;
}

.niceinput_28 {
	background: url('../img/buttons/form_input_28.png') no-repeat;
	border: none;
	width: 19px;
	padding: 5px 1px 1px 10px;
	line-height: 20px;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}

.niceinput_284.preinfo {
	color: #8c8e8f;
}

.nicebutton.add {
	background: url('../img/buttons/form_add.png') no-repeat;
	border: none;
	width: 96px;
	height: 43px;
	cursor: pointer;
	display: block;
}

.nicebutton.edit {
	background: url('../img/buttons/form_edit.png') no-repeat;
	border: none;
	width: 115px;
	height: 35px;
	cursor: pointer;
	display: block;
}

.niceinput_select {
	border: none;
	background: url('../img/buttons/form_input_272.png') no-repeat;
	width: 252px;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
	font-size: 14px;
	color: #595c5e;
	cursor: pointer;
	position: relative;
	z-index: 225;
}

.niceinput_select.open {
	background: none;
}

.niceinput_select SPAN.arrow {
	background: url('../img/buttons/form_input_arrow_down.png') no-repeat;
	width: 21px;
	height: 13px;
	/* display: inline-block; */
	position: absolute;
	margin: 0px 0 0 235px;
}

.niceinput_select SPAN.arrow.up {
	background: url('../img/buttons/form_input_arrow_up.png') no-repeat;
	margin: 5px 0 0 235px;
}

.niceinput_select_content {
	border: none;
	background: url('../img/buttons/form_input_272_dropdown.png') no-repeat;
	width: 252px;
	padding: 33px 10px 5px 10px;
	height: 63px;
	font-size: 12px;
	margin: -28px 0 0 0;
	color: #595c5e;
	display: block;
	z-index: 224;
	position: absolute;
}

.niceinput_select_content DIV {
	height: 62px;
	width: 252px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.niceinput_select_content UL {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	list-style: none;
}

.niceinput_select_content LI {
	cursor: pointer;
	padding: 3px 5px;
}

.niceinput_select_content LI.hover {
	background: #ffffff;
}


/*** AUTOCOMPLETE ***/

UL.ui-autocomplete {
	list-style: none;
	padding: 0;
	margin: 0;
}

UL.ui-autocomplete LI A {
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
	padding: 3px;
}

UL.ui-autocomplete LI  A.ui-state-hover, UL.ui-autocomplete LI  A.ui-state-focus {
	background: #fff;
}



/*** LAYOUT ***/

.top_row {
	width: 100%;
	/*
	height: 100px;
	*/
	height: 89px;
	background: url('../img/back_top_2.jpg') repeat-x;
	position: relative;
	z-index: 101;
	padding: 0 0 20px 0;
}

.content {
	position: relative;
	z-index: 101;
	padding: 0 0 100px 0;
}

.content_inner {
	margin: auto;
	width: 960px;
}

.bottom_row {
	width: 100%;
	/*height: 665px;*/
	height: 88px;
	background: url('../img/back_bot_2.jpg') repeat-x;
	position: absolute;
	z-index: 0;
}


/*** HEADER ***/

.head_proto_center {
	margin: auto;
	width: 960px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
}

.head_proto_side {
	width: 400px;
	float: left;
}

.head_proto_side.left {
	width: 326px;
	padding: 0 0 0 74px;
}

.head_proto_side .text {
	height: 40px;
	padding: 30px 10px 0 10px;
	max-width: 300px;
	overflow: hidden;
}

.head_proto_side.left .text {
	float: right;
	max-width: 226px;
	font-size: 22px;
}

.head_proto_side.right .text{
	float: left;
	font-size: 22px;
}

.head_proto_middle {
	width: 160px;
	height: 60px;
	float: left;
	padding: 30px 0 0 0;
}

.head_proto_middle .half_score {
	margin: 10px 0 0 0;
	font-size: 18px;
}

.team_a_logo {
	width: 76px;
	height: 76px;
	background: url('../img/header/round_a.png') no-repeat;
	display: block;
	float: right;
}

.team_b_logo {
	width: 76px;
	height: 76px;
	background: url('../img/header/round_b.png') no-repeat;
	display: block;
	float: left;
}

.top_row .menu_buttons {
	display: block;
	float: left;
	width: 111px;
	width: 91px;
	height: 8px;
	margin: 10px 10px;
	padding: 25px 10px;
	background: url('../img/buttons/menu_buttons.png') no-repeat;
	text-align: right;
	text-decoration: none;
	color: #dedede;
	text-shadow: 1px 1px 2px #000;
	background-position: 0px 0px;
}

.top_row .menu_buttons.home {
	width: 34px;
}

.top_row .menu_buttons.proto.home {
	position: absolute;
}

.top_row .menu_buttons.home:hover {
	background-position: 0px -57px;
}

.top_row .menu_buttons.home:active {
	background-position: 0px -114px;
}

.top_row .menu_buttons.teams {
	background-position: -54px 0px;
}

.top_row .menu_buttons.teams:hover {
	background-position: -54px -57px;
}

.top_row .menu_buttons.teams:active {
	background-position: -54px -114px;
}

.top_row .menu_buttons.games {
	background-position: -165px 0px;
}

.top_row .menu_buttons.games:hover {
	background-position: -165px -57px;
}

.top_row .menu_buttons.games:active {
	background-position: -165px -114px;
}

.top_row .menu_buttons.players {
	background-position: -275px 0px;
}

.top_row .menu_buttons.players:hover {
	background-position: -275px -57px;
}

.top_row .menu_buttons.players:active {
	background-position: -275px -114px;
}

.top_row .menu_buttons.leagues {
	background-position: -385px 0px;
}

.top_row .menu_buttons.leagues:hover {
	background-position: -385px -57px;
}

.top_row .menu_buttons.leagues:active {
	background-position: -385px -114px;
}

.top_row .menu_buttons.blank {
	background-position: -605px 0px;
}

.top_row .menu_buttons.blank:hover {
	background-position: -605px -57px;
}

.top_row .menu_buttons.blank:active {
	background-position: -605px -114px;
}


/*** CONTENT ***/



/** LOGIN **/

.login_main {
	width: 600px;
	height: 480px;
	background: url('../img/login.png') no-repeat;
}

.login_content {
	width: 260px;
	height: 150px;
	margin: 220px 0 0 170px;
}

.login_tab {
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #004d95;
	font-size: 1.5em;
	line-height: 1.8em;
	width: 95px;
}

.login_tab SPAN {
	display: block;
	margin: 5px 0 0 0;
	width: 95px;
}

.textbox1 {
	width: 145px;
	height: 20px;
	background: url('../img/textbox_1.png') no-repeat;
	padding: 8px 10px;
	border: none;
	color: #004d95;
}

.login_tab_submit {
	width: 260px;
	text-align: center;
}

.login_tab_submit INPUT {
	color: #fff;
	width: 258px;
	height: 40px;
	background: url('../img/submit_250.png') no-repeat;
	padding: 8px 1px;
	border: none;
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
}


/** DAYS WIDGETS **/

.days_nav {
	width: 400px;
}

.days_nav A {
	display: block;
	margin: 5px 0 0 10px;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
}

.days_nav .days_nav_prev {
	float: left;
}

.days_nav .days_nav_next {
	float: right;
}

.match_days {
	width: 800px;
	margin: 0 auto;
}

.match_days LI {
	list-style: none;
}

.match_days .proto_days_list LI {
	list-style: none;
	display: block;
	width: 47px;
	height: 46px;
	float: left;
}

.match_days LI A.day {
	display: block;
	width: 30px;
	height: 31px;
	background: url('../img/match_days/day_1_1.png') no-repeat;
	color: #fff;
	font-size: 23px;
	padding: 15px 0 0 17px;
	text-decoration: none;
}

.match_days LI A.day.active {
	background: url('../img/match_days/day_1_2.png') no-repeat;
}

.match_days LI A.day:hover {
	background: url('../img/match_days/day_1_3.png') no-repeat;
}

.match_days LI DIV.days_matches {
	float: left;
	margin: 4px 0 0 20px;
}

.match_days LI A.days_matches_match {
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin: 5px 0 0 0;
}

.match_days .current_day {
	float: left;
}

.match_days .match_days_content {
	float: right;
	margin: 0 0 0 50px;
}

.match_days .current_day .weekletter {
	width: 45px;
	height: 45px;
	background: url('../img/match_days/btn_day_up.png') no-repeat;
	float: left;
	color: #ffffff;
	font-size: 28px;
	padding: 30px 0 0 30px;
}

.match_days .current_day .data {
	font-size: 15px;
	font-weight: bold;
	float: left;
	line-height: 25px;
	border-left: 1px solid #dadada;
	margin: 0 0 0 20px;
	padding: 15px 0 10px 20px;
}

.match_days .day_matches .day_matches_list {
	padding: 0;
	margin: 0;
}


/** PROTO **/

.team_a_players {
	/*width: 300px;
	height: 200px;*/
	float: left;
}

.match_data_action_rows {
	width: 238px;
	min-height: 200px;
	float: left;
}

.team_b_players {
	/*width: 300px;
	height: 200px;*/
	float: left;
}

.proto_players_listing_content {
	position: absolute;
	z-index: 110;
	padding: 10px;
	font-size: 1.4em;
}

.popup_content .proto_players_listing_content {
	position: relative;
}

.proto_players_listing_content .title {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
}

.proto_players_listing_content A.row {
	display: block;
	color: #595959;
	text-decoration: none;
	white-space: nowrap;
}

.proto_players_listing_content A.row:hover SPAN {
	background: #dadada;
}

.proto_players_listing_content .row SPAN {
	display: block;
	float: left;
	margin: -1px 0 0 0;
}

.popup_content .proto_players_listing_content .row SPAN {
	padding: 5px 0;
}

.proto_players_listing_content .row.denied SPAN {
	color: red;
}

.proto_players_listing_content SPAN.nr {
	width: 27px;
	border-right: 1px solid #dadada;
	overflow: hidden;
}

.proto_players_listing_content SPAN.name {
	width: 195px;
	border-right: 1px solid #dadada;
}

.player_listing_main {
	position: relative;
	z-index: 100;
}

.proto_officials_listing {
	
}

.proto_official_title {
	text-align: center;
	position: relative;
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.proto_official_content {
	width: 332px;
	height: 311px;
	height: 31px;
	background: url('../img/proto/gray_back.png') no-repeat bottom;
	margin: -20px 14px 0 15px;
	position: absolute;
	z-index: 50;
	overflow: hidden;
}

.proto_official_content .proto_officials_listing_list {
	bottom: 30px;
	position: absolute;
}

.proto_official_row {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
}

.popup_content .proto_players_listing_content SPAN.name {
	width: 250px;
}

.proto_players_listing_content SPAN.goals {
	width: 15px;
	border-right: 1px solid #dadada;
}

.proto_players_listing_content SPAN.cards {
	width: 80px;
}

.proto_players_listing_content SPAN.cards SPAN.card {
	width: 10px;
	margin: 0 2px;
	padding: 0;
	visibility: hidden;
	background: url('../img/buttons/buttons.png') no-repeat;
}

.proto_players_listing_content SPAN.cards SPAN.red {
	visibility: visible;
	background-position: -35px -80px;
}

.proto_players_listing_content SPAN.cards SPAN.yellow {
	background-position: -5px -80px;
	visibility: visible;
}

.proto_players_listing_content SPAN.cards SPAN._2min {
	background-position: -20px -80px;
	visibility: visible;
}

.proto_official_row SPAN {
	display: inline-block;
}

.proto_official_row SPAN.cards {
	width: 80px;
}

.proto_official_row SPAN.cards SPAN.card {
	width: 10px;
	margin: 0 2px;
	padding: 0;
	visibility: hidden;
	background: url('../img/buttons/buttons.png') no-repeat;
}

.proto_official_row SPAN.cards SPAN.red {
	visibility: visible;
	background-position: -35px -80px;
}

.proto_official_row SPAN.cards SPAN.yellow {
	background-position: -5px -80px;
	visibility: visible;
}

.proto_official_row SPAN.cards SPAN._2min {
	background-position: -20px -80px;
	visibility: visible;
}

.proto_players_listing_content SPAN.add {
	width: 50px;
	padding: 3px 0 !important;
}

.proto_players_listing_content SPAN.add A {
	border: 2px solid #fff;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
}

.proto_players_listing_content SPAN.add A:hover {
	background: #5b5b5b;
}

.proto_players_listing_content SPAN.add A.remove {
	border: 2px solid #c82e0f;
	text-align: center;
	background: #dadada;
	color: #c82e0f;
	display: block;
	text-decoration: none;
}

.proto_players_listing_content SPAN.add A.remove:hover {
	background: #c9c9c9;
}

A.proto_remove_action {
	border: 2px solid #000;
	text-align: center;
	color: #000;
	display: block;
	width: 15px;
	text-decoration: none;
	font-weight: bold;
}

A.proto_remove_action:hover {
	color: #393939;
	border: 2px solid #393939;
}

.proto_players_listing_content .title SPAN {
	padding: 0 0 0 5px;
}

.proto_players_listing_content .row SPAN {
	border-top: 1px solid #dadada;
	padding: 5px 0 3px 5px;
}

.proto_team_players_add {
	width: 38px;
	height: 34px;
	position: absolute;
	z-index: 111;
	background: url('../img/proto/players_table_add_left.png') no-repeat;
	cursor: pointer;
	margin: 1px 0 0 322px;
}

.team_b_players .proto_team_players_add {
	margin: 1px 0 0 324px;
}

.proto_players_listing {
	width: 361px;
}

.proto_players_listing_top.left {
	background: url('../img/proto/players_table_top.png') left no-repeat;
	width: 361px;
	height: 170px;
	position: relative;
	z-index: 25;
}

.proto_players_listing_top.right {
	background: url('../img/proto/players_table_top_right.png') right no-repeat;
	width: 361px;
	height: 170px;
}

.proto_players_listing.left {
	margin: 0 0 0 0;
	background: url('../img/proto/players_table_middle.png') left repeat-y;
}

.proto_players_listing.right {
	background: url('../img/proto/players_table_middle_right.png') right repeat-y;
}

.proto_players_listing_bottom.left {
	background: url('../img/proto/players_table_bottom.png') left no-repeat;
	width: 361px;
	height: 168px;
}

.proto_players_listing_bottom.right {
	background: url('../img/proto/players_table_bottom_right.png') right no-repeat;
	width: 361px;
	height: 168px;
}

.proto_add_player_row {
	display: block;
	z-index: 100;
}

.proto_add_player_row .col1 INPUT {
	width: 30px;
}

.proto_add_player_row .col2 INPUT {
	width: 130px;
}

.shooting_field {
	width: 300px;
	height: 200px;
	margin: 30px 0 0 0;
	float: left;
	background: url('../img/proto/proto_shooting_field_big.png') no-repeat;
}

.shooting_field IMG {
	width: 269px;
	height: 200px;
}

.shooting_field.a {
	background-position: 0px -200px;
}

.shooting_field.b {
	background-position: 0px -400px;
}

.shooting_field.c {
	background-position: 0px -600px;
}

.shooting_field.d {
	background-position: 0px -800px;
}

.shooting_field.e {
	background-position: 0px -1000px;
}

.shooting_field.f {
	background-position: 0px -1200px;
}

.shooting_field.g {
	background-position: 0px -1400px;
}

.shooting_field.h {
	background-position: 0px -1600px;
}

.shooting_field AREA {
	outline: none;
}

.match_data_elements {
	width: 360px;
	height: 140px;
	padding: 40px 0 0 0;
	float: left;
}

.match_added_data_fields {
	width: 282px;
	height: 125px;
	margin: auto;
	color: #4f5255;
	font-size: 13px;
}

.match_added_data_fields .match_data_row_submit {
	font-size: 20px;
	text-align: center;
	padding: 25px 5px 0px 5px;
	cursor: pointer;
	width: 54px;
	height: 40px;
	color: #ffffff;
	margin: 0 3px 5px 0;
	background: url('../img/buttons/buttons.png') no-repeat 0px -94px;
}

.match_data_row_data {
	background: url('../img/buttons/buttons.png') no-repeat -66px -126px;
	width: 282px;
	height: 55px;
}

.match_data_row_data .first {
	width: 131px;
	height: 46px;
	overflow: hidden;
	padding: 0 0 0 10px
}

.match_data_row_data .second {
	width: 131px;
	padding: 0 10px 0 0
}

.match_data_row_data .a {
	font-size: 18px;
	text-align: center;
	height: 15px;
	padding: 10px 0 8px 0;
}

.match_data_row_data .b {
	font-size: 16px;
	text-align: center;
	padding: 0;
	white-space: nowrap;
}

.match_added_data_fields .time_selector_container {
	width: 210px;
	height: 45px;
	margin: 12px 0 0 0;
	background: url('../img/buttons/buttons.png') no-repeat -70px -80px;
}

.match_added_data_fields .time_selector_container .prev, .match_added_data_fields .time_selector_container .next {
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.match_added_data_fields .time_selector_container .text {
	width: 120px;
	text-align: center;
	font-size: 22px;
	padding: 14px 0 0 0;
}



.match_buttons {
	width: 220px;
	margin: auto;
}

.match_button {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	margin: 2px;
}

.match_button, ._7m_button { background: url('../img/buttons/buttons.png') no-repeat; }
.match_button.to { background-position: 0px 0px; }
.match_button.g { background-position: -40px 0px; }
.match_button.y { background-position: -80px 0px; }
.match_button.m2 { background-position: -120px 0px; }
.match_button.r { background-position: -160px 0px; }
.match_button.to:hover { background-position: 0px -40px; }
.match_button.g:hover { background-position: -40px -40px; }
.match_button.y:hover { background-position: -80px -40px; }
.match_button.m2:hover { background-position: -120px -40px; }
.match_button.r:hover { background-position: -160px -40px; }

.match_7m_buttons_container {
	float: left;
	width: 40px;
	margin: 35px 57px 0 -30px;
}

._7m_button {
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 2px;
}

._7m_button._7m_save { background-position: -320px 0px; }
._7m_button._7m_goal { background-position: -240px 0px; }
._7m_button._7m_miss { background-position: -280px 0px; }
._7m_button._7m_save:hover { background-position: -320px -40px; }
._7m_button._7m_goal:hover { background-position: -240px -40px; }
._7m_button._7m_miss:hover { background-position: -280px -40px; }

.shooting_goal {
	margin: 30px 0 0 10px;
	width: 221px;
	height: 146px;
	float: left;
	background: url('../img/proto/proto_goals.png') no-repeat;
}

.shooting_goal DIV {
	width: 75px;
	height: 75px;
	position: absolute;
	background: none;
	cursor: pointer;
}

.shooting_goal DIV:hover, .shooting_goal DIV.active {
	background: url('../img/proto/proto_goals.png') no-repeat -10px -156px;
}

.shooting_goal DIV.a {
	margin: 10px 0 0 9px;
}

.shooting_goal DIV.b {
	margin: 10px 0 0 78px;
}

.shooting_goal DIV.c {
	margin: 10px 0 0 146px;
}

.shooting_goal DIV.d {
	margin: 78px 0 0 9px;
}

.shooting_goal DIV.e {
	margin: 78px 0 0 78px;
}

.shooting_goal DIV.f {
	margin: 78px 0 0 146px;
}

.statistics_team {
	text-align: center;
	width: 350px;
	padding: 5px;
}

.statistics_field_container {
	margin: 30px 0 0 10px;
	margin: auto;
	width: 269px;
	height: 212px;
	background: url('../img/proto/court_sectors.png') no-repeat;
	text-align: left;
}

.statistics_goal_container {
	margin: 30px 0 0 10px;
	margin: auto;
	width: 221px;
	height: 146px;
	background: url('../img/proto/proto_goals.png') no-repeat;
	text-align: left;
}

.statistic_object_elem {
	position: absolute;
	text-align: center;
}

.statistics_field_container .object_elem_1 {
	margin: 12px 0 0 15px;
}

.statistics_field_container .object_elem_2 {
	margin: 12px 0 0 225px;
}

.statistics_field_container .object_elem_3 {
	margin: 65px 0 0 45px;
}

.statistics_field_container .object_elem_4 {
	margin: 95px 0 0 125px;
}

.statistics_field_container .object_elem_5 {
	margin: 65px 0 0 195px;
}

.statistics_field_container .object_elem_6 {
	margin: 115px 0 0 25px;
}

.statistics_field_container .object_elem_7 {
	margin: 145px 0 0 125px;
}

.statistics_field_container .object_elem_8 {
	margin: 115px 0 0 215px;
}

.statistics_goal_container .object_elem_1 {
	margin: 25px 0 0 25px;
}

.statistics_goal_container .object_elem_2 {
	margin: 25px 0 0 100px;
}

.statistics_goal_container .object_elem_3 {
	margin: 25px 0 0 170px;
}

.statistics_goal_container .object_elem_4 {
	margin: 95px 0 0 25px;
}

.statistics_goal_container .object_elem_5 {
	margin: 95px 0 0 100px;
}

.statistics_goal_container .object_elem_6 {
	margin: 95px 0 0 170px;
}

#proto_graph {
	margin: 20px 0 0 0;
}

.proto_reload .reload {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    border: 1px solid #BBBBBB;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#EEEEEE));
    background: -webkit-linear-gradient(top, #CCCCCC, #EEEEEE);
    background: -moz-linear-gradient(top, #CCCCCC, #EEEEEE);
    background: -ms-linear-gradient(top, #CCCCCC, #EEEEEE);
    background: -o-linear-gradient(top, #CCCCCC, #EEEEEE);
}

.proto_reload .reload .progress {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#249AEE), to(#2082C9));
    background: -webkit-linear-gradient(top, #249AEE, #2082C9);
    background: -moz-linear-gradient(top, #249AEE, #2082C9);
    background: -ms-linear-gradient(top, #249AEE, #2082C9);
    background: -o-linear-gradient(top, #249AEE, #2082C9);
    border: 1px solid #000000;
    top: 0px;
    height: 100%;
    padding: 0px;
    margin: -1px;
    border-radius: 2px;
    /*
    -webkit-transition: all 5000ms ease-out;
    -moz-transition: all 5000ms ease-out;
    -o-transition: all 5000ms ease-out;
    transition: all 5000ms ease-out;
    */
    width: 0px;
}

.proto_reload .reload_info {
    text-align: center;
}


/***  TEAMS  ***/

.teams_list {
	float: left;
	width: 400px;
}

.teams_data {
	float: left;
	width: 500px;
}

DIV.team_add LABEL {
	color: #4f5255;
	font-size: 13px;
	line-height: 28px;
	padding: 0 10px 0 0;
}

UL.officials_list {
	list-style: none;
	padding: 0;
}

A#official_add_submit {
	display: inline-block;
}

.official_up, .official_down {
	color: #000000;
	text-decoration: none;
}


/***  PLAYERS  ***/


DIV.player_add_layout_left {
	float:left;
	width: 200px;
}

DIV.player_add_layout_right {
	float:right;
	width: 400px;
}

.players_list {
	float: left;
	width: 400px;
}

.players_data {
	float: left;
	width: 600px;
}

DIV.player_add LABEL {
	color: #4f5255;
	font-size: 13px;
	line-height: 28px;
	padding: 0 10px 0 0;
}

DIV.player_add_picture_layout {
	width: 172px;
	height: 213px;
	padding: 11px 10px;
	background: url('../img/buttons/form_input_picture_container.png') no-repeat left top;
}

DIV.player_add_picture_layout DIV.player_add_picture_border {
	width: 160px;
	height: 200px;
	overflow: hidden;
}

DIV.player_add_picture_content {
	position: absolute;
	color: #4f5255;
	font-size: 13px;
	line-height: 28px;
	width: 140px;
	padding: 70px 10px 10px 10px;
	text-align: center;
}

UL.team_connection_list {
	margin: 0;
	padding: 0;
}

UL.team_connection_list LI {
	list-style: none;
}

.team_connections .team_connection_list .team_connection_row {
	border-bottom: 1px solid #000000;
}

.team_connection_list LI.add .team_connection_row {
	padding: 5px 0;
}

.team_connections .team_connection_list .team_connection_row DIV {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.team_connection_list .team_connection_row .team {
	width: 275px;
	margin: 0 10px;
}

.team_connection_list .team_connection_row .duration {
	width: 130px;
	padding: 0 10px;
	text-align: center;
	height: 20px;
}

.team_connection_list LI.add .team_connection_row .duration {
	width: 210px;
	padding: 0;
	text-align: center;
	height: 32px;
}

.team_connection_list .team_connection_row .delimiter {
	width: 10px;
	text-align: center;
	height: 20px;
}

.team_connection_list .team_connection_row .duration_from, .team_connection_list .team_connection_row .duration_to {
	width: 60px;
	padding: 0 5px;
	text-align: center;
	height: 20px;
}

.team_connection_list .team_connection_row .status {
	width: 70px;
	padding: 0 10px;
	text-align: center;
}

.team_connection_list .team_connection_row .status A {
	display: block;
}

.team_connection_list LI.add .team_connection_row DIV:not(.niceinput_dropdown) {
	margin: 0;
}


/***  MATCHES  ***/


DIV.match_add_layout_top_row {
	width: 400px;
}

DIV.match_add_layout_right {
	float:right;
	width: 450px;
}

.matches_list {
	float: left;
	width: 650px;
}

UL.matches_list_list {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

UL.matches_list_list LI.item {
	padding: 5px;
}

UL.matches_list_list LI.item:hover {
	background: #dadada;
}

UL.matches_list_list LI A.link {
	text-decoration: none;
	color: #000000;
	width: 480px;
	overflow: hidden;
	margin: 0 10px;
	white-space: nowrap;
}

UL.matches_list_list LI A.link.full {
	width: 450px;
}

UL.matches_list_list LI.item A:hover {
	text-decoration: underline;
}

.matches_data {
	float: left;
	width: 450px;
}

DIV.match_add LABEL {
	color: #4f5255;
	font-size: 13px;
	line-height: 28px;
	padding: 0 10px 0 0;
}

UL.matches_list_list LI A.link {
	float: left;
	display: block;
}

UL.matches_list_list LI .pretab {
	float: left;
	width: 20px;
	height: 20px;
}

UL.matches_list_list LI .pretab.locked {
	background: url('../img/buttons/buttons.png') no-repeat;
	background-position: -5px -160px;
}


/***  MATCH ACTIONS  ***/


.match_data_action_rows .match_action_row {
	padding: 2px;
	margin: 10px 5px;
}

UL.match_action_row_container {
	list-style: none;
	padding: 0;
	margin: 0;
}

UL.match_action_row_container LI {
	padding: 2px 0;
}

UL.match_action_row_container LI:hover {
	background: #dadada;
}

UL.match_action_row_container DIV {
	float: left;
}

UL.match_action_row_container DIV.clear {
	float: none;
}

UL.match_action_row_container .team_and_player {
	width: 45px;
	padding: 0 0 0 5px;
}

UL.match_action_row_container .action {
	width: 90px;
}

UL.match_action_row_container .time {
	width: 50px;
}

UL.match_action_row_container .remove {
	margin: -3px 0 0 0;
	padding: 0 5px 0 0;
}

UL.match_action_row_container DIV.match_ended {
    text-align: center;
    width: 200px;
}



/**    LISTS     **/

UL.list_list {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

UL.list_list LI.item {
	padding: 5px;
}

UL.list_list LI.item:hover {
	background: #dadada;
}

UL.list_list LI A.link {
	text-decoration: none;
	color: #000000;
	width: 280px;
	overflow: hidden;
	margin: 0 10px;
	white-space: nowrap;
	float: left;
	display: block;
}

UL.list_list LI.item A:hover {
	text-decoration: underline;
}





/**    POPUP    **/

.popup_black_back {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 301;
	background: #000;
}

.popup_container {
	position: absolute;
	z-index: 302;
}

.popup_content {
	min-width: 150px;
	min-height: 100px;
	background: #e1e1e0;
	border: 3px #393939 solid;
	padding: 10px;
}

.popup_close {
	width: 29px;
	height: 29px;
	float: right;
	clear: both;
	z-index: 211;
	margin: 0 -18px -17px 0;
	background: url('../img/buttons/close.png') no-repeat;
	cursor: pointer;
}



/**    CONFIRM    **/

.popup_content .confirm_top {
	min-height: 76px;
}

.popup_content A.confirm-button {
	border: 2px solid green;
	text-align: center;
	background: #393939;
	color: #dadada;
	display: block;
	text-decoration: none;
	float: left;
	min-width: 60px;
	padding: 2px 0;
	font-weight: bold;
}

.popup_content A.confirm-cancel {
	border: 2px solid red;
	float: right;
}

.popup_content A.confirm-button:hover {
	background: #5b5b5b;
}


/***  LEAGUES  ***/

.leagues_list {
	float: left;
	width: 400px;
}

.leagues_data {
	float: left;
	width: 500px;
}

DIV.league_add LABEL {
	color: #4f5255;
	font-size: 13px;
}

DIV.select_league {
	position: relative;
	z-index: 301;
}


/***  LEAGUE DETAILED  ***/

.league_detailed {
	padding: 0 10px;
}

.league_table .cross_row.title_row DIV {
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
}

.league_table .cross_row.title_row .elem {
	width: 60px;
}


.league_table .cross_row DIV {
	float: left;
	/*white-space: nowrap;*/
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	overflow: hidden;
	height: 16px;
	padding: 2px;
}

.league_table .cross_row DIV.name {
	width: 200px;
	border-left: 1px solid #000000;
}

.league_table .cross_row DIV.points, .league_table .cross_row DIV.goal_diff {
	width: 70px;
}

.league_table .cross_row.content_row DIV {
	height: 60px;
}

.league_table .cross_row.content_row DIV P {
	height: 60px;
}

.league_table .cross_row.content_row .crossed {
	width: 60px;
	background: #000000;
}

.league_table .cross_row.content_row .league_matches {
	width: 60px;
}

.league_table .cross_row.content_row .league_matches A {
	color: #000000;
	text-decoration: none;
}

.league_table .cross_row.content_row .league_matches .league_match {
	display: inline-block;
}

.league_table .cross_row.content_row .league_matches .league_match SPAN {
	display: block;
}

.league_table .cross_row.content_row .league_matches .league_match SPAN.points {
	font-weight: bold;
}


/********   LEAGUES ********/

.league_table .league_row SPAN {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 50px;
	height: 16px;
	overflow: hidden;
	display: block;
	float: left;
	padding: 2px;
}

.league_table .league_row.title_row SPAN {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
}

.league_table .league_row SPAN.ordering {
	width: 35px;
	border-left: 1px solid #000;
}

.league_table .league_row SPAN.name {
	width: 200px;
}


/************* FILTER *************/

.players_content .filtering_field .filter, .matches_content .filtering_field .filter {
	padding: 0 20px 5px;
	border-bottom: 4px solid #5b5b5b;
}

.players_content .filtering_field, .matches_content .filtering_field {
	border-bottom: 3px solid #dadada;
}

.filtering_field .filter_field {
	float: left;
}

.filtering_field .filter_clear {
	float: right;
}


/************* COACH *************/

.coach_team_content {
	margin: 5px;
}

.coach_player_list {
	border: 2px solid;
	border-bottom-color: #ececec;
	border-right-color: #ececec;
	border-top-color: #989898;
	border-left-color: #989898;
	box-shadow: -2px -2px 3px #989898;
	background: #e4e4e4;
	padding: 2px;
	width: 970px;
}

.coach_player_list .elem {
	float: left;
	line-height: 20px;
	width: 100px;
	text-align: left;
	padding: 2px 5px;
}

.coach_player_list .elem.action {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

.coach_player_list .elem.action A {
	color: #000000;
}

.coach_player_list .row_separator {
	box-shadow: 1px 0px 15px 0px #989898;
	height: 3px;
}

.coach_player_list .column_separator {
	box-shadow: 0px 1px 10px 0px #989898;
	width: 2px;
	height: 24px;
	float: left;
}

.coach_player_list .elem.title {
	color: #004d95;
	font-size: 14px;
}

.coach_player_list .elem.name, .coach_player_list .elem.code {
	width: 200px;
}

.coach_player_list .elem.name:not(.title) {
	text-transform: uppercase;
}

.coach_add_player_suggestions {
	border: 2px solid;
	border-top-color: #ececec;
	border-left-color: #ececec;
	border-bottom-color: #989898;
	border-right-color: #989898;
	box-shadow: 1px 1px 3px #989898;
	background: #e4e4e4;
	background: #d6d6d6;
	padding: 2px;
	width: 910px;
	margin: -10px 0 0 0;
}

.coach_add_player_suggestions_title {
	font-weight: bold;
}

.team_connection_list .remove_coachteam {
	float: left;
}




/************* PUBLIC *************/

.public_teams_view {
}

.teams_view_header_subcontainer {
	border: 2px solid;
	border-top-color: #ececec;
	border-left-color: #ececec;
	border-bottom-color: #989898;
	border-right-color: #989898;
	box-shadow: 1px 1px 3px #989898;
	background: #d6d6d6;
	padding: 5px 2px 2px 5px;
	width: 300px;
	height: 200px;
	margin: 0 5px;
	float: left;
}

.teams_view_header_subcontainer A.elem {
	width: 290px;
	height: 20px;
	display: block;
	padding: 2px 2px 0px 2px;
	color: #000000;
}

.teams_view_header_subcontainer A.elem:hover, .teams_view_header_subcontainer A.elem.selected {
	background: #ffffff;
}

.teams_view_header_subcontainer H3 {
	padding: 0px 0px 5px;
	margin: 0px;
}

DIV.team_view LABEL {
	color: #4f5255;
	font-size: 13px;
	line-height: 20px;
	padding: 0 10px 0 0;
}

DIV.team_view SPAN.b {
	line-height: 20px;
}

DIV.team_view A {
	color: #000000;
}

DIV.player_view LABEL {
	color: #4f5255;
	font-size: 13px;
	line-height: 20px;
	padding: 0 10px 0 0;
}

DIV.player_view SPAN.b {
	line-height: 20px;
}

DIV.player_view A {
	color: #000000;
}

DIV.public_league_stats SPAN {
	float: left;
	display: block;
}

DIV.public_league_stats .title SPAN {
	font-weight: bold;
}

DIV.public_league_stats .row:hover SPAN {
	background: #ffffff;
}

DIV.public_league_stats SPAN.t1 {
	width: 30px;
	text-align: right;
	padding: 0 10px 0 5px;
}

DIV.public_league_stats SPAN.t2 {
	width: 300px;
	text-align: left;
}

DIV.public_league_stats SPAN.t3 {
	width: 80px;
	text-align: center;
}

DIV.public_league_stats SPAN.t4 {
	width: 80px;
	text-align: center;
}