body {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    background-color: white;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

.contentSection p {
    padding: 8pt;
    margin: 0;
    line-height: 130%;
    overflow: hidden;
}


.thumbnailBox {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #0350a4;
    margin-left: 10px;
    margin-right: 0px;
    display: inline-block;
    float:left;
}


.mediaTypeTitle {
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 2px;
    display: block;
    color: white;
    background-color: #0350a4;
    font-weight: bold;
    font-size: 12pt;
    clear: both;
}

.thumbnailList {
    padding: 5px;
    background-color: white;
}

.thumbnailList a:hover {
    background-color: #0350a4;
}

.thumbnailList a img {
    border-width: 0px;
    margin: 2px;
}

.thumbnailList a {
    border-left: thin silver solid;
    border-right: thin gray solid;
    border-bottom: thin gray solid;
    border-top: thin silver solid;
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin: 0px;
}

.mediaBox {
    margin-right: 10px;
    margin-left: 10px;
    clear: both;
    display: block;
    text-align: center;
    background-color: white;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    vertical-align: text-top;
}


#featureboxes li {
    list-style-image: url(images/FlagSmall.gif);
}

ul.sitemaptree li {
    list-style-image: url(images/FlagSmall.gif);
}

#content {
    padding-left: 10px;
    padding-right: 10px;

    margin:0px;
}

div.contentSection {
    border: 1px solid #133376;
    margin: 4pt 0pt;
    padding: 4pt 4pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}


div.racingNotify {
    border: 1px solid #133376;
    background-color: white;
    margin: 4pt 0pt;
    padding: 4pt 4pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    background-image: url(images/fadeflag.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
}

#content h1 {
    font-weight: bold;
    background-position: 0 0;
    height: 16pt;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 4pt 4pt 6pt 6pt;
    /*	width: 100%; */
    background-color: #133376;
    font-family: Helvetica, sans-serif;
    font-size: 14pt;
    color: #FFFFFF;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Disable the top rounded corners for the topmost H1 */
#content h1.top {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.social {
    float:right;
    display: inline-block;
    width: 150px;
}

div.facebook a {
    text-decoration: none;
}

div.facebook a:hover {
    text-decoration: underline;
}

div.introText {
    margin-right: 160px;
}

div.facebook {
    float:right;
    font-size:12pt;
    top: 0px;
}

div.trackPicture {
    background-image: url('images/trackground.jpg');
}


h2.trackPicture {
    font-size: 20pt;
    font-family: sans-serif;
    font-weight: normal;
    color: yellow;
    border: none;
    clear: none;
    float:none;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 1em;
    text-shadow: #555 2px 2px 2px;
}

div.facebookBox {
    background: white;
    background-image: url('images/facebook.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid black;
    display: inline;
    padding: 4px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h2 {
    text-transform: uppercase;
    clear: both;
    margin-left: 10px;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-top: 6px;
    border-bottom-color: #0350a4;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-family: Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align:left;
    color: #0350a4;
}


#content h3 {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight:100;
    text-align:left;
    color: #0350a4;
    margin:0px;
}


#content table {
    margin: 10px;
    font-size: 9pt;
}

#scontent ul {
    margin: 0;
    padding: 0;
}


#scontent li {
    padding:0px;
    margin:0px 20px 10px 40px;
    text-align:left;
}

.rightimg {
    float: right;
    display: inline-block;
    text-align: right;
    padding: 10px;
}

/* This make sure that divs containing float-right images (on the border kart racing
page) expand to contain the image correctly. */
.contentSection ul:after {
    content:'';
    display:block;
    clear:both;
}

img {
    border: 0px;
}

#content #leftbox {
    float:left;
    width: 50%;
}

#content #rightbox {
    float:right;
    width: 50%;
}

.banner {
    text-align: center;
}


.centered {
    text-align: center;
    padding: 0;
    display: block;
}

div.centered {
    padding: 4px 10px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
}

#content .right {
    float:right;
    border:2px solid #0350A4;
    margin:0px 30px 10px 10px;
}


#content .centerimage {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#content .centerimage img {
    padding:0px 5px 0px 5px;
    border:0px;
}

#content .centerimage2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom:10px;
}

#content .centerimage2 img {
    margin: 0px 5px 0px 5px;
    border: 2px solid #0350A4;
}

#content .centertext {
    text-align: center;
}

#content table.addressbox {
    width: 500px;
    margin: 0px 0px 10px 150px;
}

#content table.addressbox td {
    background-color:#DCDCDC;
    color:#333333;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:10px;
    vertical-align: text-top;
}

#content table.addressbox td.bluetitle {
    background-color: #0350a4;
    text-align: right;
    color:#FFFFFF;
    font-weight:bold;
    width:150px;
    vertical-align: text-top;
}


#content .centertext2 {
    text-align:center;
}

#content .centertext2 p {
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
}

#content .centertext2 p.biggertext {
    font-size:36px;
    font-weight:bold;
}

#content #mapContainer {
    text-align: center;

}

#content #googlemap {
    margin-bottom:10px;
    border:2px solid #0350A4;
}

#content #directions {
    overflow: scroll;
    border:2px solid #0350A4;
}

#header {
    padding-left: 0px;
    padding-right: 0px;
    background-position: 0px 0px;
    background-image: url(images/topBanner.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22pt;
    color: #0350a4;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40pt;
    border: 1px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: -1px -1px 0px -1px;
}

div#header h2.right {
    display:block;
    text-transform: uppercase;
    clear: both;
    width:100%;
    padding: 0px 0px 0px 0px;
    margin: 0 0px;
    border-style: none;
    text-align: right;
    font-family: sans-serif;
    font-weight: normal;
    font-size:8pt;
    font-style: italic;
    color: white;
    background-color: #133376;
}

#header h1 {
    background-color: transparent;
    background-image: url('images/SiteTitle.png');
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36pt;
}


.checked45 {
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    border : 1px solid red;
    width: 200px;
    float:right;
    background-color: #dddddd;
    text-align: center;
    margin-top: 40px;
    margin-right: -30px;
}


#nav {
    background-color: transparent;
    /*	height:44px;
	float: left; */
    display: block;
    /*	clear:both; */
    margin:0px;
    margin-left: auto;
    margin-right: auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
    font-weight:bold;
}

#nav ul, div.tabs ul {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 12px;
    list-style-type:none;
    padding:0px;
    text-align: left;
    display:inline-block;
}

div.tabs {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: left;
}

#nav li {
    font-size: 12pt;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    display:inline;
    margin:0px;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
    font-size: 10pt;
    text-decoration:none;
    padding:5px 5px 5px 5px;
    color: navy;
    display: inline;
}

#nav ul li a:hover {
    text-decoration: underline;
    color: white;
    background-color: #0066cc;
}

li.activeTab {
    border-top: 1px solid #133376;
    border-left: 1px solid #133376;
    border-right: 1px solid #133376;
    border-bottom: none;
    background-color: #DDDDDD;
    padding-left: 3pt;
    padding-top: 3pt;
    padding-bottom: 3pt;
    padding-right: 5pt;
    display:inline-block;
}

li.inactiveTab {
    border-top:1px solid #AAAAAA;
    border-left:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    padding-left:3pt;
    padding-right:5pt;
    padding-top:2pt;
    padding-bottom: 3pt;
    margin-top:1pt;
    background-color: #DDDDDD;
    display: inline-block;
    font-size: 80%;
}

.routeDirections {
    text-align: left;
    font-size: 10pt;
}

thead {
    font-size: 9pt;
    background: #133376;
    color: white;
    font-weight: bold;
}

tfoot {
    font-weight: bold;
}

th[scope="col"] {
    padding-right: 3pt;
    padding-left: 3pt;
    font-weight: bold;
}

td {
    text-align: center;
    background-color: #DDDDDD;

    padding-top: 5px;
    padding-bottom: 5px;
}

th[scope="row"] {
    padding-right: 3pt;
    padding-left: 3pt;
    font-weight: bold;
    text-align: left;
    background-color: #DDDDDD;

    padding-top: 4pt;
    padding-bottom: 4pt;
}

#copyright {
    font-size: 80%;
    display: block;
    width: 100%;
    height:51px;
    float:left;
    text-align: center;
    color: #999999;
    margin:0px;
    padding-top:0;
}

hr.footerrule {
    color: #133376;
    height: 3px;
}

.errorBox {
    font-size: 11pt;
    border-color: #cc0000;
    border-style: solid;
    border-width: thin;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    font-weight: bold;
    font-family: monospace;
    color: #cc0000;
    background-position: 5px 5px;
}

.feedbackBox {
    font-size: 11pt;
    color: #00cc00;
    border-color: #00cc00;
    border-style: solid;
    border-width: thin;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    font-weight: bold;
    font-family: monospace;
    background-position: 5px 5px;
}

.formBox {

    padding-top: 4px;

    margin: 10px;

    border: gray solid 1px;

}

.formRow {
    padding-left: 4px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-top: 2px;
    margin-left: 4px;
    margin-bottom: 2px;
    margin-right: 4px;
    margin-top: 2px;
    clear: both;
    display: block;
}

.formRowTitle {
    font-weight: bold;
    color: #0350a4;
    display: inline-block;
    float: left;
    width: 250px;
    padding-right: 10px;
    text-align: right;
}

.formRowField {
    max-width: 300px;
    display: inline-block;
    width: 300px;
    padding-left: 4px;
}

table.trackAvailability {
    width: 600px;
}

.mediabox img {
    text-align: center;
}

hr {
    height: 1px;
    background-color: gray;
    color: gray;
    border-top: gray solid 1px;
}

#mediaSelector {
    float:left;
    width:700px;
    line-height:normal;
    margin-left: 10px;
}

#mediaSelector ul {
    margin:0;
    padding:0;
    list-style:none;
}

#mediaSelector li {
    float:left;
    background:url("images/tab_r.png") no-repeat right top;
    margin: 0 1px 0 1px;
    padding:0;
}

#mediaSelector a {
    display:block;
    background:url("images/tab_l.png") no-repeat left top;
    padding:5px 15px;
}


#mediaSelector a:hover {
    color: white;
}

.mediaSelectorOff {
    color: silver;
}

.mediaSelectorOn {
    color: yellow;
}

.dropShadow200 {
    border-left: thin silver solid;
    border-right: thin gray solid;
    border-bottom: thin gray solid;
    border-top: thin silver solid;
    display: inline-block;
    /* float: left; */
}

.bookmarkList {
    padding: 4pt;
    margin: 0px;
    display: block;
    padding-bottom: 5px;
    background-color: #133376;
}

a.bookmarkEntry {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(images/downTriangleWhite.gif);
    font-size: 10pt;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}


a.bookmarkEntry:hover {
    margin: 0px;
    color:#FFFF00;
}

a.mutedLink {
    color: #094ea3;
    border-bottom-color: #094ea3;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    text-decoration: none;
}

div.trackAvailability {
    border: 5px solid red;
    width: 99%;
}

.invalid {
    background-color: #ffff66;
    color: #cc0000;
}

p.important {
    font-weight: bold;
    color: #ff3333;
}

.noticeboardFooter {
    margin: 10px;
    font-style: italic;
    border-top-color: #0066cc;
    border-top-style: none;
    border-top-width: 1px;
}


/* AddThis Vertical Layout Menu */

.addthis_toolbox .vertical {
    background: #fff;
    width: 136px;
    padding: 1px;
    border: 1px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
}

.addthis_toolbox .vertical a {
    position: relative;
    display: block;
    background: #fff;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #00bff3;
}

.addthis_toolbox .vertical a:hover {
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .vertical span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a {
    padding: 4px 0;
    margin: 0;
}
.addthis_toolbox .vertical .more a:hover {
    background: none;
}

.addthis_toolbox .vertical .more span {
    display: none;
}

#introLinks {
}

div#introLinks a {
	margin: 2pt;
	display: table-cell;
	font-size: 10pt;
	background-color: #133376;
	text-decoration: none;
	color: white;
	padding: 8pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.landingImage {
	line-height: 140%;
	font-size: 12pt;
	display: inline-block;
}

div.landingImage#borderKartLanding {
	line-height: 140%;
	font-size: 12pt;
	padding-right: 4px;
	margin-right: 0;
	display: inline-block;
	text-align: right;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.landingImage#kinshamRacingLanding {
	line-height: 140%;
	font-size: 12pt;
	padding-left: 4px;
	margin-left: -4px;
	display: inline-block;
	text-align: left;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a.borderKartLanding {
	margin: 4px;
	text-decoration: none;
	display: table-cell;
}

a.kinshamRacingLanding {
	margin: 4px;
	text-decoration: none;
	display: table-cell;
}

a.borderKartLanding:hover {
	background-color: #041DFA;
	color: white;
}

a.kinshamRacingLanding:hover {
	background-color: #ffd503;
}


