/* CSS Document */

html, body {
	background-color: #313232;
	margin:0px;
	height:100%;
	margin-top:5px;

	
}

table.contenedor{
	background-color: #3f3f3f;
	border: 1px solid #282828;
}
td.inner{
	background-color:#3f3f3f;	
	
}
a {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffae00;
	text-decoration: none;
}
a.copy{
	font-size:14px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom:dashed 1px;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.mensajeErr{
	color:#333333;
	border:dashed 1px #333333;
	background-color:#CCCCCC;
	padding: 15px;
	
}
.headermensajeErr{
	color:#FF0000;	
}

/***************************************
*********	agregados para hotlaps	****
****************************************/
tr.sectiontableentry3 td {
	padding: 2px;	
	background-color:#484747;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:dotted 1px #484747;
	height:23px;
}

tr.sectiontableentry3:hover td {
	padding: 2px;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:dotted 1px #484747;
	height:23px;	
	
	background-color:676565;
}


tr.sectiontableentry4 td {
	padding: 2px;
	background-color:#414040;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:dotted 1px #484747;
	height:23px;
}

tr.sectiontableentry4:hover td {
	padding: 2px;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:dotted 1px #929090;
	height:23px;	
	
	background-color:#676565;
	
}


td.hotlapNuevo{		
	color:#FFCC00;
}
td.hotlapNormal{	
	color: #FFFFFF;
}



.circuito{
	margin: 0 -8px 10px;
	padding: 0 0 0 10px;
	font-size: 100%;
	height: 28px;
	line-height: 28px;
	color: #333333;
	background: url(../images/h3-bg.gif) no-repeat left;
	text-transform: uppercase;
}
.modtrack{
	color:#9eb502;
	text-transform: uppercase;
}
.header{
	border-bottom:1px solid #31332d;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
.copy{
	color:#FFCC00;
	font-size:14px;

}	

.sortable-text, .sortable-numeric, .sortable-date{
	height: 19px;
	background: url(../images/m_sf.gif) repeat-x;
	text-align:center;
	color:#FFFFFF;
	
}
th.sortable-text a, th.sortable-numeric a, th.sortable-date a{
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
th.sectiontableheaderHotlaps {
	height: 19px;
	background: url(../images/m_sf.gif) repeat-x;
}
input{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}