html{
    overflow:hidden;
    overflow-y:auto;
    
}

body{
    background-color:black;
    background-image:url(img/aguias_bg.jpg);
    margin:0px;
    font-family:arial;
    font-size:12px;
    text-align:center;
    }

td{
    font-family:arial;
    font-size:12px;
}

.mainWindow{
    position:relative;
    width:1000px;
    height:768px;
    margin:auto;
    text-align:left;
    }


/* -----   Header STARTS HERE  -----  */
.header{
    width:100%;
    height:100px;
    }
    .logo{
	position:absolute;
	z-index:1000;
        float:left;
        margin-top:5px;
        margin-left:2px;
        width:230px;
        }
    .menu_header{
        position:absolute;
        top:80px;
        text-align:right;
        width:100%;
        height:20px;
        color:#fdb812;
        }
	.menuHeaderLeft{ width:2px; height:15px;}
	.menuHeaderRight{ background-image:url(img/menu_bg_right.png) }
        .menu_headerLink{
	    padding:5px 10px 5px 10px;
	    height:15px;
	    background-image:url(img/menu_bg.png);
            color:#fdb812;
        }
        .menu_headerLink:hover{
	    background-image:url(img/menu_bg_hover.png);
            cursor:pointer;
        }


/* -----   Middle STARTS HERE  -----  */
.middle{
    width:100%;
    height:550px;
    background-color:#100011;
    background-image:url(img/bgImage_2.jpg);
    }
    
    #content{
        position:absolute;
        width:550px;
        height:550px;
        margin-left:450px;
        margin-top:0px;
        border-left:1px solid gray;
        background-color:white;
        z-index:10;
    }
        .contentTable{
            font-family:arial;
            height:550px;
            padding:6px;
            width:550px;
        }
            .contentTableTitle{
                height:25px;
                color:red;
                font-size:22px;
            }
            .contentTableSubtitle{
                height:30px;
                color:#458be3;
                font-size:18px;
            }

            .contentTableText{
                height:444px;
                width:530px;
                border:0px solid white;
                color:black;
                padding-right:3px;
                line-height:18px;
                font-size:12px;
                overflow-x:hidden;
                overflow-y:auto;
            }
            .contentTablePicture{
                float:right;
                border:1px solid gray;
                width:200px;
                margin:4px;
            }
            .contentTableFooterNote{
                height:20px;
                font-size:10px;
                color:gray;
		margin-top:5px;
                font-size:12px;
            }
    
    #flashNewsControl{
        position:absolute;
        width:99px;
        height:19px;
        padding:3px;
        margin-left:20px;
        margin-top:386px;
        background-image:url('img/news_bt_bg.png');
        }
        #plus{
            font-size:15px;
            margin-left:5px;
            font-weight:bold;
            color:red;
        }
        #flashNewsButton{
            font-size:15px;
            font-weight:bold;
            color:#458be3;
        }
    #flashNews{
        position:absolute;
        width:1000px;
        height:120px;
        margin-top:410px;
        border-top:1px solid gray;
        border-bottom:1px solid gray;
        background-image:url('img/transp_bg.png');
        }


    #highlightPlayer{
        position:absolute;
        width:230px;
        height:250px;
        margin-top:29px;
        margin-left:750px;
        background-image:url('img/bigBlueMask.png');
        }
        
    .highlightPlayerBox{
        position:absolute;
        width:222px;
        height:72px;
        padding:4px;
        line-height:18px;
        margin-top:280px;
        margin-left:750px;
        text-align:left;
        font-size:11px;
        background-image:url('img/blueMask.png');
    }
        .highlightPlayerLabel{
            color:#458be3;
            margin-left:5px;
        }
        .highlightPlayerField{
            color:white;
        }
    #nextGame{
        position:absolute;
        font-family:arial;
        font-size:11px;
        width:230px;
        height:80px;
        padding:3px;
        border:none;
        margin-top:280px;
        margin-left:20px;
        background-image:url('img/blueMask.png');
    }
    #nextGameControl{
        position:absolute;
        display:none;
        width:139px;
        height:19px;
        padding:3px;
        margin-top:280px;
        margin-left:20px;
        background-image:url('img/nextGame_bt_bg.png');
        }
        .yellow{
            color:#fdb812;
        }
        .blue{
            color:#458be3;
        }
        .white{
            color:white;
        }
        .red{
            color:red;
        }

    .newsHopageBox{
        margin-top:10px;
        margin-left:5px;
        height:100px;
        width:325px;
        float:left;
        }
        .newsHomepageTitle{
            font-weight:bold;
            color:red;
            font-family:arial;
            font-size:12px;
            width:180px;
            height:14px;
            overflow:hidden;
        }
        .newsHomepageText{
            margin-right:5px;
            color:white;
            text-align:justify;
            font-family:arial;
            font-size:11px;
            line-height:15px;
            height:75px;
            overflow:hidden;
        }
        .newsHomepagePicture{
            border:1px solid white;
        }
    
    
    
    
    
    .newsBox{
        margin-top:10px;
        width:100%;
        }
        .newsTitle{
            font-weight:bold;
            color:red;
            font-family:arial;
            font-size:12px;
        }
        .newsText{
            width:400px;
            margin-right:5px;
            color:black;
            text-align:justify;
            font-family:arial;
            font-size:11px;
            line-height:16px;
        }
        .newsTextDetail{
            margin-right:5px;
            color:black;
            text-align:justify;
            font-family:arial;
            font-size:11px;
            line-height:16px;
        }
        .newsPicture{
            border:1px solid gray;
            float:right;
            margin-left:5px;
        }
    
    
    .readMore{
        color:#458be3;
    }
    .readMore:hover{
        color:blue;
        cursor:pointer;
    }
    
    .back_link{
        color:#458be3;
    }
    .back_link:hover{
        color:blue;
        cursor:pointer;
    }

    
    
    
    
    
/* -----   FOOTER STARTS HERE  -----  */
.footer{
    width:100%;
    height:120px;
    }
    .menu_footer{
        width:1000px;
        height:18px;
        padding-top:5px;
        font-size:11px;
        font-family:arial;
        text-align:left;
        color:#fdb812;
        }
        .menu_footerLink{
            color:#fdb812;
        }
        .menu_footerLink:hover{
            color:red;
            cursor:pointer;
        }
    .banner_footer{
        width:1000px;
        }

.signatureDiv{
    width:1000px;
    height:20px;
    text-align:center;
    }

.signature{
    font-size:11px;
    color:gray;
    }
    
a{  outline:none; text-decoration:none; color:red;}
img{ border:none; }




.gallery img {
    width:85px;
    height:85px;
    border:1px solid #eee;
    margin:2px;
    padding:2px;
}









.sendToFriendInput{
    width:250px;
    border:1px solid gray;
    padding:2px;
}


.newesletterBox{
    width:250px;
    border:1px solid gray;
    padding:2px;
}

.emailmeInput{
    width:350px;
    border:1px solid gray;
    padding:2px;
}
.emailmeTextarea{
    width:350px;
    height:60px;
    padding:2px;
    border:1px solid gray;
}




.forumLine{
    margin:1px;
}
.forumLineUser{
    width:320px;
    overflow:hidden;
    color:#458be3;
    float:left;
}
.forumLineDate{
    color:#458be3;
    float:right;
}
.forumLineMessage{
    width:440px;
    margin-top:20px;
    margin-right:3px;
}
.forumMsg{
    width:300px;
    border:1px solid gray;
    padding:2px;
    float:left;
    margin-bottom:10px;
    
}
.forumName{
    width:100px;
    border:1px solid gray;
    padding:2px;
    float:left;
    margin-bottom:5px;
    margin-right:300px;
}
.forumLabel{
    width:70px;
    clear:left;
    float:left;
    text-align:left;
}
.forumSubmit{
    border:1px solid gray;
    padding:2px;
    width:50px;
}
.errorMessage{
    color:red;
}

.newsletter{
    width:350px;
    margin:40px auto;
}
.newsletter input[type=text]{ 
    width:250px;
    border:1px solid gray;
    padding:2px;
}
.newsletter label{ 
    width:100px;
    text-transform:capitalize;
}
.newsletter input[type=submit]{ 
    float:right;
    border:1px solid gray;
    padding:2px;
}


.jScrollPaneContainer { position:absolute;  width:550px; height:244px; overflow: hidden; z-index: 1; }
.jScrollPaneTrack { position: absolute; cursor: pointer; right: 0; top: 0; height: 442px; background: #fff; border: 1px solid #820000; }
.jScrollPaneDrag { position: absolute; overflow: hidden; background: url(setas.png) no-repeat 0 5%; cursor: pointer; }
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }
a.jScrollArrowUp { display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px; }
	a.jScrollArrowUp:hover { }
a.jScrollArrowDown { display: block; position: absolute; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px; }
	a.jScrollArrowDown:hover { }
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { }
