.livetiming {
    font-size: 12px;
    text-decoration: none;
}

.livetiming ul {
    padding: 0px;
    margin: 0px;
    height: auto;
}

.livetiming #content {
    /*clear: both;*/
    overflow: hidden;
}

.livetiming #content li {
    list-style: none outside none;
    position: relative;
    width: auto;
    padding: 0px;
    margin: 0px;
	height: 30px;
	overflow: hidden;
}

#container {
    height: 310px;
    overflow-x: hidden;
    overflow-y: scroll;
    clear: both;
}

#content {
    width: 100%;
    position: relative;
    height: auto;
    z-index: 0;
    overflow: auto;
}

.bold {
    font-weight: bold;
}

span.skype_pnh_container {
    display: none !important;
}

span.skype_pnh_print_container {
    display: inline !important;
}

/***********************************
 *     Live Timing Results Pane    *
 *	    Header-Specific Styles     *
 ***********************************/
#racedata, #myRiders {
    float: left;
    width: 30%;
    min-height: 32px;
}

#myRiders {
    width: 34%;
    text-align: center;
}

#alert {
    height: 20px;
}

#trackname {
    float: left;
    width: 250px;
}

#sessionname {
    float: left;
    width: 315px;
}

#trackdata {
    float: right;
    padding-right: 6px;
    width: 32%;
}

#status, #flagtext {
    width: auto;
    float: right;
    text-align: right;
}

#flagchange {
    float: right;
    width: 60px;
    height: 15px;
	border:1px solid black;
}

.hv {
    width: 70px;
    text-align: center;
}

.hpit {
    width: 15px;
}

.hth {
    width: 110px;
    text-align: left !important;
}
.hthw {
    width: 134px;
    text-align: left !important;
}

.hst {
    text-align:center!important;
	display: block;
    float: left;
    padding-top: 0px;
    padding-left: 3px;
	display:block;
}

/***********************************
 *     Live Timing Results Pane    *
 *	    Result-Specific Styles     *
 ***********************************/
.resultRow {
    display: block;
    clear: both;
    height: 30px;
    width: auto;
    /*	border-bottom: 1px solid #414041;*/
}

.resultRow > * {
    font-size: 12px;
    display: block;
    overflow: hidden;
    padding-top: 8px;
    float: left;
    text-align: center;
}

.resultRow a, #legend h2 a {
    text-decoration: underline;
}

.resultRow a:hover, #legend h2 a:hover {
    text-decoration: underline;
}

.a, .n, .in, .c {
    width: 30px;
}

.my {
    width: 20px;
    text-decoration: none;
}

.rider-selected {
    background-image: url('/assets/icons/rider-selected.png')
}

.rider-notselected {
    background-image: url('/assets/icons/rider-notselected.png')
}

.f {
    width: 85px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vl {
    width: 70px;
    height: 15px;
    background-repeat: no-repeat;
	display:block;
}

.l {
    width: 28px;
}

.g, .d, .bl, .ll {
    width: 50px;
}

.blw, .llw {
    width: 62px;
}

.pit {
    width: 15px;
    height: 20px;
}

.h, .t {
    text-align: left;
    padding-top: 1px;
    padding-right: 1px;
    width: 110px;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

.hw, .tw {
	width: 134px!important;
}

.s, .ST {
    width: 45px;
    font-size: 11px;
    padding-top: 8px;
}

.insplit {
    border: 1px solid;
    padding-bottom: 7px;
}

.personal {
    color: #00ff00;
}

.overall {
    color: #ff3333;
}

.hide {
    display: none;
}

.hideresults {
    position: absolute;
    z-index: 99;
    width: 980px;
    height: 89px;
    display: block;
    top: 29px;
    left: 0px;
    border-bottom: 1px solid #414041;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), to(#282828));
	background: -moz-linear-gradient(top, #414041, rgba(40, 40, 40, 0.2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#414041, endColorstr=#282828);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#414041, endColorstr=#282828)";
	text-align: center;
	padding-top: 4px;
	font-size: 30pt;
	font-weight: bold;	
}


/**********************************
				Flags
**********************************/
.flag-9 {
	/* Warm Flag */
	background: #ff00ff; /* old browsers */
	background: -moz-linear-gradient(top, #dd11db 0%, #b10bb3 50%, #e938f0 51%, #e938f0 71%, #ef1eed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd11db), color-stop(50%,#b10bb3), color-stop(51%,#e938f0), color-stop(71%,#e938f0), color-stop(100%,#ef1eed)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd11db', endColorstr='#ef1eed',GradientType=0 ); /* ie */	
}

.flag-1 {
	/* Green Flag */
	background: #33ff33; /* old browsers */
	background: -moz-linear-gradient(top, #12ef1c 0%, #17d117 50%, #56f95a 51%, #56f95a 71%, #2fff2f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12ef1c), color-stop(50%,#17d117), color-stop(51%,#56f95a), color-stop(71%,#56f95a), color-stop(100%,#2fff2f)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12ef1c', endColorstr='#2fff2f',GradientType=0 ); /* ie */	
}
.flag-2 {
	/* Yellow Flag */
	background: #ffff00; /* old browsers */
	background: -moz-linear-gradient(top, #e7ef12 0%, #cfd117 50%, #eff956 51%, #eff956 71%, #f8ff2f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7ef12), color-stop(50%,#cfd117), color-stop(51%,#eff956), color-stop(71%,#eff956), color-stop(100%,#f8ff2f)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ef12', endColorstr='#f8ff2f',GradientType=0 ); /* ie */	
}

.flag-3 {
	/* Red Flag */
background: #f85032; /* old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* ie */
}

.flag-5 {
	/* White Flag */
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* ie */
	}
.flag-4, .flag-0 {
	/* Checkered/Stopped Flag */
	background-image:url('/assets/icons/flag-none.png');
	background-repeat:repeat;	
}	

/**********************************
	Race Markers and Bike Logos
**********************************/

.arrow-up{
	background-image: url('/assets/icons/arrow-up.png');
}
.arrow-down{
	background-image: url('/assets/icons/arrow-down.png');	
}

.bue {
	background-image:url('/assets/brands/bike-buell.png')
}
.cob {
	background-image:url('/assets/brands/bike-cobra.png')
}

.ebr {
	background-image:url('/assets/brands/bike-ebr.png')
}


.apr {
	background-image:url('/assets/brands/bike-aprilia.png')
}

.bmw {
	background-image:url('/assets/brands/bike-bmw.png')
}
.gas{
	background-image:url('/assets/brands/bike-gasgas.png')
}
.duc {
	background-image:url('/assets/brands/bike-ducati.png')
}

.har, .hd {
	background-image:url('/assets/brands/bike-harley.png')
}
.roy {
	background-image:url('/assets/brands/bike-royal.png')
}
.hon {
	background-image:url('/assets/brands/bike-honda.png')
}

.hus,.hqv{background-image:url('/assets/brands/bike-husqvarna.png')}

.ind {
	background-image:url('/assets/brands/bike-indian.png')
}


.kaw {
	background-image:url('/assets/brands/bike-kawasaki.png')
}


.ktm {
	background-image:url('/assets/brands/bike-ktm.png')
}

.suz {
	background-image:url('/assets/brands/bike-suzuki.png')
}

.tm {
	background-image:url('/assets/brands/bike-tm.png')
}

.tri {
	background-image:url('/assets/brands/bike-triumph.png')
}

.yam {
	background-image:url('/assets/brands/bike-yamaha.png')
}

.bet {
	background-image:url('/assets/brands/bike-beta.png')
}

.ast {
	background-image:url('/assets/brands/car-astonmartin.png')
}

.aud {
	background-image:url('/assets/brands/car-audi.png')
}
.cam {	
	background-image:url('/assets/brands/car-camaro.png')
}
.cha {
	background-image:url('/assets/brands/car-challenger.png')
}
.che {
	background-image:url('/assets/brands/car-chevybowtie.png')
}
.cor {
	background-image:url('/assets/brands/car-corvette.png')
}
.fer {
	background-image:url('/assets/brands/car-ferrari.png')
}
.for {
	background-image:url('/assets/brands/car-ford.png')
}
.maz {	
	background-image:url('/assets/brands/car-mazda.png')
}
.min {	
	background-image:url('/assets/brands/car-mazda.png')
}
.mus {	
	background-image:url('/assets/brands/car-mustang.png')
}
.por {
	background-image:url('/assets/brands/car-porsche.png')
}
.vip {
	background-image:url('/assets/brands/car-viper.png')
}


/***********************************
 *     		 Legend Pane    	   *
 *	    	Result Styles     	   *
 ***********************************/
.headshot {
	float:left;
	width:100px;
	height:143px;
	margin: 12px 10px 5px 10px; 
	border: 1px solid black;	
	background-repeat:no-repeat;
}

#detaildata {
	min-height: 150px;
	width: 64%;
	display: block;
	float: right;
	padding-top:10px;
}

.detaillabel {
	font-weight:bold;
	width:20%;
	float:left;
	padding-left:5px;	
	padding-top:5px;
}

.ddata {
	font-weight:bold;
	width:75%;
	padding-top:5px;
	float:left;
	min-height: 15px;	
}

#ltheader {
	border-bottom: 1px solid black;
	height: 20px;
	width: 95%;
}

#ltcontainer {
	min-height: 128px;
	overflow-y: scroll;
}

.ltrow {
	width:100%;
	height:16px;
	clear:both;
}

.ltrow > * {
	font-size:12px;
	display:block;
    overflow:hidden;
	float:left;
	padding-top:2px;
}

.dlaptime, .dtrap, .dlaptimeft {
	text-align:center;
}

.dflag {
	float:right;
	width:27px;
}

.dlap, .dpit {
	width:20%;
	text-align:center;
}

.dlaptime, .dtrap {
	width:28%;
}

#flagchange-sm{
	padding:2px 5px 2px 5px;
	float:right;
	width:26px;
	text-align: left;
	height:10px;		
	border: 1px solid black;
}

.legend-flag-4 {	
	padding: 4px;
	height: 15px;
	background-image: url('/assets/icons/flag-none.png');
	background-repeat: repeat;
	display: block;
	width: 7px;
	margin: 0px auto;
	border: 1px solid black;
}

/***********************************
 *     		 Legend Pane    	   *
 *	     Legend Info Styles        *
 ***********************************/
 
 #legend {
	position: absolute;
	background-color: white;
	width: 400px;
	display: none;
	top: 0px;
	right: 0px;
	z-index: 100;
	color: black;
}

.legend-icon {
	display:block;
	text-align:center;
	height:20px;
	width:40px;
	float:left;
	margin: 0;
	padding: .5em .5em .5em .5em;	
}

.legend-descr {
	display:block;
	height:20px;
	width:280px;
	float:left;
	margin: 0;
	padding: .5em .5em .5em .5em;		
}

.legend-pit {
	margin-left:5px;
}

.legend-blue-line {	
	padding: 4px;
	height: 14px;
	background:	-moz-radial-gradient(45px 45px, ellipse farthest-corner, #0033ff 0%, #0004b0 100%);
	background:	-webkit-gradient(radial, center center, 0, center center, 50, from(#0033ff), to(#0004b0));
	-webkit-box-shadow: inset 0 0 2px 2px #1f1f1f; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#0033ff, endColorstr=#0004b0, GradientType=0);
		display: block;
	width: 7px;
	margin: 0px auto;
	border: 1px solid black;
}

.legend-arrow-up {
	background-image: url('/assets/icons/legend-arrow-up.png');
	display:block; 
	margin-left:12px; 
	width:15px; 
	height:30px;
	background-repeat:no-repeat;
}

.legend-arrow-down {
	background-image: url('/assets/icons/legend-arrow-down.png');
	display:block; 
	margin-left:12px; 
	width:15px; 
	height:30px;
	background-repeat:no-repeat;
}

.circle {
	display: block;
	width: 15px;
	height: 15px;
	background: #00bd00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 8px auto;
	background:	-moz-radial-gradient(45px 45px, ellipse farthest-corner, #00bd00 0%, #006600 100%);
	background:	-webkit-gradient(radial, center center, 0, center center, 50, from(#00bd00), to(#006600));
	-webkit-box-shadow: inset 0 0 2px 2px #1f1f1f; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#00bd00, endColorstr=#006600, GradientType=0);
}

.legend-circle {
	display: block;
	width: 15px;
	height: 15px;
	background: #00bd00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0px auto;
	background:	-moz-radial-gradient(45px 45px, ellipse farthest-corner, #00bd00 0%, #006600 100%);
	background:	-webkit-gradient(radial, center center, 0, center center, 50, from(#00bd00), to(#006600));
	-webkit-box-shadow: inset 0 0 2px 2px #1f1f1f; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#00bd00, endColorstr=#006600, GradientType=0);
}

#headerAlert {
	width:100%;
	position:relative;
	height:auto;
	z-index:0;
	overflow:hidden;
	color:#000000;
	font-size:14px;
	text-align:center;
	border-bottom: 2px solid #fc1e3e!important;
	border-top: 2px solid #fc1e3e!important;
}
#headerAlert p {color:#000000;font-size:14px; margin: 10px;}
#headerAlertSX p {color:#ffffff;font-size:14px; margin: 10px;}