﻿body 
{
    margin-top:0px;
}
.bodyBkg 
{
    background-image: url(../images/bkgVBarGray.gif);
    background-repeat: repeat-x;
    background-color: #676b6f;
}
.mainContainer 
{
    width: 955px;
}
.mainTable 
{
    width: 100%;
    border-collapse: collapse;
    border: none 0px black;
}
.topRow
{
    background-image: url(../images/hdrTop.jpg);
    width: 100%;
    height: 69px;
    background-repeat: no-repeat;
    background-color: #3c4145;
    padding-left: 10px;
}
.sideSpace
{
    background-image: url(../images/bkgVBarWhite.gif);
    background-repeat: repeat;
    width: 10px;
}
.menuRow
{
    background-image: url(../images/hdrMenu.jpg);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-color: White;
    background-position: center;
}
#menuContainer 
{
    float:left;
    font-weight:bold;
    font-size:13px;
    font-family:Tahoma;
    color:White;
    vertical-align:bottom;
}
#menuContainer a 
{
    text-decoration:none;
}
#menuContainer a:hover 
{
    text-decoration:underline;
}
#gameImagesTable td
{
    background-image: url(../flash/gameImages/mediaBackground.png);
    background-repeat: no-repeat;
    background-position: center;
    width:146px;
    height:127px;
    cursor:pointer;
    font-weight:bold;
    font-family:Tahoma;
    font-size:10px;
    color:Blue;
}
.mainRow
{
    background-image: url(../images/bkgBody.jpg);
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-color: White;
    background-position: center top;
}
.footerRow 
{
    background-image: url(../images/ftrBtm.gif);
    width: 100%;
    height: 114px;
    background-repeat: no-repeat;
    background-color: White;
    background-position: center bottom;
}
.btmRow
{
    background-image: url(../images/bodyBtm.gif);
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
}
.footNote 
{
    font-size: 11px;
    font-family: Arial;
    text-align: center;
}
.noBorder
{
    border: none;
}
.modalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modalPopup
{
    min-width:910px;
    min-height:650px;
    width:910px;
    height: 650px;
    padding: 0px;
    margin: 0px;
	background-color: #82ab08;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.mediaModalPopup
{
    min-width:600px;
    min-height:410px;
    width:600px;
    height: 410px;
    padding: 0px;
    margin: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#mediaPopupFooter 
{
    width:600px;
}
#mediaPopupTitle 
{
    width:530px;
    display:inline-block;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    color:Black;
    padding-bottom:5px;
    margin-bottom:5px;
    vertical-align:middle;
}
.qcaoModalPopup
{
    min-width:580px;
    min-height:300px;
    width:580px;
    height: 500px;
    padding: 0px;
    margin: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 3px inset red;
}
#qcaoContainer 
{
    width:100%;
    height:500px;
    overflow: scroll;
    text-align: center;
    vertical-align: middle;
}
#qcaoPopupFooter 
{
    width:580px;
    height:25px;
    text-align: right;
}
.hidden
{
    display:none;
}