Body {
    font-family:tahoma;
    background-color:ffffb3 ;
    margin:0px;
}

a { color: inherit; } 

#Content {
	width:800px;
}

#TopPanel {
    height:100px;
    padding-left:20px;
    padding-top:20px;
}

#HeadingMain {
    font-size:40px;
    font-family:verdana;
    float:left;
    color: 00004d ;
}

#Profile {
    float:right;

    padding-right:20px;
}

#ProfileIcon {
    width:50px;
    height:50px;
}

#ProfileText {
    float:right;
    padding-top:8px;
    color:grey;
    font-size:12px;
}

#ProfileEmail {
}

#ProfileLogout {
    text-decoration:underline;
    padding-top:3px;
}

#Content {
    margin:auto;
    background-color:white;
    min-height:100%;
}

#CompPanel {
    width:82%;
    height:100px;
    padding-left:20px;
    padding-right:20px;
    margin-bottom: 30px;
}

#CompBox {
    width:80px;
    float:left;
    height:80px;
    padding-left:10px;
    padding-top:10px;
    border-radius:190%;
    background-color:e6e6ff  ;
   
}
.One {
    border:solid #b3b3ff    ;
    margin-right:10px;
}
.Two {
    border:solid #b3b3ff  ;
    margin-right:10px;

}
.Three {
    border:solid #b3b3ff  ;
    margin-right:10px;
}
.Four {
    border:solid #b3b3ff  ;
}
.Selected {
    background-color:red;
}

#CompBox:Hover {
    background-color:b3b3ff;
    cursor:pointer;
}

#CompIcon {
    width:40px;
    height:40px;
    margin:auto;
    position:relative;
    left:16px;
    margin-bottom:5px;
}

#CompText {
    float:top;
    font-size:8px;
    color: #00004d;
    width:74%;
    text-align:center;
    font-family:verdana;
    width:90%;
    position:relative;
}

#ManagePanel {
    height:2000px;
    position:relative;
}

#ManageDate {
    float:left;
    padding-top:5px;
    padding-left:20px;
}

#ManageTab {
    float:right;
    background-color:e6e6ff  ;
    width:120px;
    height:30px;
    padding-top:7px;
    margin-left:1px;
    text-align:center;
}
.Selected {
    background-color:#b3b3ff !important;
}

#ManageFixtures {
    position:relative;
    min-height:99%;
    top:30px;
    left:0px;
    margin-left:0px;

}

#ManageFixturesHeader {
    text-align:left;
    position:absolute;
    width:97.5%;
    background-color:b3b3ff;
    height:30px;
    padding-top:8px;
    padding-left:20px;
}

#ManageFixturesGames {
    width:100%;
    padding-left:15px;
    padding-top:10px;
    float:top;
    line-height:30px
}

#ManageFixturesGamesGame {
    margin-top:40px;
    width:100%;
    float:top;
    height:80px;
    width:360px;
}

#ManageFixturesGamesGameTeam {
    float:left;
    margin-bottom:20px;
    width:80px;
}

#TeamLogo {
    width:80px;
    height:80px;
    text-align:right;
    position:relative;
    padding:none;

}

#ManageFixturesGamesGameScore {
    font-size:28px;
    padding-left:10px;
    padding-right:10px;
}.Home {
    float:left;
}.Away {
    float:right;
}

#ManageFixturesGamesGameText {
    float:left;
    font-size:16px;
    width:200px;
    text-align:center;
}

#ManageFixturesGamesGamePick {
    width:300px;
    top:20px
}

#PickBox {
    float:left;
    height:35px;
    width:40px;
    text-align:center;
    border-color:e6e600  ;
    position:relative;
    top:-70px;
    left: 13px;

}
.PickOne {
    border:solid;
    margin-left:85px;

}
.PickTwo {
    border:solid;
    border-left:none;  
}
.PickThree {
    border:solid;
    border-left:none;      
}
.PickFour {
    border:solid;
    margin-right:10px;

    border-left:none;  
}

#PickMargin {
    padding-top:none;
    line-height:23px;
    color: 808080 ;
    font-size:10px;
}

#PickMarginSub {
    font-size:8px;
    line-height:0px;
    color: 808080 ;
}

#PickBox:Hover {
    background-color:e6e600;
    cursor:pointer;
}