/*============================================================================*/
/*Formats for the Side Column of the Game Page*/


#gamesidecolumn h2
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  color:white;
}

#gamesidecolumn .OpcZonaJuegos
{
  border-bottom:1px solid #333333;
  padding:6px 0px;
}



/*============================================================================*/
/*Formats for the Body Section of the Game Page*/


#gamebody h1
{
  margin:0px;
  padding:0px;
  font-size:15px;
  font-weight:bold;
  color:white;
}

#gamebody .gbystatistics
{
  color:#aeaeae;
}

#gamebody .gbysttnumbers
{
  font-weight:bold;
  color:white;
}

#gamebody .gbysttnumbers.sttpoints
{
  font-size:20px;
}

#gamebody .gbydescbox
{
  background-color:#333333;
  border:1px solid black;
}


/*============================================================================*/
/*General Formats for the Game Page*/


.gmusrmessage
{
  font-size:12px;
  color:white;
}

.dvPopup { background: #000; position:absolute; top:50%; left:50%; }


#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 100px;
  top:90%;
	left:40%;
	background-color: #000;
	border: 0px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

.textarea2 { float: left; margin: 10px; width: 375px; height: 50px; }


