@CHARSET "UTF-8";

@IMPORT url("scorecenter.css");
/* PAGE LAYOUT BEGIN */
#games, #scoreboard, #s24footer {
    width: 725px;
}

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

#lineupHome  {
margin-right: 7px;
}

#lineupAway  {
margin-left: 7px;
}

#modules {
    width: 330px;
    margin-bottom: 10px;
}


/* Front begin */
#frontGamesContainer .leagueFront{
  width: 340px;
}
#frontGamesContainer .tableFrame{
    width: 340px;
    height: 110px;
}
/* Front end*/
/*external */
#externalContainer td{text-align: left;}
#externalContainer .externalFrame{
    width: 320px;
    height: 160px;
}
/*external*/

/* bg pics*/
.fieldP {
    margin: 0 0;
    position:relative;
    top:0px;
    height: 140px;
    width: 725px;
    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: 725px;
    background-image: url(../images/cust/ec_800x130f.gif );
    background-repeat: no-repeat;
    background-position: top left
}

.fieldEC .currentGamesP{
left: 330px;
}

/* div positioning */
.leagueStatsP {
    margin: 1em auto;
    position: absolute;
    top: 50px;
    left: 30px;
    width: 30px;
}

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

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

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

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

.helpP {
    width: 30px;
}

body{
    min-width:1100px;
    width:1100px;
}

#pageContainer {
    width:755px;
}

#page {
    width:755px;
}

#container {
    width:755px;
}

#content {
    width:610px;
    float:left;
}

#main{
    width:468px;
    margin-left:0;
}

#rightcol {
    float:right;
    margin-left:0;
    margin-top:0;
}
#calendar {
    min-width:1100px;
    width:1100px;
}

#calendar #pageContainer {
    width:755px;
}

#calendar #page {
    width:755px;
}

#calendar #container {
    width:755px;
}

#calendar #content {
    width:610px;
    float:left;
}

#calendar #main{
    width:468px;
    margin-left:0;
}

#calendar #rightcol {
    float:right;
    margin-left:0;
    margin-top:0;
}
