@IMPORT url("scorecenter.css");
body {
    margin:0px 0px 0px 3px;
    padding:0px;
    background-image: url('../images/cust/expektBackground.gif');
    background-repeat: repeat-y;
    background-color: #a6a6a6;
}
div#lineupHome {
 	background-color:#FFFFFF;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
}
div#lineupAway {
 	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
    margin:0px;
}
div#games {
	display:none;
}
div#betslips {
margin-left:5px;
}
div#betslipContainer {
width:665px;
height:270px;
}
div#betslipContainer table{
	width:665px;
    height:270px;
}
#games, #scoreboard, #s24footer {
    width: 690px;
}

#lineupHome,#lineupAway {
    width: 180px;
}

#lineupHome  {
    margin-right: 7px;
    padding-left:5px;
}

#lineupAway  {
margin-left: 7px;
}

#modules {
    width: 295px;
    margin-bottom: 10px;
}
/* Front begin */
#frontGamesContainer .leagueFront{
  width: 332px;
}
#frontGamesContainer .tableFrame{
    width: 332px;
    height: 110px;
}

.currentGamesP {
    margin: 1em auto;
    position: absolute;
    top: 20px;
    left: 300px;
}
/* Front end*/

/* bg pics*/
.fieldP {
    margin: 0 0;
    position:relative;
    top:0px;
    height: 140px;
    width: 690px;
    background-image: url(../images/soccer_field_bg_800.jpg);
    background-repeat: no-repeat;
    background-position: top left
}
.fieldEC {
    margin: 0 0;
    position:relative;
    top:0px;
    height: 130px;
    width: 690px;
    background-image: url(../images/cust/ec_800x130f.gif );
    background-repeat: no-repeat;
    background-position: top left
}
/* div positioning */
.leagueStatsP {
    margin: 1em auto;
    position: absolute;
    top: 50px;
    left: 25px;
    width: 30px;
}

.homeInfoP {
    margin: 1em auto;
    position: absolute;
    top: 20px;
    left: 80px;
}

.currentScoreP {
    margin: 1em auto;
    position: absolute;
    top: 20px;
    left: 215px;
}

.awayInfoP {
    margin: 1em auto;
    position: absolute;
    top: 20px;
    left: 470px;
}

.helpP {
    margin: 1em auto;
    position: absolute;
    top: 50px;
    left: 630px;
}

.helpP {
    width: 30px;
}
div#betslips a {
    display:none;
}