html, body, form {
	color:#000;
	margin:0px; 
	padding:0px;
}
html, body {
	border:none; 
	height:100%;
}
body {
	background:#dededc;
}
body, input, textarea, select, button {
	font:12px arial, sans-serif;
}
input, textarea, select, button {
	vertical-align:middle;
	margin:0px;
}
div {
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#00F;
}
img {
	vertical-align:top;
	border:none;
}
label {
	margin-right:3px;
}
p {
	margin:0em 0em 0.7em 0em;
}
h1, h2 {
	font-weight:bold;
}
h1 {
	color:#0092ac;
	font-size:15pt;
	margin:0em 0em 0.5em 0em;
	border-bottom:1px solid #a1ced5;
}
h2 {
	color:#0092ac;
	font-size:11pt; 
	margin:0.5em 0em;
	border-bottom:1px solid #a1ced5;	
}
h3 {
	color:#004d82;
	font-size:10pt; 
	margin:0.8em 0em;
}
table {
	border:none;
	border-spacing:0px;
}
table th {
	font-weight:bold;
	white-space:nowrap;
}
table td, th {
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
	border:none;
}
div#outline {
	width:800px;
	margin:auto;
}
div#header {
	height:105px;
	padding:0px 15px;
	background:url(top.jpg) no-repeat top center;
}
p#title {
	color:#fff;
	font-weight:bold;
	font-size:18pt;
	padding:10px 0px 6px 0px;
}
div#shadow{
	height:15px;
	background:url(shadow.gif) repeat-x top;	
}
div#body {
	padding:6px 6px 12px 6px;
	background:#fff url(bottom.gif) repeat-x bottom;
}
div#footer {
	color:#fff;
	background:#303539;
	text-align:center;
	padding:5px 0px;
}
div#footer a {
	color:#fff;
}

table.form td, table.form th{
	padding:0px 6px 6px 0px;
}
table.table, table.list {
	width:100%;
}
table.table {
	border-top:1px solid #444;
	border-left:1px solid #444;
}
table.list {
	border:1px solid #444;
}
table.table tr, table.list tr {
	background-color:#FFF;
}
table.table th, table.table td, table.list td, table.list th {
	padding:2px 5px 2px 5px;
}
table.table th, table.table td, table.list th {
	border-bottom:1px solid #444;
}
table.table th, table.table td {
	border-right:1px solid #444;
}
table.table th, table.list th {
	color:#FFF;
	background-color:#0092ac;
}
table.note {
	background-color:#eed;
	border:1px solid #aaa;
	width:100%;
	margin-bottom:10px;
}
table.note td {
	padding:8px 0px 8px 10px;
}
.icon {
	vertical-align:middle;
	margin-right:3px;
}
.nomargin {
	margin:0px;
}
.toolbar {
	margin:8px 0px;
	padding:4px 8px; 
	border:1px solid #aaa;
	background-color:#e2e2e2;
	vertical-align:middle;
}
.toolbar label {
	font-weight:bold;
	color:#000; 
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.menu {
	height:32px;
	font-weight:bold;
	background:url(menu.gif) top repeat-x;
}
.menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu li {
	float:right;
}
.menu li a {
	display:block;
	padding:4px 5px;
	height:24px;
	color:#444;
	background:url(menu.gif) top repeat-x;
}
.menu li ul {
	display:none;
	height:auto;
	position:absolute;
	z-index:6000;
	width:200px;
	background:#e2e2e2;
	border:2px solid #0188a5;
	border-top:0px;
	margin:0px;
	padding:0px;
}
.menu li:hover ul {
	display:block;
}
.menu li ul li {
	display:block;
	width:200px;
	margin:0px;
	padding:0px;
}
.menu li ul li a {
	display:block;
	color:#444;
	height:16px;
	background:#e2e2e2;
}
.menu li ul a:hover {
	color:#fff;
	background:#0188a5;
}
.menu li a:hover, .menu #current {
	color:#fff;
	background:url(current.gif) top left repeat-x;
}
.button {
	margin-right:10px;
}
.dialog {
	background-color:#FFF;
	border:1px solid #000;
	padding:10px;
}
.title {
	display:block;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
}
.remark {
	color:#f00;
	font-weight:bold;
}
ul {
	padding-left:20px;
}
/*
 * Custom Styles
 */
#stages {
	color:#fff;
	font-weight:bold;
	width:100%;
	border-spacing:6px;
	background:#0092ac url(stages.gif) no-repeat right bottom;
}
#stagetitle {
	color:#000;
	text-align:center;	
	padding:4px;
	width:152px;
	height:17px;
	background:#fff;
}
#stagename {
	font-size:20px;
	font-weight:bold;
	padding-left:8px;
}
#stagelength {
	font-size:16px;
	color:#222;
}
#stageinfo {
	font-weight:normal;
}
#stageinfo td {
	padding-right:10px;
} 
#stageinfo a {
	color:#fff;
}
#stageinfo a:hover {
	color:#0ff;
}
#stagethumbs {
	border-spacing:4px;
}
#stagethumbs img {
	cursor:pointer;
}
.stagehover {
	cursor:pointer;
	opacity:.70;
	filter:alpha(opacity=70);
}
#language {
	float:right;
	height:32px;
	padding:3px 10px;
	background:url(menu.gif) top repeat-x;
}
#newsslider, .newsitem {
	width:500px;
	height:340px;
	overflow:hidden;
}
table.newstabs {
	border-spacing:4px;
}
table.newstabs td {
	color:#fff;
	width:12px;
	height:12px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding:4px;
	background:#303539;
	border:1px solid #fff;
	cursor:pointer;
}
table.newstabs td.current {
	color:#fff;
	background:#0092ac;
	border:1px solid #0ff;
}
.bold {
	font-weight:bold;
}
.floatleft {
	float:left;
	margin-right:8px;
}
.floatright {
	float:right;
	margin-left:8px;
}
table#standingicons td {
	width:24px;
	height:24px;
	font-weight:bold;
	font-size:12pt;
	color:#0092ac;
	background:#ddd;
	text-align:center;
	vertical-align:middle;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
}
table#standingicons td.hover {
	cursor:pointer;
}
table#standingicons td.hover:hover, table#standingicons td.current {
	background:#0092ac;
	color:#fff;
}
table.standing {
	width:100%;
}
table.standing td {
	padding:6px 0px;
}
table.standing th {
	color:#444;
	font-size:11pt;
	text-align:center;
	vertical-align:middle;
	height:26px;
	background:#ddd;
	padding:0px 6px;
}
table.standing th.name {
	background:#0092ac;
	color:#fff;
}
table.standing td.icon {
	font-size:6pt;
	text-align:center;	
	padding-right:6px;
}
table.standing td.icon img {
	margin-bottom:3px;
}
table.standing td.date, table.standing td.results {
	font-weight:bold;
	font-size:8pt;
	text-align:right;
	vertical-align:middle;
	background:#ddd;
	padding:2px 6px;
}
.sprint, .IPG {
	color:#02923d;
}
.king , .IMG {
	color:#d82618;
}
.beauty, .IOG {
	color:#444;
}
.overall, .ITG {
	color:#0092ac;
}
.stage, .ITE {
	color:#000;
}
#title {
	color:#fff;
	font-weight:bold;
	font-size:15px;
	position:absolute;
	left:90px;
	top:19px;
}
#date {
	color:#000;
	font-weight:bold;
	font-size:11px;
	position:absolute;
	left:470px;
	top:19px;
}
table.maps {
	width:100%;
	margin-bottom:6px;
}
table.maps td {
	text-align:center;
}
table.maps img {
	margin-bottom:4px;
}
table.info th {
	padding-right:5px;
}
table.info td {
	padding-right:30px;
}
table.gallery {
	width:100%
}
table.gallery a {
	color:#0092ac;
	font-weight:bold;
	font-size:10pt;
}
table.gallery img {
	margin:0px 8px 8px 0px;
}
table.gallery p {
	color:#444;
	font-size:8pt;
}
a.route {
	color:#444;
	display:block;
	padding:4px;
	width:210px;
	background:#c1c1c1;
	margin:0px 20px 5px 0px;
	font-weight:bold;
}
a.route:hover {
	color:#fff;
	background:#0188a5
}
a.route p {
	font-size:10pt;
	margin-bottom:4px;
}
a.route span.info {
	font-size:7pt;
}
a.route span.name {
	color:#fff;
}

.teamTitle {
	font-weight:bold;
	font-size:14pt;
}
.teamCountry {
	float:right;
	border:1px solid #000;
}
.teamJersey {
	float:right;
	margin-right:10px;
}
.country {
	border:1px solid #000;
}
.riderPhoto {
	margin:0px 10px 5px 0px;
}
table.team {
	width:100%;
}
table.team tr {
	background-color:#fff;
}
table.team tr.gray {
	background-color:#ddd;
}
table.team td, table.team th {
	padding:2px 5px;
}
table.team th {
	color:#fff;
	background-color:#0092ac;
}
table.team th a {
	color:#fff;
}
div#user {
	padding:3px 0px;
	text-align:right;
}
.sortheader {
	color:#FFF;
}
.sortheader:hover {
	color:#FF0;
}
.press_box img {
	vertical-align:top;
}
.press_box h3 {
	color:#004d82;
	font-size:8pt; 
	margin:0.2em 0em;
	padding:2px;
	background-color:#DDD;
}
.press_box p {
	margin-bottom:4px;
}
.press_box span {
	color:#666;
	font-weight:bold;
	font-size:8pt;
}
.tiny {
	font-size:8pt;
}
.nowrap {
	white-space:nowrap;
}
table.partners td {
	padding-right:40px;
	padding-bottom:16px;
	text-align:center;
	vertical-align:bottom;
}
table.riderResults {
	width:100%;
	font-size:7pt;
}
table.riderResults td, table.riderResults th {
	padding:0px 2px 1px 2px;
	border-bottom:1px solid #aaa;
	background-color:#ddd;
}