#result a:link,
#result a:visited {
	color: #343556;
	font-weight: bold;
	text-decoration: underline;
}

#result a:hover,
#result a:active {
	color: #343556;
	text-decoration: none;
}

#result img {
	border: none;
	vertical-align: top;
}

#result {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#result th {
	background: #C7CAD3;
	color: #343556;
	text-align: left;
}

#result th,
#result td {
	padding: 0px 0px 0px 8px;
}

#result tr.first th,
#result tr.first td {
	padding-top: 3px;
}

#result tr.last th,
#result tr.last td,
#result td.action {
	padding-bottom: 3px;
}

#result tfoot tr {
	border-bottom: none;
	background: #C7CAD3;
}

#result .actionFooter {
	text-align: right;
	padding: 3px;
}

#result tr.odd {
	background: #DFE3E7;
}

#result tr.even {
	background: #F1EEEE;
}

#result .image {
	padding-left: 0px;
	width: 88px;
}

#result .marker {
	text-align: left;
	width: 55px;
}

#result .action a, 
#result a.action {
	color: #CC0000;
	font-weight: normal;
}

#result a.action {
	line-height: 11px;
}

#result a.online {
	color: #39A21D;
}

#result a.offline {
	color: #CC0000;
}
/*
#result .daysHeader {
	font-size: 10px;
	display: inline;
	text-align: center;
	float: left;
}
*/
#result .daysHeader {
	padding: 2px 8px;
	text-align: center;
}

#result th a {
	white-space:nowrap;
}

#result td.price {
	font-weight: bold;
}


