/*============================================================================*/
/*General Formats for the "juegos.tv/online" Project*/


a.lnkAllGames
{
  font-size:11px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

a.lnkAllGames:hover
{
  text-decoration:underline;
}

a.lnkAllGamesOff
{
  font-size:11px;
  font-weight:bold;
  color:#009696;
  text-decoration:none;
}

a.lnkAllGamesOff:hover
{
  text-decoration:underline;
}

a.lnkPlayGame
{
  font-size:12px;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

a.lnkPlayGame:hover
{
  text-decoration:underline;
}

a.lnkPlayGameOff
{
  font-size:12px;
  font-weight:bold;
  color:red;
  text-decoration:none;
}

a.lnkPlayGameOff:hover
{
  text-decoration:underline;
}



/*============================================================================*/
/*Green Panel Formats*/


#greenpanel
{
  background-color:#009696;
  color:white;
}

#greenpanel h1
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}

#greenpanel h2
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}

#greenpanel h3
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  /*font-weight:bold;*/
  color:#FFFFFF;
}


#greenpanel h2.pngrn_sectitle
{
  font-size:22px;
}


#greenpanel h3
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}

#greenpanel a
{
  color:white;
  text-decoration:underline;
}

#greenpanel a:hover
{
  color:black;
}

#greenpanel a.lnkgy_button
{
  color:#444444;
  text-decoration:none;
}

#greenpanel a.lnkgy_button
{
  color:#444444;
}

#greenpanel .pngrn_cnr_tpleft
{
  background:url(../img/corner_celeste_TopLeft.gif) top left no-repeat;
  width:3px;
  height:2px;
  font-size:2px;
}

#greenpanel .pngrn_top
{
  background:url(../img/borde_celeste_Top.gif) top left repeat-x;
  height:2px;
  font-size:2px;
}

#greenpanel .pngrn_cnr_tpright
{
  background:url(../img/corner_celeste_TopRight.gif) top right no-repeat;
  width:7px;
  height:2px;
  font-size:2px;
}

#greenpanel .pngrn_bdr_left
{
  background:url(../img/borde_celeste_Left.gif) top left repeat-y;
  width:2px;
  font-size:2px;
}

#greenpanel .pngrn_content
{
}

#greenpanel .pngrn_bdr_right
{
  background:url(../img/borde_celeste_Right.gif) top right repeat-y;
  width:7px;
  font-size:2px;
}



/*============================================================================*/
/*Formats for the Side Column for the "juegos.tv/online" Project*/


#loginpanel
{
  color:white;
}

#loginpanel h3
{
  margin:0px;
  padding:0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  font-weight:bold;
  color:white;
}

#loginpanel a
{
  color:white;
  text-decoration:underline;
}

#loginpanel a:hover
{
  color:black;
}

#loginpanel a.lnkgy_button
{
  color:#444444;
  text-decoration:none;
}

#loginpanel a.lnkgy_button:hover
{
  color:#444444;
}

#popupinfopanel a
{
  color:#444444;
}



/*============================================================================*/
/*Formats for the Game List for the "juegos.tv/online" Project*/


#gamelist a
{
  font-weight:bold;
  color:white;
}

#gamelist a:hover
{
  color:#009696;
}

#gamelist a.lnkgy_button
{
  color:#444444;
  text-decoration:none;
}

#gamelist a.lnkgy_button:hover
{
  color:#009696;
}


