﻿#console{
    position:relative;
    margin:30px 0 0 55px;
}

/** Left Panel **/

#left{
    width:241px;
    top:20px;
    height:418px;
    position:relative;
    float:left;
    z-index:10;
}

#leftBackground{
    height:488px;
    width:241px;
    position:absolute;
    background:url(../images/menuBackground.png) no-repeat;
    float:left;
    z-index:-1;
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menuBackground.png', sizingMethod='image');
}

#logo{
    width:220px;
    height:100px;
    position:relative;
    left:-20px;
    top:-30px;
}

#ainit{
    width:241px;
    height:130px;
    top:-8px;
    left:10px;
    position:relative;
    -top:-50px;
}
/****************/

/** Grid **/
.grid{
    position:relative;
    z-index:1;
    font-family:Verdana;
    left:12px;
    width:241px;
    height:209px;
    -left:30px;
    -top:-50px;
}

.gridItem{
    position:relative;
    width:70px;
    height:50px;
    z-index:1;
    *margin-top:-2px;
    -margin:-12px -8px -12px -8px;
}

.gridRow{
    float:left;
    clear:right;
    position:relative;
    z-index:1;
    top:-5px;
    *top:0px;
}

.gridContent{
    position:absolute;
    width:234px;
    height:151px;
    left:-75px;
    padding-top:20px;
    z-index:250;
    background:url(../images/rollover.png);
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rollover.png', sizingMethod='scale');
    margin-top:-65px;
    *margin-top:0px;
}

.icon{
    z-index:1;
    position:relative;
    margin:0px;
    padding:0px;
}  

.title{
    padding:38px 30px 3px 30px;
    margin:0px;
    font-size:13px;
    color:#13171c;
    line-height:13px;
}

.description{
    padding:0px 30px 0px 30px;
    margin:0px;
    font-size:10px;
    color:#ffffff;
    line-height:11px;
}
        
.title-partner{
    position:relative;
    left:26px;
    *left:27px;
    padding-right:30px;
    margin:0px;
    font-size:10px;
    color:#13171c;
    line-height:11px;
    width:195px;
    *width:135px;
}

.description-partner{
    position:relative;
    padding-right:30px;
    left:26px;
    *left:27px;
    margin:0px;
    font-size:10px;
    color:#ffffff;
    line-height:11px;
    width:180px;
    *width:120px;
}

.partnerContent{
    position:relative;
    top:38px;
}

.partner{
    top:40px;
    *top:35px;
    left:24px;
    position:relative;
    margin:0px;
    font-size:9px;
    color:#ffffff;
    font-family:Verdana;
}

/**********/

/** Center Panel **/
#center{
    position:relative;
    float:left;
    z-index:1;
    padding:0;
    margin:0;
}

.smallCenter{
    width:692px;
    height:423px;
    position:absolute;
    background:url(../images/smallBackground.png) no-repeat;
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/smallBackground.png', sizingMethod='noscale');
}

.largeCenter{
    width:692px;
    height:502px;
    position:absolute;
    background:url(../images/largeBackground.png) no-repeat;
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/largeBackground.png', sizingMethod='noscale');
}

#gameBackground{
    z-index:0;
    left:20px;
    top:22px;
}

.smallGameBackground{
    width:656px;
    height:352px;
    position:absolute;
    background:url(../images/gameBackgroundSmall.png) no-repeat;
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gameBackgroundSmall.png', sizingMethod='scale');
}

.largeGameBackground{
    width:656px;
    height:456px;
    position:absolute;
    background:url(../images/gameBackgroundLarge.png) no-repeat;
    !background:url(images/spacer.gif);
    !filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gameBackgroundLarge.png', sizingMethod='scale');
}

#gameContent{
    z-index:0;
    left:44px;
    top:44px;
    position:relative;
}

.smallGameContent{
    width:600px;
    height:300px;
}

.largeGameContent{
    width:600px;
    height:400px;
}  

/*******************/

a img{border:none;}
 
img
{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
