@charset "utf-8";
/* footer bar */
#taskbar {
    bottom: 0;
    left:  0;
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 25px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
    #taskbar .TaskbarContainer {
        width:  95%;
        height: 25px;
        margin:  0 auto;
        background: url(http://img.zing.vn/diendan/fimg/footnav/bgrepeat.gif) repeat-x;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }
/* end. footer bar */

/* tray */
.trayicon {
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 20px;
}

.trayiconguide {
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 101px;
}

#traykeyBoard {width: 250px; float:right; height: 25px; text-align:right; padding-top:5px; padding-right:5px; color:#000000;}
.space{
    float: left;
    height: 25px;
    width: 0px;
}
.space2{
    float: left;
    height: 25px;
    width: 100px;
}
/* end. tray */

/* popup */
.popupContent{
    position: fixed;
    z-index: 1000;
    height: 200px;
    width: 440px;
    font-size: 10px;
    font-family:verdana;
    display: none;
    background: #000000;
    bottom: 15px;
    color: #000;
	line-height:14px;
	padding:10px 10px 0px 20px;
	text-align:left;
}

.popupContent a{ font-size:10px;}

    .popup_gamename{
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #FF5400;
		margin-bottom:7px;
    }
    .popup_content {
       background:url(http://img.zing.vn/diendan/fimg/footnav/line.gif) no-repeat bottom left; 
	   width:290px; 
	   height:18px; 
	   font-size:10px;
	   padding-top:3px;
    }
	 .popup_gioithieu {
	   width:400px; 
	   height:18px; 
	   font-size:10px;
	   padding-top:3px;
    }

    .popup_content a:link,
    .popup_content a:visited{
        color: #000;
        text-decoration: none;
		font-weight: bold;
    }
    .popup_content a:hover {
        color: #0099FF;
        text-decoration: underline;
    }
	
    .popup_gioithieu a:link,
    .popup_gioithieu a:visited{
        color: #000;
        text-decoration: none;
		font-weight: bold;
    }
    .popup_gioithieu a:hover {
        color: #0099FF;
        text-decoration: underline;
    }
	
	.zimage{
		margin-right:5px;
	}
	
/* end.popup */

