body {
    background-image: url('/images/layout/pagebg.jpg');
    background-attachment: fixed;
    background-position: center; 
    background-size: 100%;
    -webkit-background-size: 100% 100%;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

.table-row {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    align-items: stretch;
}

.table-row > table {
    display: block;
}

.table-row table.nav {
    width: 180px;
    flex-shrink: 0;
}

.table-row table.content,
.table-row table.index {
    flex: 1;
}

table.head {
    border: 4px solid #287FDA;
    border-radius: 25px 25px 0 0;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 0px;
    background-color: #660000;
	background-image: url("/images/layout/header_image4.png");
    background-size: 100% 100%;
}

table.head th,
table.head td {
    border: 0;
    padding: 0;
}

table.head td {
    vertical-align: middle;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

table.nav {
    border-top: 0;
    border-right: 4px solid #287FDA;
    border-bottom: 4px solid #287FDA;
    border-left: 4px solid #287FDA;
    border-radius: 0 0 0 10px;
    border-spacing: 0;
    border-collapse: separate;
    background: #660000;
}

table.nav th,
table.nav td {
    border: 0;
    padding: 2px;
}

table.nav td {
    vertical-align: middle;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

table.index { 
    background: transparent;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 0 10px 0;
}

table.index th,
table.index td {
    border: 0;
    padding: 1px;
}

table.index td {
    vertical-align: middle;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11pt;
    color: #000000;
}

table.index a:link,
table.index a:visited {
    color: #000000;
    text-decoration: none;
}

table.index a:hover,
table.index a:active {
    color: #287FDA;
}

table.index tr.plain td {
    background-color: #FFFFFF;
    border-bottom: 2px solid #287FDA;
    border-right: 4px solid #287FDA;
}

table.index tr.image td {
    background-image: url('/images/layout/indeximg4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 0;
    border-bottom: 2px solid #287FDA;
    border-left: 0;
    border-right: 4px solid #287FDA;
    background-color: #FFFFFF;
}

table.index tr.news td {
    background-image: url('/images/layout/newsbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #287FDA;
    border-left: 0;
    border-right: 4px solid #287FDA;
    background-color: #FFFFFF;
}

table.index tr.results td {
    background-image: url('/images/layout/resultsbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #287FDA;
    border-left: 0;
    border-right: 4px solid #287FDA;
    background-color: #FFFFFF;
}

table.index tr.fixtures td {
    background-image: url('/images/layout/eventsbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 10px 0;
    border-bottom: 4px solid #287FDA;
    border-left: 0;
    border-right: 4px solid #287FDA;
    background-color: #FFFFFF;
}

table.index tr.matchplay td {
    background-image: url('/images/layout/matchplaybg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #287FDA;
    border-left: 0;
    border-right: 4px solid #287FDA;
    background-color: #FFFFFF;
}

table.content {
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11pt;
    background-color: #FFFFFF;
    border-right: 4px solid #287FDA;
    border-bottom: 4px solid #287FDA;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 10px 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
	table-layout: fixed;
}

table.content td {
    border: 0;
    font-size: 11pt;
    font-weight: normal;
    color: #000;
    vertical-align: middle;
    padding: 0;
    line-height: 1.2;
}

table.content td img {
    display: block;
}

table.content td img.inline {
    display: inline-block;
    vertical-align: middle;
}

table.content tr.h1 td {
    color: #FAE909;
    background-image: url('/images/layout/h1bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #660000;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 4px 0;
}

table.content tr.h2 td {
    color: #660000;
    background-image: url('/images/layout/h2bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAE909;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2;
    padding: 3px 0;
}

table.content tr.h3 td {
    color: #000000;
    background-image: url('/images/layout/h3bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFCF;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2;
    padding: 3px 0;
}

table.content tr.h4 td {
    text-align: center;
}

table.content td.wine-cell {
    padding: 0;
    background: transparent;
}

table.content table.winebox {
    width: 100%;
    border-collapse: collapse;
    background-color: #660000;
    border-radius: 10px 10px 10px 10px;
}

table.content table.winebox td {
    color: #FFFFFF;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11pt;
    text-align: center;
    line-height: 1.2;
    padding: 6px 0;
}

table.content tr.under16 td {
    background-image: url('/images/layout/h1bgu16.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

table.content td.left {
    text-align: left !important;
}

table.content td.right {
    text-align: right !important;
}

table.content td.topleft {
    text-align: left !important;
    vertical-align: top !important;
    padding-top: 2px;
}

table.content td.top {
    vertical-align: top !important;
}

table.content tr.spacer td {
    background: transparent;
    padding: 0;
    height: 20px;
}

table.content tr.spacer td:last-child {
    border-bottom-right-radius: 10px;
}

table.content a:link,
table.content a:visited {
    color: #660000;
    text-decoration: none;
}

table.content a:hover,
table.content a:active {
    color: #287FDA;
}

table.content a.black:link,
table.content a.black:visited {
    color: #000000;
    text-decoration: none;
}

table.content a.black:hover,
table.content a.black:active {
    color: #287FDA;
}


a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FAE909;
    text-decoration: none;
}
