@charset "utf-8";
/* CSS Document */

#editHomepageImages img {
	border: 9px solid #000;
}
.teamRider {
	width: 211px;
	border: 1px solid #fff;
	background: #a0a0a0;
	color: #000;
	text-align:left;
	font-weight:bold;
	line-height:25px;
	font-size:16px;
	vertical-align:middle;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.teamRider a:link, .teamRider a:visited {
	color: #000;
	text-decoration:none;
}
.teamRider img {
	border-bottom: 1px solid #fff;
	border:0px;
}
.riderName {
	padding-left: 5px;
}

#homePageText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
}
#rightContent {
	height: 335px;
	float:right;
	padding-left: 4px;
	padding-top: 2px;
}
#rightContent div {
	margin-top: 3px;
	width: 316px;
	height: 132px;
	border: 1px solid #000;
	background:#fff;
	padding: 2px;
	overflow:auto;
}

#rightContent div a:link, #rightContent div a:visited {
	cursor: pointer;
	color: #000;
	display:block;
	width: 312px;
	background: #fff;
	text-decoration:none;
	font-weight:normal;
}
#rightContent div a:hover {
	color: #fff;
	background: #333;
	font-weight:bold;
}
#rightContent span {
	color: #ffcc00;
	line-height: 20px;
}
#showContent {
	padding: 6px;
	width: 710px;
	clear:both;
}
#leftFlash, #riderFlash {
float:left;
height: 339px;
width: 395px;
}
#homePageText p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-size: 13px;
}

#homePageText h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 18px;
}
#homePageText h1.yellowText, a.yellowText:link, a.yellowText:visited {
	color: #ffff66;
	text-decoration:none;
}

#homePageText h1.blueText, a.blueText:link, a.blueText:visited {
	color: #66ffff;
	text-decoration:none;
}

#homePageText h1.greenText, a.greenText:link, a.greenText:visited {
	color: #66ff66;
	text-decoration:none;
}

.narrowcolumn {
	width: 500px;
	margin-right: 15px;
	float: left;
	border-right: 1px dashed #57583D;
}

#sidebar {
	width: 190px;
	float: left;
	overflow: hidden;
}

#sidebar ul, #sidebar li {
	margin: 0px;
	padding: 0px;
}

#content h2 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
}

a#team_login:link, a#team_login:visited {
	width: 115px;
	height: 28px;
	overflow: hidden;
	display: block;
	float: right;
	background: url(../images/team_rider_login.gif) top left no-repeat;
	text-indent: -999px;
	outline: none;
}

a#team_login:hover {
	background-position: 0 -28px;
}

a#team_login:active {
	background-position: bottom;
}

.team_riders h2 {
	font-size: 24px;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.team_riders h3 {
	clear: both;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#thumbnails {
	width: 395px;
	clear: left;
}

.thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin: 2px;
	margin-bottom: 0px;
	overflow: hidden;
}

.thumb img {
	margin-left: -28px;
	border: 0px;
}