@charset "utf-8";

/**
 * 2018-06-05
 * Changed header
 * Changed text-color from #78b503 to #77a72c
 */

/******************** RESET ********************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******************** LAYOUT ********************/
#fckab {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
#fckab > article {
	width: 50%;
	/*max-width: 700px;*/
	padding: 60px 30px;
	background-color: #fff;
    font-size: 18px;
	text-align: center;
    color: #030303;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	position: absolute;
    top: 50%;
    left: 50%;
}
@media (max-width: 768px) {
    #fckab > article {
        width: 80%!important;
    }
}
#fckab > article span.heading {
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: #77a72c;
}
#fckab > article p {
	font-size: 18px;
	line-height: 24px;
}


.overlay_full {
    width: 100% !important;
    height: 100% !important;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.overlay_full > a {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: right;
    text-transform: uppercase;
    background: #fff url(/images/logo.gif) 10px 0px no-repeat;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 5px solid #80a24c;
    display: block;
}
.overlay_full > a:hover {
    color: #80a24c;
}
.overlay_full > a > span {
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    vertical-align: sub;
}
.overlay_full > div {
    margin: 0 auto !important;
}

#wrapper {
	width:1320px; /* RC 16-05-26: Changed from 1250px regarding Bethard */
    display: flex;
    /*justify-content: space-between;*/
	margin-left:auto;
	margin-right:auto;
}

#topbanner > *:before {
    content: "ANNONS";
    width: 100%;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-indent: 5px;
    display: block;
}

#ads_left {
	width:160px;
    margin-right: 10px; /* RC 16-07-13: Changed from 20px */
	position: relative;
	top: 235px; /* RC 16-07-13: Added */
	float: left;
}

#ads_0 {
	position: absolute;
	right: -310px;
	top: 235px;
}

#ads {
	/*width:160px; RC 16-05-26: Changed from 250px regarding Bethard */
	max-width: 300px;
	margin-left: 10px; /* RC 16-07-13: Changed from 20px */
  position: -webkit-sticky;
  position: sticky;
	height: fit-content;
	/*top: 495px; RC 16-07-13: Added */
	top: 230px;
}

#container {
	width:980px;
}

#header {
	width: 980px;
	background-color: #222323;
	overflow:hidden;
}

#main {
	float:left;
	width:560px;
	margin:10px 10px 0px 10px;
}

#column1 {
	position:relative;
	float:left;
	width:960px;
	margin:10px 10px 0px 10px;
}

#column2 {
	position:relative;
	float:left;
	width:560px;
	margin:10px 0px 0px 10px;
}

#sidebar {
	float:left;
	width:379px;
	margin:10px 10px 10px 0px;
	padding-left:10px;
}

#footer {
	width:960px;
	padding:10px;
}

#footer-content {
	width:940px;
	padding:10px;
}



/******************** STYLE ********************/

body {
	font-family:'Open Sans', sans-serif;
	background-color:#e9e9e9;
	font-size:12px;
    line-height:16px;
}

body#livescore-allsvenskan, body#livescore-klubb, body#liga-transfers {
	background: transparent;
}
body#livescore-klubb .breadcrumbs {
	margin: 10px 0 15px 0;
	float: none;
}

a {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}

a:hover {
	color:#77a72c;
}

img {
	border:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.example {
	color:#666;
}

#disqus_thread {
	clear: both;
}

a.blog, a:blog:hover  {
	color:#ffffff;
}

a.blog {
	font-weight:700;
	font-size:12px;
	color:#ffffff;
}

a.blog:hover {
	font-size:13px;
	color:#ffffff;
}

div.blog-image {
	width:189px;
	height:80.5px;
}

div.blog-text {
	position:relative;
	top:53px;
	left:5px;
}

/* Tabbed pane
----------------------------------------------------------------------------------------------------*/

ul.ui-corner-all {
	-moz-border-radius:0px;
}

ul.ui-widget-header {
	border:0px;
}

ul.ui-tabs .ui-tabs-nav {
    margin:0px;
    padding:0px;
}

div.ui-tabs-panel, div.ui-widget-content  {
	padding:0px;
}


/* Containers
----------------------------------------------------------------------------------------------------*/

#container {
	background:#ffffff;
	position: relative;
}

#main {
	background:url('../images/mainContainerBG.gif') #ffffff;
}

#buffer1 {
	background:#ffffff;
	float:left;
    /*
    position:absolute;
	top:0px;
	left:0px;
	z-index:2;
    */
	width:560px;
}

#buffer2 {
	background:#ffffff;
	float:left;
    /*
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
    */
	width:960px;
}

#column2 {
}

/* Header
----------------------------------------------------------------------------------------------------*/

#info {
 	width: 950px;
    margin: 0 0 10px 0;
    padding: 10px 15px;
	color: #999;
	float: left;
	border-bottom: 1px solid #424343;
}

#logo {
	margin-left:15px;
	display: block;
}
#logo img {
	height: 90px;
}

/* Content
----------------------------------------------------------------------------------------------------*/

#loadingDiv {
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
	height:400px;
}

.header {
    font-size: 14px;
    font-weight: 700;
    background-image: url('../images/toplistBG.gif');
    height: 28px;
    border:1px solid #FFFFFF;
    line-height: 28px;
    padding-left: 10px;
    color:#FFFFFF;
}

.content {
	margin-bottom:10px;
}

#sidebar {
}



#pageProfileContainer {
	padding: 3px 5px;
	border: 1px solid #d4d2d2;
}
#pageProfileHead {
	text-align: center;
	position: relative;
	overflow: hidden;
}
#pageProfileHead #playerTeam {
	min-height: 24px;
	float: none;
	text-align: right;
}
#pageProfileHead #playerTeam select {
	width: 55%;
	font-family: "Open Sans";
	float: right;
}
#pageProfileHead h1 {
	height: 34px;
	padding: 5px 15px 5px 15px;
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	opacity:0.9;
	filter:alpha(opacity=90);
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 46px;
	left: 0;
}

#pageProfileHead h2 {
	height: 30px;
	padding: 3px 15px 3px 15px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.6);
	opacity:0.9;
	filter:alpha(opacity=90);
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}
#pageProfileHead h2 img {
	height: 33px;
	position: absolute;
	left: 15px;
	top: 1px;
}
#pageProfileHead h3 img {
	margin: -3px 5px 0 0;
	vertical-align: middle;
}

#pageProfileHead h2 {
	bottom: 8px;
	left: 0;
}
#pageProfileHead h3 {
	width: 45%;
	text-align: left;
	float: left;
}
#pageProfileHead h2 a, #pageProfileHead h2 span {
	margin-left: 40px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
}
#pageProfileHead h2 a, #pageProfileHead h2 span {
	font-size: 21px;
	line-height: 30px;
}
#pageProfileHead h3 a {
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}

#pageProfileContainer .image-source {
	height: 14px;
	color: #aaa;
	text-align: right;
}

#pageProfileData {
	text-align: center;
	background: #f5f5f5;
	border:1px solid #d4d2d2;
	margin: 7px 20px 15px 20px;
}
#pageProfileData ul {
	padding: 7px;
	border-bottom: 1px solid #d4d2d2;
	display: inline-block;
}
#pageProfileData ul:last-child {
	border: none;
}
#pageProfileData li {
	margin: 0 10px;
	white-space: nowrap;
	display: inline;
}
#pageProfileData li img {
	vertical-align: text-bottom;
}
#pageProfileData li:first-child {
	margin-left: 0;
}
#pageProfileData li:last-child {
	margin-right: 0;
}
#pageProfileData a {
	color: #75a62f;
	font-weight: 700;
	text-decoration: none;
}

#pageProfileTransfers div.smallTransfers {
	width: auto;
	margin: 10px 0;
	padding: 0;
	float: none;
	background: #fff;
	border: none;
}

#pageProfileTransfers div.smallTransfers table tr,
#pageProfileTransfers div.smallTransfers table tr td {
	border: none;
}
#pageProfileTransfers .smallTransfers tr.pageTableRow {
	height: auto;
	background: #f5f5f5;
	border-bottom: 1px solid #d4d2d2;
}
#pageProfileTransfers .smallTransfers tr.pageTableRow td {
	border-bottom: 1px solid #d4d2d2;
}
#pageProfileTransfers .smallTransfers tr.odd {
	background-color: #f0f0f0;
}
#pageProfileTransfers .smallTransfers tr td {
	padding: 5px 1px;
	line-height: normal;
}
#pageProfileTransfers .smallTransfers tr td:first-child {
	padding-left: 10px;
	border-left: 1px solid #d4d2d2;
}
#pageProfileTransfers .smallTransfers tr td:last-child {
	border-right: 1px solid #d4d2d2;
}
#pageProfileTransfers .smallTransfers tr:last-child td {
	border-bottom: 1px solid #d4d2d2;
}
#pageProfileTransfers .smallTransfers tr td.smallTransfersText {
	padding: 7px 0 7px 6px;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #75a630;
	border: 1px solid #75a630;
}
#pageProfileTransfers .smallTransfers td.empty {
	font-style: italic;
}

#pageProfileRanking,
#pageProfileComment {
	margin: 10px 0;
}
#pageProfileRanking > div,
#pageProfileComment > div {
	border: 1px solid #d4d2d2;
}
#pageProfileRanking h3,
#pageProfileComment h3 {
	padding: 8px 1px 8px 7px;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #75a630;
}


#pageProfileContainer .addthis_toolbox,
#pageProfileContainer .addthis_sharing_toolbox {
	min-height: 23px;
	text-align: center;
}
#pageProfileContainer .addthis_toolbox > a {
	float: none;
}

#pageProfileContainer #playerHistory tr.pageTableRow {
	height: auto;
	border: 1px solid #d4d2d2;
	background: #f5f5f5;
}
#pageProfileContainer #playerHistory tr.pageTableRow td.firstCell,
#pageProfileContainer #playerHistory tr.pageTableRow td.lastCell {
	border: none;
}
#pageProfileContainer #playerHistory tr.pageTableRow td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
}
#pageProfileContainer table#playerHistory tr.pageTableRow td img {
	vertical-align: middle;
}

#pageProfileContainer #playerHistory td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#info-stats {
	margin-top:5px;
	font-size:10px;
	font-style:italic;
	text-align:right
}

#pageTitleBox {
	border:solid 1px;
	border-color:#d4d2d2;
	padding:3px;
	margin:0px;
}

#pageTitleBackground {
	background-color: #77a72c;
	color:#ffffff;
	border:none;
	height:26px;
	line-height:26px;
	font-size:18px;
	font-weight:700;
	padding-left:7px;
}
#pageTitleBackground h1 {
	font: 700 18px/26px;
}

#pageTitle {
	float:left;
}

#pageAddButton {
	float:right;
	height:28px;
}

#pageAddButton img {
	width:83px;
	height:16px;
	border:0px;
	margin-top:5px;
	margin-right:5px;
}

.errorCode {
	font-size:22px;
	color:#77a72c;
	margin-bottom:8px;
}

.errorMessage {
}

/* Extra
----------------------------------------------------------------------------------------------------*/

#blogContainer {
	font-size:13px;
}

#loginform {

}

#loginform .row {
	margin:0;
}

#loginform .row input {
	margin:0 5px 0 0;
	width:100px;
}

#loginform .row input.submitButton  {
	margin:0 5px 0 0;
	width:75px;
}

.facebook_connect {
	width: 167px;
	height: 22px;
	background: url("../images/facebook_connect.png") no-repeat;
	border: none;
	float: right;
}
.facebook_connect_clone {
	width: auto;
	height: auto;
	background: none;
	border: none;
	float: none;
}

#commentForm {
	padding:0px 10px 10px 10px;
}

.commentInput {
    border: 1px solid #CCCCCC;
    font-size: 11px;
    margin-top: 3px;
    padding: 5px;
    width: 450px;
}

.submitComment {

}


/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px/*{cornerRadius}*/; -webkit-border-top-left-radius: 0px/*{cornerRadius}*/; border-top-left-radius: 0px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 0px/*{cornerRadius}*/; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/; border-top-right-radius: 0px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 0px/*{cornerRadius}*/; border-bottom-left-radius: 0px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 0px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 0px/*{cornerRadius}*/; border-bottom-right-radius: 0px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 0px/*{cornerRadius}*/; -webkit-border-top-left-radius: 0px/*{cornerRadius}*/; border-top-left-radius: 0px/*{cornerRadius}*/; -moz-border-radius-topright: 0px/*{cornerRadius}*/; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/; border-top-right-radius: 0px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 0px/*{cornerRadius}*/; border-bottom-left-radius: 0px/*{cornerRadius}*/; -moz-border-radius-bottomright: 0px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 0px/*{cornerRadius}*/; border-bottom-right-radius: 0px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 0px/*{cornerRadius}*/; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/; border-top-right-radius: 0px/*{cornerRadius}*/; -moz-border-radius-bottomright: 0px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 0px/*{cornerRadius}*/; border-bottom-right-radius: 0px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 0px/*{cornerRadius}*/; -webkit-border-top-left-radius: 0px/*{cornerRadius}*/; border-top-left-radius: 0px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 0px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 0px/*{cornerRadius}*/; border-bottom-left-radius: 0px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 0px/*{cornerRadius}*/; -webkit-border-radius: 0px/*{cornerRadius}*/; border-radius: 0px/*{cornerRadius}*/; }

.ui-corner-all {
    -moz-border-radius: 0px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0px;
    display: block;
    padding: 0.4em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ui-tabs-nav {
    background: none repeat scroll 0 0 #F8F8F8;
}

#search {
    border-color: #D4D2D2;
    margin-bottom:10px;
}

.menuSearchButton {
	background: url("../images/searchButton2.gif") repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 22px;
	width: 46px ! important;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 3px;
}

.searchButton {
	background: url("../images/searchButton.gif") repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 22px;
	width: 46px ! important;
	margin-top: 10px;
}

.searchform {
    padding: 10px;
	font-size: 11px;
}

.searchform table {
	width:100%;
}

.searchform input {
	width: 100px;
    padding: 1px 0;
}

.searchform input.text {
	width: 50%;
}

.searchform .position input {
	width: 20px;
    padding: 1px 0;
}

.searchHeader {
    color: #383838;
    font-size: 18px;
}

.searchResult {
	padding-top:10px;
	padding-bottom:10px;
}

/* Pager */
.list-view .pager {
	min-height: 15px;
	display: block;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background:#ffffff;
	position: relative;
}

#footer-content {
	line-height:14px;
	color:#999999;
	background: #222323;
}

#footer a {
	color:#ffffff;
}

#footer-links > a,
#footer-links > p {
	position: relative;
	display: inline-block;
}
#footer-links > a {
	top: 5px;
}
#footer-links > p {
	bottom: 5px;
}
#footer-links img {
	margin-right:4px;
}
#footer-links .footer_logo {
	margin: 0;
	float: right;
	top: 0;
}
#footer-links .footer_logo img {
	margin: 0;
}

#footer img.bildbyran {
	margin-right: 0;
	vertical-align: middle;
	position: relative;
	top: -4px;
}
#footer #footer-content > div.right {
    position: absolute;
    top: 20px;
    right: 20px;
}
#footer #footer-content > div.right img {
	float: right;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}



#loggor {
	border:solid 1px;
	border-color:#d4d2d2;
}



/******************** SPRITES ********************/

/* Clubs and Leagues */

div.clubs-container {
	width: 180px;
}
.clubs-container a.league {
	width: 60px;
	height: 33px;
	display: block;
	float: left;
	background-image: url("/images/loggor/sprite_leagues.png");
	background-repeat: no-repeat;
}
.clubs-container a.club {
	width: 30px;
	height: 33px;
	display: block;
	float: left;
	background-image: url("/images/loggor/sprite_clubs.png");
	background-repeat: no-repeat;
}

/* leagues */
.sprite_league_3  { background-position: 0 0; }		/* Allsvenskan */
.sprite_league_4  { background-position: -60px 0; }	/* Superettan */

/* Clubs */
.sprite_club_2  { background-position: 0 0; }			/* IFK Göteborg */
.sprite_club_3  { background-position: -30px 0; }		/* IF Elfsborg */
.sprite_club_4  { background-position: -60px 0; }		/* AIK */
.sprite_club_6  { background-position: -90px 0; }		/* Assyriska FF */
.sprite_club_7  { background-position: -120px 0; }		/* Östers IF */
.sprite_club_9  { background-position: -150px 0; }		/* Hammarby IF */
.sprite_club_10 { background-position: -180px 0; }		/* Djurgårdens IF */
.sprite_club_23 { background-position: -210px 0; }		/* Syrianska FC */
.sprite_club_24 { background-position: -240px 0; }		/* Halmstads BK */
.sprite_club_25 { background-position: -270px 0; }		/* Gefle IF */

.sprite_club_26 { background-position: 0 -33px; }		/* IF Brommapojkarna */
.sprite_club_27 { background-position: -30px -33px; }	/* BK Häcken */
.sprite_club_28 { background-position: -60px -33px; }	/* GAIS */
.sprite_club_29 { background-position: -90px -33px; }	/* Helsingborgs IF */
.sprite_club_30 { background-position: -120px -33px; }	/* Kalmar FF */
.sprite_club_31 { background-position: -150px -33px; }	/* Malmö FF */
.sprite_club_32 { background-position: -180px -33px; }	/* Mjällby AIF */
.sprite_club_70 { background-position: -210px -33px; }	/* Norrby IF */
.sprite_club_34 { background-position: -240px -33px; }	/* Örebro SK */
.sprite_club_35 { background-position: -270px -33px; }	/* Åtvidabergs FF */

.sprite_club_36 { background-position: 0 -66px; }		/* Degerfors IF */
.sprite_club_37 { background-position: -30px -66px; }	/* Falkenbergs FF */
.sprite_club_38 { background-position: -60px -66px; }	/* FC Trollhättan */
.sprite_club_39 { background-position: -90px -66px; }	/* GIF Sundsvall */
.sprite_club_40 { background-position: -120px -66px; }	/* IFK Norrköping */
.sprite_club_41 { background-position: -150px -66px; }	/* IK Brage */
.sprite_club_42 { background-position: -180px -66px; }	/* Jönköpings Södra IF */
.sprite_club_43 { background-position: -210px -66px; }	/* Ljungskile SK */
.sprite_club_45 { background-position: -240px -66px; }	/* Ängelholms FF */
.sprite_club_47 { background-position: -270px -66px; }	/* Landskrona BoIS */

.sprite_club_57 { background-position: 0px -99px; }	/* Umeå FC */
.sprite_club_3795 { background-position: -30px -99px; }	/* AFC United */
.sprite_club_66 { background-position: -60px -99px; }	/* IFK Värnamo */
.sprite_club_214 { background-position: -90px -99px; }	/* Varbergs BoIS */
.sprite_club_61 { background-position: -120px -99px; }	/* Östersunds FK */
.sprite_club_46 { background-position: -150px -99px; }	/* Örgryte IS */
.sprite_club_55 { background-position: -180px -99px; }	/* IK Sirius */
.sprite_club_33 { background-position: -210px -99px; }	/* Trelleborgs FF */
.sprite_club_211 { background-position: -240px -99px; }	/* IK Frej Täby */
.sprite_club_52 { background-position: -270px -99px; }	/* Dalkurd FF */
.sprite_club_210 { background-position: 0px -132px; }	/* Akropolis */
.sprite_club_60 { background-position: -30px -132px; }	/* Västerås */

/* Social sidebar (deprecated) */
/*
#sidebar div.social-container {
	width: 180px;
}
#sidebar .social-container a.social {
	width: 48px;
	height: 59px;
	display: block;
	float: left;
	background-image: url("/images/loggor/sprite_social_mini.png");
	background-repeat: no-repeat;
}

#sidebar .sprite_social_facebook { background-position: 0px 0; }
#sidebar .sprite_social_twitter { background-position: -48px 0; }
#sidebar .sprite_social_rss { background-position: -96px 0; }
*/

#transferwindow-info {
	line-height: 36px;
}

/* Social top */
#info .social-container a.social {
	width: 36px;
	height: 36px;
	margin-left: 5px;
	display: block;
	float: right;
	background-image: url("/images/loggor/sprite_social_mini_round.png");
	background-repeat: no-repeat;
}

#info .sprite_social_rss { background-position: 0 0; }
#info .sprite_social_facebook { background-position: -36px 0; }
#info .sprite_social_twitter { background-position: 0 -36px; }
#info .sprite_social_instagram { background-position: -36px -36px; }


/******************** PORTLETS ********************/

.portlet-narrow-left {
	float:left;
	width:180px;
	font-size:12px;
	margin-bottom:10px;
}

.portlet-narrow-right {
	float:right;
	width:180px;
	font-size:12px;
	margin-bottom:10px;
}

.portlet-wide {
	float:left;
	width:379px;
	font-size:10px;
	margin-bottom:10px;
}

.portlet-title {
	height:17px;
	color:#ffffff;
	font-weight:700;
	margin-bottom:10px;
	font-size:11px;
	background-color: #222323;
}

.portlet-title-dot {
	height:17px;
	padding-top:1px;
	padding-left:15px;
	background:url('../images/rightBoxDot.gif') no-repeat;
}

.portlet-content {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* Most Expensive
----------------------------------------------------------------------------------------------------*/

.most-expensive {
	width:100%;
	height:100%;
}

.most-expensive td {
	padding-left:10px;
}

.most-expensive td.line {
	border-right:1px solid #d5d5d5;
}

.most-expensive span {
	font-weight:700;
	color:#ffffff;
	background:#222323;
	padding:2px;
	line-height:20px;
}

.most-expensive-player {
	font-weight:700;
	margin-top:2px;
}

/* Last Added
----------------------------------------------------------------------------------------------------*/

.last-added-player {
	font-weight:700;
}

.last-added-player-club {
	text-align:right;
	border:none;
	padding:0px;
	margin:0px 0px 3px 0px;
	border-bottom:1px solid #e6e6e6;
}



/******************** ADDS ********************/

.adsImage {
	padding:3px;
}

.ads-title {
	height:17px;
	color:#ffffff;
	font-weight:700;
	margin-bottom: 10px;
	font-size:11px;
	background-image:url('../images/rightBoxBG.gif');
	clear: both;
}

.ads-title-dot {
	height:17px;
	padding-top:2px;
	padding-left:15px;
	background:url('../images/rightBoxDot.gif') no-repeat;
}

.ad1 {
	background-color: #fff;
	text-align: center;
	line-height: 0;
}

.ad2 {
	margin-top: 15px;
	width: 468px;
	height: 80px;
	float: right;
}

.ad7 {
	clear:both;
	margin-bottom:10px;
	background:#fff;
	text-align: center;
}

.ad8 font {
	font-size:12px;
}

.ad9 {
	margin-top: 10px;
	margin-left: 0px; /* RC 16-05-26: Changed from 10px regarding Bethard */
}

.ad10 img {
	margin-left:10px;
	margin-bottom:10px;
	width: 370px;
}

.ad11 {
	margin-bottom:10px;
	clear: both;
}

.ad14 {
	font-size:12px;
	margin-bottom: 10px;

}

.ad14 font {
	font-size:16px;
}

.ad16 {
	margin-bottom:10px;
	margin-left:20px;


}

.ad23 {
	margin: 10px auto;
	clear: both;
	width: 580px;
	height: 160px;
}

.ad27 {
	margin-top: 10px;
}
.ad42 {
	padding-top: 20px;
	clear: both;
}

.ad52 {
	display: none;
}


/******************** AGENT ********************/



/******************** COUNTRY ********************/

div.countryLeague {
	margin-top:10px;
	line-height:60px;
	padding-left:20px;
	border:solid 1px;
	border-color:#d4d2d2;
	margin-bottom:5px;
}

div.countryLeague img {
	margin-right:20px;
	margin-top:5px;
	float:left;
}

div.countryLeague a {
	font-size:20px;
}



/******************** LEAGUE ********************/



/******************** CLUB ********************/

#clubManager {
	margin-top:10px;
	padding:5px;
	border:dotted 1px;
	border-color:#e6e6e6;
}

#clubManager a {
	color:#75a62f;
	font-weight:700;
	text-decoration:none;
}

tr.pageTableRow td a.none {
    background: url("../images/empty.gif") no-repeat scroll 100% 60% transparent;
    padding-right: 12px;
}

tr.pageTableRow td a.desc {
    background: url("../images/minus.gif") no-repeat scroll 100% 60% transparent;
    padding-right: 12px;
}

tr.pageTableRow td a.asc {
    background: url("../images/plus.gif") no-repeat scroll 100% 60% transparent;
    padding-right: 12px;
}


/******************** MENU ********************/

.menu {
	display:none;
}

#mainmenu {
	padding-left:1px;
	padding-top: 0;
	background-color:#222323;
	border-top: 1px solid #424343;
	/*background-image:url('../images/menuBarBG.gif');*/
}
#mainmenu > a {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	display: inline-block;
	border: none;
}
#mainmenu > img {
	display: none;
}

.mainmenuButton {
	height:28px;
	line-height:28px;
	float:left;
	padding:0 10px;
	font-size:11px;
	font-weight:700;
	color:#FFF;
	cursor:pointer;
	margin-right:0px;
}

.mainmenuButton:hover {
	background-color:#77a72c;
	/*background-image:url('../images/menuButtonHover.gif');*/
	color:#FFF;
}

#submenu {
	height:28px;
	padding-left:5px;
	background-image:url('../images/menuBar2BG.gif');
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	border-color:#d6d6d6;
	margin:0px;
}

.submenuButton {
	height:28px;
	line-height:28px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-weight:700;
	font-size:11px;
	color:#383838;
}







.rootVoice, .button {
	height:28px;
	line-height:28px;
	float:left;
	padding-left:10px;
	padding-right:11px;
	font-size:11px;
	font-weight:700;
	color:#FFF;
	cursor:pointer;
	margin-right:1px;
}

.rootVoice.selected, .button:hover {
	background-color:#77a72c;
	background-image:url('../images/menuButtonHover.gif');
	color:#FFF;
	margin-right:0px;
	border-right:solid 1px;
	border-color:#000;
}

.menuContainer {
	background-color:#ffffff;
	/*border-top:5px solid #d9e6c0;*/
	padding:0;
	margin-top:2px;
	position:absolute;
	border: 1px solid #77a72c;
}

/*BOX MENU*/

.boxMenu{
  color:#f3f3f3;
  border-top:8px solid #77a72c;
  background:url('../images/box_top.png') repeat-x;
}
.boxMenu h4{
  white-space:nowrap;
  margin:0 0 20px 0;
  padding:3px;
  font:18px/20px georgia, serif;
  padding-right:20px;
  text-shadow:#666 2px 2px 1px;
}

.boxMenu td{
  min-width:160px;
  vertical-align:top;
  border-right:1px solid #999;
}
.boxMenu td:hover{
  background:url('../images/box_menu_over.png');
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu td:hover a{
  margin-right:3px;
  text-shadow:#fff 1px 1px 1px;
  color:#000;
}

.boxMenu td:last-child{
  min-width:160px;
  vertical-align:top;
  border-right:none;
}

.boxMenu a{
  font-size:14px;
  white-space:nowrap;
  display:block;
  padding:5px;
  margin-bottom:5px;
}

.boxMenu a img{
  padding-right:5px;
}

.boxMenu a:hover{
  color:#000;
  text-shadow:#fff 2px 2px 1px;
  background-image:url('../images/bgnd_sel_2.jpg');
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu a img{
	width:16px;
	height:16px;
	border:0;
}



/*
* jQuery.mb.components: jquery.mb.menu
* © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab
*
*/

@charset "UTF-8";


.mbmenu{
  display:none;
}
.rootVoices{
  background-color:#EDEDED;
  /*padding:5px;
  padding-bottom:0;*/
}
.rootVoices td.rootVoice {
  vertical-align:middle;
/*background-color:#fff;*/
  width:120px;
  text-shadow:#fff 1px 1px 1px;
  color: gray;
  font-size:14px;
  line-height:18px;
  padding:8px;
  cursor: pointer;
}

.rootVoices td.rootVoice.selected{
  background: black url("../images/bgnd_sel_4.png");
  padding:8px;
  color:#ffffff;
  cursor: pointer;
  font-size:14px;
  text-shadow:#660033 1px 1px 1px;
  /*
    -moz-box-shadow:#999 2px 2px 10px;
    -webkit-box-shadow:#999 2px 2px 10px;

  -moz-border-radius:8px 8px 0 0px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  */

}
.rootVoices td.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

.rootVoices.vertical {
  width:140px;
}
.rootVoices.vertical td.rootVoice{
/*
  -moz-border-radius:8px 0px 0 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:8px;
*/
}

/**/

.menuContainer{
  position:absolute;
  background-color:#222323;
  padding:0;
  box-shadow:#999 2px 2px 10px;
}
.menuContainer.submenuContainer{
  border-top:none!important;
}

.menuContainer.disabled{
  border-top:5px solid #999;
  background-color:gray;
}
.menuContainer .line{
  background-color:transparent;
  width:100%;
}
.menuContainer .line.title {
  background-color:black;
  font-size:14px;
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a{
  font-size:14px;
  color:#ccc;
}
.menuContainer.disabled .line.title a{
  font-size:14px;
  color:#666;
  text-shadow:#999 1px 1px 1px;
}
.menuContainer td a{
  text-decoration:none;
  color:#f3f3f3;
  text-shadow:#666 1px 1px 1px;
}
.menuContainer td.voice{
  font-size:14px;
  padding:7px;
}
.menuContainer .separator{
  background-color:#999;
  height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
  text-align:center;
  font-size:12px;
  color: #c3c3c3;
  background-color:transparent;
  width:24px;
  padding:5px;
}
.menuContainer td.img img{
  width:20px;
}
.menuContainer .textBox{
  padding: 10px;
  font-size:12px;
  color: #c3c3c3;
}
.menuContainer .selected td{
  background-color:#f3f3f3;
  background-image:url("../images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
  color:#000;
  text-shadow:#fff 2px 2px 1px;
  display:block;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  text-shadow:#999 1px 1px 1px;
}
.menuContainer .subMenuOpener{
  background-image:url("../images/menuArrow_w.gif");
  background-repeat:no-repeat;
  background-position:right;
}
.menuContainer .selected .subMenuOpener{
  background-image:url("../images/menuArrow.gif");
  background-repeat:no-repeat;
  background-position:right;
}

/*BOX MENU*/

.boxMenu{
  color:#f3f3f3;
  border-top:8px solid black;
  background:url("../images/box_top.png") repeat-x;
}
.boxMenu h4{
  white-space:nowrap;
  margin:0 0 20px 0;
  padding:3px;
  font:18px/20px georgia, serif;
  padding-right:20px;
  text-shadow:#666 2px 2px 1px;
}

.boxMenu td{
  min-width:160px;
  vertical-align:top;
  border-right:1px solid #999;
}
.boxMenu td:hover{
  background:url(../images/box_menu_over.png);
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu td:hover a{
  margin-right:3px;
  text-shadow:#fff 1px 1px 1px;
  color:#000;
}

.boxMenu td:last-child{
  min-width:160px;
  vertical-align:top;
  border-right:none;
}

.boxMenu a{
  font-size:14px;
  white-space:nowrap;
  display:block;
  padding:5px;
  margin-bottom:5px;
}

.boxMenu a img{
  padding-right:5px;
}

.boxMenu a:hover{
  color:#000;
  text-shadow:#fff 2px 2px 1px;
  background-image:url("../images/bgnd_sel_2.jpg");
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu a img {
  border:0;
}



/******************** NEWS ********************/

p {
	margin-bottom:5px;
}

.newsbuffer {
	padding-left: 10px;
	margin-right:10px;

}

#buffer1.newsbuffer {
	width:540px;
}

#page-next {
	width: 528px;
	height: 80px;
	padding: 10px;
	border-top: 3px solid #f0f0f0;
	background: white;
	position: fixed;
	bottom: -83px;
	z-index: 9999;
	display: flex;
	align-items: center;
}
#page-next-left {
	padding: 0 5px;
	flex: 0 0 120px;
}
#page-next-right {
	padding-left: 5px;
	flex: 1;
}
#page-next-right strong {
	color: #76a72c;
	display: block;
}

.news-item, .blog-item {
	padding:2px 0px 2px 10px;
	background:url('../images/rightBoxNewsDot.gif') no-repeat left center;
	border-bottom:1px solid #e6e6e6;
	line-height:18px;
	font-size:12px;
}

.news-items-footer {
	margin-top: 5px;
	text-align: center;
}
.news-items-footer a {
	font-weight: 700;
	font-size: 11px;
}

.news-item.related, .blog-item.related {
	font-size:12px;
}

.extra-news-item {
	font-weight:700;
	position: relative;
}

.extra-news-item .newsScoop {
	width: 180px;
	height: 15px;
	white-space: nowrap;
	text-align: center;
	font-weight:700;
	font-size: 8px;
	line-height: 15px;
	color: #fff;
	background: #e00;
	position: absolute;
	top: 0;
	left: 0;
}
.extra-news-item .newsSponsored {
	width: 180px;
	height: 15px;
	white-space: nowrap;
	text-align: center;
	font-weight: 700;
	font-size: 8px;
	line-height: 15px;
	color: #fff;
	background: #e00;
	position: absolute;
	top: 0;
	left: 0;
}

.extra-news-item img {
	margin:-8px 0px 5px 0px;
	display: block;
}

article.newsContainer {
	width: 528px;
	font-size: 15px;
	padding-bottom: 10px;
}

article.newsAutoLoaded {
	margin-top: 10px;
  padding-top: 20px;
	border-top: 3px solid #D4D2D2;
}

article.newsContainer .newsScoop {
	width: 528px;
	height: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	background-color: #84B53F;
	background-image: linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -o-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(128,162,76)),
		color-stop(0.77, rgb(153,183,111))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b76f', endColorstr='#80a24c');
}
article.newsContainer .newsSponsored {
	width: 528px;
	height: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	background-color: #84B53F;
	background-image: linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -o-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(128,162,76)),
		color-stop(0.77, rgb(153,183,111))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b76f', endColorstr='#80a24c');
}

article.newsContainer .casino_container {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}
article.newsContainer .casino_container h5 {
	padding: 5px;
  text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
article.newsContainer .casino_row {
	padding: 3px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
article.newsContainer .casino_row:hover {
	background-color: #fafafa;
}
article.newsContainer .casino_cell {
	flex: 1;
	height: 55px;
	line-height: 16px;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
}
article.newsContainer .casino_cell:first-child {
	flex: 0 0 130px;
}
article.newsContainer .casino_cell:nth-child(2) {
	padding: 0 3px;
}
article.newsContainer .casino_cell:last-child {
	flex: 0 0 70px;
}
article.newsContainer .casino_cell_image img {
	width: 120px;
	height: 55px;
}
article.newsContainer .casino_button {
	color: #fff;
	background-color: #77a72c;
	padding: 5px 10px;
	border-radius: 5px;
}

.newsText {
	line-height: 22px;
	width: 67%;
	padding-right: 3%;
	float: left;
}

.newsText table {
	border-collapse:separate;
	border-spacing:1px;
}

.newsText td {
	background:#eeeeee;
	padding:1px;
}

.newsText p {
	margin: 1em 0;
}

.newsTitle {
	font-size:25px;
	line-height:35px;
	font-weight:700;
}

div.newsRelated {
	width:30%;
	float:left;
	margin-top:12px;
}
td.newsRelated img {
	width: 16px;
}

a.tag {
	color: #006600;
	font-weight: 700;
}
a.tag:hover {
	color: #77a72c;
}


/* Small News
----------------------------------------------------------------------------------------------------*/
.smallNewsLink {
	width: 270px;
	display: block;
	position: relative;
}
.smallNewsLinkLeft {
	padding-right: 9px;
	border-right: 1px solid #d5d5d5;
	float: left;
	clear: left;
}
.smallNewsLinkRight {
	float: right;
	clear: right;
}

.smallNewsLink:hover {
	color:#000000;
}

.smallNews {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.smallNews .newsScoop {
	width: 270px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: #84B53F;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #84B53F;
	background-image: linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -o-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(128,162,76)),
		color-stop(0.77, rgb(153,183,111))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b76f', endColorstr='#80a24c');
}
.smallNews .newsSponsored {
	width: 270px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	background: #84B53F;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #84B53F;
	background-image: linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -o-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(128,162,76) 8%, rgb(153,183,111) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(128,162,76)),
		color-stop(0.77, rgb(153,183,111))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b76f', endColorstr='#80a24c');
}

.smallTransfers {
	float:left;
	width:548px;
    border: 1px solid #D4D2D2;
    padding:5px;
    margin-bottom:6px;
	background:#fffafa url('../images/newsbox_background.png') repeat;
}

.smallTransfers table {
    width: 100%;
}

.smallTransfers td {
	border-top: 1px solid #e7e7e7;
    text-align: left;
    vertical-align: middle;
}

.smallTransfers tr.pageTableRow {
	background-image:url('../images/historyBG.gif');
	background-repeat:repeat-x;
	height:22px;
	font-weight:700;
}

.smallTransfers tr.pageTableRow img {
	height:10px;
}

.smallTransfers tr.pageTableRow {
	text-align:left;
    vertical-align:middle;
    border-left: 1px solid #D4D2D2;
    border-right: 1px solid #D4D2D2;
}

.smallTransfers tr.odd {
	/*background-color:#f0f0f0;*/
}

.smallTransfers tr.even {

}

.smallTransfers tr.pageTableRow td {
	line-height:18px;
	text-align:left;
    vertical-align:middle;
}

.smallTransfers tr td.alignLeft {
	text-align:left;
    vertical-align:middle;
}

.smallTransfers tr td.alignRight {
	text-align:right;
    vertical-align:middle;
    padding-right:20px;
}

.smallTransfers tr td.alignCenter {
	text-align:center;
    vertical-align:middle;
}

.smallTransfers td.firstCell {
	padding-left:10px;
}

.smallTransfers td.lastCell {
	padding-right:10px;
}

.smallTransfersText {
    background-color: #222323;
    color: #FFFFFF;
    font-weight: 700;
    padding: 3px 3px 3px 6px;
    -moz-border-radius:0px;
    border-left: 1px solid #222323;
}
td.smallTransfersText {
	text-align: center;
}
tr:first-child td.smallTransfersText {
	border: 1px solid #d4d2d2;
	background-color: #222323;
}

.smallTransfers a {
    color: #77a72c;
    font-weight: 700;
    text-decoration: none;
}
/*
.smallNewsLeft {
	border-right: 1px solid #d5d5d5;
	padding-right:9px;
}

.smallNewsRight {
	margin-left:9px;
}
*/
.smallNewsLeft, .smallNewsRight {
	/*position: relative;
	float:left;*/
	width:270px;
}

.smallNewsRight img {
}

.smallNewsLeft p, .smallNewsRight p {
	width:270px;
	padding-right:0px;
}

.smallNewsLeft img, .smallNewsRight img {
	width:270px;
}

.smallNewsSeperator {
	float:left;
	height:1px;
	background-color:#d5d5d5;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

.smallNewsRight .smallNewsTitle {
}

.smallNewsTitle {
	font-size:18px;
	margin-top:6px;
	font-weight:700;
	line-height:22px;
}

.smallNewsRight .smallNewsExcerpt {
}

.smallNewsExcerpt {
	margin-top:8px;
	line-height:18px;
	font-size:13px;
}

.smallNewsCategory {
	background-color:#222323;
	text-transform:uppercase;
	padding:1px;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
	margin-right:4px;
	color:#ffffff;
}

.smallNewsComments {
    background:url("../images/bubble.gif") no-repeat scroll 0 50% transparent;
	font-size:9px;
	font-weight:700;
	margin-left:4px;
	padding-left:16px;
	padding-bottom:1px;
}

/* Sponsored news centered */
.smallNewsCentered {
	padding: 20px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	float: none;
	clear: both;
}
.smallNewsCentered > a {
	margin: 0 auto;
}
.smallNewsSponsored .smallNewsCategory {
	background-color: #84B53F
}

article.newsContainer .smallNewsSponsored {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* News Box
----------------------------------------------------------------------------------------------------*/

.newsBox {
	float:left;
	border:solid 1px;
	border-color:#d4d2d2;
	padding:5px;
	margin-bottom:10px;
	background:#fffafa url('../images/newsbox_background.png') repeat;
}

.rightBoxTitle {
	height:17px;
	color:#ffffff;
	font-weight:700;
	background-color: #222323;
	margin-bottom:10px;
	font-size:11px;
}

.titleDot {
	height:17px;
	padding-top:2px;
	padding-left:15px;
	background:url('../images/rightBoxDot.gif') no-repeat;
}

.newsBoxInner {
	float:left;
	width:50%;
	margin-bottom:10px;
	overflow:hidden;
}

.published {
	margin-bottom: 14px;
	font-size: 10px;
	display: block;
}

.ingress {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
}

.newsBoxInner .news-item, .newsBoxInner .blog-item {
	/*margin-left:10px;*/
	margin-right:10px;
}

.newsBoxCategory {
	width: 257px;
	color:#FFF;
	font-weight:700;
	/*float:left;*/
	height:17px;
	background-image:url('../images/newsBoxCategoryBG.gif');
	display:block;
	clear:both;
	margin-left:2px;
	margin-right:15px;

}

.newsBoxCategory img {
	margin-bottom:-4px;
}



/******************** PLAYER ********************/

#playerData {
	border:solid 1px;
	border-top:none;
	border-color:#d4d2d2;
	padding:5px;
	margin-bottom:10px;
}

#playerTransferTable .grid-view table.items tr:hover {
	background:blue;
}

#playerRanking {
	border-color:#d4d2d2;
	padding:0px;
	margin-bottom:10px;
}

#playerRanking .ui-tabs-nav {
	background:#F8F8F8;
}

#playerRankingTable {
    width: 100%;
    border-collapse:separate;
}

#playerRankingTable td {
    border:10px solid #ffffff;
}

#playerRankingTable .ui-widget {
	margin-top:5px;
	width:150px;
}

#playerRankingTable .ui-widget-header {
	background:none;
}

#playerRankingTable .ui-slider-handle {
	background-color:#C9E89E;
	border:1px solid #77a72c;
}

#playerRankingTable .ui-slider-handle:hover {
	background-color:#C9E89E;
}

.ui-slider-range {
	background-color:#77a72c;
}

.breadcrumbs {
	float:left;
}

.breadcrumbs span {
	text-decoration:none;
	font-size:10px;
    margin-left:3px;
}

.breadcrumbs a {
	color:#75a62f;
	font-weight:700;
	text-decoration:none;
	font-size:10px;
    margin-left:3px;
}

.breadcrumbs img {
    height:20px;
    margin-bottom:-7px;
}

#playerHistory a.borrowedPlayer {
	color:#2E2E2E;
}

#playerHistory a.onloanPlayer {
	color:#A1A0A0;
}

#playerTeam {
	float:right;
}

#playerProfile {
	margin-top:30px;
}

#playerPhoto {
	float:left;
}

#playerPhoto img {
	height:170px;
	width:150px;
	background-color:#999;
}

#playerInfo {
	margin-left:10px;
	float:left;
}

#playerInfo a {
	color:#75a62f;
	font-weight:700;
	text-decoration:none;
}

#playerInfo table {
	border-spacing:0px;
	width:380px;
}

#playerInfo table tr td {
	height:13px;
	line-height:16px;
	padding:1px 15px 1px 1px;
	border-bottom:dotted 1px;
	border-color:#d4d2d2;
}

#playerHistory {
	border-spacing:0px;
	margin-top:10px;
	width:100%;
}

#playerHistory a {
	color:#75a62f;
	font-weight:700;
	text-decoration:none;
	white-space: nowrap;
}

#playerHistory td {
	plute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 560px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding-top: 3px;
padding-bottom: 3px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.newsPagination {
	display: none;
}

.pagination{
width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-size:11px;
margin-bottom:10px;
border-bottom:solid 1px;
border-color:#d5d5d5;
height:10px;
}

.pagination a{
float:left;
padding: 0 5px;
text-decoration: none;
color: #000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #383838;
}

.slidertag {
	float:left;
	color: #fff;
	background-color: #000;
	padding:4px;
	font-weight:700;
	margin-top:180px;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.slidertag a {
	color:#FFF;
}

#site-club #vi-placeholder,
#site-player #vi-placeholder {
	width: 379px;
	margin: 0 auto;
	text-align: center;
}


/******************** FORM ********************/

#LoginForm_username {
	width:13em;
}

#LoginForm_password {
	width:13em;
}

#rememberMe_checkbox {
	float:left;
	margin:0.1em 0.4em 0.5em 0;
}

#rememberMe_label {
	float:left;
	width:9em;
	margin:0.2em 0 0.5em;
}

#rememberMe_button {
	float:left;
	margin:0;
}

div.form
{
	margin: 0;
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: 700;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label, div.form div.error label, /* @TODO Change this when upgrading YII to: div.form div.error label:first-child */
div.form label.error,
div.form span.error
{
	color: #C00;
adding:3px 0px 0px 0px;
	text-align:left;
    vertical-align:middle;
}

#playerHistory tr.pageTableRow {
	background-image:url('../images/historyBG.gif');
	background-repeat:repeat-x;
	height:22px;
	font-weight:700;
}

#playerHistory tr.pageTableRow {
	text-align:left;
    vertical-align:middle;
}

#playerHistory tr.odd {
	background-color:#f0f0f0;
}

#playerHistory tr.even {

}

#playerHistory tr.pageTableRow td {
	line-height:18px;
	text-align:center;
    vertical-align:middle;
}

#playerHistory tr td.alignLeft {
	text-align:left;
    vertical-align:middle;
    white-space: nowrap;
}

#playerHistory tr td.alignRight {
	text-align:right;
    vertical-align:middle;
    padding-right:20px;
}

#playerHistory tr td.alignCenter {
	text-align:center;
    vertical-align:middle;
}

#playerHistory td.firstCell {
	padding-left:10px;
}

#playerHistory td.lastCell {
	padding-right:10px;
}

#playerHistory tr.pageTableRow td.firstCell {
	border-left:solid 1px;
	border-color:#cccccc;
}

#playerHistory tr.pageTableRow td.lastCell {
	border-right:solid 1px;
	border-color:#cccccc;
}

#playerHistorySummary {
	border-spacing:5px;
}

#playerHistorySummary td {
	border-top:1px solid #e7e7e7;
	padding-top:4px;
	text-align:center;
    vertical-align:middle;
}



/******************** FEEDS ********************/

ul.feeds {
	margin-bottom: 32px;
}
ul.feeds:last-child {
	margin-bottom: 0;
}
ul.feeds h2 {
	line-height:32px;
	padding-left:10px;
	border:solid 1px;
	border-color:#d4d2d2;
	font-size:16px;
	font-weight: normal;
}
ul.feeds a {
	margin-top: -1px;
	line-height:32px;
	padding-left: 35px;
	border:solid 1px;
	border-color:#d4d2d2;
	font-size:12px;
	font-weight: normal;
	display: block;
	background: url(/images/feed18.png) 10px 8px no-repeat;
}
ul.feeds a:hover {
	color:#ffffff;
	background-color: #77a72c;
}

div.feed {
	margin-top:10px;
	line-height:32px;
	padding-left:20px;
	border:solid 1px;
	border-color:#d4d2d2;
	font-size:16px;
}

div.feed:hover {
	color:#ffffff;
	background:#77a72c;
}

div.feed img {
	margin-right:20px;
	margin-top:2px;
	float:left;
}



/******************** CONTENTSLIDER ********************/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 560px; /*width of featured content slider*/
height: 200px;
background-color:#666;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: abso}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide form .row
{
	clear: left;
}

div.wide form .buttons
{
	clear: left;
	padding-left: 110px;
}

div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}



/******************** GRID ********************/

#rankingForm .ui-slider-handle {
	background: url('../images/ui-bg_glass_75_dadada_1x400.png') repeat-x scroll 50% 50% #E0E0E0;
}

.grid-loading {
	background:url(loading.gif) no-repeat;
}

.grid table.items thead tr {
	border:1px solid #cccccc;
}

.grid table.items {
	background: white;
	border-collapse:collapse;
	width:100%;
}

.grid table.items th, .grid table.items td {
	font-size:0.9em;
	border:0;
	padding:0.3em;
	padding-right:12px;
	vertical-align: middle;
}

#league-grid th, #league-grid td {
	border:0;
	padding:0.3em;
	padding-right:12px;
	vertical-align: middle;
}

.grid table.items th {
	color:#000000;
	text-align:left;
	background:url('../images/grid.gif') repeat-x #FFFFFF;
	font-weight:700;
    vertical-align:middle;
}

.grid table.items th a {
	background:url('../images/empty.gif') 100% 60% no-repeat;
	color:#77a72c;
	font-weight:700;
	text-decoration:none;
	padding-right:12px;
    vertical-align:middle;
}

.grid table.items th a:hover {
	color:#77a72c;
}

.grid table.items th a.asc {
	background:url('../images/plus.gif') 100% 60% no-repeat;
	padding-right:12px;
}

.grid table.items th a.desc {
	background:url('../images/minus.gif') 100% 60% no-repeat;
	padding-right:12px;
}

.grid table.items td a {
	color:#77a72c;
	font-weight:700;
}

.grid table.items tr.even td {
	background: #F0F0F0;
}

.grid table.items tr.odd td {
	background: #FFFFFF;
}

.grid table.items tr.selected td {
	background: #BCE774;
}

.grid table.items tr.even:hover td {
	background: #77a72c;
	color: #FFFFFF;
}

.grid table.items tr.odd:hover td {
	background: #77a72c;
	color:#FFFFFF;
}

.grid table.items tr.even:hover a {
	background:#77a72c;
	color:#FFFFFF;
}

.grid table.items tr.odd:hover a {
	background:#77a72c;
	color:#FFFFFF;
}

.grid .link-column img {
	border:0;
}

.grid .button-column {
	text-align:center;
	width:60px;
}

.grid .button-column img {
	border:0;
}

.grid .checkbox-column {
	width:15px;
}

.grid .summary {
	margin:0;
	text-align:right;
}

.grid .pager {
	margin:5px 0 0 0;
	text-align:right;
}

.grid .empty {
	font-style:italic;
}

.grid .filters input,
.grid .filters select {
	width:100%;
	border:1px solid #ccc;
}



/******************** PAGER ********************/

ul.pager {
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.pager li {
	display:inline;
}

ul.pager a:link, ul.pager a:visited {
	border:solid 1px #77a72c;
	font-weight:700;
	color:#77a72c;
	padding:1px 6px;
	text-decoration:none;
}

ul.pager .page a {
	font-weight:normal;
}

ul.pager a:hover {
	border:solid 1px #C9E89E;
}

ul.pager .selected a {
	background:#77a72c;
	color:#FFFFFF;
	font-weight:700;
}

ul.pager .hidden a {
	border:solid 1px #DEDEDE;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.pager .first, ul.pager .last {
	display:none;
}



/******************** BLOG ********************/

.blog-header {
	margin-bottom: 20px;
}

.blog-header a.blog-backlink {
	margin-right: 12px;
	padding: 5px 0;
	float: right;
	display: block;
}
.blog-header iframe {
	margin-top: 7px;
	float: left;
}

.blog-entry {
	width: 98%;
    margin: 0 0 1.6em;
    padding-bottom:10px;
    border-bottom: 1px solid #e6e6e6;
	clear: both;
}

.blog-title {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	padding: 0 0 8px;
	font-weight: 700;
}

.blog-published {
	font-size: 11px;
	clear: both;
}

.blog-content {
	font-size: 13px;
	line-height: 16px;
	margin: 0.85em 0 0;
}
div.blog-content p {
	margin: 1em 0;
}

.blog-tags {
    color: #888888;
}



.blog-navigation {
	padding-top: 19px;
	font-weight: 700;
}

.blog-entry .addthis_toolbox {
	float:right;
	position: relative;
	top: -17px;
}


.blogText {
 	position:absolute;
 	top:0;
 	left:0;
 	width:100%;
}

.blogMenu {
	float:right;
	padding-bottom:10px;
	width:200;
}

.blogMenu li {
	margin-left:10px;
	margin-right:10px;
	padding:3px 0px 5px 10px;
	background:url('../images/rightBoxNewsDot.gif') no-repeat 0px 8px;
	border-bottom:1px solid #e6e6e6;
	line-height:16px;

}

.blog {
	margin: 0 0 20px;
}

.blog .title {
	font-size: 1.5em;
	border-bottom: 1px solid #e6e6e6;
}

.blog .title a {
	color: #555;
	text-decoration: none;
}

.blog .author {
	color: #888;
	margin: 0 0 5px;
}

.blog .nav {
	-moz-border-radius:7px;
	padding: 5px;
	background: #e6e6e6;
}

.comment {
	-moz-border-radius:7px;
	padding: 10px;
	background: #F5F5F5;
	margin: 5px 0;
}

.comment .content {
	margin: 10px 0;
}

.comment .author {
	margin: 5px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDD;
}

.comment .time {
	color: #888;
	font-size: 0.8em;
}

.comment a.cid {
	color:#CCC;
	float:right;
	font-size:1.5em;
	font-weight:700;
	padding:0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover {
	color:#555;
}

.comment .pending {
	color:red;
}


/******************** BLOGSLIDER ********************/

.blogslider-container {
	width: 330px;
	height: 100px;
	margin-right: 75px;
	float: right;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: none;
}

.blogslider-container ul li {
	height: 100px;
	display: none;
}
.blogslider-container ul li:first-child {
	display: block;
}

.blogslider-container li a {
	height: 100px;
	display: block;
}
.blogslider-container li a:hover h5 {
	color: #000;
}

.blogslider-container li h5 {
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	position: absolute;
	left: 95px;
	bottom: 30px;
	z-index: 2;
}

.blogslider-container li span {
	padding-left: 10px;
	font-weight: 700;
	background: url(../images/rightBoxNewsDot.gif) left center no-repeat;
	position: absolute;
	left: 95px;
	bottom: 10px;
	z-index: 2;
}

.blogslider-container li img {
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 1;
}

.blogslider-container .arrow-left, .blogslider-container .arrow-right {
	width: 8px;
	height: 8px;
	padding: 2px;
	border: none;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	z-index: 2;
}
.blogslider-container .arrow-left {
	background: url(../images/arrow-left.png) center top no-repeat;
	right: 65px;
}
.blogslider-container .arrow-right {
	background: url(../images/arrow-right.png) center top no-repeat;
	right: 5px;
}
.blogslider-container .arrow-left:hover, .blogslider-container .arrow-right:hover {
	background-position: center bottom;
}



/******************** TOPLIST ********************/

.toplist table {
	border-left:1px solid #FFFFFF;
}

.toplist table.items thead tr {
	border:0px;
}

.toplist table.items {
	background:#FFFFFF;
	border-collapse:collapse;
	width:100%;
}

.toplist table.items th {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:700;
	margin-right:1px;
	padding:4px;
	text-align:center;
}

.toplist table.items th a {
	background:url('../images/empty.gif') 100% 60% no-repeat;
	color:#77a72c;
	font-weight:700;
	text-decoration:none;
    vertical-align:middle;
}

.toplist table.items th a:hover {
	color:#77a72c;
}

.toplist .toplist-column img {
	height:70px;
	border:0px;
	padding-top:2px;
	padding-left:2px;
	padding-right:4px;
}

.toplist .toplist-column td {
	vertical-align:middle;
}

.toplist table.items td a {
	color:#77a72c;
	font-weight:700;
}

.toplist table.items tr.even {
	background:#F0F0F0;
}

.toplist table.items tr.odd {
	background:#FFFFFF;
}

.toplist table.items tr.selected {
	background:#BCE774;
}

.toplist table.items tr.even:hover {
	background:#77a72c;
	color:#FFFFFF;
}

.toplist table.items tr.odd:hover {
	background:#77a72c;
	color:#FFFFFF;
}

.toplist table.items tr.even:hover a {
	background:#77a72c;
	color:#FFFFFF;
}

.toplist table.items tr.odd:hover a {
	background:#77a72c;
	color:#FFFFFF;
}



/******************** POLL ********************/

.poll {
    width: 100%;
}

.poll-question {
    font-weight: 700;
    padding-bottom: 10px;
}

.poll-button {
    text-align: right;
    padding: 10px;
}


/* COLUMNS */
.column-2-1, .column-2-2 {
	width: 272px;
}
.column-2-1 {
	float: left;
}
.column-2-2 {
	float: right;
}


/******************** TOOLTIP ********************/
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 6px 10px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}




#article-popup-bar {
	background: #a7ce4f;
	width: 100%;
	position: fixed;
	opacity: .95;
	cursor: pointer;
	bottom: -100px;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
#article-popup-bar th {
	padding: 5px;
	font-size: 13px;
	text-align: left;
}
#article-popup-bar .article-popup-image {
	width: 30%;
	padding-left: 5px;
	vertical-align: middle;
}
#article-popup-bar .article-popup-image img {
	width: 100%;
}
#article-popup-bar .article-popup-text {
	width: 50%;
	padding-left: 2%;
	vertical-align: middle;
}
#article-popup-bar p {
	margin: 0;
	padding: 0;
	font-size: 3.3vw;
	font-weight: 700;
	line-height: normal;
}
#article-popup-bar .article-popup-link {
	width: 20%;
	background-size: 90%;
	position: relative;
}
#article-popup-bar .article-popup-link div {
	width: 70%;
	height: 70%;
	background: url('https://fotbolltransfers.com/uploads/images/ovrigt/next-news-arrow.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 5%;
	right: 0;
}

.header_sponsored > div {
	margin-top: 4px;
	margin-right: 13px;
    line-height: 25px;
	float:left;
}
.header_dark {
	padding: 6px 3px 6px 6px;
	background: #333;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.header_sponsored {
	height: 55px;
	background:#222323;
	padding: 6px 3px 6px 6px;
	font-size: 18px;
	color:#ffb80c;
	font-weight:700;
	position: relative;
}
.header_sponsored > a {
	display: inline-block;
}
span.header_sponsored_text {
	font-weight: normal;
	font-style: italic;
	float: right;
}
img.header_sponsored_logo {
	width: 120px;
	margin-top: 12px;
	margin-left: 0;
	vertical-align: middle;
}
p.header_sponsored_p {
	text-align: left;
	margin: 0;
	padding: 0;
    position: absolute;
    bottom: 11px;
    left: 308px;
}
p.header_sponsored_p a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
p.header_sponsored_p_left {
	text-align: left;
	margin-left: 84px;
}

/***** LOADER *****/

#page-load-status {
	clear: both;
}

.loader-ellips {
  font-size: 10px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #76a72c; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/***** SITE-ARCHIVE *****/
#archive-posts-container {
	margin-bottom: 10px;
}
#archive-posts-container .archive-post {
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-top: none;
	display:block;
}
#archive-posts-container .archive-category {
	margin: 2px;
	padding: 2px 0px 2px 5px;
	font-weight: 700;
	background-color: #e6e6e6;
}
#archive-posts-container .archive-content {
	padding-top: 5px;
}
#archive-posts-container .archive-image {
	width: 115px;
	float: left;
}
#archive-posts-container .archive-header {
	width: 418px;
	padding-left: 15px;
	float: left;
}
#archive-posts-container .archive-header h4 {
	padding-bottom:5px;
	font-weight:700;
	font-size:14px;
}
#archive-posts-container .archive-header time {
	padding-top:5px;
}
#archive-posts-container .archive-content p {
	padding-top: 5px;
	clear:both;
}

#archive-posts-container .archive-post:hover .archive-category,
#archive-posts-container .archive-post:hover .archive-header time,
#archive-posts-container .archive-post:hover .archive-content p {
	color: #000;
}

.block-filter {
	padding: 15px 0 10px 6px;
}
.block-filter label span {
	padding-right: 5px;
	font-weight: 700;
}


.block-title {
	background:#333333;
	padding:3px 3px 3px 6px;
	color:#FFF;
	font-weight:700;
}
