/*  pagina de stil joc 4 bile */

IMG {border: 0}
A:visited {color: blue}

.textnext {
 background-color: #E2DDE9;
 padding: 3px;
 position:relative;
 margin-top:7px;
 margin-left:100px;
 text-indent: 15px; font-family: Arial; font-size: 18px;color:#000;
 }
.thisclass{background-color:#532453;width:120px;cursor:hand}
.thisclass2{background-color:#532453;width:150px;cursor:hand}
.thisclass3{background-color:#532453;width:130px;cursor:hand}
.thisclass4{background-color:#532453;width:130px;height:300px;position:absolute;margin-top:120px;margin-left:10px;cursor:hand}
#ButtonRG{
	background-color:lightgreen;
	color:black;
	}
#ButtonGR{
	background-color:white;
	color:red;
	}
.clickable{
	cursor:hand;
	}
/* =============== */

.thisclass, .thisclass2 {
 color:#FFFFFF; font-family:Arial; font-weight:none; font-size:12px;
 }
.inform4 {              /* ==== new form ===== */
 width: 85%;
 height: 500px;
 margin-left: 70px;
 margin-top: 5px;
 position: relative;
 background-color: #5A5A72;
 } 	
.informleft4 {
 width: 65%;
 height: 100%;
 float: left;
 background-color: #5A5A72;
 padding-top: 5px; 
 }
.informright4 {        /* === coloana stanga cu informatii === */
 width: 35%;
 height: 100%;
 float: right;
 padding-top: 20px;
 } 
table.tabla {
 margin-top: 25px;
 }
.scoruri {
 padding-top:10px;
 padding-bottom: 20px;
 }
/* informatii coloana dreapta */
.bilecontainer {
 width: 200px;
 height: 270px;
 margin: 0;
padding-top: 10px; 
 }  
.bileinfo {
 background-color: #AB9CC3;
 height: 250px;
 width: 200px;
 }
.jucatori {
 margin-top: 8px;
 font-family: Verdana;
 font-size: 21px;
 font-weight: 200;
 color: #AB9CC3;
 }
.bileregulament {
 font-family: Verdana;
 font-size: 14px;
 color: #fff;
 font-weight: 200;
 line-height: 16px;
 }  
.redscore, .blackscore {       /* impuf form score */
 border-bottom: 5px;
 border-bottom-style: solid;
 padding: 4px;
 font-family: Verdana;
 font-size: 20px;
 font-weight: 800;
 text-align: center;
 } 
.blackscore {
 border-bottom-color: #000;
 }
.redscore {
  border-bottom-color: red;
	color: red;
	} 
.scor {
 font-family: Tahoma;
 font-size: 20px;
 color: #C2B8D3;
 padding: 15px;
 }  