/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    
}

html {
	width: 100%;
	height: 100%;
	_behavior: url("scripts/csshover.htc");
}

body {
    padding: 0;
    font-family: Arial, "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    font-size: 0.7em;
    background: #143558 url("../images/body_bg.jpg") 0 0 repeat-x;
    color: #000;
}

img {
    border: none;
    vertical-align: top;
}

a {
    color: #306194;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.2em;
    margin-bottom: 1em;
}



/*--USEFUL----------------------------------------------------------------*/

.noprint {
    display: none;
}

.clear {
    height: 0;
    clear: both;
    overflow: hidden;
}

.upper {
    text-transform: uppercase;
}

.first {
    background: none !important;
}

.newsButton {
    float: right;
    margin-bottom: 12px;
}

.completeResultsButton, .buttonCompleteTable {
    float: right;
}

.red {
    color: #000 !important;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

h1 {
    color: #000;
    font-size: 30px;
}

/*--LAYOUT----------------------------------------------------------------*/

#pageHolder {
    width: 1025px;
    background: url("../images/page_shadow.jpg") right 0 no-repeat;
}

#page {
    width: 961px;
    padding: 0px 12px 0 12px;
	position: relative !important;
	
	background: #fff url("../images/header_bg.png") no-repeat;
}
object {display:none;}

/*--HEADER----------------------------------------------------------------*/

#header {
    width: 985px;
    height: 100px;
    position: absolute;
    left: 0;	display:none;
    top: 0;
}

#logo {
    width: 414px;
    height: 84px;
    position: absolute;
    left: 23px;
    top: 8px;
}

#logo img {
    width: 414px;
    height: 84px;
}

#headerLinks {
    display: none;
}

#bannerHeader {
    display: none;
}

/*--MENU-------------------------------------------------------------------*/

#menu {
    display: none;
}

/*--LOGIN------------------------------------------------------------------*/

#loginForm {
    display: none;
}

.inputText {
    width: 97px;
    height: 15px;
    margin-right: 6px;
    padding: 2px 0 0 0;
    font-size: 10px;
    border: 1px #a2a2a2 solid;
    background: url("../images/input_bg.png") 0 0 no-repeat;
}

label {
    margin: 0 6px 0 6px;
    color: #8f8f8f;
}

.buttonSmall {
    display: none;
}

#loginLinks {
    display: none;
}

/*--LEFT-PANEL-----------------------------------------------------------*/

#leftPanel {
    /* width: 520px; */	width:100%;
    padding: 0 9px 30px 0;
    margin: 0;	
 
}

#mainPerex h1 {
    margin-bottom: 10px;
    color: #000;
    font-size: 2em;
    line-height: 1.1em;
}

#mainPerex .photo {
    width: 248px;
    height: 248px;
    border: 1px #000 solid;
    float: left;
}

#mainPerex .content {
    width: 252px;
    float: right;
}

#mainPerex .content h2.otherMessages {
    width: 236px;
    margin-bottom: 6px;
    padding: 4px 8px;
    background: #f1f1f1;
    color: #000;
    font-size: 1em;
}

#mainPerex .content .news p span {
    margin-right: 6px;
    padding-right: 7px;
    color: #000;
    background: url("../images/news_line.gif") right 50% no-repeat;
}

#mainPerex .content .news p {
    margin-bottom: 4px;
    padding-left: 8px;
}

#mainPerex .content .news .newsButton {
    margin-top: 6px;
}

h2.bordered {
    margin-bottom: 12px;
    padding: 6px 0px 5px 8px;
    border-bottom: 0px solid #F1F1F1;
    height: 1em;
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 18px;	width:100%;
    margin-top:20px;
}

h2.bordered .flag {	display:none;
    margin-right: 5px;
}

#themes {
    width: 520px;
    padding-bottom: 27px;
    background: url("../images/themes_bg.gif") 0 bottom repeat-x;
}

#themes .perex {
    width: 122px;
    float: left;
    margin-left: 10px;
}

#themes .first {
    margin: 0;
}

#themes .perex .photo {
    display: block;
    margin-bottom: 7px;
}

#themes .perex .photo img {
    border: 1px #000 solid;
}

#themes .perex h3 a {
    color: #000;
    margin-bottom: 10px;
    display: block;
}

#themes .perex .content {
    padding: 5px 8px 5px 0;
    border-right: 2px #f1f1f1 solid;
}

#doubleBlock {
    width: 520px;
    padding-top: 23px;
}

#perexes {
    width: 343px;
    margin-bottom: 24px;
    padding-right: 12px;
    float: left;
    border-right: 2px #f1f1f1 solid;
}

#perexes .perex {
    margin-top: 16px;
    padding: 20px 0 0 0;
    background: url("../images/right_panel_dots.gif") 0 top repeat-x;
}

#perexes .first {
    margin-top: 0;
    padding-top: 0;
    background: none;
}

#perexes .perex .photo {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
}

#perexes .perex .photo img {
    width: 80px;
    height: 80px;
    border: 1px #000 solid;
}

#perexes .perex .content {
    width: 245px;
    float: right;
}

#perexes .perex .content p.date {
    margin-bottom: 2px;
    font-size: 0.8em;
}

#perexes .perex .content h2 {
    margin-bottom: 5px;
    font-size: 1.2em;
}

#perexes .perex .content p {
    margin: 0;
}

#inquiry {
    display: none;
}

#inquiry .content{
    padding: 0 0 0 12px;
}

#inquiry .graph {
    text-align: right;
    background: url("../images/graph.gif") right 0 no-repeat;
    margin-bottom: 15px;
}

#inquiry h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
    color: #306194;
}

#inquiry a.question {
    margin: 5px 0 2px 0;
    font-weight: bold;
    font-size: 1em;
    color: #306194;
    display: block;
}

table.blogs {
    display: none;
}

/*--CENTER-PANEL-----------------------------------------------------------*/

#article {
    padding: 20px 0 20px 20px;
    background: url("../images/themes_bg.gif") 0 bottom repeat-x;
}

#article h1 {
    color: #000;
    margin-bottom: 18px;
}

#article .photo {
    width: 164px;
    margin: 0 15px 10px 0;
    float: left;
    display: block;  
}

#article .photo .zoom {
    float: right; 
}

#article .photo img {
    border: 2px #d0d6da solid;
}

#article p {
    margin-bottom: 24px;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #353535;
}

#article p.date {
    margin-bottom: 5px;
    font-size: 1.0em;
    color: #666666;
}

.print {
    display: none;
}

#comments {
    display: none;
}

.buttonMedium {
    display: none;
    
}

.buttonBig {
    display: none;
}

/*--TEAM-------------------------------------------------------------------*/

#team {

}

#teamHeader {
    width: 520px;
    height: 100px;
    position: relative;
}

#teamHeader .teamLogo {
    left: 12px;
    top: 0;
    width: 75px;
    height: 85px;
    position: absolute;
}

#teamHeader p.label {
    left: 100px;
    top: 20px;
    position: absolute;
}

#teamHeader h1 {
    color: #000;
    margin-bottom: 18px;
    left: 100px;
    top: 37px;
    position: absolute;
}

#teamTabs {
    display: none;
}

#team .teamTable {
    width: 520px;
    margin-bottom: 10px;
}

#team .print {
    display: none;
}

.teamTable tr.first td {
    background: none;;
}

.teamTable td {
    padding: 3px 5px;
    color: #2b2b2b;
    background: url("../images/right_panel_dots.gif") 0 top repeat-x;
}

.teamTable td.left {
    width: 171px;
    padding: 3px 10px 3px 30px;
    font-weight: bold;
}

.teamTable td.right a {
    color: #000;
}

.teamTable td.line {
    width: 1px;
    padding: 1px;
    overflow: hidden;
    background: url("../images/date_line.gif") 0 5px no-repeat !important;
}

.mainPhoto {
    text-align: center;
}

.strikersTable {
    width: 520px;
    margin: -11px 0 0 0;
    color: #2b2b2b;
}

.strikersTable th {
    padding: 3px 5px 3px 30px;
    font-weight: normal;
    text-align: left;
    background: #f1f1f1;
}

.strikersTable td {
    padding: 4px 5px 3px 30px;
    background: url("../images/right_panel_dots.gif") 0 top repeat-x;
}

.strikersTable td.name {
    width: 180px;
    font-weight: bold;
}

.shadow {
    width: 520px;
    height: 19px;
    background: url("../images/themes_bg.gif") 0 0 repeat-x;
}

#match {	width:100%;
    padding: 10px 0 0 0;
    
}

#matchHeader {
    width: 100%;
    height: 65px;
    position: relative;
}

#matchHeader h1 {
    margin-bottom: 5px;
    display: block;
}

#matchHeader h2 {
    _height: 14px;
    min-height: 14px;
}

#matchHeader h2 .stadion {
    float: right;
    font-weight: normal;
}

#matchHeader h1 .round {
    color: #000;
    font-size: 0.55em;
}

#matchHeader .print {
    display: none;
}

#scoreBoard {
    /* width: 520px; */
    width:100%;
    height: 160px;
    position: relative;
}

#scoreBoard #teamLogo1 {
    position: absolute;
    left: 200px;
    top: 20px;
}

#scoreBoard #teamLogo2 {
    position: absolute;
    right: 200px;
    top: 20px;
}

#scoreBoard #teamName1 {
    width: 50%;
    text-align: center;
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 115px;
}

#scoreBoard #teamName2 {
    width: 50%;
    text-align: center;
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 115px;
}

#scoreBoard #score {
    width: 125px;
    text-align: center;
    color: #000;
    font-size: 46px;
    position: absolute;
    left: 400px;
    top: 38px;
    font-weight: bold;
    line-height: 30px;
}

#scoreBoard #score small {
    color: #000;
    font-size: 14px;
}

table.stats {
    width: 100%;	margin: 0 10px;
    margin-bottom: 20px;
}

table.stats th {
    width: 50%;
    text-align: left;
    padding: 4px 8px 4px 28px;
    background: none;
    color: #074079;
    border-bottom: 1px solid gray;
   
}



table.stats th.ball {
    background: #f9f9f9 url("../images/ico_ball.gif") 10px 50% no-repeat;
}

table.stats th.yellowCard {
    background: #f9f9f9 url("../images/ico_yellowcard.gif") 10px 50% no-repeat;
}

table.stats th.redCard {
    background: #f9f9f9 url("../images/ico_redcard.gif") 10px 50% no-repeat;
}

table.stats th.arrows {
    background: #f9f9f9 url("../images/ico_arrows.gif") 10px 50% no-repeat;
}

table.stats th.green {
    background: #f9f9f9 url("../images/ico_green.gif") 10px 50% no-repeat;
}

table.stats .arrowUp {
    vertical-align: middle;
    margin: 0 4px 0 4px;
}

table.stats .arrowDown {
    vertical-align: middle;
    margin: 0 4px 0 21px;
}

table.stats td.dots {
    height: 1px;
    overflow: hidden;
    background: url("../images/right_panel_dots.gif") 0 top repeat-x;
    font-size: 1px;
    padding: 0;
    display:none;
}

table.stats td {
    width: 50%;
    text-align: left;
    padding: 4px 8px 4px 28px;
    color: #2b2b2b;
}

table.stats td.w100p {
    width: 100%;
}
table.stats th {padding-left:10px;}
.mBottom10 {
    margin-bottom: 5px !important;
}

.players {
    width: 48%;
    float: left;
    margin: 0 5px 0 10px;
}

.players table {
    width: 80%;
    margin-bottom: 15px;
    border-left: 1px #e1e1e1 solid;
    border-top: 1px #e1e1e1 solid;
}

.players table td {
    padding: 3px 4px;
    border-right: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    color: #2b2b2b;
}

.players table td img {
    margin-left: 3px;
    vertical-align: middle;
    text-align: center;
}

/*--CENTER-PANEL-----------------------------------------------------------*/

#centerPanel {
    display: none;
}

/*--RIGHT-PANEL------------------------------------------------------------*/

#rightPanel {
    display: none;
}

/*--PARTNERS---------------------------------------------------------------*/

#partners {
    display: none;
}


/*--BANNERS--------------------------------------------------------------*/

.banner_151x127 {
    display: none;
}

#banner520x60 {
    display: none;
}

/*--FOOTER---------------------------------------------------------------*/

#footer {
    clear: both;
    width: 100%;
    padding: 15px 0 20px 0;
    font-size: 0.9em;
    color: #000;
    border-top: 1px #000 solid;
}

#footer p {
    width: 600px;
    float: none;
    
}
table.player {border:0px solid red; width:80%;}
table.player td {background-color:white; border:none; width:auto; }
table.player td.minuty {width:10px; border:0px solid red; background:none; border-bottom:0px solid white;}
table.player tr {border:0px solid blue;}
table.player img {margin:10px;}

h1 {margin-bottom:40px;}
.players table {margin:20px 0 20px 35px; }

