* {
    padding: 0;
    margin: 0;
    border: 0;
}

a,
a:hover,
a:visited,
a:active {
    color: #12324D;
    cursor: pointer;
}
h4 {
    margin: 10px 0;
}
.content ul,
.content ol {
    margin: 5px 0 5px 30px;
}

.rightCol ul {
    list-style-type: none;
    font-size: 11px;
    margin-bottom: 5px;
}

.rightCol li {
    margin: 3px 0;
}

.rightCol ul ul {
    margin-left: 10px;
}

.rightCol .current {
    font-weight: bold;
}

body {
    font-size: 62.5%; /* 10px base */
    font-family: Verdana, Arial, serif;
    background: url(/images/bg2.0.jpg) center top;
	background-repeat: no-repeat;
	background-color: #ebebeb;
    position: relative;
}

#middle {
    width: 1000px;
    /*margin: 0 0 0 -15px;*/
    margin: 0 auto;
    position: relative;
    font-size: 12px;
}

#shadow {
    background: url(/images/mid-shadow.png) center top repeat-y;
    padding: 0 25px 0 15px;
}

#player {
    width: 360px;
    height: 1188px;
    position: absolute;
    margin-left: -345px;
    top: 0;
}

/**
 * ==========================
 * Club logo in header
 * ==========================
*/
#clubs table td {
	padding: 0 0 0 2px;
}

#clubs a {
    display:block;
    margin-right:1px;
    position:relative;
    width:36px;
    height: 38px;
}

#clubs a img {
    left:0;
    position:absolute;
}

#clubs a img.img_bw {

}

#clubs a img.img_color {

}

#clubs a:last-child {
    margin-right: 0;
}

#clubs {
    height: 39px;
    background: url(/images/top-clubs-bg.png) left top repeat-x;
    border: 1px solid #787878;
}

#clubs table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

#clubs td {
    vertical-align: middle;
    text-align: center;
}

#head {
    width: 960px;
    height: 175px;
    background: url(/images/head.png) left top no-repeat;
    position: relative;
}

.rootLink {
    height:128px;
    left:16px;
    position:absolute;
    top:36px;
    width:585px;
}

#infoBar {
    height: 32px;
    padding-top: 2px;
    overflow: hidden;
    position: relative;
}

#overflowCtr {
    overflow: hidden;
}

#scrollCtr {
    height: 21px;
    width: 32767px;
    position: relative;
}

#infoBar .item {
    padding-left: 57px;
    background: url(/images/icon-info.png) 19px 3px no-repeat;
    float: left;
    height: 21px;
    line-height: 21px;
    color: #939393;
}

#infoBar .item a,
#infoBar .item a:hover,
#infoBar .item a:visited,
#infoBar .item a:active {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #939393;
}

.sponsors {
    background: #FFF;
    border: 2px solid #B0B0B0;
    margin: 11px auto;
    width: 938px;
    padding: 20px 0;
}

.sponsors table td {
    text-align: center;
}

.sponsors img {
    border: 1px solid #CCC;
    margin-right: 5px;
    margin-bottom: 5px;
}

.finalLine {
    background: url(/images/final-line.png) left top no-repeat;
    height: 82px;
    width: 931px;
    margin: 29px auto 0;
}

#banners {
    position: absolute;
    top: 10px;
    width: 140px;
    right: 0;
    margin-right: -128px;
    padding-right: 5px;
}

.spLogo {
    margin-bottom: 5px;
}

.spLogo img {
    width: 140px;
    height: 140px;

}

#wrapper {
    background: #ECECEC;
    border-top: 1px solid #ECECEC;
    padding-bottom: 11px;
}

.becomeAMember {
    margin: 5px 0 0;
}

#columns,
#main /** For backwards design compatibility */
{
    padding: 8px 9px 0;
}

/**
 * ==========================
 * Common inner page styles
 * ==========================
*/
.leftCol h1 {
    height: 62px;
    line-height: 62px;
    font-size: 51px;
    color: #FFF;
    background: #A01A23 url(/images/openable-button-bg.png) left -111px repeat-x;
    margin-bottom: 7px;
}

.leftCol h1 div {
    text-transform: uppercase;
    background: url(/images/button-stripes.png) left top;
    padding-left: 10px;
}

.leftCol .content h2,
.leftCol .content .context h2 {
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    color: #FFF;
    background: #012440 url(/images/openable-button-bg.png) left -177px repeat-x;
    margin: 0;
}

.leftCol .content h2 div {
    text-transform: uppercase;
    background: url(/images/button-stripes.png) left top;
    padding-left: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 div a,
h2 div a:hover,
h2 div a:active,
h2 div a:visited {
    color: #FFF!important;
}

.leftCol .contentBody h1,
.leftCol .contentBody h2 {
    line-height: 18px;
    background: none;
    color: inherit;
    height: auto;
}

.leftCol .contentBody h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.leftCol .contentBody h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.content h3 {
    color: #1E3D57;
    font-size: 14px;
    margin-bottom: 11px;
}

.content {
    border: 1px solid #BFBDBD;
    background: url(/images/news-block-bg-tall.png) left bottom repeat-x;
}

.content + .content,
.content + .smalltabs {
    margin-top: 15px;
}

.contentBody {
    padding: 19px 13px;
    background: #FFF;
    height: auto;
    color: #000;
}

.contentBody.roster {
    padding: 0;
}

.contentBody p {
    font-size: 12px;
    margin: 15px 0;
}

.context {
    float: right;
    border: 1px solid #C2C2C2;
    width: 308px;
    padding: 1px;
    margin: 0 0 10px 10px;
    overflow-x: hidden;
}

.context ul,
.contextList {
    margin-top: 1px;
    list-style: none inside;
    font-size: 12px;
    margin-left: 0!important;
}

.context li,
.contextList li {
    padding: 4px 0 4px 33px;
    background: url(/images/bullet-arrow.png) 10px 5px no-repeat;
}

.context li.photo {
    background: url(/images/bullet-photo.png) 3px 4px no-repeat;
}

.context li.video,
.contextList li.video {
    background: url(/images/bullet-cam.png) 2px 4px no-repeat;
}

.context li:nth-child(odd),
.contextList li:nth-child(odd) {
    background-color: #C2C2C2;
}

textarea {
    width: 577px;
    height: 110px;
    background: #F2F2F2 url(/images/textarea-bg.png) left top no-repeat;
    padding: 5px;
}

.pageLinks {
    text-align: right;
    margin: 8px 0;
}

.contentBody .pageLinks {
    margin-top: 0;
    text-align: left;
}

/**
* ==========================
* Forms
* ==========================
*/

.postComment {
    border-top: 2px solid #C2C2C2;
    padding-top: 4px;
    text-align: center;
}

.postComment textarea {
    margin: 5px 0;
}

.postComment p {
    font-weight: bold;
}

.postComment button {
    background: none;
}

/**
 * ==========================
 * Comments
 * ==========================
*/
.commentsReload {
    text-align: right;
    margin: 0 !important;
}

.commentsReload img {
    vertical-align: middle;
    cursor: pointer;
}

.comments {
    list-style-type: none;
    font-weight: bold;
}

.blog .comments {
    font-weight: normal;
}

.blogauthor {
	font-size: 10px;
}

.comments p {
    margin: 5px 0;
    padding-left: 9px;
    font-size: 11px;
    color: #000;
}

.comments .name {
    background: #B5B5B5;
    line-height: 20px;
    font-size: 12px;
}

.comments .date {
    color: #888;
}

table.comments td {
    padding-top: 20px;
    vertical-align: top;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFF;
}

/**
 * ==========================
 * Login button
 * ==========================
*/
#loginButton {
    float: right;
    background: url(/images/login-btn-bg.png) left top repeat-x;
    border: 1px solid #CFEFDA;
}

#loginButton.logout {
    background: #E27F7F url(/images/openable-button-bg.png) left 2px repeat-x;
    border-color: #AFA5AC;
}

#loginButton div {
    background: url(/images/button-stripes.png) left top;
}

#loginButton a {
    height: 27px;
    width: 45px;
    display: block;
    background: url(/images/login-btn-bullet.png) center center no-repeat;
}

#loginButton.logout a {
    background: url(/images/logout-btn-bullet.png) center center no-repeat;
}

/**
 * ==========================
 * Search box
 * ==========================
*/
#searchBox {
    border: 1px solid #D7DEE4;
    width: 228px; /* 194 */
    margin-right: 1px;
    position: absolute;
    right: 73px;
}

#searchBox div {
    height: 27px;
    background: url(/images/button-stripes.png) left top;
}

#searchBox input {
/*    background: url(/images/search-input-bg.png) left top no-repeat; */
    width: 185px;
    height: 16px;
    margin: 6px 6px 0 0;
    font-size: 12px;
    color: #000;
    float: right;
    border: none!important;
}

#searchBox button {
    width: 31px;
    height: 27px;
    background: url(/images/search-btn.png) left top no-repeat;
    float: right;

}

/**
Menu
*/
#menu {
    border: 1px solid #343C43;
    background: url(/images/menu-all-bg.png) left top repeat-x;
    height: 29px;
}

#menu ul {
    list-style-type: none;
    color: #FFF;
    font-size: 15px;
    float: left;
}

#menu a,
#menu a:hover,
#menu a:active,
#menu a:visited {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li {
    border-right: 1px solid #343C43;
    float: left;
    position: relative;
}

#menu ul li a {
    height: 27px;
    line-height: 27px;
    padding: 0 4px;
    display: block;
    border: 1px solid #D7DEE4;
    background: url(/images/menu-all-bg.png) left top repeat-x;
}

#menu ul li:hover>a,
#menu ul li.active>a {
    background: url(/images/menu-all-bg-active.png) left top repeat-x;
    border-color: #EAD2D6;
}

#menu li li {
    border: 1px solid #343C43;
    border-bottom: none;
    float: none;
}

#menu li li a {
    height: 26px;
    line-height: 26px;
	font-size: 14px;
}

#menu ul ul {
    border: none;
    display: none;
    float: none;
    position: absolute;
    z-index: 100;
    left: -1px;
    background: black;
}

#menu li:hover ul {
    display: block;
}

#menu ul ul li:last-child {
    border-bottom: 1px solid #343C43;
}

#menu ul ul li:hover+li,
#menu ul ul li.active+li,
#menu ul ul li.afterActive {
    border-top: none;
}

#menu li li:hover, 
#menu li li.active {
    border: 1px solid #6E0101 !important;
}

/**
 * =============================================
 * COLUMNS
 * =============================================
*/

.leftCol {
    float: left;
    width: 639px;
}

.leftCol .banner {
    width: 635px;
    margin: 7px auto;
    border: 2px solid #BFBDBD;
	height: 70px;
}

.leftCol .borderedBlock {
    border-width: 2px;
    margin-top: 9px;
}

.fullWidthLeftCol {
    width: auto !important;
    float: none;
}

/**
Splash news
*/
.splashNews {
    width: 100%;
    position: relative;
    height: 322px;
}

.splashNews .annotation {
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/splash-news-black-bg.png) left top repeat-y;
    color: #FFF;
    font-family: Verdana, Arial, serif;
    font-size: 12px;
    border-top: 2px solid white;
}

.splashNews .annotation .wrap {
    padding: 8px;
}

.splashNews h2 {
    font-size: 28px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 25px;
    margin: 3px 0;
}

.splashNews p {
    margin: 5px 0;
}

.splashNews h2 a,
.splashNews h2 a:visited,
.splashNews h2 a:active {
    color: #FFF;
    font-size: 28px;
    text-decoration: none;
	font-weight: bold;
}

.splashNews h2 a:hover {
    color: #FF8400;
}

.splashNews img {
    width: 639px;
    height: 322px;
}

.rightCol {
    float: right;
    width: 292px;
}

.date {
    margin-right: 10px;
}

/**
Bordered blocks
*/
.borderedBlock {
    border: 1px solid #B4B4B4;
}

.borderedBlock .header {
    background: #042743 url(/images/openable-button-bg.png) left -25px repeat-x;
}

.borderedBlock .header .stripes {
    background: url(/images/button-stripes.png) left top;
    line-height: 32px;
    height: 32px;
    position: relative;
}

.borderedBlock .header h2 {
    font-size: 18px;
    padding-left: 11px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    text-transform: uppercase;
}

.borderedBlock .header .smalltabs {
    margin-top: 4px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.borderedBlock .header .smalltabs li {
    float: left;
    width: auto;
    border: none;
    border-right: 2px solid #A0ABB9;
    background: none;
    padding: 0 5px;
}

.borderedBlock .header .smalltabs div {
    height:22px;
    line-height:22px;
    padding:0 13px 0 15px;
}

.borderedBlock .header .smalltabs li:last-child {
    border: none;
}

.borderedBlock .header .smalltabs li.current {
    padding: 0;
}

.borderedBlock .header .smalltabs li.current div {
    background: url(/images/btn-tab-left.png) left top no-repeat;
    float: left;
    /*padding-left: 5px;*/
}

.borderedBlock .header .smalltabs li.current .r {
    background: url(/images/btn-tab-right.png) right top no-repeat;
    padding-right: 5px;
    padding-left: 0;
    display: block;
    float: left;
}

.borderedBlock .header .smalltabs li.gray {
    padding: 0;
}

.borderedBlock .header .smalltabs li.gray div {
    background: url(/images/btn-tab-left-gray.png) left top no-repeat;
    float: left;
    /*padding-left: 5px;*/
}

.borderedBlock .header .smalltabs li.gray .r {
    background: url(/images/btn-tab-right-gray.png) right top no-repeat;
    padding-right: 5px;
    padding-left: 0;
    display: block;
    float: right;
}

.leftCol .borderedBlock .body {
    padding: 7px 4px 2px;
}

.leftCol .borderedBlock .body {
    background: #EEECEC url(/images/news-block-bg.png) left bottom repeat-x;
}

.indexNews {
    position: relative;
}

.indexNews li {
    width: 206px;
    margin-right: 4px;
    float: left;
    list-style-type: none;
    margin-bottom: 30px;
}

.indexNews li a {
    float: right;
    margin: 5px 0 0 0;
}

.indexNews li:last-child {
    margin-right: 0;
}

.indexNews h2 {
    color: #000000;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

/**
 * ===========================
 * 3 columns at left column
 * ===========================
*/
.threeCols .borderedBlock {
    width: 205px;
    margin-right: 6px;
    float: left;
}

.threeCols .borderedBlock h2 {
    font-size: 15px;
    line-height: 32px;
    padding: 0 7px 0 38px;
    background-repeat: no-repeat;
    background-position: 5px center;
    text-align: right;
}

.iconNote {
    background-image: url(/images/icon-note.png);
}

.iconSocial {
    background-image: url(/images/icon-social.png);
}

.iconPDA {
    background-image: url(/images/icon-pda.png);
}

.threeCols .borderedBlock h2 img {
    padding-right: 5px;
    vertical-align: baseline;
}

.threeCols .lastChild {
    margin-right: 0;
}

.threeCols .body {
    height: 213px;
}

.social {
    background: url(/images/tshirt-small-bg.png) center center no-repeat !important;
    text-align: center;
}

/**
 * =======================
 * Cropped clean list
 * =======================
*/
.croppedCleanList {
    overflow: hidden;
    position: relative;
}

.croppedCleanList .fade {
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: url(/images/fade.png) left bottom repeat-x;
    position: absolute;
}

.croppedCleanList ul {
    list-style-type: none;
}

.croppedCleanList li {
    margin: 7px 0;
    font-size: 11px;
    color: #0B263D;
    font-weight: bold;
}

.khl img {
    margin-left: 2px;
}

/**
 * ==========================
 * Brief game information table
 * ==========================
*/
.gameScore {
}

.gameScore td,
.gameScore th,
.gameScore tr {
    background: none !important;
    border: none !important;
    text-align: center !important;
    font-size: 11px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gameScore .score {
    font-size: 30px;
    color: #C60000;
}

.gameScore h2 {
    text-transform: uppercase;
    color: #000 !important;
    background: none !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: inherit !important;
}

.gameResultCtr {
    width: 338px;
}



.leftCol .playerCtr {
    float: right;
    width: 241px;
}

.leftCol .playerCtr img {
    margin-right: 1px;
}

.leftCol p.gameInfo {
    text-align: left;
}

/**
 * ==========================
 * News listing in right accordeon block
 * ==========================
*/
.accordeon .newsBlock {
    font-weight: bold;
}

.accordeon .newsBlock a {
    font-size: 15px;
    color: #062946;
    text-decoration: none;
}

.accordeon .newsBlock .date {
    font-size: 11px;
    color: #434343;
}

.accordeon .newsBlock ul {
    list-style-type: none;
}

.accordeon .newsBlock li {
    border-bottom: 1px solid #C2C2C2;
    padding: 8px 0;
}

.accordeon .newsBlock li:first-child {
    padding-top: 0;
}

.accordeon .newsBlock li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/**
 * =======================
 * Accordeon
 * =======================
*/
.accordeon {
    margin-bottom: 11px;
}

.accordeonBlockButton {
    border: 2px solid;
    height: 25px;
}

.closed .accordeonBlockButton {
    border-color: #A6B5C2;
    background: url(/images/openable-button-bg.png) left -25px repeat-x;
}

.open .accordeonBlockButton {
    border-color: #CC9A9A;
    background: url(/images/openable-button-bg.png) left 0 repeat-x;
}

.stripes {
    background: url(/images/button-stripes.png) left top repeat-x;
    height: 25px;
}

.caption {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px center;
    text-transform: uppercase;
    line-height: 25px;
    height: 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.closed .caption {
    background-image: url(/images/openable-button-closed.png);
}

.open .caption {
    background-image: url(/images/openable-button-open.png);
}

.accordeonBlockContent {
    background: #FFF;
    padding: 5px 14px;
    overflow: hidden;
}

.closed .accordeonBlockContent {
    display: none;
}

/**
* ===============================
* Tabs
* ===============================
*/
ul.smalltabs {
    list-style-type: none;
    margin: 0;
    height: 23px;
    overflow: hidden;
}

.smalltabs li {
    float: left;
    line-height: 23px;
    height: 23px;
    font-size: 11px;
    list-style-image: none;
    width: 211px;
    background: url(/images/openable-button-bg.png) left -87px repeat-x;
    border-right: 1px solid #2F7DB6;
    border-left: 1px solid #2F7DB6;
    text-align: center;
}

.smalltabs li a,
.smalltabs li a:active,
.smalltabs li a:visited,
.smalltabs li a:hover {
    color: #FFF;
    text-decoration: none;
}

.stripes .smalltabs li a {
    font-weight: bold;
    text-transform: uppercase;
}
.smalltabs li a.upcase {
    text-transform: uppercase;
}

.smalltabs li div.r {
    display: none;
}

.smalltabs li.current {
    background-position: left -63px;
    border-right-color: #6F0C1F;
    border-left-color: #6F0C1F;
}

/**
* ==========================
* Regular small tabs in content
* ==========================
*/
.innerPage .smalltabs li {
    border: 2px solid #CBD0D7;
    width: auto;
    background: url(/images/openable-button-bg.png) left -25px repeat-x;
    height: auto;
    line-height: 18px;
}

.innerPage .smalltabs li div {
    background: url(/images/button-stripes.png) left top;
    height: 18px;
    line-height: 18px;
    padding: 0 7px;
}

.innerPage .smalltabs li.current {
    border-color: #C29D9F;
    background-position: left top;
}

/**
 * ==========================
 * Table
 * ==========================
*/
.content table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 12px;
}

.index-transfers table {
   font-size:12px; 
	width:100%;
}

.content td, .index-transfers td,
.content th, .index-transfers th,
.right_transfers td, .right_transfers th {
    padding: 3px 2px;
}

.content  th, .index-transfers th, .right_transfers th {
    background: #D6D6D5 url(/images/table-head-bg.png) left bottom repeat-x;
    color: #00294A;
    text-transform: uppercase;
    border-right: 1px solid #D5D5D5;
}

.content th:last-child,
.content td:last-child,
.index-transfers td:last-child,
.right_transfers td:last-child {
    border-right: none;
}

.content tr:nth-child(odd),
.index-transfers tr:nth-child(odd),
.right_transfers tr:nth-child(odd),
.accordeonBlockContent tr:nth-child(odd) {
    background: #FFF url(/images/table-cell-bg.png) left bottom repeat-x;
}

.content tbody tr,
.index-transfers tr,
.right_transfers tr,
.accordeonBlockContent tr {
    border-bottom: 1px solid #9D9D9D;
}

.content td,
.index-transfers td,
.right_transfers td,
.accordeonBlockContent td {
    border-right: 1px solid #D5D5D5;
}

.content .red td {
    color: #7C0000;
    font-weight: bold;
}

.content .centered tbody td {
    text-align: center;
}


.content table.comments tr {
	border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #C60000;
	margin: 5px 0px 3px 0px;
}

.content table p {
	margin-bottom: 3px;
}

table.right_transfers {
	font-size: 10px;
	margin-left: -10px;
	width: 280px;	
}

table.right_transfers div.transferDate {
	color: #999;
	font-weight: normal;
}

p.transfersMore {
	text-align: right;
	margin-right: 10px;
	width: 268px;
	margin-top: 5px;
}

table.right_transfers tr {
	vertical-align: top;
}

/**
 * ==========================
 * Game information blocks (right column)
 * ==========================
*/
.logoHome {
    float: left;
}

.logoRoad {
    float: right;
}

.gameResults td,
.gameResults th {
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
}

.rightCol .gameResults th {
    height: 10px !important;
    background: none;
    color: #FFF;
    padding: 0!important;
}

.gameResults thead tr {
    background: url(/images/table-head-bg.png) left bottom repeat-x !important;
    border: 1px solid #C1CDD7;
}

.gameResults thead th {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.gameResults thead th:last-child {
    background: #690809 !important;
    border-right: 1px solid #C9ABB2;
    color: #FFF;
}

.gameResults th:last-child {
    border-bottom-color: #690809;
}

.gameResults th,
.gameResults tr {
    border: none;
}

.gameResults {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
}

.gameResults td {
    text-align: center;
}

.gameResults td:first-child {
    text-align: left;
}

.gameResults td:last-child {
    border-left: 1px solid #C9ABB2;
    border-right: 1px solid #C9ABB2;
    background: #690809;
    color: #FFF;
}

.gameResults tr:last-child td:last-child {
    border-bottom: 1px solid #C9ABB2;
}

.rightCol .gameResults td,
.rightCol .gameResults th {
    font-size: 10px!important;
}

p.gameInfo {
    text-align: center;
    font-size: 11px;
    margin: 5px 0;
}

p.gameInfo strong {
    color: #D20000;
}

/**
 * ==========================
 * Voting form
 * ==========================
*/
.vote legend {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    display: block;
    width: 100%;
}

.vote label {
    margin: 5px 0;
    display: block;
}

.vote label input {
    vertical-align: middle;
}

.vote button {
    background: none;
    cursor: pointer;
}

.vote p {
    text-align: center;
}

/**
* ==========================
* Small table (black heading, no borders
* ==========================
*/
.smallTable {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    margin: 5px 0;
}

.smallTable th {
    background:url("/images/table-head-bg.png") repeat-x scroll left bottom #D6D6D5;
    border-right:1px solid #D5D5D5;
    color:#00294A;
    text-transform:uppercase;
}

.smallTable td,
.smallTable th {
    border-right:1px solid #D5D5D5;
    padding:3px;
    text-align:center;
}

table.stats {
	font-size: 10px;
}

.smallTable .aleft,
.smallTable .LeftValue,
table.stats td.LeftValue,
table.stats th.LeftValue {
    text-align: left;
}

.smallTable td.ZeroValue, table.stats td.ZeroValue {
    color: #CCC;
}

.allLeft td,
.allLeft th {
    text-align: left;
}

/**
 * ==========================
 * Paging
 * ==========================
*/
.paging {
    margin: 10px 0 5px;
}

.paging span {
    margin-right: 1px;
    padding: 3px 5px;
    background: #DADADA;
    color: #000;
    font-weight: bold;
}

.paging span.here {
    color: #FFF;
    background: #9F0011;
}

/**
 * ==========================
 * ENews subscription block
 * ==========================
*/
.eNews {
    margin: 5px 0;
    border: 1px solid #B6B6B6;
    background: #FFF url(/images/enews203.png) 1px 2px no-repeat;
    min-height: 95px;
	text-align:right;
	padding-top:5px;
	width: 203px;
}

.eNews:first-child {
    margin-top: 0!important;
}

.eNews form {
    width: 195px;
    float: right;
    margin-right: 5px;
    margin-top: 22px;
    font-size: 9px;
}

.eNews input {
    width: 126px;
    border: 1px solid #DDD;
    background: #EBEBEC;
    font-size: inherit;
    height: 12px;

}

.eNews div {
    position: relative;
    margin: 2px 0;
}

.eNews label {
    position: absolute;
    top: 2px;
    left: 75px;
}

.eNews .submit {
    height: 12px;
    background: url(/images/enews-submit-bg.png) left top repeat-x;
    text-align: right;
    line-height: 12px;
	margin-top:10px

}

.eNews .submit img {
    margin-right: 3px;
    margin-top: 1px;
    cursor: pointer;
}

.eNews ul {
    clear: right;
    margin-left: 10px;
    font-size: 11px;
    color: #F00;
}

.eNews .ok {
    clear: right;
    color: #336600;
    font-size: 11px;
    margin: 3px;
}

/**
 * ==========================
 * Leaders table
 * ==========================
*/
.leaders {
    text-align: center;
}

/**
 * ==========================
 * Leaders table
 * ==========================
*/
.leaders {
    text-align: center;
}


/**
 * ==========================
 * Form related
 * ==========================
*/
#register {
    position: relative;
}

label {
    display: block;
    clear: left;
}

label.required {
    font-weight: bold;
}

label.error {
    color: #F00;
}

input, select {
    border: 1px solid #BFBDBD;
    height: 20px;
    width: 173px;
}

input[type="checkbox"] {
	height: auto;
	margin-right: 10px;
	width: auto;
	float: left;}

.field {
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.check {
    margin: 5px 5px 5px 0;
    display: inline-block;
}

.check input {
    width: auto;
    height: auto;
}

.check label {
    clear: none;
    display: inline;
}

.hdr {
    margin: 10px 0;
}

.captchaImg img {
    margin-left: 5px;
    margin-top: -2px;
}

.errorNote {
    /*background: #D9251D url(/images/error-bg2.png) left top no-repeat;*/
    color: #F00;
    margin-left: 180px;
    /*margin-right: 220px;*/
    padding: 3px 5px 3px 28px;
    /*position: relative;
    top: 3px;*/
}

.avatar {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 200px;
}

/**
 * ==========================
 * User's top menu
 * ==========================
*/
.rmenu {
    position: absolute;
    right: 0;
    top: 24px;
    list-style-type: none;
    margin-left: 0;
    opacity: 0.8;
    font-size: 11px!important;
}

.rmenu li {
    float: left;
    color: #FFF;
    padding: 5px;
}

.rmenu a,
.rmenu a:hover,
.rmenu a:visited,
.rmenu a:active {
    color: #FFF!important;
}

/**
 * Input[type=file] styling
*/
.styledFile {
    position: relative;
}

.customFile {
    margin-left: -135px;
    cursor: default;
    height: 21px;
    z-index: 2;
    opacity: 0;
}
.fakeButton {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 21px;
    background: url(/images/fileButton2.png) no-repeat left top;
    float: left;
    margin-left: 0;
    cursor: pointer;
}

.blocker {
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(/images/transparent.gif);
    margin-left: -150px;
}

.fileName {
    position: absolute;
    height: 15px;
    font-family: Verdana, serif;
    font-size: 8pt;
    color: #000;
    margin-top: 25px;
    text-align: left;
    width: 200px;
}

.fileName img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    margin-right: 3px;
}


/**
* =======================
* Rounded blocks
* =======================
*/
.darkGrayRounds {
    width: 933px;
    margin: 21px auto 29px;
}

.darkGrayRounds .top {
    height: 6px;
    /*background: url(/images/dark-gray-rounds-sprite.png) left 0 no-repeat;*/
    background: #CCC;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.darkGrayRounds .bottom {
    height: 6px;
    /*background: url(/images/dark-gray-rounds-sprite.png) left -6px no-repeat;*/
    background: #CCC;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.darkGrayRounds .body {
    background: #CCC;
    padding: 5px 8px;
}

.lightGrayRounds {
    width: 917px;
    margin: 21px auto 0;
}

.lightGrayRounds .top {
    height: 6px;
    background: url(/images/light-gray-rounds-sprite.png) left 0 no-repeat;
    background: #DEDEDE;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.lightGrayRounds .bottom {
    height: 6px;
    background: url(/images/light-gray-rounds-sprite.png) left -6px no-repeat;
    background: #DEDEDE;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.lightGrayRounds .body {
    background: #DEDEDE;
    padding: 1px 0;
}

.bottomBnrs {
    margin: 11px auto;
    width: 942px;
}

.bottomBnrs .first {
    margin-right: 5px;
}

/**
 * ==========================
 * Birthday block
 * ==========================
*/
.birthdate {
    color: #CC0000;
    margin-top: 5px;
    display: block;
}

.bdplayerblock {
    border-right:1px dotted #9A9A9A;
    float:left;
    margin-bottom:17px;
    min-height:190px;
    padding:0 0 0 3px;
    width:81px;
}

.bdplayer {
    min-height: 168px;
}

.bdblock {
    clear: both;
    margin: 0 auto;
}

.bdplayer .descr {
    color: #666;
    font-size: 9px;
}

/**
 * ==========================
 * Sitemap related
 * ==========================
*/
.sitemapItem {
    border-right:1px solid #AAAAAA;
    display:inline-block;
    margin:12px 10px;
    padding-left:14px;
    padding-right:10px;
    vertical-align:top;
    width:169px;
    padding-bottom:5px;
}

.sitemapItem a {
    font-size: 14px;
    font-weight: bold;
}

.sitemapItem li {
    list-style-type: none;
}

.sitemapItem li a {
    font-size: 9px;
    font-weight: normal;
}

/**
 * ==========================
 * Copyright
 * ==========================
*/
.copy {
    text-align: center;
    font-size: 10px;
}

.copy p {
    margin: 1px 0;
}

/**
 * ==========================
 * Index blogs block
 * ==========================
*/
.indexBlog .smalltabs {
    /*width: 88px !important;*/
}

.indexBlog .body {
    position: relative;
}

.indexBlog li {
    margin-bottom: 30px;
}

/**
 * ==========================
 * Bottom alignment
 * ==========================
*/
.alignbottom {
    position: absolute;
    bottom: 0;
}

.indexBlog .alignbottom,
.indexNews .alignbottom {
    width: 200px;
}

.indexNews .alignbottom {
    text-align: right;
    padding-bottom: 8px;
}

.index-transfers .alignbottom {
   float:right;
   margin-top:5px;
   position:inherit;
}

/**
 * ==========================
 * News navigations
 * ==========================
*/
.newsnav {
    background: #FFF;
    margin: 0 !important;
}

.newsnav * {
    background: none !important;
    border: none !important;
    text-align: center !important;
}

.newsnav td.lastChild {
	padding: 0 0 20px 0;
}

.newsnav tr.oddChild td.lastChild {
	padding: 0px;
}

/**
 * ==========================
 * Button related
 * ==========================
*/
button {
    cursor: pointer;
}

/**
* ==========================
* Flash player related
* ==========================
*/
.flvPlayerSmall {
    width: 206px;
    height: 122px;
}

.gamePagePlayer {
    width: 241px;
    height: 170px;
    margin-bottom: 10px;
}

/**
 * ==========================
 * Team information infoblock
 * ==========================
*/
.ct_links {
    overflow: hidden;
}

.ct_links ul {
    display: inline;
    margin: 0 !important;
}

.ct_links ul li {
    background: transparent url(/images/bullet-arrow.png) no-repeat scroll 0 2px;
    display: inline;
    padding-left: 15px;
    margin-right: 5px;
}

.ct_confer .ct_links li {
    display: block !important;
}

.ct_confer {
    float: left;
    margin-right: 5px;
    width: 49%;
}

.ct_confername {
    color: #00408E;
    font-size: 20px;
    padding-left: 10px;
}

.ct_divis {
    /*background-color:#DEDDE1;*/
    margin-bottom: 5px;
}

.ct_divisname {
    background: #DEDDE1;
    color: #CC0000;
    font-size: 18px;
    padding: 5px;
}

.ct_team {
    background-color: #FFFFFF;
    margin: 5px 0;
    padding: 5px;
    border-bottom: 5px solid #DEDDE1;
    min-height: 120px;
}

.ct_logo {
    float: left;
    height: 100px;
    width: 120px;
    margin-right: 5px;
}

.ct_name {
    font-size: 17px;
    font-weight: bold;
}

.ct_city {
    color: #999999;
    font-size: 12px;
}

/**
 * ==========================
 * Stats tables specific
 * ==========================
*/
.content .stats tr:nth-child(odd) {
    background: #FFF !important;
}

/**
 * ==========================
 * Loko-TV related
 * ==========================
*/
.video-page {
    background: #646464;
}

.content #video-left {
    float: left;
    width: 190px;
    padding: 5px; /*height: 300px;*/
    background: #646464 url(/images/menu-bg.png) left top;
}

.content #video-right {
    float: right;
    width: 290px;
    padding: 5px;
    background: #646464 url(/images/menu-bg.png) left top; /*height: 300px;*/
}

.content #video-center {
    margin: 0 305px 0 205px; /*width: 450px;*/
    text-align: center;
    background: #646464 url(/images/menu-bg.png) left top;
}

.content #video-center .player-block {
    width: 420px;
    padding: 5px; /*	margin: 0 auto; */
    text-align: left;
    color: #fff !important;
}

.content #video-center .player-block h2 {
    clear: none;
}

.content #video-left h2,
.content #video-right h2,
.content #video-center .player-block h2,
.content #video-center .player-block a,
.content #video-center .player-block p {
    color: #fff !important;
}

.content #video-center .player-block p {
    font-size: 0.78em;
    margin: 10px 0 0 0;
}

ul.vmenu {
    font-family: Verdana, Arial, serif;
    text-transform: uppercase;
    list-style: none none;
    margin: 0 !important;
    padding: 0 0 5px 0;
}

ul.vmenu li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

ul.vmenu li.active {
    background: #646464;
}

ul.vmenu li a,
ul.vmenu li a:hover,
ul.vmenu li a:visited,
ul.vmenu li a:active {
    color: #fff;
    text-decoration: none;
}

ul.vmenu#right li a {
    text-decoration: underline;
}

ul.vmenu li img {
    float: left;
    height: 30px;
    padding: 0 5px 0 0;
}

ul.vmenu#right li {
    color: #fff;
    font-size: 11px;
    line-height: normal !important;
    text-transform: none !important;
}

ul.vmenu li div.border {
    background: url(/images/menu-dots-v.png) top left no-repeat;
    padding: 5px;
}

ul.vmenu div.vlast {
    background: url(/images/menu-dots-v.png) bottom left no-repeat;
}

div#video_files {
    margin: 0 0 10px 0;
}

#video_wraper {
    width: 420px;
    height: 354px;
}

.gallery #video_wraper {
    width: auto;
    height: auto;
}

.galCtr {
    width: 340px;
    margin: 0 auto;
}

.galCtr img {
    margin-right: 4px;
}

#video_name,
#video_catalog_name2 {
    background-color: #012440;
    min-height: 31px;
    height: auto;
    line-height: 18px;
}

#video_name div,
#video_catalog_name2 div {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 13px;
}

/**
 * ==========================
 * Twitter feed related
 * ==========================
*/
#twitter_update_list li {
    list-style-type: none;
    margin: 5px 0;
}

/**
* ==========================
* Alerts
* ==========================
*/
.message {
    margin: 5px 0;
    padding: 5px;
    color: #FFF;
}

.error {
    background: #860000;
}

.error p a, .error p a:visited, .error p a:active, .error p a:hover {
    color: #FFF;
}

div.warning,
div.info,
div.success {
    background: #006600;
}

.message a {
    color: inherit !important;
}

/**
 * ==========================
 * Blog related
 * ==========================
*/
/**
Blogs
*/
.blog .mathcomment,
.seeMore,
.blog .operations {
    margin-top: 10px!important;
}

.blogHead {
    width: 450px;
}

.blog .operations img {
    margin: 0;
}

.blognews {
    padding: 10px;
    background: #EFEFEF;
}

.blog td {
    vertical-align: top;
}

.blog td,
.blog tr {
    background: transparent !important;
    border: none !important;
}

ul.news {
    margin: 5px 0 15px 0;
    list-style-type: none;
}

/**
 * ==========================
 * Guestbook related
 * ==========================
*/

.moderated {
	padding-left: 10px;
}

.moderated b {
	font-weight: normal;
	font-style: italic;
}

.rightGbBlock {
    float: left;
    width: 50%;
}

#gbCalendar {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px solid #ABABAB;
    padding: 3px;
    background: #FFF;
    -moz-box-shadow: 5px 5px 8px #ABABAB;
    -webkit-box-shadow: 5px 5px 8px #ABABAB;
    box-shadow: 5px 5px 8px #ABABAB;
}

.gbitem {
    border-bottom: 1px dotted #C00;
    background: url(/images/infoboxbg.png) left top repeat-y;
}

.toMe {
    background-color: #dfdfdf;
}

.gbitem img {
    margin: 0 !important;
}

.gbitem strong {
    font-weight: bold;
}

.gbitem p.toright {
    margin: 0 5px;
    font-size: 0.8em;
}

.gbitem p.toright img {
    padding: 5px 0 0 0;
    margin: 0;
}

.gbitem .body {
    clear: both;
    padding-left: 10px;
}

.gbnav {
    float: left;
    width: 45%;
    font-size: 11px;
}

.gbnav input {
    margin-right: 5px;
    vertical-align: sub;
    float: none;
    border: none;
}

.gbnav li {
    margin: 2px 0;
}

#postentry .buttons p,
#postform p.errmsg {
    padding-top: 6px;
    margin: 0;
    font-size: 10px;
}

.forum-item {
    border: none;
    background: url(/images/infoboxbg.png) left top repeat-y;
}

.gbitem .news,
.forum-item .news {
    border-bottom: 1px dotted #C00;
    background-color: #EFEFEF;
    padding: 5px;
}

.forum-item .news .field {
    margin: 0 5px 0 0;
}

div.cite,
p.cite {
    margin-left: 3px;
    padding-left: 3px;
    border-left: 1px dotted gray;
    font-style: italic;
    color: #999;
    font-size: 12px;
}

.infobox {
    float: left;
    width: 150px;
    padding: 5px;
    margin-right: 0;
}

.infobox h3,
.infobox img {
    margin: 2px 0;
}

.infobox p {
    margin: 2px 0;
    font-size: 10px;
}

.infobox p a {
    font-size: 11px;
}

.infobox p img {
    padding-right: 3px;
}

.content .infobox h3 img {
    margin: 0 2px 0 0;
    vertical-align: sub;
}

.item-text {
    overflow: hidden;
}

.forum-item .item-text {
    padding-top: 5px;
}

.item-text p {
    padding-left: 10px;
}

.gbitem .item-text p.news,
.forum-item div.news {
    text-align: right;
    font-size: 10px;
    margin: 0 !important;
}

.forum-item .news .field,
.forum-item .news .shadow {
    float: right;
}

a.rating, a.rating img {
    cursor: pointer;
    margin-right: 3px;
}

a.rating img {
    vertical-align: bottom;
}

.forum-item p.news a img {
    margin: 0 0 -3px 0;
}

small {
    font-size: 10px;
}

span.rating {
    color: #0079e0;
    font-weight: bold;
}

/**
 * ==========================
 * Small red buttons...
 * ==========================
*/
.navpanel {
    text-align: center;
}

.btn,
.buttons .field {
    background: url(/images/small-red-btn-l.png) left top repeat-x;
    padding-left: 5px;
    display: inline-block;
    display: -moz-inline-stack;
    height: 18px;
    overflow: hidden;
    margin: 1px 2px;
}

.btn .r,
.buttons .field .shadow {
    background: url(/images/small-red-btn-r.png) right top no-repeat;
    padding-right: 5px;
    display: inline-block;
    display: -moz-inline-stack;
    height: 18px;
    overflow: hidden;
}

.btn.blue {
    background: url(/images/buttons/bluebutton.png) left top repeat-x;
}

.btn.blue .r {
    background: url(/images/buttons/bluebutton.png) right top no-repeat;
}

.btn button,
.buttons .field .shadow button {
    background: none;
    display: inline;
    height: 18px;
    overflow: hidden;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/**
 * ==========================
 * Private messaging
 * ==========================
*/
/**
 * Private messaging
*/
.pmMessages {
    margin: 0 0 10px 0;
}

.checkAddress {
    padding-left: 20px;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    height: 16px;
}

.loading {
    background: url(/images/ajax-loader.gif) left center no-repeat;
    display: block;
}

.checkOk {
    background: url(/images/chk_on.png) left center no-repeat;
    display: block;
}

.checkBad {
    background: url(/images/chk_off.png) left center no-repeat;
    display: block;
}

#myAccountLink {
    display: none;
}

#myAccountLink img {
    vertical-align: middle;
}

#myAccountLink.haveMsg {
    display: inline;
}

tr.unread td {
    font-weight: bold;
}

.blItem {
    margin: 0;
}

.blItem a,
.blItem img,
.blasklistAdd,
.blacklistAdd img,
.messageItem td img,
.loadingIndicator img {
    vertical-align: middle;
}

.messageItem div {
    line-height: 14px;
}

.messageItem td div p {
    line-height: 14px;
    margin: 5px 0;
}

a.blacklisted,
a.blacklisted:hover,
a.blacklisted:visited,
a.blacklisted:active {
    color: #CCC;
}

/**
 * ==========================
 * addCal styles (complete own, no overrides)
 * ==========================
*/
.addcal,
.addcal table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.addcal th {
    font-size: 8px;
    padding: 1px;
    color: #878787;
}

.addcal .add {
    width: 34px;
    height: 22px;
    border: 1px solid #ABABAB!important;
    vertical-align: bottom;
    text-align: right;
    color: #878787;
    font-size: 11px;
    padding: 1px;
}

.addcalnav tr {
    background: url(/images/table-cell-bg.png) left bottom repeat-x;
}

.addcalnav .add,
.addcalnav th {
    height: 13px;
    border: 0!important;
    color: #3D3C3C;
    font-size: 10px;
    font-weight: bold;
}

.addcal .gray {
    color: #EDEDED !important;
}

.lmonth {
    background: transparent url(/images/cal-bullet-back.png) center center no-repeat;
}

.lyear {
    background: transparent url(/images/cal-bullet-first.png) center center no-repeat;
}

.nmonth {
    background: transparent url(/images/cal-bullet-next.png) center center no-repeat;
}

.nyear {
    background: transparent url(/images/cal-bullet-last.png) center center no-repeat;
}

.calendarLegend {
    text-align: center;
    font-size: 10px;
    color: #000;
    margin: 5px 0;
}

.calendarLegend span {
    line-height: 14px;
    width: 23px;
    display: inline-block;
}

.calendarLegend .home,
.addcal .home {
    background: #AC0202;
    color: #FFF;
    cursor: pointer;
}

.calendarLegend .road,
.addcal .road {
    background: #000F7A;
    color: #FFF;
    cursor: pointer;
}

.calendarLegend .event,
.addcal .event {
    background: #137400;
    color: #FFF;
    cursor: pointer;
}

.content .addcal tr {
    background: #FFF!important;
}

.content .addcal tbody tr {
    border-bottom: none;
}

.content .addcal th {
    background: #FFF!important;
    border-right: none!important;
    text-transform: none!important;
}

.content .addcal table {
    margin-bottom: 0;
}

.content .addcalnav tr {
    background: url(/images/table-cell-bg.png) left bottom repeat-x !important;
}

/**
 * ==========================
 * Legend table
 * ==========================
*/
.legend td,
.legend th,
.legend tr {
    background: none!important;
    border: none!important;
    vertical-align: top!important;
    text-align: left!important;
}

/**
 * ==========================
 * Competition calendar
 * ==========================
*/
.calendarTable td,
.calendarTable th {
    vertical-align: middle;
    text-align: center;
}

.calMonthNav {
    font-size: 1.2em;
    font-weight: bold;
}

.calendarTable th {
    color:#00294A;
    font-size:1.2em;
    height:20px;
    padding:5px;
}

/**
Utility
*/
.mathcomment {
    font-size: 0.78em!important;
	padding-top: 20px;
}

.contentBody .comments {
	font-weight: normal!Important;
}

.image .descr {
    background: #DEDEDE;
    color: #000;
    margin: 0;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.image {
    margin: 5px;
}

.mathtags {
    font-size: 0.78em!important;
    color: #333;
    border: 1px solid #CECECE;
    margin: 5px 0!important;
    padding: 5px;
}

.hidden {
    display: none;
}

.toleft {
    float: left;
}

.toright {
    float: right;
}

.last {
    clear: both;
    height: 0;
    overflow: hidden;
}

.cleft {
    clear: left;
    height: 0;
    overflow: hidden;
}

.abs {
    position: absolute;
}

.rightBnr {
    margin: 11px 0;
}

.aleft {
    text-align: left;
}

.centered {
    text-align: center;
}

.noFloating {
    overflow: hidden;
    margin-left: 10px;
}

.imgMargin {
    margin: 0 10px 10px 0;
}

.AllCenter {
    text-align: center;
    vertical-align: middle;
}

.contentBody td p,
.contentBody th p {
    margin: 0!important;
}

.contentBody>p:first-child,
.contentBody .bottomTab>p:first-child {
    margin-top: 0;
}

.followus img {
    margin-right: 5px;
    vertical-align: middle;    
}

#head_logos {
    left:660px;
    position:absolute;
    top: 100px;
    width:275px;
}

#head_logos a {
    margin-bottom:4px;
}

#clubs .arrow,
#clubs .icon {
    text-align:center;
    vertical-align:middle;
    width:42px;
}

#clubs .icon {
    padding-right:3px;
    width:38px;
}

#clubs .arrow a,
#clubs .icon a {
    height:auto;
    width:auto;
}

#clubs .arrow a img,
#clubs .icon a img {
    position: static;
}

.avatarCtr {
    height:100px;
    position:relative;
    width:100px;
}

.pollOne input {
    width: auto;
    margin-right: 5px;
}

.pollOne {

}

.voteresult {
    background-color:#049ACD;
    margin-bottom:5px;
}

#voteQuestion {
    margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.pollBlock {
    font-size: 11px;
}

.article_item {
    border-bottom:2px solid #C2C2C2;
    margin-bottom:6px;
    padding-bottom:7px;
}

.articles .title {
    color: #072945;
    font-size: 12px;
}

.articles .title a {
    text-decoration: none;
}

.articles .title a:hover {
    text-decoration: underline;
}

.articles .date {
    color:#434343;
    font-size:10px;
    padding-top:1px;
}

.articles {
    padding-bottom: 6px;
}

.content .lightgray {
	padding: 0 0 10px 0;
}

.sitemap_container {
	padding-left: 56px;
}
#statsTooltip {
    background-color:#FFFFFF;
    border:2px solid #EFEFEF;
    display:none;
    font-size:10px !important;
    left:0px;
    padding:5px 2px 5px 5px;
    position:absolute;
    top:0;
    width:200px;
    z-index:10;
    text-align: center;
}

#statsTooltip ul {

}

#statsTooltip li {
    color:#000000;
    list-style:none outside none;
    line-height:18px;
}

#statsTooltip li a {
    text-decoration: underline;
}

#statsTooltip li a:hover {
    text-decoration: none;
}

.YMaps table {
  margin: 0!important;
 width: auto!important; 
}

.YMaps table td {
border:medium none !important;
margin:0 !important;
padding:0 !important;
}

table.YMaps-b-balloon-frame tr {
background:none repeat scroll 0 0 transparent !important;
border:medium none !important;
}

.indexNews h2.author a {
    float: none;
    font-size: 11px;
    font-weight: normal;
}
.cycleTabs div a {
    text-transform: uppercase;
}

.fullWidthList li {
    font-size:11px;
    font-weight:bold;
    list-style-type:none;
    margin-bottom:5px;
    margin-right:4px;
    width: 100%;
    float:none;
}

.fullWidthList li a {
    float:none; 
}

.index-transfers-ep {
   float:left;
   margin:5px 0 0 2px; 
}

/*************************
COMPETITIONS FROM IN STATS
*************************/

form#competitions {
	padding: 10px 5px 5px 5px;
	border: 1px dashed #000;
	margin-bottom: 20px;
}

form#competitions label input {
	height: 15px;
	width: 30px;
}

.contentBody table tr, .contentBody table td {
	vertical-align: top;
}



/************************
CAREER STATS FOR GAMERS
************************/

.content .bottomTab table p {
	font-size: 10px!important;
	margin: 0px!important;
}

/************************
WIDGETS
************************/

.widgets table tr, .widgets table td {
	vertical-align: middle;
}

.widgets table td {
	border-right: none;
}

.widgets tr:nth-child(2n+1) {
	background: none;
}

.widgets tbody tr {
	border-bottom: none;
}

.widgets table {
	margin-bottom: 0px;
}

.widgets table thead tr {
    background: url("/images/table-cell-bg.png") repeat-x scroll left bottom #FFFFFF!important;
	font-weight: bold;
}

.m-header-img-h1 {
  position: relative;
  top:-1px; 
}
.m-header-img-h2 {
   position: relative;
   top:-1px; 
}
.m-header-img-h2-social {
   position: relative;
   top:1px; 
}
.m-header-img {
   position: relative;
   top:3px; 
}
.selected-trnsf td{
    font-weight: bold;
}

/*** Траурная лента ***/

#ribbon {
    float: left;
    left: -170px;
    position: absolute;
    z-index: -1;
}
#ribbon img {
    width: 340px;
}
/*** Voice input ***/

#voice {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 25px;
    height: 25px;
    margin-left: 5px;
    outline: medium none;
    width: 25px;
}

.sponsors_mhl_title {font-size:10px; margin-bottom:2px;}

.pagedisplay{width:30px; text-align:center;}
.pagesize{width:40px;}
.filter{margin-bottom: 5px;}

.khlPanel{
	height: 40px;
	overflow: hidden;
}
#packaging{font-size: 11px; font-weight: 400;}

.WeAreInStats, .WeAreInStats *, .WeAreInStats a {
	font-weight: bold;
	color: #c00;
}

/**
 * ==========================
 * Shop related
 * ==========================
*/
.shop {
}

.shop .item {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}
.shop .section {
	width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #000;

}

.shop .section .image {
    height: 150px;
    overflow: hidden;
	padding: 0;
    margin: 0;
}
.shop .section .name {
	font-size: 14px;
	font-weight: bold;
}
.shop .item .image {
    height: 110px;
    overflow: hidden;
}

.shop .content .image {
    padding: 0 10px 10px 0;
}

.shop .item .price {
    color: #C00;
    font-size: 14px;
}

.shops {
    width: 150px !important;
    padding:0 !important;
}

.shop input {
    float: none;
}

.shop input.quant {
    width: 30px;
    margin-right: 2px;
    text-align: right;
}

.shop .menu {
    float: right;
    padding: 10px;
}

.shop .cart {
    background-color: #336699;
    float: right;
    padding: 10px;
    color: #ffffff;
}

.shop .cart div div {
    font-weight: bold;
}

.shop .sum {
    font-weight: bold;
}

.shop .total {
    margin-top: 20px;
    font-weight: bold;
    font-size: 140%;
}

.shop button {
    float: none;
}

.shop .item2 {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

#cartbox {
    width: 300px;
    background: #646464;
    color: #FFFFFF;
    padding: 15px;
    margin-left: 25%;
}

#cartbox a,
#cartbox a:hover,
#cartbox a:visited,
#cartbox a:active {
    color: inherit!important;
}

table.cartTable td,
table.cartTable th,
table.cartTable tr {
    background: none!important;
    border: none!important;
}

table.cartTable input[type=checkbox] {
    width: auto;
    height: auto;
    margin-left: 10px;
}


/*именные футболки*/

@font-face {
font-family: compact;
src: url(images/compact.ttf);
}
#fotoShirt {
	width: 300px;
	position: relative;
	overflow: hidden;
	float: left;
}
#fotoShirt img {
	width: 100%;
}
.fotoTextName{
	text-align: center;
	font-size: 40px;
	color: #f58220;
	width: 100%;
	position: absolute;
	top: 85px;
}
.fotoTextNumber {
	text-align: center;
	font-size: 90px;
	color: #f58220;
	width: 100%;
	position: absolute;
	top: 130px;
}
.right_panel {
	float: right;
	width: 300px;
}
.right_panel table.noStyleTable tbody tr{
	background: none;
	border: none;
}
.right_panel table.noStyleTable tbody tr td{
	background: none;
	border: none;
}
.right_panel .price{
	font-size: 15px;
	font-weight: bold;
}
.playerName {
	width: 100%;
	margin: 5px 0;
}
.playerName .itemB {
	float: left;
	position: relative;
	margin-left: 5px;
}
.playerName .itemB span {
	font-size: 14px;
	color: white;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 12px;
}
.myName {
	margin: 5px 0;
}

.showContainer{
	color: #fff;
	width: 200px;
	height: 120px;
	position: absolute;
	top: -120px;
	text-align: center;
	overflow: hidden;
	background-image: url('/images/bgNameNumber.png');
	background-repeat: no-repeat;
	left: -23px;
    z-index: 1000;
}
.showContainer .name{
	font-size: 30px;
	text-align: center;
}
.showContainer .number{
	font-size: 50px;
	text-align: center;
}
.gal_cont_in a{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}
.b-paging-top
{
	text-align: center;
	margin: 10px 15px;
}
a.b-paging-top__left {
display: block;
float: left;
}
a.b-paging-top__right {
display: block;
float: right;
}
.b-paging-top__center{
	font-weight: bolder;
}
.month{
	float: left;
	clear: none;
	margin-right: 5px;
}
