@charset "utf-8";
/* CSS Document */

.text, .image, .block {display:table-cell;}
div, img { vertical-align:middle;}


.clearfix:after { /* FF, O, etc. */
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}

		.clearfix {
			display: inline-block; /* IE7xhtml*/
		}

		html[xmlns] .clearfix { /* O */
			display: block;
		}

		* html .clearfix {
			height: 1%; /* IE5-6 */
		}


    .lft {
		  display: inline;
		  float: left;
		}

		.rgt {
			display: inline;
			float: right;
		}

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

body {
	text-align: center;
	margin: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

.clickable {
	cursor: pointer;
}

#contentWraper {
	width:  1000px;
	margin: 0 auto;
	text-align: left;
}
	#header {
		height: 200px;
		background-image: url(img/headerbgen.jpg);
	}
		#languageContainer {
			width: 190px;
			height: 40px;
			position: relative;
			left: 690px;
			text-align: center;
			font-family: tahoma;
			font-size: 14px;
			padding-top: 10px;
			font-weight: bold;
			color: #9c9c9c;
		}
		
		#languageContainer span {

		}
		
		#languageContainer .selected {
			color: #e68a54;
		}

		#otherContainer {
			width: 40px;
			height: 100px;
			float: right;
			position: relative;
			right: 45px;
			top: -15px;
		}
			#otherContainer ul {
				list-style-type: none;
				list-style-image: none;
			}

  				#otherContainer ul li {
					margin-top:10px;
				}

	
	#contentContainer {
			width:  1000px; ! important
	}
		
		#leftContainer {
			width: 202px;
			float: left;
			margin-left: 22px;
		}
		/** html #leftContainer {
			margin-left: 11px;
		}*/
		#leftContainer .leftContentContainer {
        	background-color: #FFFFFF;
        	border-left: 1px solid #c9c3ad;
			border-right: 1px solid #c9c3ad;
			width: 204px;
        }
		#leftContainer .meniuBackgGound {
			background-image: url(img/meniubg.jpg);			
		}
      	#leftContainer #menuitem{
	        text-align: center;
	        padding:5px;
	        border-bottom: 1px dashed #7c7c7c;
	        width: 150px;
	        position:relative;
        }
        
        #leftContainer #menuitem .menuPointer {
          position: absolute;
          left: -32px;
        }
        
      	#leftContainer #menuitem a{
	        font-family: tahoma;
	        font-weight:bold;
	        font-size: 14px;
	        color: #7c7c7c;
        }
      	#leftContainer #menuitem a:hover{
	        font-family: tahoma;
	        font-weight:bold;
	        font-size: 14px;
	        /*color: #F67A16;*/
        }
        #leftContainer #menuitem a.selected {
        	color: #e68a54;
        }
		
		#rightContainer {
			width: 202px;
			float: right;
			padding-right: 20px;
			/*
			 * reik ff fixo 22px 
			 */
		}
			.rightContentContainer {
		        background-color: #FFFFFF;
		        border-left: 1px solid #c9c3ad;
				border-right: 1px solid #c9c3ad;
			  	width: 204px;
	      	}
		
		#centerContainer {
			width: 536px;
			margin: auto;
			padding-left: 8px;
			/*
			 * reik ff fixo 10px; 
			 */
		}
		
		  #centerContainer .mainContentContainer {
		        background-color: #FFFFFF;
		        border-left: 1px solid #c9c3ad;
			  	border-right: 1px solid #c9c3ad;
			 	width: 529px;
      	}
	
	#footer {
		height: 70px;
		background-image: url(img/footerbg.gif);
		width: 1000px;
	}
		#copyright {
			color: #FFFFFF;
			position: relative;
			top: 40px;
			left: 47px;
			font-family: tahoma;
			font-size: 11px;
		}
		
		
.lastResultsHead {
	color:white;
	font-family:"tahoma";
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	background-image: url(img/bluesmall2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
	text-transform:capitalize;
}		

.teamStandsHead {
	color:white;
	font-family:"tahoma";
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	background-image: url(img/bluesmall1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
	text-transform:capitalize;
}		

a.documents {
	color:black;
	font-family:"tahoma";
	font-size:12px;
	font-weight:bold;
}

#playerStats td{
  font-size:12px;
}

.comments {
	font-size:11px;
}

.newsDate {
	font-size:12px;
	color:#c9c3ad;
}

.bubbleBottom {
	background-image: url(img/shadow.jpg);
}

.newsImg {
	background-image: url(img/imgbg.jpg);
	background-repeat: no-repeat;
	width: 106px;
	height: 117px;
	margin-right: 5px;
	padding-top: 2px;
}

#poll { 
  margin: 5px;
  color: #7C7C7C;
  font-size: 12px;
}

  #poll p {
    text-align:left;
  }
  .pollQuestion {
    font-weight: bold;
    margin-top: 20px;
    color: #000000;
  }
  
  .pollRezOut { 
    /*display:none;*/
    visibility: hidden;
  }
  
  .pollRez { 
    font-weight: bold;
  }
  
  .pollSubmit {
    width: 62px;
    height: 27px;
    padding-top: 3px;
    background-color: #d07a3f;  
    float:left;
  }
    .pollSubmit input {
      height: 21px;
      width: 58px;
      border: 1px solid white;
      color: white;
      background-color: #d07a3f;
    }

  .pollShowRez {
    width: 77px;
    height: 27px; /*ff 24*/
    padding-top: 3px;
    /*margin-left: 12px;*/
    background-color: #666666;
    float:right;
  }
    .pollShowRez input {
      width: 73px;
      height: 21px;
      border: 1px solid white;
      color: white;
      background-color: #666666;
    } 
    
    
/*picsu centravimas*/
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/*picsu centravimas*/    
    