/* Main CSS file, for Allstars Money League Series 2 Div3 */
/* RedsealSW version 3.95.8.F on 18/2/2016 at 18:43:22 */
/* Registered until 28/08/2016 */


HEADER {margin:20px 0px;}

/* Links outside contentcenter */
A:link { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
A:visited { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
A:active { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
A:hover { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}

/* Links inside contentcenter */
*#contentcenter A:link { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
*#contentcenter A:visited { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
*#contentcenter A:active { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}
*#contentcenter A:hover { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline;}

BODY
{
    FONT-SIZE:100%;
    MARGIN:0;
    BACKGROUND-COLOR: #efefef;
}

BODY.bodystyle
{
    TEXT-ALIGN: center;
}

*.content {
    MARGIN: 0;
}

*#contentcenter {
    TEXT-ALIGN: center;
}

/* Headers */
*.hc1, *.hc2, *.hc4, *.hc6
{
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle !important;
}
*.hc1, *.hc1 td  {FONT: bold 18pt /21.6pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent; MARGIN: 20px auto 4px auto;}
*.hc2, *.hc2 td  {FONT: bold 16pt /19.2pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent; MARGIN: 20px auto 4px auto;}
*.hc4, *.hc4 td  {FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent; MARGIN: 20px auto 4px auto;}
*.hc6, *.hc6 td  {FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent; MARGIN: 20px auto 4px auto;}

/* IDs used */
/* ulmmain, ulmresults, ulmleague, ulmfixtureteams, ulmfixturematches, ulmmatrix, ulmlistofmatches, ulmvenues, ulmoutstanding, ulmreferees */

/* Tables with header */
Table.table-league, Table.table-fixturematches, Table.table-venues, Table.table-outstanding, Table.table-referees
{
    BORDER-COLLAPSE: collapse;
    MARGIN: 20px auto 4px auto;
}

/* Tables without header */
Table.table-main, Table.table-results, Table.table-fixtureteams, Table.table-matrix, Table.table-listofmatches
{
    BORDER-COLLAPSE: collapse;
    MARGIN: 20px auto 4px auto;
}

/* Table captions */
Table.table-league caption, Table.table-venues caption, Table.table-outstanding caption, Table.table-referees caption
{
    TEXT-ALIGN: center;
    FONT: bold 16pt /19.2pt Arial, Helvetica, sans-serif;
    COLOR: #000000;
    BACKGROUND-COLOR: transparent;
    BORDER-RADIUS: 0.5em 0.5em 0.5em 0.5em;
}

/* Table headers */
/*     additionally, if a table does not have a header, but does have a caption, */
/*     then the caption must take on the style for the header. */
Table.table-main caption, Table.table-results caption, Table.table-league TH, Table.table-fixtureteams caption, Table.table-fixturematches TH, Table.table-matrix caption, Table.table-listofmatches caption, Table.table-venues TH, Table.table-outstanding TH, Table.table-referees TH
{
    FONT: bold 14pt /16.8pt Arial, Helvetica, sans-serif;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #000080;
    BORDER-RADIUS: 0.5em 0.5em 0em 0em;
    BORDER-COLLAPSE: collapse;
}

Table.table-main tr:last-child td:first-child, Table.table-results tr:last-child td:first-child, Table.table-league tr:last-child td:first-child, Table.table-fixtureteams tr:last-child td:first-child, Table.table-fixturematches tr:last-child td:first-child, Table.table-matrix tr:last-child td:first-child, Table.table-listofmatches tr:last-child td:first-child, Table.table-venues tr:last-child td:first-child, Table.table-outstanding tr:last-child td:first-child, Table.table-referees tr:last-child td:first-child
{
     border-bottom-left-radius: 0.5em;
}

Table.table-main tr:last-child td:last-child, Table.table-results tr:last-child td:last-child, Table.table-league tr:last-child td:last-child, Table.table-fixtureteams tr:last-child td:last-child, Table.table-fixturematches tr:last-child td:last-child, Table.table-matrix tr:last-child td:last-child, Table.table-listofmatches tr:last-child td:last-child, Table.table-venues tr:last-child td:last-child, Table.table-outstanding tr:last-child td:last-child, Table.table-referees tr:last-child td:last-child
{
     border-bottom-right-radius: 0.5em;
}

th.ms-score, th.pr-data, th.fix-data
{
    FONT: bold small /120% Arial, Helvetica, sans-serif !important;
}

/* Table data */
/* first overwrite style in html.css */
Table
{
border-spacing: 0px;
}

Table.table-main TD, Table.table-results TD, Table.table-league TD, Table.table-fixtureteams TD, Table.table-fixturematches TD, Table.table-matrix TD, Table.table-listofmatches TD, Table.table-venues TD, Table.table-outstanding TD, Table.table-referees TD
{
    BORDER-COLLAPSE: collapse;
    PADDING-LEFT:  4px;
    PADDING-RIGHT: 4px;
    VERTICAL-ALIGN:middle;
}

/* Table rows (tables with headers) */

Table.table-main TR:nth-child(odd), Table.table-results TR:nth-child(odd), Table.table-fixtureteams TR:nth-child(odd), Table.table-matrix TR:nth-child(odd), Table.table-listofmatches TR:nth-child(odd)
{
    BACKGROUND-COLOR: #BFBFBF;
}

Table.table-main TR:nth-child(even), Table.table-results TR:nth-child(even), Table.table-fixtureteams TR:nth-child(even), Table.table-matrix TR:nth-child(even), Table.table-listofmatches TR:nth-child(even)
{
    BACKGROUND-COLOR: #DFDFDF;
}

/* Table rows (tables without headers) */

Table.table-league TR:nth-child(2n+3), Table.table-fixturematches TR:nth-child(2n+3), Table.table-venues TR:nth-child(2n+3), Table.table-outstanding TR:nth-child(2n+3), Table.table-referees TR:nth-child(2n+3)
{
    BACKGROUND-COLOR: #DFDFDF;
}

Table.table-league TR:nth-child(2n+2), Table.table-fixturematches TR:nth-child(2n+2), Table.table-venues TR:nth-child(2n+2), Table.table-outstanding TR:nth-child(2n+2), Table.table-referees TR:nth-child(2n+2)
{
    BACKGROUND-COLOR: #BFBFBF;
}

Table.table-playerstats thead tr
{
BACKGROUND-COLOR: #efefef !important;
}

Table.table-main {WIDTH: 60%;}
Table.table-results {WIDTH: 60%;}
Table.table-league {WIDTH: 70%;}
Table.table-fixtureteams {WIDTH: 40%;}
Table.table-fixturematches {WIDTH: 50%;}
Table.table-matrix {WIDTH: 100%;}
Table.table-listofmatches {WIDTH: 60%;}
Table.table-venues {WIDTH: 90%;}
Table.table-outstanding {WIDTH: 80%;}
Table.table-referees {WIDTH: 50%;}

*.lom-data{WIDTH: 8%; TEXT-ALIGN: center; FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lom-textl{WIDTH: 37%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lom-textr{WIDTH: 37%; TEXT-ALIGN: right; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lom-textN{WIDTH: 100%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lom-date{WIDTH: 18%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.res-data{WIDTH: 10%; TEXT-ALIGN: center; FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.res-textl{WIDTH: 40%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.res-textr{WIDTH: 40%; TEXT-ALIGN: right; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.pl-text{WIDTH: 30%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lt1-data{WIDTH: 8.25%; TEXT-ALIGN: center; FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lt1-text{WIDTH: 34%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lth1-data{WIDTH: 22%; TEXT-ALIGN: center; FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.lth1-text{WIDTH: 34%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.fg-data{WIDTH: 8%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.fg-team{WIDTH: 38%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.fg-text2{WIDTH: 38%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mp-text{WIDTH: 16%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mp1-text{WIDTH: 36%; TEXT-ALIGN: center; FONT: bold 14pt /16.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mp1-data{WIDTH: 16%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.ed-text{WIDTH: 30%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.ven1-text{WIDTH: 30%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.ven2-text{WIDTH: 40%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.out-text{WIDTH: 25%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mat-text{WIDTH: 40%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mat-data{WIDTH: 3%; TEXT-ALIGN: center; FONT: 9pt /10.8pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.mat-btext{WIDTH: 40%; BORDER:none !important; FONT: small/10% sans-serif; BACKGROUND-COLOR: #EFEFEF; border-radius: 0 !important;}
*.mat-bdata{WIDTH: 3%; BORDER:none !important; FONT: small/10% sans-serif; BACKGROUND-COLOR: #EFEFEF; border-radius: 0 !important;}
*.fix-text3{WIDTH: 100%; TEXT-ALIGN: left; FONT: bold 14pt /16.8pt Arial, Helvetica, sans-serif; COLOR: #FFFFFF; BACKGROUND-COLOR: transparent;}
*.fix-text4{WIDTH: 100%; TEXT-ALIGN: left; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}
*.fix-data{WIDTH: 14%; TEXT-ALIGN: center; FONT: 10pt /12pt Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: transparent;}

/* Links in table headers */
th.fix-text3 a:link, th.fix-text3 a:visited, th.fix-text3 a:hover, th.fix-text3 a:active
{
    text-decoration:underline; color:#FFFFFF !important; BACKGROUND-COLOR: transparent;
}

/* Links in captions */
Table.table-matrix caption a:link, Table.table-matrix caption  a:visited, Table.table-matrix caption  a:hover, Table.table-matrix caption  a:active 
{
    text-decoration:underline; color:#FFFFFF !important; BACKGROUND-COLOR: transparent;
}

/* Vertically align some text to the top */
*.mp-text, *.con2-text, *.ed-text, *.ven1-text, *.ven2-text, *.ven3-text, *.fix-data
{
VERTICAL-ALIGN: top !important;
}
