body {
    border:0px;
    margin:0px 0px 0px 0px;
    font-family:Arial;
    font-size:11px;
    background-color:#1e2e47;
    background-image:url();
    background-repeat:repeat-y;
    background-position:center;
}

a:link { color: #FFFFFF; font-weight: bold } 
a:visited { color: #FFFFFF; font-weight: bold } 
a:hover { color: #aaaaaa; font-weight: bold } 
a:active { color: #aaaaaa; font-weight: bold } 

a.gameLink {color: #ee8216; font-weight: bold}
.contentLink {color: #ee8216; font-weight: bold}
a.advertiseLink {color: #000000; font-weight: bold}  
  
h1 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-top: 7px;
}

table.mainTable {
    /*border:thin solid red;*/
    width:962px;
    margin:auto;
}

.headerMenu {
    margin:0px 0px 0px 0px;
    height:63px;
    background-image:url('../images/headerbar.jpg');
    background-repeat:no-repeat;
}

.footerMenu {
    height:55px;
    background-image:url('../images/footerbar.jpg');
    background-repeat:no-repeat;
}

.advertising {
    height:106px;
    background-color:#d2bc82;
}

.advert {
    height:106px;
    width:948px;
    background-image:url('../images/advertisingbackground.jpg');
    background-repeat:no-repeat;
}

.loginSubmitLink {
   color: #ffffff;
   font-weight: bold;
   font-family:Arial;
   font-size:12px;
   width:38px;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
}

.content {
    background-color:#d2bc82;
} 

.headerFont {
    color: #FFFFFF;
}

.textfield {
background-color: #dfe1f8;
border-style: ridge;
color: black;
font-size: 10pt;
font-family: arial;
}

.newgames {
    background-image:url('../images/newgamesbackground.jpg');
    background-repeat:no-repeat;
    height:270px;
    width:380px;
}

.news {
    background-image:url('../images/newsbackground.jpg');
    background-repeat:no-repeat;
    height:190px;
    width:380px;
}

.games {
    background-image:url('../images/gamesbackground.jpg');
    background-repeat:no-repeat;
    height:390px;
    width:560px;
}

.partners {
    background-image:url('../images/partnersbackground.jpg');
    background-repeat:no-repeat;
    height:470px;
    width:940px;
}

.advertisetop {
    background-image:url('../images/advertisingtopbackground.jpg');
    background-repeat:no-repeat;
    height:80px;
    width:560px;
}

.gamesfooter {
    background-image:url('../images/gamesfooterbackground.jpg');
    background-repeat:no-repeat;
    height:300px;
    width:948px;
}

.othercontent {
    height:460px;
    width:380px;
    background-image:url('../images/othercontentbackground.jpg');
    background-repeat:no-repeat;
}

.profile {
    height:460px;
    width:380px;
    background-image:url('../images/profilebackground.jpg');
    background-repeat:no-repeat;
}

#ad{
    width:960px;
    height:501px;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
}

#game{
    width:960px;
    height:501px;
    display:none;
}

#linkToGame {
    color:#FFFFFF;
    display:none;
}



#customButton
{
    display: inline-block;
    white-space: nowrap;
    padding-top: 8px;
    width: 157px;
    height: 24px;
    background: url("../images/buttonnormal.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}

#customButton:hover
{ 
    background: url("../images/buttonrollover.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}

#customButton:active
{ 
    background: url("../images/buttonpress.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}


#customButton span
{                
    color: #000000;
    font-weight: bold;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    cursor: pointer;
}


#deleteButton
{
    display: inline-block;
    white-space: nowrap;
    padding-top: 8px;
    width: 30px;
    height: 24px;
    background: url("../images/deletebuttonnormal.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}

#deleteButton:hover
{ 
    background: url("../images/deletebuttonrollover.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}

#deleteButton:active
{ 
    background: url("../images/deletebuttonpress.png") no-repeat 0 0;
    text-decoration:none;
    cursor: pointer;
}


#deleteButton span
{                
    color: #000000;
    font-weight: bold;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    cursor: pointer;
}