/*
Theme Name: Eken Cup
Theme URI: http://www.ekencup.se
Description: Theme for Eken Cup.
Author: Orangelab
Author URI: http://www.orangelab.se/
*/

html, body {
	min-height: 100%;
	height: auto;
}

body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	letter-spacing: 0.3px;
	background: url(assets/img/grass_bottom.jpg) repeat-x center bottom #86C9EF;
	color: #111;
}
#page {
	width: 100%;
	margin: 0;
}
#innerPage {
	margin: 0 auto 0 auto;
	width: 928px;
	position: relative;
}
#main {
	clear: both;
	padding: 0;
	margin: 0;
}
#page-bg {
	height: 150px;
	background: url(assets/img/sky_bg.gif) repeat-x #86C9EF;
    background-image: -moz-linear-gradient(100% 100% 90deg, #86C9EF, #B3DEFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B3DEFF), to(#86C9EF));
}
#header {
	position: absolute;
	top: -120px;
	left: 0;
	z-index: 50;
	clear: both;
	height: 110px;
	width: 928px;
	margin: 0 auto;
}
.box .box_top {
	background: #fff;
	width: 651px;
	height: 6px;
}
.box.wide .box_top {
	background: #fff;
	width: 928px;
}
.box {
	background: #ffffff;
	float: left;
	width: 651px;
}
.box.auto {
	width: auto;
}
.box.wide {
	width: 928px;
}
.box .box_foot {
	background: #fff;
	width: 651px;
	height: 6px;
	clear: both;
}
.box.wide .box_foot {
	background: #fff;
	width: 913px;
}
.paddingwrapper {
	padding: 20px;
}
.padding-10 {
	padding: 10px;
}
.inlinewrapper {
	display: inline;
}
#top_info {
	height: 200px;
	width: 651px;
	position: relative;
}
#top_info #startslider {
	height: 200px;
	width: 651px;
	overflow: hidden;
}
#topad, #top_info, #important-post {
	margin-bottom: 15px;
}

.clear {
	clear: both;
	width: 100%;
}
#footer {
	width: 928px;
	margin: 40px auto;
}
#footer img {
	margin: 40px;
}
#logo {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}

#logo .facebook-page {
	position: absolute;
	top: 5px;
	right: -110px;
}

#tournament-date {
	float: right;
	margin: 45px 0 0 0;
	font-size: 16px;
	font-style: italic;
	color: #333;
	clear: right;
	text-align: right;
	width: 200px;
}

.col {
	width: 318px;
	float:left;
}

.col.right {
	width: 317px;
	margin-left: 15px;
}

.hilite {
	background-color: yellow;
}

h1 .hilite {
	background-color: transparent;
}

#content .post .text ul {
	list-style-type: disc;
	margin: 0 0 20px 20px;
}

#content .post .text ul li {
	padding-left: 10px;
}


/* Buttons */
a.button_big {
	background: url(assets/img/top_button.png) no-repeat scroll top right transparent;
	color: #ffffff;
	display: block;
	float: right;
	height: 49px;
	width: 177px;
	line-height: 49px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 10px 0 0;
	text-align: center;
}
a.button_big:hover {
	text-indent: 10px;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform {
	height: 25px;
}

#searchsubmit {
	background: url('assets/img/search_button.png') no-repeat center center #fff;
	height: 23px;
	width: 26px;
	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	cursor: pointer;
	font-size: 0;
	display: block;
	line-height: 0;
	float: left;
	text-indent: -9999px;
	border: 1px solid #999;
	border-left: 0;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
}

#s {
	display: block;
	border: 1px solid #999;
	border-right: 0;
	float: left;
	height: 17px;
	line-height: 15px;
	background: #fff;
	width: 175px;
	padding: 2px 0 2px 10px;
	margin: 0;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
}

#s:focus {
	background: #ffffcc;
}


/* Navigation */
#navbar{
	padding: 0;
	margin: 0;
	float: right;
	display: block;
	background: #203772;
	background: -moz-linear-gradient(100% 100% 90deg, #203772, #4B7AB1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4B7AB1), to(#203772));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B7AB1', endColorstr='#203772',GradientType=0 ); /* ie */
}
#navbar .navbaritem {
	padding: 0;
	margin: 0;
	float: left;
}

#navbar .navbaritem.extra {
	background: #203772;
	background: -moz-linear-gradient(100% 100% 90deg, #5A6B98, #779AC3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#779AC3), to(#5A6B98));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779AC3', endColorstr='#5A6B98',GradientType=0 ); /* ie */
	border-right: 1px dotted #B3DEFF;
	padding: 0 5px;
}

#navbar .navbaritem.extra a img {
	margin-top: 7px;
}

#navbar .navbaritem.extra a {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

#navbar .navbaritem.navbarright {
	border: 0;
	background: -moz-linear-gradient(100% 100% 90deg, #5A6B98, #779AC3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#779AC3), to(#5A6B98));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779AC3', endColorstr='#5A6B98',GradientType=0 ); /* ie */}

#navbar ul {
	list-style-type: none;
}
#navbar ul li{
	display: block;
	float: left;
	position: relative;
	border-right: 1px dotted #6C92BF;
	padding: 0;
}
#navbar ul li a {
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
#navbar ul li.current-menu-item a {
	background: -moz-linear-gradient(100% 100% 90deg, #333, #666);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* ie */
}
#navbar ul li a:hover {
	color: #8ACAF0;
}
#navbar ul li ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
}

#navbar ul li:hover ul.sub-menu {
	display: block;
}

#navbar ul li ul.sub-menu {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: #fff;
}
#navbar ul li ul.sub-menu li {
	display: block;
	float: none;
	border-right: 0;
	width: 170px;
	margin: 0;
	padding: 0;
}
#navbar ul li ul.sub-menu li.first {
	border-top: 0;
}
#navbar ul li ul.sub-menu li a, #navbar ul li ul.sub-menu li.current-menu-item a, #navbar ul li ul.sub-menu li:first-child a {
	display: block;
	float: none;
	width: auto;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 10px;
	height: auto;
	line-height: 1;
	background: #203772;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
#navbar ul li ul.sub-menu li a:hover {
	background: #000;

	text-decoration: none;
}
#languages ul {
	padding: 0;
	margin: 0;
}
#languages ul li {
	margin: 0;
	padding: 0;
	border: 0;
}
#languages ul li a {
	padding: 0;
	margin: 0;
}
#languages ul li a img {
	height: 24px !important;
	width: 24px !important;
	margin: 3px 10px;
}





/* Text and headlines */
h1 {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 28px;
	font-style: italic;
	color: #333;
}
h1#logo {
	margin: 0;
}
h2 {
	line-height: 1;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #111;
}
h3 {
	color: #111;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
hr {
	margin: 20px 0;
	height: 0px;
	border: 0;
	border-bottom: 1px dotted #878787;
	clear: both;
}
small {
	color: #333;
	font-size: 11px;
}
p {
	margin-bottom: 15px;
}




/* Links */

a {
	color: #203772;
	font-weight: normal;
}
a:hover {
	color: #ff6600;
}
#content h3 a, #content h1 a {
	color: #111;
	text-decoration: none;
}
#content h3 a:hover {
	color: #333;
	text-decoration: none;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 247px;
	padding: 0;
	margin: 0;
}

#sidebar .sidebar {
	margin-bottom: 20px;
}

.widget {
	margin: 0 0 20px;
}

.start .widget {
	margin: 0 0 15px 0;
}

.widgettitle {
	padding: 0 10px 5px 10px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

#sidebar .widgettitle {
	border-bottom: 1px solid #203772;
	text-align: right;
	padding: 0 0 5px;
}

.widget .widget_content {
	margin: 0;
	padding: 0;
	position: relative;
}

.start .widget .widget_content {
	background: #fff;
	padding: 10px;
	margin: 0;
}

.widget.widget_search .widget_content {
	background: rgb(33, 57, 115);
	background: rgba(33, 57, 115, 0.5);
	padding: 10px;
}

.widget .widget_content .message {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #f77177;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.widget .sidebar_title {
	color: #000;
	padding-left: 10px;
	font-size: 11px;
}

#sidebar img {
	margin: 0 auto;
}

.referees-sidebar {
	float: right;
	width: 200px;
	margin: 340px 0 0 0;
}

.referees-sidebar .widgettitle,
.referees-sidebar .widgettitle a {
	font-weight: bold;
	text-decoration: none;
}

.referees-main-col {
	float: left;
	width: 400px;
}

/* Image classes */

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-image {
	margin-bottom: 10px;
	width: auto;
	height: auto;
}

/* Submission styles */

#submission .form-section {
	padding: 20px 10px;
	margin-bottom: 20px;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

#submission .message {
	padding: 10px 10px;
	margin-bottom: 20px;
	background: #ffc669;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#submission .message h3.message-title {
	margin-top: 0;
}

#submission th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}

#submission td {
	padding: 5px 10px;
}

#submission td.label {
	padding: 5px 0;
	width: 140px;
}

#submission .full {
	width: 100%;
}

#submission .compact td {
	width: auto;
}

#submission input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#submission textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 95%;
	height: 100px;
	padding: 5px;
}
#submission input.active {
	border: 1px solid #ffc669;
	background-color: #fbe9c6;
	color: #000000;
	width: auto;
	font-weight: normal;
	padding: 5px;
}

#submission button, #submission .button, #submission .button.active {
	border: 3px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

#submission table#teams {
	width: 100%;
}

#submission table#teams tr.team:nth-child(2n+1) {
	background-color: #ddd;
}

#submission #teams td.team-class {
	width: 110px;
	vertical-align: top;
}

#submission .team select {
	width: 65px;
	margin: 5px 0 0 5px;
}

#submission .team-field,
#submission .team-remove-wrapper {
	display: inline;
}

#submission .team-field input {
	margin: 0 10px 5px 5px;
}

#submission button.red {
	background-color: #fd666f;
	visibility: hidden;
}

#submission .description {
	background: url(assets/img/description_arrow.gif) no-repeat left 10px transparent;
	color: #000;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	left: 360px;
	margin-top: -26px;
	width: 240px;
}

#submission .description p {
	margin: 0 0 0 10px;
	padding: 10px;
	background-color: #ffc669;
}

#submission #clubnames {
	position: absolute;
	float: left;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-top: 0;
	width: 173px;
	display: none;
}

#submission #clubnames a {
	display: block;
	color: #444;
	padding: 5px 5px;
	font-weight: normal;
}

#submission #clubnames a:hover {
	background-color: #2a8fd9;
	color: #fff;
	text-decoration: none;
}

#submission #clubnames a .match {
	background-color: #ffff00;
}

#submission #clubnames a:hover .match {
	background-color: transparent;
}

#submission .summary-line {
    width: 100%
}

#submission .summary-label {
    width: 50%
}

#submission .summary-formula {
    width: 30%;
    text-align: left;
}

#submission .summary-subsum {
    width: 20%;
    text-align: right;
}

#submission .summary-sum {
    width: 100%;
    text-align: right;
    font-size: 1.2em;
    font-weithg: bold;
    border-top: 1px solid black;
}

#submission div.form-error {
	background: url(assets/img/error_arrow.gif) no-repeat left 10px transparent;
	color: #ffffff;
	position: absolute;
	z-index: 99;
	left: 360px;
	margin-top: -26px;
	width: 240px;
}

#submission div.form-error p {
	margin: 0 0 0 10px;
	padding: 10px;
	background-color: #ff0000;
}

.widget_ekencup_login_widget .widget_content div {
	color: #ffffff;
	background: #203772;
	padding: 10px;
	font-size: 11px;
}

.widget_ekencup_login_widget .login-message {
	border: 1px solid #ffc669;
	background-color: #fbe9c6;
	padding: 5px;
	font-weight: bold;
}

.widget_ekencup_login_widget td.login-label {
	padding-right: 10px;
}

.widget_ekencup_login_widget a.logout-link {
	color: #ffffff;
	display: block;
	margin-top: 10px;
	text-align: right;
}

.widget_ekencup_login_widget a.logout-link:hover {
	color: #000000;
}

.widget_ekencup_login_widget input {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
	width: 110px;
	margin-top: 5px;
}

.widget_ekencup_login_widget input.button {
	width: auto;
	float: left;
	padding: 3px 10px;
	color: #203772;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

/* Special ads and elements */

.sun {
	position: absolute;
	left: -10px;
	margin-top: -10px;
	z-index: 5;
}

#important-post .important {
	position: absolute;
	left: -10px;
	margin-top: -10px;
}

#important-post h3 {
	padding-left: 30px;
}

.button-2 {
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 8px 20px;
	font-size: 12px;
	cursor: pointer;
	float: right;
	text-align: center;
	margin: 0 0 10px 0;
	text-decoration: none;
	float: none;
	display: block;
}

.button-2:hover {
	background-color: #A7BCF8;
	color: #203772;

}

#topad .paddingwrapper {
	padding-left: 120px;
}

#top_info .paddingwrapper {
	padding-left: 20px;
}

.weatherday {
	font-size: 11px;
}

.weatherday .timerow {
	background: #f6f6f6;
	clear: both;
	padding: 5px;
	margin-bottom: 1px;
}

.weatherday strong, .yr {
	display: block;
	color: #000;
	padding: 5px;
}

.yr {
	font-size: 11px;
	color: #999;
}

.yr a {
	color: #999;
}

.weatherday img {
	float: left;
	width: 35px;
	padding-right: 5px;
}

.contacts td {
	width: 50%;
	padding-bottom: 20px;
}




/* Gallery */

.navigation a {
	text-decoration: none;
}

.navigation .alignleft, .navigation .alignright {
	font-size: 35px;
}

.navigation .alignleft img, .navigation .alignright img {
	height: 100px;
	width: auto;
	vertical-align: middle;
}

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 305px !important;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
} 



/* Comment styles */

#commentform input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}

#commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 100%;
	height: 200px;
}
#commentform input.active {
	border: 1px solid #ffc669;
	background-color: #fbe9c6;
}

#commentform button, #commentform .button {
	border: 3px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;	
}

/* Contact form */

span.wpcf7-list-item {
	display: block;
	margin: 5px 0 !important;
}

tr.registered-team td {
	padding-top: 5px;
}

tr.registered-team td.empty {
	color: #ccc;
}

table .class-head {
	padding: 5px 2px;
	font-size: 11px;
}

tr.total-summary-registered-teams td {
	font-size: 11px;
}

/* Old results tables */

ul.class-menu li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.class-menu li.clear {
	margin: 0;
}

ul.class-menu li a {
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

ul.class-menu li a:hover {
	background-color: #A7BCF8;
	color: #203772;
}

div.crystalstyle div {
	position:absolute;
	z-index:25;
	background: #fff;
}

div.crystalstyle {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

div.crystalstyle #Section1, div.crystalstyle #Section2 {
	display: none;
}

/* Webcam box */

#webcam #liveimage {
	width: 100%;
	height: auto;
}

#webcam.frontpage {
	width: 651px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#webcam.frontpage #liveimage {
	width: 100%;
	height: auto;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

#webcam.frontpage .overlay {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 3;
}

#webcam.frontpage .overlay.sv_SE {
	background: url(assets/img/webcam_box_round_layer_sv.png) no-repeat transparent;
}

#webcam.frontpage .overlay.en_US {
	background: url(assets/img/webcam_box_round_layer_en.png) no-repeat transparent;
}

/* News archive */

.news-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

#content .news-item h3, #content .news-item h3 a {
	font-size: 14px;
	color: #203772;
	margin-bottom: 0;
}

.news-item h3 a:hover {
	color: #ff6600;
}

.news-item .wp-post-image {
	margin-bottom: 10px;
}

.news-item small {
	margin-bottom: 5px;
	color: #666;
	display: block;
}

/* Single entry */

.post .entry-title {
	margin-bottom: 5px;
}

.post small {
	margin-bottom: 10px;
	display: block;
}

.post .social-links {
	margin-bottom: 15px;
	padding: 10px;
	background: #eee;
}

.post .wp-post-image {
	margin-bottom: 10px;
}

/* MailChimp signup */

#mc_signup_form {
	padding: 0;
}

#mc_signup_form .mc_error_msg {
	padding: 5px;
	background: #ffee99;
	display: block;
	margin-bottom: 5px;
}

#mc_signup_form .mc_success_msg {
	display: block;
	margin-bottom: 5px;
}

#mc_signup_form #mc_subheader {
	margin-bottom: 10px;
}

#mc_signup_form input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#mc_signup_form input:focus {
	background: #ffee99;
}

#mc_signup_form input#mc_signup_submit {
	border: 3px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
}

/* Content styles */

#uploadimage {
	padding: 20px 10px;
	margin-bottom: 20px;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.upload_error {
	padding: 10px 10px;
	margin-bottom: 20px;
	background: #ffc669;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#uploadimage input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#uploadimage #uploadimage_btn {
	border: 3px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #203772;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

/* Tournament head and submenu */

.tournament-head {
	border-bottom: 3px solid #86C9EF;
	position: relative;
	margin: 0 0 20px 0;
}

.tournament-head h1 {
	margin-bottom: 10px;
}

ul.tournament-menu {
	position: absolute;
	right: 0;
	bottom: -3px;
	display: block;
}

ul.tournament-menu li {
	float: left;
	display: block
}

ul.tournament-menu li a {
	display: block;
	border: 0;
	border-bottom: 3px solid #86C9EF;
	padding: 5px 10px;
	margin: 0 0 0 5px;
}

ul.tournament-menu li a:hover {
	color: #ff6600;
}

ul.tournament-menu li.current_page_item a {
	background: #86C9EF;
	color: #222;
	text-decoration: none;
}

/* Results styles */

table.matches, table.group {
	width: 100%;
	margin-bottom: 20px;
}

table.matches th, .results table th {
	text-align: left;
	padding: 5px 0;
	background: #203772;
	background: -moz-linear-gradient(100% 100% 90deg, #203772, #4B7AB1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4B7AB1), to(#203772));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B7AB1', endColorstr='#203772',GradientType=0 ); /* ie */
	font-size: 11px;
	color: #fff;
}

table.matches tr.match td {
	padding: 5px 0;
}

.canceled, .canceled td {
	text-decoration: line-through;
	color: #888;
}

.canceled a {
	color: #888;
}

table .odd td {
	background: #c8e5f1;
}

table td.center, table th.center {
	text-align: center;
}

table td.right, table th.right {
	text-align: right;
}

table td.small, table th.small {
	width: 10px;
}

table .first, table tr td.first, table tr th.first {
	padding-left: 5px;
}

dl.list {
	margin: 20px 0;
	clear: both;
}

dl.list dd {
	float: left;
	clear: left;
	font-weight: bold;
	width: 100px;
	margin-bottom: 5px;
}

dl.list dt {
	float: left;
	clear: right;
	margin-bottom: 5px;
}

.dashboard-box.left {
	float: left;
}

.dashboard-box.half {
	width: 50%;
}

.dashboard-box.border {
	border-right: 1px solid #999;
	margin-right: 5%;
	width: 60%;
}

.dashboard-box .class-button {
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
}

.dashboard-separator {
	clear: both;
	margin: 0;
	width: 100%;
	height: 20px;
}

table.group tr.group-team td {
	padding: 5px 0;
}

table.group tr.group-team td.team-name {
	width: 300px;
}

.group-list-wrapper {
	float: left;
	width: 282px;
	margin-bottom: 20px;
}

.group-list-wrapper.right {
	margin-left: 20px;
}

.group-list-wrapper ul.group-list, #content .post .text .group-list-wrapper ul.group-list {
	list-style-type: none;
	margin: 0;
	display: block;
	padding: 10px;
	height: 138px;
	background: #efefef;
}

.group-list li.group-title a {
	font-weight: bold;
}

.results-path {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.results-path a {
	color: #000;
}

.results-path a.current {
	text-decoration: none;
}

.results-path a:hover {
	color: #ff6600;
}

table.clubs-table {
	width: 100%;
}

table.clubs-table th {
	padding-left: 5px;
	font-size: 14px;
}

table.clubs-table td.club {
	padding: 5px 0 0 5px;
}

table.clubs-table td.points {
	padding: 0 10px 0 0;
}

.widget.ekencup_results_widget {
	font-size: 11px;
}
.widget.ekencup_results_widget .latest-matches-wrapper {
	position: relative;
}
.widget.ekencup_results_widget .latest-matches-wrapper .loading {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	background: url(assets/img/big-loader.gif) no-repeat center center rgba(255,255,255,0.7);
	display: none;
}
