@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #0e0e0e;
}

body {


}

body#home #m-home a,
body#overview #m-overview a,
body#entry #m-entry a,
body#regulations #m-regulations a,
body#preparation #m-preparation a,
body#sponsorship #m-sponsorship a,
body#clubs #m-clubs a,
body#drivers #m-drivers a,
body#photo-gallery #m-photo-gallery a,
body#calendar #m-calendar a,
body#contact #m-contact a,
body#news #m-news a,
body#event-info #m-event-info a,
body#results #m-results a,
body#videos #m-videos a
{
	text-decoration: underline;
	background-image: url(../images/current-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
body#event-info iframe{
	border: none;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	height: 250px;
}


.link  {
	text-decoration: none;
	background-image: url(../images/yellow_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #333;
}

.link:hover {
	background-image: url(../images/yellow_arrowa.gif);
	text-decoration: underline;
}
.inline-link  {
	color: #333;
	text-decoration: none;
	background-image: url(../images/yellow_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 18px;
}
.inline-link:hover {
	background-image: url(../images/yellow_arrowa.gif);
	text-decoration: underline;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-news {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#img-border a img{
	border: 1px solid #999;
}
.clear-floats {
	clear: both;
}
.box-right {
	font-size: 11px;
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #666;
	margin-top: 5px;
	width: 200px;
}

.box-right img {
	margin-bottom: 5px;
}
.box-left {
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	color: #666;
	margin-right: 20px;
	margin-top: 5px;
	width: 200px;
}
.box-left img {
	margin-bottom: 5px;
}

.box-right-free {
	font-size: 11px;
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #666;
	margin-top: 5px;
}

.box-right-free img {
	margin-bottom: 5px;
}
.box-left-free {
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	color: #666;
	margin-right: 20px;
	margin-top: 5px;
}
.box-left-free img {
	margin-bottom: 5px;
}




.legal {
	font-size: 9px;
	font-style: italic;
	color: #666;
}


form table td{
	background-color: #FFF;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666;
}
h5  {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #F8B822;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0e0e0e;
}


#header {
	height: 35px;
	background-color: #0e0e0e;
	padding-top: 25px;
}
#logo {
	float: left;
	margin-left: 20px;
	display: inline;
}
#logo a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#language {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 15px;
	text-align: right;
	font-size: 11px;
}
#language a {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#language a img{
	margin-left: 20px;
	vertical-align: middle;
	margin-right: 6px;
}
#language a:hover {
	color: #FFF;

}





#menu {
	height: 23px;
	background-color: #F8B822;
	background-image: url(../images/angolo-alto-des.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
	padding-left: 15px;
}


#menu ul{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-size: 12px;
	float: left;
	font-weight: bold;
	padding: 2px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 5px;
	display: inline;
}
#clear-floats {
	clear: both;
	height: 0px;
}
#window {
	height: 150px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F8B822;
}

#slideshow {
	float: left;
	position: relative;
	width: 760px;
}
#window-picture {
	float: left;
	position: relative;
}
#window-wave {
	background-image: url(../images/window-wave.gif);
	position: relative;
	height: 150px;
	width: 43px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
}


#window-menu {
	background-color: #F8B822;
	float: left;
	z-index: 10;
	position: relative;
	height: 135px;
	padding-top: 15px;
	width: 147px;
}
#window-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#window-menu li {
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 122px;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 9px;
}
#window-page-title {
	background-color: #F8B822;
	float: right;
	z-index: 10;
	position: relative;
	height: 25px;
	padding-top: 5px;
	width: 150px;
	top: -30px;
	left: -540px;
	padding-left: 10px;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}




#content {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 220px;
	float: left;
	width: 900px;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main {
	float: left;
	width: 569px;
	padding-right: 30px;
}
#column {
	float: right;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.event {
}



#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #898989;
}
#content ul {
	padding-left: 20px;
	color: #898989;
}
#content ul li {
	margin-bottom: 8px;
	margin-left: 10px;
}
#sponsors {
	clear: both;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #989793;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(../images/footer-bar.jpg);
	padding-top: 7px;
}
#sponsors img   {
	margin-right: 19px;
	vertical-align: middle;
}
#sponsors a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#sponsors a img:hover{

}
#sponsors object {
	vertical-align: middle;
}

#footer {
	font-size: 12px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #F8B822;
	background-image: url(../images/angolo-basso-sin.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	float: right;
	margin-left: 15px;
}
#sub-footer {
	text-align: right;
	margin-bottom: 50px;
	margin-top: 5px;
}

#content-home {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	font-size: 12px;
}
#content-home img {
	border: 1px solid #000;
}


#home-left {
	float: left;
	background-color: #666;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#home-center {
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 202px;
}
.highlight {
	border: 2px solid #F8B822;
	width: 290px;
	padding: 5px;
}

#home-right {
	float: right;
	background-color: #666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 202px;
}
#home-right ol {



}
#home-right ol li {
	margin-top: 7px;
	font-weight: bold;
}
#home-right ol li a {
	color: #CCC;
	text-decoration: none;
}
#home-right ol li a:hover {
	color: #F8B822;
}
#home-right ol li a.white-link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/yellow_arrowa.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 18px;
}
#home-right ol li a.white-link:hover {
	text-decoration: underline;
}


a.white-link   {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/yellow_arrowa.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 18px;
}
a.white-link:hover {
	text-decoration: underline;
}
#home-right ol div a{
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	margin-top: 9px;
	padding-bottom: 2px;
	margin-left: -20px;
}
#home-right ol div a:hover {
	color: #F8B822;
}




.entry-step {
	background-color: #F8B822;
	font-size: 14px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(../images/angolino-white.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 65px;
	margin-left: -20px;
}
.entry-step-title {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
	padding-right: 10px;
}





.driver {
	border-collapse: collapse;
}
.driver td  {
	background-color: #FFF;
	color: #898989;
	border: 1px solid #CCC;
}

.driver td img  {
	margin-left: 30px;
}



.club {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.club td  {
	background-color: #FFF;
	color: #898989;
	border: 1px solid #CCC;
}

.club td img  {
	margin-left: 10px;
}

#Accordion1 .driver tr td img    {
	border: 1px solid #666;
}


#gallery {
	margin-left: -5px;



}
#gallery table {
}
#gallery td {
	background-color: #ccc;
	height: 106px;
	width: 150px;
	text-align: center;
	border: 3px solid #ccc;
}
#gallery td a img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#gallery td:hover {
	border-top-color: #F8B822;
	border-right-color: #F8B822;
	border-bottom-color: #F8B822;
	border-left-color: #F8B822;
}

.calendar-wrapper {
	margin-top: 20px;
	margin-bottom: 5px;
	border: 2px solid #CCC;
	background-color: #F8B822;
}

.calendar-wrapper p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}



.calendar-race {
	width: 620px;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../images/angolino-alto-des.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.calendar-track {
	float: left;
	padding-top: 20px;
	width: 255px;
	text-align: center;
	padding-bottom: 20px;
	background-color: #F8B822;
}

.calendar-footer {
	clear: both;
}
.results {
	color: #898989;
	border-collapse: collapse;
}
.results td {
	background-color: #FFF;
	border: 1px solid #CCC;
	vertical-align: text-top;
}
.results th {
	background-color: #CCC;
	color: #000;
	border: 1px solid #CCC;
}
.results td.centered {
	vertical-align: middle;
	text-align: center;
}
.video {
	text-align: center;
	padding: 20px;
	border: 1px solid #CCC;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.event-main {
	float: left;
	width: 569px;
	padding-right: 30px;
}
.event-column {
	float: right;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
