/** 
COLOURS USED
Background Grey:		#e6e7e8;
Background Orange:	#ffd200;
Header 1 Red: 		#ef3e42;
Body Text Grey:		#808284;
**/

* { 
	margin: 0;
	padding: 0;
}


/************************************/
/**                          HTML                           **/
/************************************/

body {
	font-family: Tahoma, sans-serif;
	color: #808284;
	background: #e6e7e8;
}

a img {
	border: none;
}





/************************************/
/**                      CLASSES                        **/
/************************************/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #f00;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.floatRightRider {
	float: right;
	margin: 0 0 10px 10px;
}

.clearBoth {
	clear: both;
}



/************************************/
/**                      TEMPLATE                        **/
/************************************/

#siteHolder {
	background: #fff;
	width: 737px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	border: 15px solid #fff;
}

/**   HEADER   **/

#loggedIn {
	font-size: 0.7em;
	float: right;
	text-align: right;
}

#header {
	clear: both;
	margin-bottom: 5px;
	padding: 15px 15px 0 15px;
	height: 100%;
	overflow: hidden;
	background: #bcbdbf url(/content/img/structure/header_fade.jpg) repeat-x;
}

#headerLeft {
	float: left;
	width: 542px;
}

#headerRight {
	text-align: right;
	width: 165px;
	float: right;
}

#headerRight img {
	margin-bottom: 10px;
}

/** NAV **/

#navBox {
	text-align: center;
}

#navBox li {
	background: #000 url(/content/img/structure/nav_fade.gif) top repeat-x;
	margin-right: 1px;
}

#navBox li.setWidth {
	padding: 2px 0;
	display: block;
	float: left;
	width: 6.51em;
	margin-bottom: 5px;
}

#siteHolder #navBox a.current{
	color: red;
}

	#navBox a, #navBox a:visited {
		font-size: 0.8em;
		color: #fff;
		text-decoration: none;
	}
	
	#navBox a:hover, #navBox a:focus {
		color: red;
	}

/** CONTENT **/

#contentHolder {
	padding: 20px 15px;
	background: #ffd200;
	height: 100%;
	overflow: hidden;
	clear: both;
}

.h1Box {
	background: url(/content/img/structure/h1_top.gif) top left no-repeat;
	height: 100%;
	overflow: hidden;
}

.h1BoxHome {
	background: url(/content/img/structure/h1_top_home.gif) top left no-repeat;
	height: 100%;
	overflow: hidden;
}

.h1BoxCol {
	background: url(/content/img/structure/h1_top_col.gif) top no-repeat;
	width: 181px;
	height: 100%;
	overflow: hidden;
}

.h1BoxAdCol {
	background: url(/content/img/structure/h1_top_ad_col.gif) top no-repeat;
	width: 90px;
	height: 100%;
	overflow: hidden;
}

.arrow {
	background: url(/content/img/structure/h1_arrow.gif) no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}

#contentHolder h1 {
	overflow: visible;
	margin-top: 7px;
	width: 160px;
	font-size: 0.8em;
	padding: 0 5px 5px 14px;
	margin-bottom: 15px;
	color: #ef3e42;
	/**background: url(/content/img/structure/h1_arrow.gif) 10px 50% no-repeat;**/
	background: #e6e7e8 url(/content/img/structure/h1_background.gif) repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#contentHolder h1.main {
	min-width: 240px;
}

#contentHolder h1.adCol {
	width: 73px;
	padding-left: 10px;
}

#contentHolder h2 {
	margin-bottom: 10px;
	clear: both;
	width: 8.75em;
	font-size: 0.8em;
	padding: 3px 0 3px 28px;
	color: #ef3e42;
	/**background: url(/content/img/structure/h1_arrow.gif) 10px 50% no-repeat;**/
	background: #e6e7e8 url(/content/img/structure/h1_background.gif) repeat-x;
	border: 1px solid #000;
}

#contentHolder h2.noClear {
	clear: none;
	margin-bottom: 10px;
}

#mainContentBox {
	height: 100%;
	overflow: hidden;
	width: 510px;
	float: right;
}

#mainContent {
	width: 375px;
	float: left;
	background: #fff url(/content/img/structure/content_bottom2.gif) bottom no-repeat;
	padding: 0 28px 15px 0;
}

#mainContent a {
	font-weight: bold;
	color: #808284;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:focus {
	color: #5d5f60;
}

#mainContent p {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 0 0 5px 30px;
}

#mainContent p.imgTitle {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 0 0 0 20px;
	color: #ef3e42;
	background: url(/content/img/structure/img_title_arrow.gif) left no-repeat;
}

#mainContent img {
	border: 1px solid #808284;
}

#adCol {
	float: right;
	background: #fff url(/content/img/structure/ad_col_bottom.gif) bottom no-repeat;
	width: 90px;
	margin-left: 15px;
	padding-bottom: 15px;
}

#adCol p {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 5px;
}

#adCol img {
	margin: 0 0 10px 15px;
}


/**   COLUMN   **/

#colLeft {
	width: 180px;
	float: left;
}

#colLeft li {
	padding-right: 10px;
}

#colLeft a, #colLeft a:visited {
	color: #808284;
	text-decoration: none;
}

#colLeft a:hover, #colLeft a:focus {
	color: #5d5f60;
}

#colLeft p {
	padding-left: 30px;
}

.columnBox {
	background: #fff;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	background: #fff url(/content/img/structure/column_box_bottom.gif) bottom no-repeat;
}

ul.colList {
	line-height: 1.6em;
	font-size: 0.8em;
	list-style-type: none;
	padding-left: 28px;
	margin-bottom: 10px;
}

ul.colList:hover {
	background: #ccc;
}

ul.colList2 {
	line-height: 1.6em;
	font-size: 0.8em;
	list-style-type: none;
	font-weight: bold;
	padding-left: 28px;
}

/**   FOOTER   **/

#footerBar {
	height: 20px;
	margin-top: 5px;
	clear: both;
	background: #000 url(/content/img/structure/footer_bar.gif) repeat-x;
}

.footerLink {
	float: right;
}

.footerLink a, .footerLink a:visited {
	font-size: 0.8em;
	color: #949494;
	text-decoration: none;
}

/** FORM **/

fieldset {
	margin-left: 28px;
	border: none;
	border: 1px solid #ccc;
	padding: 15px;
}

legend {
	clear: both;
	width: 8.75em;
	padding: 3px 10px;
	color: #ef3e42;
	/**background: url(/content/img/structure/h1_arrow.gif) 10px 50% no-repeat;**/
	background: #e6e7e8 url(/content/img/structure/h1_background.gif) repeat-x;
	border: 1px solid #000;
}

.defaultForm {
	margin: 10px 0;
	font-size: 0.8em;
	line-height: 1.6em;
}

.formLeft {
	float: left;
	width: 100px;
}

.item_desc {
	width: 200px;
	height: 400px;
	overflow: auto;
}

#mainContent p.formRequired {
	color: #f00;
	padding: 0;
	margin: 0;
}

.textInput {
	margin-bottom: 10px;
}

/***********************************/
/**                  PAGE SPECIFIC               **/
/***********************************/

/** ADMIN **/

#mainContent ul.callToAction {
	margin-left: 30px; 	font-size: 0.8em;
}

#mainContent ul.callToAction a {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

/** home page **/

.editBox {
	margin: 0 0 15px 30px;
}

#mainContent .editBox p {
	padding: 0;
}

#mainContent .editBox p a {
	margin-left: 75px; 
}

.editBox2 {
	border: 1px solid blue; height: 100%; overflow: hidden; margin-left: 30px;
}

#mainContent .editBox2 p {
	border: 1px solid red;
}

#editTable {
	border: 1px solid #ccc; margin: 0 0 0 30px; font-size: 0.8em; width: 90%;
}

.tdLeft {
	float: left;
}

.tdRight {
	float: right;
}



ul.colListAdmin {
	line-height: 1.6em;
	font-size: 0.8em;
	list-style-type: none;
	padding-left: 28px;
	margin-bottom: 10px;
}

ul.adminSubNav {
	font-size: 0.85em;
	margin-left: 15px;
	list-style-type: disc;
}

.editListingTable {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-left: 28px;
}

.editListingTable:hover {
	background: #efefef;
}

#mainContent p.editListingLeft {
	padding: 2px 5px;
	float: left;
}

#mainContent p.editListingLeft a, #mainContent p.editListingLeft a:visited {
	font-weight: bold;
	color: #808284;
	text-decoration: none;
}

#mainContent p.editListingLeft a:hover, #mainContent p.editListingLeft a:focus {
	color: #5d5f60;
}

.editListingRight {
	float: right;
}

#siteHolder #mainContent img.editImage {
	width: 176px;
	border: 1px solid #ccc;
	padding: 2px;
}

#addImageBox {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 10px;
}

.resultsRow {
	height: 100%;
	overflow: hidden;
	padding: 2px 0;
	clear: both;
}

.resultOption {
	padding-right: 20px;
}

ul.resultRaces {
	text-align: center;
	margin-right: 42px;
	float: right;
	width: 170px;
}

ul.resultRaces li {
	display: inline;
}

.resultMiddle {
	padding: 0 15px;
}

.labelLeft {
	float: left;
	width: 8em;
}

.selectRight {
	float: left;
}

#mainContent fieldset p.noImageText {
	font-size: 1em;
	margin: 0;
	padding: 0;
}


#mainContent .editListingTable p.raceDate {
	margin: 0;
	padding: 2px;
}

h3.adminDate {
	background: #999;
	color: #fff;
	padding: 2px 5px;
	font-size: 1em;
}

ul.raceResultList {
	font-size: 0.8em;
	float: left;
	width: 200px;
	padding: 5px;
}

#mainContent .editListingTable p.edit {
	border: 0;
	float: right;
	padding: 35px 5px 5px 0;
	font-weight: bold;
}
/** FOR SALE **/

#category_a {
	width: 200px;
}

#category_b {
	width: 200px;
}

ul.bikeNav {
	list-style-type: none;
	height: 100%;
	overflow: hidden;

	background: url(/content/img/structure/navshadow.gif) no-repeat 29px 100% #fff;
	padding: 0 0 21px 24px;
	margin-bottom: 10px;
}

ul.bikeNav li {
	font-size: 0.8em;
	float: left;
	padding-left: 5px;
}

.listingBox {
	margin: 0 0 15px 28px;
	border: 1px solid #ccc;
	height: 100%;
	overflow: hidden;
}

#mainContent h2.listingHeader {
	clear: none;
	width: auto;
}

.listingBox img {
	padding: 2px;
	width: 125px;
	margin: 40px 15px 0 0;
}

#mainContent h2.listing {
	margin-left: -1px;
	margin-top: -1px;
}

/** NEWSLETTER **/

.pdf {
	background: url(/content/pages/newsletter/pdficon_small.gif) left no-repeat;
	padding-left: 22px;
}


/** RIDERS **/

#mainContent img.riderImageFull {
	margin-left: 28px;
	width: 350px;
}

#mainContent p.riderImageFullTitle {
	text-align: center;
}

#mainContent div.accordion-pane img {
	width: 125px;
}

/** SPONSORS **/

.sponsorBox {
	
	margin-bottom: 20px;
}

img.sponsorLogo {
	margin-left: 30px;
}

ul.sponsorList {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 0 0 5px 45px;
}

ul.sponsorList li {
	list-style-image: url(/content/img/structure/right_arrow.gif);
	list-style-type: circle;
}

ul.sitemap {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 0 0 5px 45px;
}

ul.sitemap li {
	list-style-image: url(/content/img/structure/right_arrow.gif);
	list-style-type: circle;
}

#mainContent ul.sitemap a, #mainContent ul.sitemap a:visited {
	font-weight: normal;
}

#mainContent ul.sitemap a:hover, #mainContent ul.sitemap a:focus {
	text-decoration: underline;
}

.resultsTotal {
	color: #000;
}

.resultsRounds {
	padding-left: 60px !important;
}