* {
    margin: 0;
    padding: 0;
}

body {
    font: 62.5% Arial;
    background: #e9eeff;
}

li {
    list-style-type: none;
}

p, li {
    color: #000;
    font-size: 1.1em;
}

li p {
    font-size: 1em;
}

a {
    color: #000;
}

img {
    border: none;
}

table {
    font-size: 1em;
}

hr {
    display: none;
}

h2 {
}

h3 {
    margin: 15px 0;
    font-size: 1.5em;
}

h4 {
    margin: 15px 0;
    font-size: 1.4em;
}

h5 {
    margin: 10px 0;
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

#layout {
    min-width: 800px;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 0 0 0;
    padding-top:10px;
}

.header {
    overflow: hidden;
    padding: 2px;
	height: 130px;
}

.header h1 {
    float: left;
    width: 320px;
    height: 87px;
    background: #e6b60d url(../img/logomatched.gif) no-repeat;
    font-size: 12px;
}

.header h1 a {
    display: block;
    height: 87px;
    color: #e9eeff;
    text-align: right;
}

.top-info {
    margin-left: 320px;

}

.bookiebox {
    position:absolute;
	top:5px;
	right:5px;
}

.selections {
    position:relative;
	top:2px;
	left:20px;
}

.minimum {
    position:absolute;
	top:2px;
	left:490px;
}

.info {
    margin-bottom: 50px;
    float: right;
    padding: 8px 17px;
    background: #dde2f2;
    font: 1.2em Georgia, sans-serif;
}

.header ul {
    clear: right;
    float: right;
    margin-right: -5px;
	margin-top:23px;
}

.header ul li {
    float: left;
    margin-left: -20px;
}

.header ul li a {
    display: block;

    display: inline-block;
    padding-left: 20px;
    background: url(../img/navi-li.png) no-repeat;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.header ul li a span {
    position: relative;
    display: block;
    display: inline-block;
    height: 19px;
    padding: 7px 12px 0 6px;
    cursor: pointer;
}

.header ul li a:hover {
    background: url(../img/navi-li-hover.png) no-repeat;
    color: #fff;
}

.header ul li.first {
    margin-left: 0;
}

.header ul li.first a {
    padding-left: 7px;
    background: url(../img/li-first.png) no-repeat;
}

.header ul li.first a:hover {
    background: url(../img/li-first-hover.png) no-repeat;
}

.header ul li.last a span {
    background: url(../img/ul-li-last-new.gif) no-repeat top right;
}

.header ul li.last a:hover span {
    background: url(../img/ul-li-last-hover.gif) no-repeat top right;
}

.content {
    margin: 0 0px;
    padding: 9px;
    background: #fff;
    border: 1px solid #cbcfde;
}

.content table {
    width: 100%;
    background: #e9eeff;
    border: 0;
}

.content table thead {
    background: #097D56;
}

.content table thead td {
    padding: 7px 0;
    border: 1px solid #000;

}

.content table tbody td {
    padding: 2px 0 2px 0;
    border-right: 1px solid #000;
}

.content table tbody.dark {
    background: #DAE1F9;

}

.content table tbody.light {


}

.content table tbody tr.last-tr td {
    border-bottom: 1px solid #fff;
}

.content table td {
    border: none;
    vertical-align: top;
}

.content table tbody tr:hover, .content table tbody tr.hover {
    background: #becbf8;
    cursor: pointer;
}

.content table thead td {
    vertical-align: middle;
	color: #fff;
    font: 1.4em bold Myriad Pro, sans-serif;
}

.content table td p {
    font-size: 8pt;
}

.content table td p, .content table thead td, .content table td h2 {
    padding-left: 15px;
    padding-right: 15px;
}

.content table td.age {
    width: 7%;
    text-align: center;
	border-left:1px solid #000;
}

.content table td.age p {
    margin: 0;
    font: bold 1.3em Georgia, sans-serif;
}

.content table td.event {
    width: 31%;

}

.content table td.firstcolumn {
   	border-left:1px solid #000;
}

.content table td.event p, .content table td.event h2 {
    margin: 0;
    font: 1.3em Georgia, sans-serif;
}

.content table td.event h2 {
    font-weight: bold;
}

.content table td.event p span {
    color: #a38987;
}

.content table td.type {
    width: 24%;
}






.basicfilters {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    padding: 9px;
    background: #fff;
    border: 1px solid #cbcfde;
}

.basicfilters-inner {
    /*background:;*/
    padding: 5px 5px 15px 5px;
    overflow: hidden;
    _height: 1%;
    background: #e9eeff;
}

.basicfilters p, .basicfilters td {
    font-size: 1.1em;
}

.basicfilters td p {
    font-size: 1em;
}

.first-section {
    width: 100%;
    margin-bottom: 10px;
}

.first-section td {
    width: 25%;
    /*border: 1px red dashed;*/
}

.basicfilters .column {
    width: 50%;
    float: left;
}

.match-filters {
    /*width: 99%;*/
    margin-bottom: 10px;
}

.match-filters td {
    padding: 0 10px 3px 0;
    vertical-align: top;
}


.complexfilters {
    width: 500px;
    margin-left: -250px;
}

.complexfilters p {
    margin-bottom: 7px;
}










