﻿html
{
    background-color:#000000;
}

body 
{
	margin: 0px;
	padding: 0px;
	/*background-color: #b4b5c0; #1b1b1b; */
	font-family: Arial, Verdana, Tahoma;
}

#background
{
    width:100%; height:100%; position: absolute; z-index: -1; top: 0; left:0;
    background-color:#000000;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;	
}

h1
{
    font-weight: bold;
    font-size: 18pt;
    letter-spacing: -1px;
    color: #1A4A8A;
}

h3
{
	font-size: 13pt;
}



p, div.content
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 15pt;
}

a
{
	color: #1A4A8A; /*#254887; #e10b3f;*/
	outline:none;
}



#wrap-page
{
	border: 0px solid red;
	width: 996px;	
	margin-left: auto; margin-right: auto;
	/*background-image: url('../../images/MasterPage/page_bg.jpg');*/
	background-color: #ffffff;
}


#wrap-page #content
{
	border: 0px solid red;
	margin-left: 0; margin-right: 0;
	padding: 0px 15px 0px 0px;
	width: 975px;
	
}

#wrap-page-competition
{
	width: 996px;	
	background-color: #ffffff;
	border:none;
	margin-left: auto; margin-right: auto;
	padding: 0px 0px 0px 0px;
}


#header
{
	border: 0px solid darkgreen;
	text-align: center;
	margin: 0;
}

#nav
{
	border: 0px solid blue;
	width: 996px; /*1025*/
	float: left;
	padding: 0px 0 0px 0;
	margin-left: 0px; margin-right: auto; margin-bottom: auto;
	background-color: #2f2724;
}


#nav ul
{
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}

#nav li
{
	float: left;
	padding: 0px 0px 0px 0px;
}

#nav li a
{
	color: #ffffff;
	background-color: #2f2724;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	display: block;
	padding: 6px 11px 6px 11px;
	
}

#nav li a.selected
{
	color: #ffffff;
	/*background-color: #e10b3f;*/
	background-color: #F52837;
}



#nav li a:hover
{
	/*background-color: #e10b3f; #ebe808; - yellow*/
	background-color: #F52837;
	color: White;
}



#addThisContainer
{
	margin: 25px 0 10px 0;
}

#addThisContainer a
{
	text-decoration: none;
	padding: 0 20px 0 0;
	font-size: 10pt;
}

#xhtmlValidation
{
	margin: 20px auto 0 auto;
	text-align: center;
}

#footNote
{
	width: 996px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
	/*padding: 10px 0px 10px 0px;*/
	background-color: #2f2724;
	color: White;
	font-size: 8pt;
	text-align: center;
}



.clear
{
	clear: both;
}




/* Default.aspx */
#homepageSlideShow
{
	border: 0px solid #e5e5e5;
	float: left;
	margin: 0 0 0 0;
}


#homepageIntroText
{
	border: 0px solid green;
	float: left;
	width: 240px;

}



#homepageTwitterBox
{
    float: right;
    margin: 20px 0px 20px 0px;
    width: 305px;
    height:34px;
    border: 0px solid black;
    background-color: #53c7e6;
}


#homepageTwitterBox h1
{
    margin: 0;
    width: 197px;
    padding: 7px 5px 7px 38px;
    background-color: #53c7e6;
    background-image: url('../../images/homepage/twitterIcon.jpg');
    background-position: 3px 3px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12pt;
    letter-spacing: normal;
}

#homepageTwitterBox a
{
    color: #ffffff;
    text-decoration:none;
}


#homepageTwitterBox div.content
{
	border: 2px solid #53c7e6;
	/*height: 243px;*/
	background-color: #e5f5f6;
	text-align: center;
}




#homepageTwitterBox div.content div.TwitterStatus
{
	border: 1px solid #c5c5c5;
	width: 200px;
	margin: 15px auto 0 auto;
	font-family:georgia,serif,arial;
	font-style: italic;
	font-size: 10pt;
	background-color: White;
}


#homepageTwitterBox ul.panelFooterSubLink li a
{
	background-color: #53c7e6;
	color: White;
}




#homepageSponsors
{
	text-align: center;
	margin: 0;
}

#homepageLeftContent
{
    border: 0px solid green;
    width: 645px;
    float: left;
    margin: 0px 0px 0px 15px;
}

#homepageRightContent
{
    border: 0px solid red;
    width: 305px;
    float: left;
    margin: 0px 0px 0px 10px;
}




#homepageLeftContent #homepageLatestNews
{
	border: 0px solid black;
    float: left;
    margin: 0px 17px 0px 0px;
    width: 640px;
}

#homepageLatestNews h1
{
    margin: 0;
    width: 630px;
    padding: 6px 5px 6px 5px;
    background-color: #1A4A8A; /*#254887;*/ 
    color: #ffffff;
    font-size: 14pt;
    letter-spacing: normal;
}


#homepageLatestNews div.content
{
	border: 0px solid #1A4A8A; /*#254887;*/
	float: left;
}

#homepageLatestNews div.content div.divider
{
	margin: 20px 0 20px 0;
	width: 100%;
	height: 0px;
	border-top: 1px solid #cccccc;
	background-color: #cccccc;
	clear: both;
}

#homepageLatestNews div.content div.newsStory
{
	margin: 15px 0 0 0;
}

#homepageLatestNews div.content div.newsStory div.image
{
	border: 0px solid red;
	float: left;
	margin: 0 10px 0 0;
}

#homepageLatestNews div.content div.newsStory div.image img
{
	border: 3px solid #1A4A8A; /*#254887;*/
}

#homepageLatestNews div.content div.newsStory div.articleText h1
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13pt;
	background-color: White;
	color: #1A4A8A; /*#254887;*/

}

#homepageLatestNews div.content div.newsStory div.articleText h1 a
{
	text-decoration: none;
}

#homepageLatestNews div.content div.newsStory div.articleText
{
	border: 0px solid blue;
	width: 450px;
	float: right;
}


#homepageLatestNews div.content div.newsStory div.articleText p.readMore
{
	margin: 10px 0 0 0;
}

#homepageLatestNews div.content div.newsStory div.articleText p.readMore a
{

}


#homepageLeftContent #homepageFeaturedRider
{
    float: left;
    width: 313px;
    border: 0px solid black;
}

#homepageFeaturedRider h1
{
    margin: 0;
    width: 303px;
    padding: 7px 5px 7px 5px;
    background-color: #e5e208; 
    color: #000000;
    font-size: 12pt;
    letter-spacing: normal;
}



#homepageFeaturedRider div.content
{
	border: 2px solid #e5e208;
}


#homepageFeaturedRider ul.panelFooterSubLink li a
{
	background-color: #e5e208;
	color: #000000
}





.stackBox
{
	border: 0px solid orange;
	margin: 0 0 20px 0;
	text-align: right;
}

.stackBox img
{
	border: 0px solid #000;
}









/*
#homepageRightContent #homepageFeaturedMedia
{
    float: left;
    width: 303px;
    margin:0px 0px 20px 0px;
    border: 0px solid #ffffff;
}

#homepageFeaturedMedia h1
{
    margin: 0;
    width: 293px;
    padding: 7px 5px 7px 5px;
    background-color: #ffffff; 
    font-size: 12pt;
    letter-spacing: normal;
}

#homepageFeaturedMedia div.content
{
	border: 2px solid #ffffff;
}


#homepageFeaturedMedia ul.panelFooterSubLink li a
{
	background-color: #254887;
	color: #ffffff;
}





#homepageRightContent #homepageFeaturedProduct
{
    float: left;
    margin:0px 0px 20px 0px;
    width: 303px;
    border: 0px solid black;
}

#homepageFeaturedProduct h1
{
    margin: 0;
    width: 293px;
    padding: 7px 5px 7px 5px; 
    color: #000000;
    font-size: 12pt;
    letter-spacing: normal;
}


#homepageRightContent #homepageCompetition
{
    float: left;
    margin: 0px 0px 20px 0px;
    width: 303px;
    border: 0px solid black;
}

#homepageCompetition h1
{
    margin: 0;
    width: 293px;
    padding: 7px 5px 7px 5px;
    color: #000000;
    font-size: 12pt;
    letter-spacing: normal;
}







/* panel footer link setup  - Generic*/
ul.panelFooterSubLink
{
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}

ul.panelFooterSubLink li
{
	float: right;
	padding: 0px 0px 0px 0px;
}

ul.panelFooterSubLink li a
{
	color: blue;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 0px 8px 0px 8px;
}



#registraionForm
{

	/*border: 0px solid #c5c5c5;
	background-color: #ececec;*/
	float: right;
	font-size:7pt;
	padding:0px;
}

#homepageRightContent #registraionForm #regHeader
{
	border: 0px solid black;
	text-align: left;
}


#homepageRightContent #registraionForm #regForm
{
	border: 0px solid green;
	width: 95%;
	margin: 0 0 0 0;
}


#homepageRightContent #registraionForm #regForm .field
{
	font-size: 7pt;
	margin: 0 0 20px 0;
}

#homepageRightContent #registraionForm #regForm .submitButton
{
	margin: 0 0 10px 0;
}

#homepageRightContent #registraionForm #regForm #regSuccessful
{
	color: Green;
	font-weight:bold;
	font-size: 11pt;
	margin: 20px 0 40px 0;
}

#homepageRightContent #videoBox
{
    border: 4px solid #3d3d3d;
    background-color: #3d3d3d;
    margin: 0 0 20px 0;
}

#videoBox div.title
{
    background-color: #3d3d3d;
    color: White;
    font-weight: bold;
    font-size: 14pt;
    padding: 3px 0 3px 7px;
}

#videoBox div.content
{
    padding: 7px 0 0 0;
}

#videoBox div.description
{
    color:White;
    font-size: 9pt;
    padding: 5px;
}


/* TheTeam.aspx */

#TheTeam
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#TheTeam #groupImage
{
	float: left;
	width: 465px;
}

#TheTeam #groupImage img
{
	border: 5px solid #1A4A8A; /*#254887;*/
}


#TheTeam #riderProfileIconsContainer
{
	border: 0px solid red;
	width: 425px;
	margin: 0 8px 0 0;
	float: right; vertical-align:top;
}

#riderProfileIconsContainer div.profile
{
	border: 0px solid blue;
	width: 120px;
	text-align: center;
	float: left;
	margin: 0 29px 20px 0;
}

#riderProfileIconsContainer div.removeMargin
{
	margin: 0px;
}

#riderProfileIconsContainer div.profile div.riderImage img
{
	border: 5px solid #1A4A8A; /*#254887;*/
}
#managerProfileIconsContainer div.profile div.riderImage img
{
	border: 5px solid #1A4A8A; /*#254887;*/
}


#riderProfileIconsContainer div.profile div.riderName
{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0 0 0;
	
}

#riderProfileIconsContainer div.profile div.riderName a
{
	text-decoration: none;
}

#riderProfileIconsContainer div.profile  .nationFlag img
{
	border: 0;
	margin: 5px 0 0 0;
}



/**/
#mangerProfileIconsContainer div.profile
{
	border: 0px solid blue;
	width: 120px;
	text-align: center;
	float: left;
	margin: 0 29px 20px 0;
}

#mangerProfileIconsContainer div.removeMargin
{
	margin: 0px;
}

#mangerProfileIconsContainer div.profile div.riderImage img
{
	border: 5px solid #1A4A8A; /*#254887;*/
}

#mangerProfileIconsContainer div.profile div.riderName
{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #1a4a8a;
}

#mangerProfileIconsContainer div.profile div.riderName a
{
	text-decoration: none;
}

#mangerProfileIconsContainer div.profile  .nationFlag img
{
	border: 0;
	margin: 5px 0 0 0;
}
/**/



/* team rider info pages */

#GenericRiderBio .genericField, #GenericRiderBio .pastTeamField, #GenericRiderBio .importantField
{
	font-weight: bold;
	font-size: 10pt;
	color: #303030;
}

#GenericRiderBio div.returnLink
{
}

#GenericRiderBio div.returnLink a
{
	font-size: 10pt;
	font-weight: bold;
}


#GenericRiderBio .genericField
{
	/*background-color: #e10b3f; 
	background-color: #254887;*/
}

#GenericRiderBio .pastTeamField
{
	/*background-color: #254887;*/
}


#GenericRiderBio .importantField
{
	/*
	background-color: #f7f400;
	color: #000000;	
	
	background-color: #254887;*/
}



#GenericRiderBio p
{
	margin: 0 0 15px 0;
	line-height: 18px;
	color: #303030;
}


#GenericRiderBio .bioImage
{
	border: 5px solid #1A4A8A; /*#254887;*/
	width: 268px;
	float: left;
	margin-right: 20px;
}


#GenericRiderBio .bioText
{
	border-left: 1px solid #bbbbbb;
	padding: 0 0 0 20px;
	width: 625px;
	float: left;
}



/* Race Calendar */

#raceEventPage
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

.raceEventTable
{
	border: 0px solid red;
	width: 920px;
	margin-left: auto; margin-right: auto;
}



.raceEventTable th
{
	height: 28px;
	background-color: #274886;
	color: #ffffff;
	border: 0;
}

.raceEventTable td
{
	border-bottom: 1px solid #d3d3d3;
	font-size: 10pt;
	height: 52px;
	text-align: center;
}

.raceEventTable td.dateField
{
	font-weight: bold;
}




.raceEventTable tr.highlight
{
	background-color: #dddddd;
}


.raceEventTable .premier
{
	border: 1px solid #aaa;
	background-color: #f5f200;
	padding: 0 2px 0 2px;
	font-weight: bold;
	color: Black;
}

/* Photos */

#photoPage
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#photoPage #galleryWrapper
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* Our Sponsors */

#SponsorPage
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#SponsorPage #sponsorLogoTable
{
	border: 0px solid blue;
	/*margin: 0 auto 0 auto;*/
}

#SponsorPage #sponsorLogoTable td
{
	border: 25px solid white; /* using large border to provide gap between cells (better compliancy than cellspacing attr */
} 

#SponsorPage #sponsorLogoTable td a img
{
	border: 0;
} 


#SponsorPage div.logo
{
	border: 0px solid blue;
	float: left;
}


#SponsorPage div.text
{
	border: 0px solid green;
	float: right;
	width: 790px;
	padding: 0px 20px 0px 0px;
	/*margin: 0 0 80px 0;*/
}



#SponsorPage ul, li
{
	font-size: 10pt;
	line-height: 25px;
}

#SponsorPage img.productImageBorder
{
    border: 1px solid #000;
}

/* store page */


#storePage
{
}


#storePage #ProductTypeMenu
{
	border: 0px solid red;
	float: left;
	margin: 0 40px 0 0;
}



#storePage #ProductTypeMenu th
{
	background-color: #274886;
	color: White;
	height: 30px;
	font-size: 10pt;
	text-align: left;
	padding: 0 0 0 8px;
}


#storePage #ProductTypeMenu td
{

	color: White;
	height: 25px;
	font-size: 10pt;
	padding: 0 0 0 8px;
}

#storePage #ProductTypeMenu td a
{
	text-decoration: none;
}


#storePage #ProductTypeMenu td a:hover
{
	text-decoration: underline;
}


#storePage .dataListProductsTable
{
	
}


#storePage .dataListProductsTable td
{

}



#storePage .introBanner img
{
	border: 0px solid #484848;
}

#storePage #ProductView
{
	float: left;
	border: 0px solid blue;
	width: 750px;
}


#storePage #ProductView #selectedProductType
{
	border: 0px solid black;
	background-color: #274886;
	color: White;
	font-size: 10pt;
	text-align: left;
	padding: 7px 0 8px 8px;
	font-weight: bold;
	margin: 0 0 30px 0;
}



#storePage #ProductView .productImage
{
	border: 0px solid orange;
	text-align: center;
	float: left;

}

#storePage #ProductView .productName
{
	border: 0px solid blue;
	font-size: 10pt;
	float: right;
	width: 190px;
	padding: 0 0 0 10px;
}





#storePage #ProductView  a
{
	font-size: 9pt;
	font-weight: bold;
	color: #E56A0D;
}

/* Contact Us */

#ContactForm
{
	font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#ContactForm p.mailSent
{
	color: Green;
	font-weight: bold;
	
}

/* featured press */

#featuredPress #NewsLogos
{
    text-align: center;
    margin: 15px 15px 15px 15px;
}

#featuredPress .articleSet
{
    border: 0px solid black;
    margin: 15px 15px 15px 15px;
}

.articleSet .date
{
    font-weight: bold;
    margin: 35px 0 8px 0;
}


.articleSet .article
{
    border: 1px solid #bebebe;
    font-size: 9pt;
    line-height: 13pt;
    margin: 0 0 19px 0;
    padding: 5px;
    background-color: #f5f5f5;
}


.articleSet .article .pressName
{
    font-weight: bold;
}

.articleSet .article .pressIntroText
{
}

.articleSet .article .pressLink
{
}

/* Blog page */
#blogPage
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#blogPage #blogGridview
{
    border: 0px solid red;
    width: 99%;
    
}

#blogGridview .blogItem
{
    border: 0px solid green;
    border-bottom: 1px solid #969696;
    margin: 0 0 30px 0;
}

.blogItem .header
{
    font-size: 15pt;
    font-weight: bold;
    color: #1A4A8A; /*#254887;*/
    margin: 0 0 2px 0;
}

.blogItem .timePosted
{
    font-size: 10pt;
    font-weight: bold;
    color: #595959;
    margin: 0 0 18px 0;
}

.blogItem .itemContent
{
}

.blogItem .itemContent p
{
    margin: 15px 0 15px 0;
}

.blogItem .itemContent img
{
    border: 1px solid #2ba3e1;
}

#blogPage .blogLinkShowAll
{
    background-color: #1A4A8A; /*#254887;*/
    color: #ffffff;
    padding: 6px;
}


/* Downloads Page */

#downloadPage
{
    font-size: 9pt;
	margin: 15px 15px 15px 15px;
}

#downloadPage .downloadViewTabs
{
    border-bottom: 4px solid #1A4A8A; /*#254887;*/
    width: 99%;
}

.downloadViewTabs a
{
    display: inline-block;
    background-color: #cecece;
    color: black;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
    text-decoration: none;
}

.downloadViewTabs a.selected
{
    background-color: #1A4A8A; /*#254887;*/
    color: white;
}


#downloadPage #multiviewContainer
{
    width: 99%;
}

/* Wallpaper View (Downloads) */

.wallpaperTable
{

}

.wallpaperTable td
{
    height: 195px;
}


.wallpaperItem
{
    border: 0px solid red;
}

.wallpaperItem .thumb
{
    border: 0px solid green;
    float: left;
}

.wallpaperItem .thumb img
{
    border: 2px solid #1A4A8A; /*#254887;*/
}

.wallpaperItem .sizes
{
    border: 0px solid blue;
    float: left;
    width: 140px;
    font-size: 9pt;
    margin: 0 0 0 8px;
}

.wallpaperItem .sizes a
{
    display: inline-block;
    margin: 4px 0 4px 0;
}


