.dayselection .ui-chkbox {
    display: block;
    width: 75px;
}

.dayselection .ui-chkbox-box {
    margin: 0 auto;
}

.dayselection .ui-g {
    text-align: center;
}

.dayselection.ui-selectmanycheckbox label {
    margin: 0 4px;
}

#leagueselectionform\:leagueSelection tr, #leagueselectionform\:leagueSelection td {
    border: none;
}

.ui-helper-clearfix:after {
    clear: left;
}

.fc {
    text-align: center;
}

.fc-clear {
    clear: initial;
}
.fc-event-time, .fc-event-title {
    padding: 0 1px;
    white-space: nowrap;
}

div.schedulefixture {
    white-space: normal;
    margin: auto;
}

.ui-widget .fc-event {
    background-color: white; 
    border: 3px solid black;
    color: black; 
}

.ui-widget .fc-event.pastIncomplete {
    border-color: orange;
}

.ui-widget .fc-event.pastComplete {
    border-color: green;
}

.ui-widget .fc-event.pastNotPlayed {
    border-color: red;
}

.memberOfTeam {
    color: red;
}

.bulletedlist dt {
    display: list-item;
    list-style-type: disc;
    font-size: smaller;
    margin-left: 10px;
}

.links {
    font-size: smaller; 
    margin-left: 10px; 
    padding-left: 0px;    
}
.links li {
    padding-top: 3px;
}

#top {
    position: relative;
    background-color: #036fab;
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

.fixtureDetails tr,.fixtureDetails td {
    border-width: 0px !important
}

.toptd {
    vertical-align: top;
}

#bottom {
    position: relative;
    background-color: #c2dfef;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 5px;
    width: 250px;
    display: inline-block;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 250px;
    display: inline-block;
}

.center_content {
    position: relative;
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 270px 0px 270px;
}

#scheduleForm\:leagueschedule {
    display: inline-block;
    width: 100%;
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
    color: #036fab;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

#top button {
    color: #036fab;
}

#fixturetable {
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    padding: 1em;
    border-spacing: 2px;
}

#fixturetable td {
    padding: 10px;
}

#leaguetable {
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    padding: 1em;
    border-spacing: 2px;
}
#leaguetable td {
    padding: 10px;
}

.loginPanel {
    background: transparent;
    border: transparent;
}

.loginPanel_content {
    color: black;
}

.title_content {
    font-size: xx-large;
    vertical-align: top;
}

.leaguetable table {
    margin: auto;
}

.fixturetable table {
    width: auto;
    margin: auto;
}

body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

.iframe-container { /*position: relative; 
                    height: 0;  
                    -webkit-overflow-scrolling: touch; 
                    overflow-x: hidden; 
                    overflow-y: auto; 
                    padding-bottom:69.53125%;; 
                     100*(h/w) h= 356 w= 512 for 4 columns and 2 rows and thumbsize 120x120 with margin 8 */ 
} 
.iframe-container iframe { 
    width:100%; 
    height:600px; 
    border:none; 
    /*position:absolute; 
    top:0; 
    left:0;*/
} 
