

.form1_body {
	background-color: #fff;
}

.form2_body {
	background-color: #fff;
}

.form3_body {
	background-color: #fff;
}

.form1_table {
	width:100%;
	border-spacing:0;
}

.form1_td_nbr {
	width:8vw;
	text-align: left;
}

.form1_td_name {
	width:35vw;
	text-align: left;
}

.form1_td_serie {
	width:15vw;
	text-align: left;
}

.form1_td_country {
	width:5vw;
	text-align: left;
}

.form1_td_flag {
	width:10vw;
}

.form2_table {
	width:100%;
	border-spacing:0;
}

.form2_td_nbr {
	width:7vw;
	text-align: left;
}

.form2_td_name {
	width:25vw;
	text-align: left;
}
.form2_td_serie {
	width:15vw;
	text-align: left;
}

.form2_td_country {
	width:8vw;
	text-align: left;
}

.form2_td_flag {
	width:8vw;
}

.form2_td_time {
	width:10vw;
	text-align: right;
}
.form2_td_time2 {
	width:10vw;
	text-align: right;
}
.form2_td_penalty {
	width:10vw;
	text-align: right;
}

.form2_bigfont {
	font-size:16px;
	font-weight: bold;
	font-family:Arial; 
	color: #002;
}

.form2_smallfont {
	font-size:14px;
	font-weight:bold;
	font-family:Arial; 
	color: #002;
}

.form2_smallfont_white {
	font-size:14px;
	font-weight: bold;
	font-family:Arial; 
	color: white;
}

.form1_bigfont {
	font-size:16px;
	font-family:Arial; 
	color: #002;
}

.form1_smallfont {
	font-size:12px;
	font-weight:bold;
	font-family:Arial; 
	color: #002;
}

/* standard styles */
.narrow08 {
    transform:scale(0.8,1); /* W3C */
    -webkit-transform:scale(0.8,1); /* Safari and Chrome */
    -moz-transform:scale(0.8,1); /* Firefox */
    -ms-transform:scale(0.8,1); /* IE 9 */
    -o-transform:scale(0.8,1); /* Opera */
}
.narrow09 {
    transform:scale(0.9,1); /* W3C */
    -webkit-transform:scale(0.9,1); /* Safari and Chrome */
    -moz-transform:scale(0.9,1); /* Firefox */
    -ms-transform:scale(0.9,1); /* IE 9 */
    -o-transform:scale(0.9,1); /* Opera */
}

.right {
	text-align: right;
}

.grey {
	color: grey;
}

.good {
	color: #0a0;
	font-weight: bold;
	font-size: 16px;
}

.bad {
	color: #a00;
	font-weight: bold;
	font-size: 16px;
}

.inverse {
	color:#fff;
	background-color: #333;
}
.bg_orange {
	background-color: #ffa500;
}
.bg_orange_op {
	background-color: rgba(255,165,0,0.3);
}
.bg_notselect {
	background-color: #999;
}
.bg_select {
	background-color: white;
	color: black;
}
.menu_select {
	height:25px;
}

.menu_line {
	border:2px solid #ffa500;
}

.menu_line_rally {
	border:2px solid black;
}
.left_border {
	border-left:1px solid #333;
}
.white {
	color: white;
}
.orange {
	color:#ffa500;
}
.bg_orange {
	background-color:#ffa500;
}
.darkorange {
	color:#ce5c00;
}
.red {
	color:red;
}
.center {
	text-align:center;
}

td a {
	width:100%;
	display:block;
}