 #_GF_sendChatBtn {background-color:#FFF; cursor:pointer; border:2px solid #DDDDDD;}
 
 ._GF_selectPlayerImage{
   border:2px solid #DDDDDD;
   background-color:transparent;
   cursor:pointer;
 }
 ._GF_selectPlayerImage:hover{
   border:2px solid black;
   background-color:#EEEEEE;
 }
 ._GF_playerPortrait {
   font-size:60%;
   cursor:pointer;
   margin:0px 5px 3px 5px;
   text-align:center;
   float:left;
 }

 ._GF_selectGameType{
   background:#377ad0;
   font-family:Arial;  
   font-size:9pt;
   cursor:pointer;
   padding:15px;
   font-weight:bold;   
   color:#FFF;

   background: -o-linear-gradient(top,#52a8e8,#377ad0);
   background: -moz-linear-gradient(top,#52a8e8,#377ad0);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#52a8e8),color-stop(1.00,#377ad0));
   filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ff52a8e8,EndColorStr=#ff377ad0,GradientType=0);
   -webkit-box-shadow:2px 2px 8px #999;
   -moz-box-shadow:2px 2px 8px #999;
   box-shadow:2px 2px 8px #999;
 
   border:2px solid #fff;
   border-radius:10px;
 }
 ._GF_selectGameType:hover{
   color:#EEE;
 }

#_GF_endGameBtn{
 position:absolute; 
 background:#FFF;
 font-family:Arial;  
 font-size:8px;
 opacity: 0.9;
 filter: alpha(opacity=90);
 border:2px solid #DDDDDD; 
 padding:1px 5px 1px 5px;
 z-index:10001; 
 top:0px; 
 right:20px;
 cursor:pointer;
 display:none;
}

#_GF_localPlayers2{
 position:absolute; 
 background:#FFF;
 font-family:Arial;  
 font-size:8px;
 opacity: 0.9;
 filter: alpha(opacity=90);
 border:2px solid #DDDDDD; 
 padding:1px 5px 1px 5px;
 z-index:10001; 
 top:0px; 
 left:0px;
 cursor:pointer;
}
#_GF_localPlayers3{
 position:absolute; 
 background:#FFF;
 font-family:Arial;  
 font-size:8px;
 opacity: 0.9;
 filter: alpha(opacity=90);
 border:2px solid #DDDDDD; 
 padding:1px 5px 1px 5px;
 z-index:10001; 
 top:0px; 
 left:50px;
 cursor:pointer;
}

._GF_LargeButton{
 background:#377ad0;
 font-family:Arial;  
 font-size:9pt;
 border:0px solid #DDDDDD; 
 cursor:pointer;
 padding:15px;
 font-weight:bold;   

 color:#FFF;
 background: -o-linear-gradient(top,#52a8e8,#377ad0);
 background: -moz-linear-gradient(top,#52a8e8,#377ad0);
 background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#52a8e8),color-stop(1.00,#377ad0));
 filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ff52a8e8,EndColorStr=#ff377ad0,GradientType=0);

 -webkit-box-shadow:0px 3px 8px #999;
 -moz-box-shadow:0px 3px 8px #999;
 box-shadow:0px 3px 8px #999;

 -webkit-border-radius:15px;
 -moz-border-radius:15px;
 border-radius:15px;
}

._GF_LargeButtonDisable{
 background:#DDD;
 background: -o-linear-gradient(top,#eee,#ccc);
 background: -moz-linear-gradient(top,#eee,#ccc);
 background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#eee),color-stop(1.00,#ccc));
 filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ffeeeeee,EndColorStr=#ffcccccc,GradientType=0);
}

._GF_LargeButton:hover{
 color:#EEE;
/*
 background: -o-linear-gradient(top,#fff,#ddd);
 background: -moz-linear-gradient(top,#fff,#ddd);
 background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00,#fff),color-stop(1.00,#ddd));
 filter: progid:DXImageTransform.Microsoft.gradient(Enabled='true',StartColorStr=#ffffffff,EndColorStr=#ffdddddd,GradientType=0);
*/
}

#_GF_selectPlayerScreen {font-family:Verdana; }

#_GF_startScreen { display:block; position:absolute;width:100%;height:100%; z-index:1000; top:0px; left:0px; font-family:Verdana; background:#FFF; text-align:center}

#_GF_logoImage { max-height:220px;max-width:100%; margin-top:20px;margin-bottom:20px; }

#_GF_lobbyScreen { display:none; position:absolute;width:100%;height:100%; z-index:1001; top:0px; left:0px; font-family:Verdana; background:#FFF}

#_GF_chooseList {display:none; font-family:Verdana; background:#FFF; 
}

#_GF_attackScreen{ display:none; position:absolute;width:100%;height:100%; z-index:1002; top:0px; left:0px; font-family:Verdana; background:#FFF}

#_GF_playerList    { width:100%; }
#_GF_opponentList  { width:100%; }

#_GF_chat  { overflow:auto; height:270px; border:2px solid #DDDDDD; padding:5px}
#_GF_chatmessage {width:100%;  border:2px solid #DDDDDD; }

#_GF_chatpanel{
 z-index:1003;
 display:none;
 position:fixed; bottom:0px; left:0px; 
 background-color:#DDDDDD; 
 width:100%;     
 font-family:Arial;  
 opacity: 0.9;
 filter: alpha(opacity=90);
 overflow:hidden;
}
#_GF_chatpanelCaption{
 cursor:pointer; margin:3px;
 background-color:#EEEEEE; 
 color:#555;
 clear:both;
 text-align:left;
}
#_GF_chatpanelCaptionText{
 cursor:pointer;
 background-color:#EEEEEE; 
 color:#555;
 text-align:left;
}
#_GF_chatpanelCaptionShow{
 float:right;
 cursor:pointer;
 background-color:#EEEEEE; 
 color:#555;
 text-align:left;
}
#_GF_chatpanelContent{
 display:block;
}
#_GF_chatpanelChat{
 height:65px;
 background-color:#F3F3F3; 
 overflow:auto;
 margin:3px;
 text-align:left;
}
#_GF_chatpanelMessage{
 width:100%;
}
