@font-face {font-family: "dsdigib";src: url("dsdigib.eot")}
@font-face {font-family: "dsdigib";src: url("DS-DIGIB.TTF") format('truetype')}

/* reset styles___ */
* {margin: 0;padding: 0;/*border: 0 none;*/outline: 0;font-size: 100%;font-weight: normal;vertical-align: baseline;/*background: transparent*/}
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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    outline:0;margin: 0;padding: 0;border: 0;border:0 none;font-size: 100%;font: inherit;vertical-align: top}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none}
table {border-collapse: collapse;border-spacing: 0}
a {text-decoration: none}
/* ___reset styles */

body {
    background-color: #F2F2F0;
    overflow-y: scroll;
    padding-bottom:30px;
}

h3 {
    color: #646478;
}


h1, h2, h3, h5, h6 {
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}

.body {
    font-family: "Tahoma", "Arial", sans-serif;
    font-weight:400;
    font-stretch:condensed;
    font-size: 14px;
    margin: 0;
}
body.font-medium {
    font-size: 12px;
}

/* header__ */
.header {background-color: #347BA5;height: 153px}
.header-container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.header-logo {
    background-image: url("../img/header-logo.png");
    background-size: 100% auto;
    display: inline;
    float: left;
    height: 115px;
    margin-left: 13px;
    margin-top: 19px;
    width: 115px;
}

.header-rows {height: 100%;width: 86%;float: left;display: inline;}
.header-row-top {height: 33%}
.header-row-middle {height: 33%}
.header-row-bottom {margin-top: 8px;height: 29%}
.header-time {float: left;height: 100%;width: 51%}
.header-time .time {
    color: #FFF8E3;
    float: left;
    font-family: "dsdigib";
    font-size: 26px;
    margin-left: 0;
    margin-top: 18px;
    text-align: right;
    width: 45%;
}
.header-time .time span{
    min-width: 27px;
    display:inline-block;
}
.header-time .select-gmt, .select-category, .select-section {
    background-color: #fcfcfc;
    border: 1px solid #CAC8C9;
    font-size: 11px;
    height: 23px;
    margin-left: 8px;
    margin-top: 19px;
    /*width: 95px;*/
}
.header-time .select-gmt {
    float: left;
    width: 110px;
}
.select-category, .select-section {
    float: right;
}
.header-time .select-gmt #gmt-select-menu, .select-category #category-select-menu, .select-section #section-select-menu {
    border-left: 1px solid #CAC8C9;
    border-right: 1px solid #CAC8C9;
    border-top: 1px solid #CAC8C9;
    left: -1px;
    margin-top: 23px;
    position: relative;
    /*width: 95px;*/
    /*display: none;*/
    visibility:hidden;
    overflow-x:hidden;
    overflow-y:scroll;
    margin-right:-2px;
}
.header-time .select-gmt #gmt-select-menu, .select-category #category-select-menu {
    height:250px;
}
.select-category {
    width:380px;
}
.select-section {
    width:125px;
}
.frozen {
    background-color: #EEEEEE;
}
.header-time .select-gmt #gmt-select-menu > li {
    background-color: #FCFCFC;
    border-bottom: 1px solid #CAC8C9;
    color: #BABABA;
    height: 18px;
    padding-top: 6px;
    text-align: center;
    cursor: pointer;
}
.select-category #category-select-menu > li {
    background-color: #FCFCFC;
    border-bottom: 1px solid #CAC8C9;
    color: #999;
    height: 18px;
    padding-top: 6px;
    padding-left: 25px;
    text-align: left;
    cursor: pointer;
    line-height: 11px;
}
.select-section #section-select-menu > li {
    background-color: #FCFCFC;
    border-bottom: 1px solid #CAC8C9;
    color: #999;
    height: 18px;
    padding-top: 6px;
    padding-left: 3px;
    text-align: left;
    cursor: pointer;
    line-height: 11px;
}
.header-time .select-gmt .gmt-selected, .select-category .category-selected, .select-section .section-selected {
    color: #999;
    float: left;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 4px;
    /*width: 76%;*/
}
.select-category .category-selected, .select-section .section-selected {
    margin-top: 2px;
}
.header-time .select-gmt .gmt-select-button, .select-category .category-select-button, .select-section .section-select-button {
    background: -webkit-gradient(linear, left bottom, left top, from(#D7E5EE), to(#E9F0F6)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #D7E5EE 0%, #E9F0F6 100%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #D7E5EE 0%, #E9F0F6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #D7E5EE 0%, #E9F0F6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F0F6', endColorstr='#D7E5EE');/*IE 8-9*/

    border-left: 1px solid #CAC8C9;
    float: right;
    height: 100%;
    width: 20px;
    cursor: pointer;
    margin-left:5px;
}

.header-time .select-gmt .gmt-select-button img, .select-category .category-select-button img, .select-section .section-select-button img {margin: 8px 7px}

.header-search {float: left;height: 100%;width: 49%}
.header-row-top-right {float: right;height: 100%;margin-right: -5px;width: 430px}
.header-search .search-input {
    background-color: #fcfcfc;
    border: 1px solid #CAC8C9;
    float: left;
    font-size: 12px;
    height: 23px;
    margin-left: 11px;
    margin-top: 19px;
    width: 197px;
}
.header-search .search-input .search-lens{
    background-image: url("../img/search-lens.png");
    float: left;
    height: 13px;
    margin-left: 7px;
    margin-top: 6px;
    width: 13px;
}
.header-search .search-input input.header-search-input {
    background-color: #fcfcfc;
    border: medium none;
    float: left;
    margin-left: 7px;
    margin-top: 4px;
    width: 120px;
    color:#BABABA;
}
.header-search .search-input .search-header-button .search-label {
    color: #387FAB;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    cursor:pointer;
}
.header-search .search-header-button {
    background: -webkit-gradient(linear, left bottom, left top, from(#D7E5EE), to(#E9F0F6)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #D7E5EE 10%, #E9F0F6 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #D7E5EE 10%, #E9F0F6 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #D7E5EE 10%, #E9F0F6 75%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F0F6', endColorstr='#D7E5EE');/*IE 8-9*/

    border-left: 1px solid #CAC8C9;
    float: right;
    height: 100%;
    width: 24.5%;
}
.header-rows .header-menu {
    background: -webkit-gradient(linear, left bottom, left top, from(#9B3202), to(#C04100)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #9B3202 10%, #C04100 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #9B3202 10%, #C04100 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #9B3202 10%, #C04100 75%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C04100', endColorstr='#9B3202');/*IE 8-9*/

    border-color: #D77A4E #BD5017 #983300;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    height: 34px;
    /*margin-left: 11px;
    margin-top: 8px;*/
    max-width: 808px;
    display: inline-block;
}
.header-row-bottom-right {
    color: #F1F2E0;
    float: right;
    font-size: 15px;
    height: 37px;
    margin-right: 0;
    margin-top: 7px;
    width: 263px;
}
.webmasters-link {float: left;height: 100%;width: 128px}
.streamers-link {float: left;height: 100%;width: 133px}
.header-row-bottom-right .webmasters-link .img-link{
    background-image: url("../img/for-webmasters-header.png");
    height: 18px;
    width: 17px;
    margin-left: 1px;
    margin-top: -1px;
}
.header-row-bottom-right .webmasters-link .text{margin-top: 1px;padding-left: 6px}
.header-row-bottom-right .streamers-link .img-link{
    background-image: url("../img/for-streamers-header.png");
    height: 19px;
    margin-left: 11px;
    margin-top: -1px;
    width: 25px;
}
.header-row-bottom-right .streamers-link .text{padding-left: 7px;margin-top: 2px}
.header-row-bottom-right .img-link {float: left;width: 17px}
.header-row-bottom-right .text {float: left;font-size: 14px}
.header-menu-item:first-of-type {margin-left: 13px}
.header-menu-item {color: #F1F2E0;float: left;margin-top: 2px;padding: 7px 3px 6px;}
.header-menu-item:last-of-type{margin-right: 10px}
.header-menu-item a {color: #F1F2E0;float:left;}
.header-menu-item:hover a {text-decoration: underline;}
.header-menu-border {
    border-right: 1px solid;
    float: right;
    height: 14px;
    margin-left: 6px;
    margin-top: 2px;
    width: 1px;
    display: inline-block;
}
.clear {clear:both;display:block;height:0px;font-size:0;overflow:hidden}
/* __header */

.container {max-width: 1200px;margin-left: auto;margin-right: auto;background-color: #F2F2F0}

.main {min-height: 650px}

.streams {
    background-image: url("../img/hunt-best-streams.gif");
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 950px;
}

.content {
    background-color: #F5F5F5;
    border: 1px solid #D2D2D0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 948px;
    padding-bottom:6px;
    overflow:hidden;
}

.main-area {
    float: left;
    display: inline;
    position: relative;
    min-height: 495px;
    margin: 10px 10px 9px;
    width: 72%;
    font-weight:400; 
    font-stretch:normal;
    color: #646464;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.1pt;
}

/*pozor problem s bilym pozadim ze se neroztahne dolu, vyreseno ve style/js.js */
.main-area-border{
    border:1px solid #CCCCCC;
    background-color: #FFFFFF;
    min-height:700px;
}

.main-area  a, .main-area  a:link, .main-area  a:visited, .search-results a:link, .search-results a:visited {
    color: #347CA5;
}
.main-area a:link, .main-area a:visited, .search-results a:link, .search-results a:visited {
    text-decoration: none;
}
.main-area a:focus, .search-results a:focus {
    outline: medium none;
}

.main-area a:hover, .search-results a:hover{
    text-decoration: underline;
}

.main-area td, .main-area th {
    padding: 1px;
}

.sidebar {float: left;display: inline;margin-top: 10px;width: 24.9%}

/* sidebar modules webmasters, streamers___ */
.for-webmasters {
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-top: 1px;
    height: 106px;
}

.for-webmasters-container {
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-top: 1px;
}

.for-streamers {
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    height: 106px;
    margin-top: 5px;
}
.webmasters-head, .streamers-head,  .searchresult-head{
    background: -webkit-gradient(linear, left bottom, left top, from(#9B3202), to(#c04100)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #9B3202 10%, #c04100 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #9B3202 10%, #c04100 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #9B3202 10%, #c04100 75%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c04100', endColorstr='#9B3202');/*IE 8-9*/

    border-top: 1px solid #d57a4d;
    border-radius: 6px 6px 0 0;
    height: 29px;
    width: calc(100% + 2px);
}

.searchresult-footer{
    background: -webkit-gradient(linear, left bottom, left top, from(#c04100), to(#9B3202)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #c04100 10%, #9B3202 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #c04100 10%, #9B3202 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #c04100 10%, #9B3202 75%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B3202', endColorstr='#c04100');/*IE 8-9*/
    border-top: 1px solid #d57a4d;
    border-radius: 0 0 6px 6px;
    height: 29px;
    width: calc(100% + 2px);
}

.for-webmasters-container .webmasters-head img {padding-left: 11px;padding-top: 6px}
.for-webmasters-container .webmasters-head span {color: #F5F5E9;margin-left: 8px;margin-top: 4px;position: absolute; font-size:14px}
.for-webmasters .webmasters-head img {padding-left: 11px;padding-top: 6px}
.for-webmasters .webmasters-head span {color: #F5F5E9;margin-left: 7px;margin-top: 7px;position: absolute}
.for-streamers .streamers-head img {padding-left: 10px;padding-top: 5px}
.for-streamers .streamers-head span {color: #F5F5E9;margin-left: 8px;margin-top: 7px;position: absolute}
.for-webmasters-container .text {color: #666666;font-size: 12.5px;padding-left: 11px;padding-top: 7px}
.for-webmasters .webmasters-body .text {color: #666666;font-size: 12.5px;padding-left: 11px;padding-top: 7px}
.for-streamers .streamers-body .text {color: #666666;font-size: 12.5px;margin-left: 11px;margin-top: 7px}
.yellow-button{
    /*background: -webkit-gradient(linear, left bottom, left top, from(#FFB901), to(#FFE21E));*/ /* for webkit browsers */
    /*background: -moz-linear-gradient(center top , #FFE21E 0%, #FFB901 100%);*/ /* for firefox 3.6+ */
    /*background: -o-linear-gradient(bottom, #FFB901 0%, #FFE21E 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(bottom, #FFB901 0%, #FFE21E 100%);*/ /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE21E', endColorstr='#FFB901');*//*IE 8-9*/
    background: -webkit-gradient(linear, left bottom, left top, from(#FFB901), to(#C04100));
    background: -moz-linear-gradient(center top , #FFB901 0%, #C04100 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #FFB901 0%, #C04100 100%);
    background: -ms-linear-gradient(bottom, #FFB901 0%, #C04100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE21E', endColorstr='#C04100');
    border: 1px solid #FFB901;  
    /*border: 1px solid #FFCB01;*/
    border-radius: 5px 5px 5px 5px;
    color: #FFFEFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12.4px;
    font-weight: 700;
    padding: 5px 10px 6px;
    text-decoration: none;
}
.yellow-button-input input{
    /*background: -webkit-gradient(linear, left bottom, left top, from(#FFB901), to(#FFE21E));*/ /* for webkit browsers */
    /*background: -moz-linear-gradient(center top , #FFE21E 0%, #FFB901 100%);*/ /* for firefox 3.6+ */
    /*background: -o-linear-gradient(bottom, #FFB901 0%, #FFE21E 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(bottom, #FFB901 0%, #FFE21E 100%);*/ /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE21E', endColorstr='#FFB901');*//*IE 8-9*/
    background: -webkit-gradient(linear, left bottom, left top, from(#FFB901), to(#C04100));
    background: -moz-linear-gradient(center top , #FFB901 0%, #C04100 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #FFB901 0%, #C04100 100%);
    background: -ms-linear-gradient(bottom, #FFB901 0%, #C04100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE21E', endColorstr='#C04100');
    border: 1px solid #FFB901;  
    /*border: 1px solid #FFCB01;*/
    border-radius: 5px 5px 5px 5px;
    color: #FFFEFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12.4px;
    font-weight: 700;
    padding: 5px 10px 6px;
    text-decoration: none;
}
.webmasters-body-container{
    background: -webkit-gradient(linear, left bottom, left top, from(#EEEEEE), to(#FFFFFF)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');/*IE 8-9*/
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 7px;
}

.webmasters-body , .streamers-body {height: 77px}
/* ___sidebar modules webmasters, streamers */

/* find facebook___ */
.find-facebook {
    /*
    border: 1px solid #AFAFAF;
    border-top: 1px solid #31589B;
    height: 263px;
    margin-right: 1px;
    */
    margin-top: 8px;
    background-color: #FFFFFF;
}
.find-facebook .find-facebook-header {background-color: #EEEFF4;border-bottom: 1px solid #DADEEA;height: 24px}
.find-facebook .find-facebook-header span.find-us {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 6px;
    position: absolute;
}
.find-facebook .find-facebook-like {border-bottom: 1px solid #DADDF0;height: 69px;margin-left: 5px;margin-right: 5px}
.find-facebook .find-facebook-like .facebook-like-mini-logo {
    float: left;
    height: 50px;
    margin-left: 5px;
    margin-top: 9px;
    width: 50px;
}
.find-facebook .find-facebook-like .facebook-like-button-area {
    float: left;
    height: 50px;
    margin-left: 5px;
    margin-top: 9px;
    width: 158px;
}
.find-facebook .find-facebook-like .facebook-like-button-area .facebook-like-label {color: #35569B;font-family: "helveticaneuemedium";height: 20px}
.find-facebook .find-facebook-like .facebook-like-button-area .facebook-like-button {height: 30px}
.find-facebook .find-facebook-like .facebook-like-button-area .facebook-like-button img {height: 24px;margin-left: -1px;margin-top: 3px;width: 53px}
.find-facebook .find-facebook-people {border-bottom: 1px solid #CCCCCC;height: 137px;margin-left: 5px;margin-right: 5px}
.find-facebook .find-facebook-people .facebook-peoples-count {font-size: 12px;margin-left: 5px;margin-top: 5px}
.find-facebook .find-facebook-people a {color: #35569B}
.find-facebook .find-facebook-people .facebook-avatars {margin-left: 5px;margin-top: 9px}
.find-facebook .find-facebook-people .facebook-avatars img {height: 50px;margin-right: -1px;margin-top: 3px;width: 50px}
.find-facebook .find-facebook-footer img {margin-left: 11px;margin-top: 5px}
.find-facebook .find-facebook-footer .text {
    color: #807F85;
    font-size: 10px;
    margin-left: 7px;
    margin-top: 6px;
    position: absolute;
}
/* ___find facebook */

.mask-webmasters, .mask-streamers{
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    margin-left: -1px;
    margin-top: -1px;
}
.mask-header-menu {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    margin-left: 11px;
    margin-top: 8px;
}
.mask-yellow-button {
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-right: 8px;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

.sectiontableheader {
    background-color: #347CA5;
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
}
.sectiontableheader a {
    color: #FFFFFF;
}
tr.sectiontableentry1, tr.sectiontableentry2 {
    line-height:18px;
    vertical-align:center;
    color:#C54200;
}
tr.sectiontableentry1 td {
    background: url("../templates/yoo_evolution/images/hdot2.html") repeat-x scroll center bottom #FFFFFF;
}
tr.sectiontableentry2 td {
    background: url("../templates/yoo_evolution/images/hdot2.html") repeat-x scroll center bottom #ECECEC;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
    background: url("../templates/yoo_evolution/images/hdot2.html") repeat-x scroll center bottom #FFFFCC;
}
fieldset, img {
    border: 0 none;
}

.contentheader{
    /*border-bottom: 1px solid rgb(204, 204, 204); 
    background-color: rgb(52, 123, 165); 
    color: rgb(255, 255, 255); 
    padding-left: 6px; 
    font-weight: bold; 
    font-size: 14px;
    letter-spacing: 0.8pt;*/
  
    background-image: url("../img/header-bg-repeat.png");
    border-radius: 3px 3px 3px 3px;
    height: 35px;
    margin-bottom: 10px;
}

.contentheader .headerbg{
    background: url("../img/header-bg.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    display: inline-block;
    width: 60px;
    padding-left: 1px;
}

.contentheader .headerbg .icon-livematches{
    background: url("../img/icon-livematches.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
} 

.contentheader .headerbg .icon-soccer{
    background: url("../img/icon-football.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
} 

.contentheader .headerbg .icon-basketball{
    background: url("../img/icon-basketball.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
} 

.contentheader .headerbg .icon-baseball{
    background: url("../img/icon-baseball.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
} 

.contentheader .headerbg .icon-handball{
    background: url("../img/icon-handball.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-hockey{
    background: url("../img/icon-hockey.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-moto_gp{
    background: url("../img/icon-motorsports.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-rugby{
    background: url("../img/icon-rugby.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-football{
    background: url("../img/icon-rugby.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-volleyball{
    background: url("../img/icon-volleyball.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-tennis{
    background: url("../img/icon-tennis.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-boxing{
    background: url("../img/icon-boxing.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headerbg .icon-others{
    background: url("../img/icon-othersports.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 35px;
}

.contentheader .headertext{
    color: #FFFFFF;
    font-size: 13pt;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.1pt;
}

.contentheader .headertextpadding{
    color: #FFFFFF;
    font-size: 13pt;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.2pt;
    padding-left:10px;
}

textarea, input[type="text"], input[type="password"], select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C8C8;
}

.streamform ul{
    list-style: disc;
    padding-left:15px;
    line-height: 16px;
}

.addstreamform{
    background-color:#EAEAEA;
}

.streamform .rules{
    font-weight: bold;
}


.lshcomponent img {
    vertical-align: text-top !important;
}

.lshcomponent td {
    vertical-align: middle !important;
}

/* tabs */
dl.lshtabs {
    float: left;
    margin: 10px 0 -1px 0;
    z-index: 50;
}

dl.lshtabs dt.lshsection {
    float: left;
    padding: 4px 6px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: 3px;
    background: #f0f0f0;
    color: #666;
}

dl.lshtabs dt.lshopen, dt.lshsection {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    z-index: 100;
    color: #000;
}

dd.lshdd {
    margin: 0px;
    padding: 10px;
}

div.lshcurrent {
    clear: both;
    padding: 10px 10px;
}

div.lshcurrent b{
    font-weight: bold;
}

div.lshcurrent dd.lshdd {
    padding: 0;
    margin: 0;
}

    /* pane-sliders */
.lshpane-sliders .lshtitle {
    margin: 0;
    padding: 0px;
    color: #666;
    cursor: pointer;
}

.lshpane-sliders .lshpanel {
    border: 1px solid #ccc;
    margin-bottom: 3px;
    border-radius: 4px;
}

.spevents .lshpanel {
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
}

.spevents .lshjpane-slider {
    background: #F6F6F6 none repeat scroll 0 0;
}

.spevents .lshpanel h3 {
    background: #F6F6F6 url(../components/com_lsh/images/video.html) no-repeat scroll right center;
    color: #666666;
    margin: 0px;
}

.lshpane-sliders .lshpanel h3 {
    color: #666;
    background: url(../components/com_lsh/images/video.html) right;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
    height: 20px;
    line-height: 20px;
}

.lshpane-sliders .lshcontent {
    background: #f6f6f6;
    width: auto;
    float: none;
}

.lshpane-sliders {
    border: 0 none;
}

.lshjpane-toggler-down {
    border-bottom: 1px solid #ccc;
}

.lshjpane-slider {
    background: #F6F6F6 none repeat scroll 0 0;
}

table.sectiontable {
    clear: both;
}

#url_format {
    width: 99%;
}

.lshpane-sliders .lshpanel h3 {
    line-height: 20px;
}

.lshdate {
    font-size: 10pt;
}

.lshcomment {
    font-size: 10pt;
}

.lshpublic {
    font-size: 10pt;
}

.lshevent {
    font-size: 9pt;
    color: #333333;
    font-weight:strong;
}

.lshstart_time {
    font-size: 9pt;
    color: #347CA5;
}

.lshsection {
    font-size: 10pt;
}

.lshcategory {
    font-size: 10pt;
}

.lshpane-sliders .lshpanel h3 {
    background: url(../components/com_lsh/images/video.html) no-repeat scroll right center #F6F6F6;
    color: #666666;
    height: 20px;
    line-height: 19px;
    font-weight:bold;
    border-radius: 4px;
}

.lshpane-sliders .lshtitle {
    color: #666666;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.lshjpane-toggler-down {
    border-bottom: 1px solid #CCCCCC;
}

.lshspansection {
    cursor: pointer;
}

.original_time {
    display: none;
}

.change_time {
    display: none;
}

.infoblock, .date{
    color:#C54200;
    font-weight: bold;
}

.infoblocklight{
    color:#C54200;
    font-weight: normal;
}

.bets {
    /*margin-left: 50%;*/
    position: relative;
    /*right: 206px;*/
    text-align: center;
    width: 412px;
    margin-top: 10px !important;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
    display: inline-block;
}

.bets img {
    vertical-align: middle !important;
}

.bets a {
    display: none;
}

.bets a:hover {
    text-decoration: none;
}

.bets img {
    padding-right: 3px;
    padding-top: 15px;
}

.bets table th {
    background-color: #a3d3f7;
    color: #111111;
    font-size: 11px;
    width: 100px;
}

.bets table td {
    background-color: #EEEEEE;
    color: #013DAA;
    font-size: 11px;
    height: 50px;
    font-weight: bold;
    vertical-align:middle;
}

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

.bets .betbanner {
    height: 78px;
}

h3.search-header{
    background-color: #ccc;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 5px;
}
div.resultbox-bl{
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    text-align: left;
    background-color: #ccc;
    border-radius: 0 0 4px 4px;
}
.resultbox-bg a h3 {
    color: #323232;
    font-size: 110%;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    /*letter-spacing: 0.5pt;*/
    padding-left:98px;
}
.resultbox-bg a {
    font-size: 90%;
    text-decoration: none;
}
.search-results ul li {
    list-style: none inside none;
    padding-bottom: 4px;
    padding-right: 15px;
}
.search-results ul li a{
    position:relative;
}
.search-results ul {
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    width: calc(100% - 13px);
    background: -webkit-gradient(linear, left bottom, left top, from(#EEEEEE), to(#FFFFFF)); /* for webkit browsers */
    background: -moz-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #EEEEEE 5%, #FFFFFF 75%); /* IE10+ */
    
}
div.resultbox button.search-close {
    background: url("../images/close_icon.html") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: none;
    height: 22px;
    width: 22px;
    cursor:pointer;
    margin-left: 380px;
    position: absolute;
    margin-top: 25px;
}
div.resultbox .date_start {
    font-weight: 700;
    top: 3px;
    position: absolute;
    width:98px;
}

div.resultbox .description {
    padding-left: 100px;
}
div.event-container{
    padding:5px;
}
.event-block{
    padding-top:5px;
}
div.resultbox{
    /*border: 1px solid #CCCCCC;*/
    display: none;
    width: 450px;
    position:absolute;
    /*background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;*/
    margin-top: 25px;
    /*border-radius: 0 0 4px 4px;*/
    margin-left:-253px;
    z-index: 1;
}

.search_pagination li {display:inline;margin-left: 4px;} 
.search_pagination li a{color:#fff} 
.search_pagination li.active a {text-decoration: underline;color:#fff}
.search_pagination {font-weight: normal;padding-left: 17px;font-size: 13px;}

.searchresult-head span{
    color: #F5F5E9;
    margin-left: 8px;
    margin-top: 6px;
    position: absolute;
    font-size: 14px;
}

.searchresult-head .closebutton{
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    width: 13px;
}

.content_cover{
    padding:5px;
}

.textcontent {
    padding: 10px;
}

/*browser update*/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.modal-backdrop.fade {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.fade.in {
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.fade {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.modal.fade.in {
    top: 50%;
}
.modal.fade {
    top: -25%;
}

.hide {
    display: none;
}
.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}

.modal-body h2 {
    font-size: 24px;
    line-height: 36px;
    font-family: Tahoma,sans-serif;
}

.ads{
  text-align:center;
}


/**************************
old streamhunter styles
**************************/


.textmain {
    float: left;
    width: 658px;
    min-height: 500px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
}


.textmain a {
    text-decoration: underline;
}

.textmain a:hover {
    text-decoration: underline;
}

table.links {
    margin-top: 5px;
    margin-left: 10px;
    border-spacing: 2px;
    border-collapse: separate;
}


table.links tbody tr td.accordion {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 658px;
    border: 1px solid #a9aaaa;
    border-radius: 4px;
    background: url(../img/video.png) no-repeat scroll right top #F6F6F6;
}

table.links tbody tr td.accordion a {
    text-decoration: none;
}

table.links tbody tr td.accordion a:hover {
    text-decoration: none;
}

table.links tbody tr td.accordion a:visited {
    text-decoration: none;
}

table.links tbody tr td.accordion span.icon {
    display: inline-block;
    padding-right: 20px;
    width: 25px;
    height: 20px;
    border: 0px;
}

.icon img {
    padding-left: 5px;
}

.module-desc {
    width: 100%;
    line-height: 110%;
    border-top: 1px solid #cccccc;
    vertical-align:middle;

}

table.modulelinks {
    width: 100%;
    border-collapse: collapse;
    vertical-align:middle;
}

table.modulelinks td:first-child {
    width:90px;    
}

table.modulelinks tr:nth-child(even) {
  background-color: #ECECEC;
  background: url("../img/hdot2.gif") repeat-x scroll center bottom #ECECEC;
}

table.modulelinks tr:nth-child(odd) {
  background-color: white;
  background: url("../img/hdot2.gif") repeat-x scroll center bottom #FFFFFF;
}

table.modulelinks tr:hover {
  background-color: white;
  background: url("../img/hdot2.gif") repeat-x scroll center bottom #FFFFCC;
}

.whitebg {
    background-color: white;
}

.greybg {
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 50%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
}

table.links tbody tr td.accordion div.module-desc a {
    text-decoration: underline;
}

h4 {
    display: inline;
}

h4 a {
    display: inline;
    font-weight: normal;
    color: #333333;
    font-size: 9px;
}

.links {
    width: 100%;
}

.dt {
    padding-right: 20px;
    font-size: 9pt;
    color: #347CA5;
    font-weight: bold;
}

#eventname a {
    font-size: 9pt;
    color: #333333;
    font-weight: bold;
}

.valing {
    vertical-align:middle;

}