@charset "utf-8";

a:link{
		color: #000;}
a:visited{
		color: #000;}
a:hover{
		color: #d23063;}
a:active{
		color: #ddd;}

.linkcell{
		border: 1px solid #ddd;
		background: #fff url(../graphics/mback_gray40.png) repeat-x bottom left;
		margin: 0;
		padding: 0;}
.linkcell a {
		padding: 0 3px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
	}
.linkcell a:focus{
		outline: none;
}
.linkcell p {
		margin:	 0;
		padding: 0 3px;
		color:	 #aaa;
		font-size: 13px;}

.tracktab .linkcell {
	border: 1px solid #aaa;
	border-bottom: none;
}

.tracktab, tracktab thead {
		background: #fff url(../graphics/mback_gray20.png) repeat-x bottom left;
		font-family: Roboto, sans-serif;
		font-size: small;
		max-width: 800px;
}

.tracktab a , .tracktab p {
	font-size: small;
}

.tracktab a:link, .tracktab a:visited, .tracktab a:active {
	text-decoration: none;
	font-weight: bold;

}


.infow{
		position:absolute;
		height:1%;
		width:20px;
		top:0px;
		left:0px;}
.infow div{
		visibility: hidden;
		position: absolute;
		left: -2000px;
		background-color: #ffffe0;
		border: 1px solid gray;
		color:#000099;
		text-decoration: none;}
.infow:hover div{
		visibility: visible;
		position:absolute;
		top:5px;
		left:5px;
		z-index:200;}
.markertable {
		width: 100%;
		font-size: small;
		font-family: Roboto, sans-serif;
}
.markertable, .markertable td, .markertable tr{
		margin:0;
		padding:0;
		border-collapse:separate;
		background:#eeeeee;
		}
.markertable td, .markertable tr{
		height:18px;}
.markertable tbody{
	vertical-align: top;
	margin: 2px;
}

@media (max-width: 610px) {
	.tracktab thead {
		font-size: x-small;
	}
	.tracktab td {
		font-size: xx-small;
	}
	.linkcell a{
		font-size: xx-small;
	}
	.tracktab a:link, .tracktab a:visited{
		text-decoration: none;
		font-weight: bold;
		font-size: xx-small;
	}
}
