.in_page_navigation_top > ul > li:first-of-type a { max-width: 160px; overflow: hidden; text-overflow: ellipsis; }

#federation_container .win_back,
#creation_area .winback,
#federation_admin_container .win_back,
#ajaxContainer_federations_search .win_back,
#ajaxContainer_federations_faq .win_back {
	margin-bottom: 10px;
}

#adminPanel {
	padding: 4px 10px 4px 0px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#adminPanelShortcuts {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#adminPanelShortcuts li {
	display: inline;
	text-align: left;
	line-height: 20px;
}

#adminPanelShortcuts li a,
#adminPanelShortcuts li span {
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
}

#adminPanelShortcuts li.create_federation a,
#adminPanelShortcuts li.join_federation a,
#adminPanelShortcuts li.join_stop_federation span,
#adminPanelShortcuts li.private_federation span,
#adminPanelShortcuts li.leave_federation a,
#adminPanelShortcuts li.administrate a,
#adminPanelShortcuts li.administrate_new a {
	background-repeat: no-repeat;
	background-position: 0 50%;	

	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-webkit-animation-iteration-count: 10;
	-moz-animation-iteration-count: 10;
	-o-animation-iteration-count: 10;

}

#adminPanelShortcuts li.create_federation a { background-image: url(../../img/badge_create.png); }
#adminPanelShortcuts li.join_federation a { background-image: url(../../img/join_badge.png); }
#adminPanelShortcuts li.join_stop_federation span { background-image: url(../../img/stop_badge.png); }
#adminPanelShortcuts li.private_federation span { background-image: url(../../img/private_badge.png); }
#adminPanelShortcuts li.leave_federation a { background-image: url(../../img/stop_badge.png); }
#adminPanelShortcuts li.administrate a { background-image: url(../../img/badge_administrate.png); }
#adminPanelShortcuts li.administrate_new a {background-image: url(../../img/badge_administrate_new.png); }

#create_federation {
	padding: 10px;
	font-size: 13px;
}

.create_federation_form label {
	line-height: 25px;
}

.create_federation_form input[type=text],
.create_federation_form input[type=file],
.create_federation_form select,
.create_federation_form textarea {
	float: right;
	width: 400px;
}

#federationCountryFlagContainer {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}

.create_federation_form select,
.create_federation_form input[type=file] {
	width: auto;
}

.create_federation_form input[name=tag] {
	margin-right: 300px;
	width: 100px;
}

.create_federation_form textarea {
	height: 70px;
}

.fedFormGroup {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

#federations_list {
	width: 100%;
}

#filter_federations_list_form {
	margin: 10px 0 10px 0;
}

#federation_header {
	position: relative;
}

#federation_logo {
	width: 100px;
	height: 100px;
	border: none;
	margin: 0 0px 10px 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#federation_logo img {
	margin: 0 auto;
}

#federation_header_right_content_body {
	padding: 0 0 0 4px;
}

#federation_id {
	font-size: 10px;
	font-weight: normal;
}

#federation-wfo { margin-bottom: 10px; padding: 4px; border: 1px solid #999; border-radius: 4px }
#federation-wfo > div img { max-width: 100% }

#federation_description {
	padding-top: 2px;
	margin: 0;
	border-top: 1px solid #ccc;
	word-wrap: break-word;
}

#federationsNavigator {
	text-align: right;
	line-height: 30px;
	vertical-align: 120%;
}

#federationsNavigator a {
   margin-bottom: -7px;
}

#federationsNavigator select {
	height: 22px;
}

#federationsNavigator div {
	display: inline;
}

#chartNavigator, #pollNavigator {
	float: left;
}

#setChartTemplate, #setPollTemplate {
	margin-left: 2px;
	max-width: 290px;
	height: 22px;
}

#federationsNavigator div a,
#chartNavigator a,
#pollNavigator a {
	margin-top: 4px;
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #ccc;
	width: 22px;
	height: 22px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#federationsNavigator div a {
	margin-top: 10px;
}

#chartNavigator a, #pollNavigator a {
	margin-top: 0;
}

#federationsNavigator div a:hover,
#chartNavigator a:hover,
#pollNavigator a:hover {
	background-color: #ccc;
}

#federationsNavigator div a span,
#chartNavigator a span,
#pollNavigator a span {
	display: none;
}

#federationsNavigator div a.prev,
#chartNavigator a.prev,
#pollNavigator a.prev {
	background-image: url(../../img/calendar_arrow_left.gif);
}

#federationsNavigator div a.next,
#chartNavigator a.next,
#pollNavigator a.next {
	background-image: url(../../img/calendar_arrow_right.gif);
}

#federationsNavigator div a.new {
	background-image: url(../../img/add_one.png);
}

#federationsNavigator div a.disabled,
#chartNavigator a.disabled,
#pollNavigator a.disabled {
	opacity: .3;
	filter:Alpha(Opacity=30);
	cursor: default;
}

#federationsNavigator div a.disabled:hover,
#chartNavigator a.disabled:hover,
#pollNavigator a.disabled:hover {
	background-color: inherit;
}

#federation_content {
	margin-top: 20px;
	padding: 10px;
}

#federation_members_list,
#ederation_admin_members_list {
	width: 100%;
}

#filter_federation_members_list_form {
	margin-bottom: 5px;
}

#federation_content_left {
	margin: 0 10px 10px 0;
	width: 533px;
	max-width: 533px;
	word-wrap: break-word;
}

#federation_content_right {
	margin: 0 0 10px 0;
}

#federation_members_container {
	height: 470px;
	overflow: auto;
}

#federation_members_list { width: 100% }
#federation_members_list tbody td {
	line-height: 15px;
}
#federation_members_list tbody td span.clippable.ib { max-width: 140px }

#federation_members_list_search_string {
	width: 90px;
}

#federation_members_list .appoint_president {
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
	height: 11px;
	background: url(../../img/president_appoint_crown.png) no-repeat;
}

#federation_members_list .appoint_president span {
	display: none;
}

#federation_members_list .appoint_president.hidden {
	display: none;
}

.federation_member_layer { position: relative; }
.federation_member_layer.hidden { display: none }
.federation_member_layer .help_button_placeholder { position: absolute; margin-left: -22px; margin-top: -2px }

#federation_members_list .president_icon {
	display: -moz-inline-box;
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(../../img/president_crown.png) no-repeat;
}

#federation_members_list .president_icon_placeholder { display: -moz-inline-box; display: inline-block; width: 20px; }

.poll_wrapper {
	background: url(../../img/poll_background.png) right center no-repeat;
}

#federation_competition_stats_list {
	width: 100%;
}

#federation_competitions a.competition_link_remove {
	float: right;
}

#federation_competitions a.competition_link_remove img {
	border: none;
}

#federation_members_role_list_wrapper { max-height: 350px; overflow: auto; }

#role_list { padding: 10px }
#role_list .ui-state-disabled { opacity: .5; filter:Alpha(Opacity=50); }
#role_list .role_setting div, #role_list_log .role_setting div { display: none; height: auto }

.role_headers_container { max-width: 794px; height: 25px !important; margin: 0 !important; padding: 0 !important; border-top-left-radius: 4px; border-top-right-radius: 4px }
.role_headers div.role_header_name,
.role_headers div.role_header_name input,
.role_name_container, .role_name_container input {
	transition:width .5s; -webkit-transition:width .5s; /* Safari */ 
}

.role_headers { background: #515151; color: #fff; font-size: 11px; font-weight: bold; line-height: 18px; height: 25px !important; margin: 0 !important; padding: 0 !important; border-top-left-radius: 4px; border-top-right-radius: 4px }
.role_headers div { float: left; text-align: center; border-left: 1px solid #eee; margin-top: 2px; padding: 4px; width: 30px; height: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.role_headers div.role_header_name { width: 200px; border: none; }
.role_headers div.role_header_name_log { width: 160px; border: none; }
.role_name_container { position: relative; float: left; width: 200px; padding: 4px; }
.role_name_container_log { float: left; width: 156px; padding: 4px }
.added .role_name_container_log, .deleted .role_name_container_log { width: 152px }

.role_name_container input { width: 180px }
#dynamic_roles { padding: 7px 0 0 0; border: 1px solid #c0c0c0; border-radius: 8px; }
#dynamic_roles .role_name_container { width: 199px; }
#dynamic_roles .role_name_container input { width: 168px; }
.role_setting {
	float: left; width: 30px; cursor: pointer; text-align: center; padding: 4px; border-left: 1px solid #999;
}
.role_wrapper div {
	height: 25px;
}
#role_list h5 { margin-top: 10px; margin-bottom: 2px; }
.role_handle { margin-top: -1px; float: left; width: 12px; cursor: all-scroll }
.role_handle div {
	float: left;
	margin: 0 2px 2px 0;
	width: 2px;
	height: 2px;
	border: 1px solid #727272;
	border-left: none;
	border-top: none;
	border-radius: 2px;
}

#handle_roles .ui-tabs-panel { padding: 3px; }
#handle_roles .ui-widget, #handle_roles .ui-widget input { font-size: 12px; }

.role_headers div.role_header_name.inactive,
.role_name_container.inactive,
#dynamic_roles .role_name_container.inactive { width: 100px; }

.role_name_container.inactive input { width: 83px; }
#dynamic_roles .role_name_container.inactive input { width: 70px; }

.role_headers .active, .role_wrapper .active { width: 150px; }

.role_wrapper:hover { background: #eee; border-radius: 6px }

/* Roles log  */

#role_list_log .role_change_container { border-top: 1px solid #c0c0c0; padding: 4px; }
#role_list_log .role_change_container strong { color: #555 }
#role_list_log .role_change_group { background: #fff; padding: 10px; text-align: left; border-radius: 6px }

.fed_roles span.deleted { margin-top: 2px; }
.fed_roles div.deleted, .fed_roles span.deleted,
.fed_roles div.added, .fed_roles span.added {
	border-radius: 6px;
}

.fed_roles div.added, .fed_roles div.deleted { padding: 4px }
.fed_roles span.added, .fed_roles span.deleted { display: block; padding: 4px }
.role_setting div.added, .role_setting div.deleted { padding: 0px !important }

#role_list_log .role_setting.active { width: 150px }

.fed_roles div.deleted, .fed_roles span.deleted {
	background: #efc5ca; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYzVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyNGI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JhMjczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMThlOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc5ca), color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#f18e99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-8 */
	text-decoration:line-through;
}

.fed_roles div.added, .fed_roles span.added {
	background: #bfd255; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-8 */
}

#member_roles_wrapper.single tbody td input[type="checkbox"] { display: none; }
#member_roles_wrapper.multi tbody td input[type="checkbox"] { display: inline; }

#federation_admin_members_list, 
#federation_members_role_list,
#federation_members_role_log_list,
#federation_members_log, #federation_members_log_w { width: 100% }
#federation_members_role_list thead td:last-child { width: 100px }
#federation_members_role_list thead td:nth-child(2) { min-width: 300px }
#federation_admin_members_list thead td:nth-child(4) { width: 540px }

.memberLayerContent { margin-top: 10px; margin-bottom: 5px; padding: 4px }
.memberLayerContent p {
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px solid #888;
}
.memberLayerContent p:first-child { border: none }

#rolesStatsList {
	margin: 0 0 10px 0;
	padding: 5px;
	list-style: none;
	line-height: 19px;
}

#rolesStatsList li.selected {
	border-bottom: 1px solid #ccc;
}

#rolesStatsList li.selected span.icon {
	position: absolute;
	margin-top: 3px;
	margin-left: -10px;
	width: 10px;
	height: 10px;
	background-image: url("../../img/calendar_arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#rolesStatsList span.floatRight {
	font-size: 10px;
}

#federation_tour_select {
	margin-bottom: 5px;
}

#federation_ranking, #federation_member_ranking {
	min-width: 278px;
}

.federation_ranking_fieldset {
	max-width: 370px;
}

#federation_trophies_container {
	display: inline-block;
}

#federation_trophies_container span{
	display: inline-block;
	vertical-align: top;
	width: 41px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}