/*****     BACKGROUND      *****/
html, body {
	background-color: rgb(198, 198, 255);
	color: rgb(40, 40, 51);
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-serif;
	font-size: 14px;
}
#top {
	width: 1000px;
	height: 580px;
	position: relative;
	left: 10%;
}
/*****     HEAD      *****/
#head {
	width: 100%;
	height: 100px;
	float: left;
	overflow: hidden;
	background-color: rgb(88, 88, 116);
	background-image: url('pictures/title1.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}
/*****     MENU     *****/
#menu {
	width: 997px;
	margin: 3px 1px 0px 2px;
	background: rgb(88, 88, 116) url('pictures/back1.gif') repeat-x bottom; 
	padding: 17px 0px 5px 0px;
}
#menu ul, #menu ul li {
	display: inline;
	list-style: none;
}
#menu ul li a {
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	color: rgb(198, 198, 255);
}
#menu ul li a:link, #menu ul li a:visited {
	font-weight: bold;
}
#menu ul li a:hover {
	background: rgb(52, 52, 88);
	color: rgb(164, 164, 255);
}
/******     LEFT MENU     *****/
div#left_menu {
	width: 200px;
	height: auto;
	min-height: 100%;
	float: left;
	background: rgb(88, 88, 116) url('pictures/back3.gif') repeat-y left;
	padding-bottom: 40px;
}
div#left_menu h1 {
	margin-left: 30px;
	color: rgb(198, 198, 255);
	text-decoration: underline;
	font-size: 90%;
}
div#left_menu h2 {
	margin: 10px 10px 5px 23px;
	display: block;
	color: rgb(52, 52, 88);
	background: rgb(164, 164, 255);
	font-size: 90%;
	text-align: center;
}
div#left_menu ul {
	margin-left: 23px;
	padding-left: 0px;
}
div#left_menu ul, div#left_menu ul li {
	list-style: none;
}
div#left_menu ul li a{
	display: block;
	margin-right: 10px;
}
div#left_menu li a:link, div#left_menu li a:visited {
	text-decoration: none;
	color: rgb(198, 198, 255);
	padding-left: 23px;
}
div#left_menu li a:hover {
	background: rgb(52, 52, 88) url('pictures/dot.gif') no-repeat left;
	color: rgb(164, 164, 255);
}
div#left_menu ul#leagues li {
	margin: 0px 0px 20px 0px;
}
div#left_menu hr {
	width: 155px;
	margin-left: 30px;
}
/*** Index -> birthdays ***/
div#left_menu ul#birthdays {
	font-size: 12px;
}
div#left_menu ul#birthdays li {
	margin-bottom: 7px;
	padding: 1px 0px 1px 0px;
}
div#left_menu ul#birthdays li a:link, 
div#left_menu ul#birthdays li a:visited {
	text-decoration: none;
	color: rgb(198, 198, 255);
	padding-left: 23px;
}
div#left_menu ul#birthdays li a:hover {
	background: rgb(52, 52, 88);
	color: rgb(164, 164, 255);
}
/*** Teams  ***/
div#left_menu div.country {
	margin: 0px;
	padding: 0px;
}
div#left_menu div.country a {
	display: block;
}
div#left_menu div.country a:link, div#left_menu div.country a:visited {
	text-decoration: none;
	margin: 3px 10px 0px 23px;
	color: rgb(198, 198, 255);
	padding-left: 23px;
	font-weight: bold;
}
div#left_menu div.country a:hover {
	padding-left: 23px;
	background: rgb(52, 52, 88) url('pictures/dot.gif') no-repeat left;
	color: rgb(164, 164, 255);
}
div#left_menu div.country ul, div#left_menu div.country ul li {
	list-style: none;
	margin: 3px 0px 3px 0px;
}
div#left_menu div.country ul li a:link,
div#left_menu div.country ul li a:visited {
	margin: 1px 10px 2px 28px;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 2px 1px 2px;
	display: block;
}
div#left_menu div.country ul li a:hover {
	background: rgb(52, 52, 88);
	color: rgb(164, 164, 255);
}
/*** Riders ***/
div#left_menu p#alphabet {
	margin: 0px 15px 0px 30px;
}
div#left_menu p#alphabet a:link, div#left_menu p#alphabet a:visited{
	margin-left: 5px;
	display: block;
	text-decoration: none;
	color: rgb(198, 198, 255);
	background: rgb(88, 88, 116);
	font-weight: bold;
	padding: 1px 0px 1px 20px;
}
div#left_menu p#alphabet a:hover {
	color: rgb(52, 52, 88);
	background: rgb(164, 164, 255);
}
div#left_menu div#counter {
	margin: 50px 0px 10px 30px;
	padding-top: 10px;
	background: rgb(88, 88, 116) url('pictures/line1.gif') repeat-x top;
	width: 150px;	
}
div#left_menu div#stat {
	margin: 5px 0px 10px 80px;
}
/*****     CONTENT     *****/
div#content {
	float: left;
	width: 780px;
	height: 100%;
	margin: 10px;
	font-size: 12px;
	text-align: center;
}
div#content h1 {
	margin: 15px 100px 20px 100px;
	font-size: 16px;
	color: rgb(198, 198, 255);
	background: rgb(52, 52, 88);
	padding: 1px;
}
div#content h1 a:link, div#content h1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(164, 164, 255);
	background: rgb(52, 52, 88);
	padding-left: 2px;
	padding-right: 2px;
}
div#content h1 a:hover {
	background: rgb(164, 164, 255);
	color: rgb(52, 52, 88);
}
/*****     HOME      ******/
div#content p.home {
	text-align: justify;
	margin: 10px 40px 10px 40px;
}
div#content p.home a:link, div#content p.home a:visited {
	text-decoration: none;
	color: rgb(52, 52, 88);
	background: rgb(164, 164, 255);
	padding: 0px 5px 1px 5px;
}
div#content p.home a:hover {
	color: rgb(164, 164, 255);
	background: rgb(52, 52, 88);
}
div#content p.narrow {
	text-align: justify;
	margin: 5px 100px 30px 130px;
}
div#content p.heading {
	text-align: center;
	margin: 20px 100px 5px 100px;
}
div#content ul.home {
	margin: 5px 100px 5px 100px;
	text-align: justify;
}
div#content ul.home li {
	margin: 5px 0px 5px 0px;
}
div#content ul.home li a {
	text-decoration: none;
	width: 100px;
	display: block;
	float: left;
	padding: 1px 0px 1px 3px;
	margin-right: 2px;
}
div#content ul.home li a:link, div#content ul.home li a:visited {
	color: rgb(52, 52, 88);
	background: rgb(164, 164, 255);
}
div#content ul.home li a:hover{
	color: rgb(164, 164, 255);
	background: rgb(52, 52, 88);
}
div#content ul#thank {
	margin: 5px 200px 5px 200px;
	text-align: justify
}
div#content ul#thank li a:link, div#content ul#thank li a:visited {
	padding: 0px 15px 0px 0px;
	color: rgb(52, 52, 88);
	text-decoration: none;
}
div#content ul#thank li a:hover {
	background: rgb(164, 164, 255);
}
/***** Table ****/
div#content table td a:link, div#content table td a:visited {
	text-decoration: none;
	color: rgb(72, 72, 121);
}
div#content table td a:hover {
	text-decoration: underline;
	color: rgb(52, 52, 88);
}
/*** CONTENT -> Table # results ***/
div#content table#results {
	border-collapse: collapse;
	border: 1px solid rgb(141, 141, 169);
	text-align: left;
	width: 100%;
}
div#content table#results td {
	border-left: 1px solid rgb(141, 141, 169);
	padding-left: 10px;
}
div#content table#results td.date {
	text-align: center;
	padding: 0px 3px 0px 3px;
}
div#content table#results td.center {
	text-align: center;
	padding: 0px;
}
div#content table#results th {
	text-align: center;
	border-bottom: 2px solid rgb(52, 52, 88);
	border-left: 1px solid rgb(141, 141, 169);
	background: rgb(164, 164, 255);
}
div#content table#results tr.a {
	background: rgb(183, 183, 255);
}
/*** CONTENT -> Table # result ***/

div#content table.result tr td {
	border-bottom: 1px solid rgb(141, 141, 169);
	width: 
}
div#content table.result {
	width: 600px;
	margin: 10px 100px 10px 100px;
	text-align: center;
	border-collapse: collapse;
	border: 2px solid rgb(52, 52, 88);
}
div#content table.result tr.heading td {
	border-bottom: 2px solid rgb(52, 52, 88);
	font-weight: bold;
	background: rgb(164, 164, 255);
}
div#content table.result tr.team {
	background: rgb(52, 52, 88);
	color: rgb(198, 198, 255);
	font-weight: bold;
}
div#content table.result tr.team td a {
	display: block;
	padding-left: 10px;
}
div#content table.result tr.team td a:link, 
div#content table.result tr.team td a:visited {
	color: rgb(164, 164, 255);
	text-decoration: none;
}
div#content table.result tr.team td a:hover {
	color: rgb(52, 52, 88);
	background: rgb(164, 164, 255);
}
div#content table.result td.vip {
	border-right: 1px solid rgb(52, 52, 88);
	border-left: 1px solid rgb(52, 52, 88);
}
div#content table.result td.rider{
	text-align: left;
	width: 200px;
}
div#content table.result td.vip.rider {
	text-align: left;
	padding-left: 10px;
	width: 200px;
}
/*** CONTENT -> Table #rider ***/
div#content table#rider {
	border-collapse: collapse;
	border: 2px solid rgb(52, 52, 88);
	text-align: center;
	width: 100%;
}
div#content table#rider th {
	text-align: center;
	border-bottom: 2px solid rgb(52, 52, 88);
	background: rgb(164, 164, 255);
}
div#content table#rider tr td {
	border-bottom: 1px solid rgb(164, 164, 255);
}
div#content table#rider td.wide, div#content table#rider td.wide.left,
div#content table#rider th.wide {
	border-right: 1px solid rgb(117, 117, 174);
}
div#content table#rider td.wide.left {
	text-align: left;
	padding-left: 10px;
}
div#content table#rider tr.a {
	background: rgb(183, 183, 255);
}
/*** CONTENT -> Rider ***/
div#content div#rider_info {
	margin: 10px 100px 20px 100px;
	width: 600px;
	height: 161px;
	background: rgb(198, 198, 255) url('pictures/rider2.gif') no-repeat center;
}
div#content div#rider_info div#info {
	float: left;
	clear: left;
	width: 320px;
	height: 145px;
	margin: 0px;
}
div#content div#rider_info h3.rider {
	display: block;
	width: 120px;
	float: left;
	font-weight: bold;
	margin: 0px;
	color: rgb(52, 52, 88);
}
div#content div#rider_info h3#rider_name {
	margin: 20px 0px 0px 20px;
	font-size: 18px;
}
div#content div#rider_info h3#rider_surname {
	margin: 20px 0px 0px 20px;
	font-size: 18px;
}
div#content div#rider_info h3#rider_country {
	clear: left;
	margin: 28px 0px 0px 95px;
	width: 150px;
}
div#content div#rider_info h3#rider_date {
	margin: 18px 0px 0px 110px;
	font-size: 12px;
	clear: left;
}
div#content div#rider_info p#resume {
	display: block;
	width: 251px;
	height: 140px;
	clear: none;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
div#content div#rider_info p#resume a {
	background: rgb(52, 52, 88);
	color: rgb(198, 198, 255);
	display: block;
	width: 243px;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
}
div#content div#rider_info p#resume a:link, 
div#content div#rider_info p#resume a:visited {
	text-decoration: none;
}
div#content div#rider_info p#resume a:hover {
	background:  rgb(164, 164, 255);
	color: rgb(52, 52, 88);
}
/***********/
div#content>p#resume {
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
div#content>p#resume a {
	background: rgb(52, 52, 88);
	color: rgb(198, 198, 255);
	margin: 5px 3px 5px 3px;
	padding: 2px 30px 2px 30px;
}
div#content p#resume a:link, div#content p#resume a:visited {
	text-decoration: none;
}
div#content p#resume a:hover {
	background:  rgb(164, 164, 255);
	color: rgb(52, 52, 88);
}
/*** COUNTRIES ***/
div#content>div.list {
	width: 200px;
	margin: 0px 300px 0px 300px;
}
div#content>div.list ul, div.list ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
div#content>div.list ul li {
	text-align: left;
	margin: 3px 0px 2px 20px;
}
div#content>div.list ul li a:link, div#content>div.list ul li a:visited {
	display: block;
	padding: 2px 5px 1px 5px;
	text-decoration: none;
	color: rgb(88, 88, 116);
	background: rgb(164, 164, 255);
	font-size: 12px;
}
div#content>div.list ul li a:hover {
	color: rgb(198, 198, 255);
	background: rgb(52, 52, 88);
}
/*** hint ***/

p.hint {
	text-decoration: underline;
	margin: 20px 0px 20px 10px;
	padding: 20px 50px 20px 50px;
	background: rgb(198, 198, 255);
}
/*****   RIDERS   *****/
div#riders a.label {
	display: block;
	width: 600px;
	margin: 20px 100px 0px 100px;
	text-align: center;
	background: rgb(52, 52, 88);
	color: rgb(198, 198, 255);
	font-weight: bold;
}
div#riders div.list {
	width: 300px;
	margin: 0px 250px 0px 250px;
}
div#riders div.list ul, div.list ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
div#riders div.list ul li {
	text-align: left;
	margin: 3px 0px 2px 20px;
}
div#riders div.list ul li a:link, div#riders div.list ul li a:visited {
	display: block;
	padding: 2px 5px 1px 5px;
	text-decoration: none;
	color: rgb(52, 52, 88);
	background: rgb(198, 198, 255);
	font-size: 12px;
}
div#riders div.list ul li a:hover {
	color: rgb(164, 164, 255);
	background: rgb(52, 52, 88);
}
/*****     FIXED LABEL  *****/
div#fixed_label {
	width: 160px;
	position: fixed;
	left: 10%;
	bottom: 10px;
	text-align: center;
	margin: 0px 10px 5px 30px;
}
div#fixed_label a:link, div#fixed_label a:visited {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background: rgb(88, 88, 116) url('pictures/up.gif') no-repeat left;
	color: rgb(198, 198, 255);
	font-weight: bold;
}
div#fixed_label a:hover {
	background: rgb(198, 198, 255)  url('pictures/up1.gif') no-repeat left;
	color: rgb(88, 88, 116);
}
