/*tour menu*/
.tour ul.list-inline li a{
	color:#FAFAD2;
}

.tour ul.list-inline li a:hover,
.tour ul.list-inline li.active a{
	color:#EEE8AA;	
	text-shadow: 0 0 0.2em #FFA500,0 0 0.2em #FFA500;
	text-decoration:underline;
}

/*Event Frames*/
.tour div.row.anEvent{
	border-radius: 14px 0px 13px 0px;
	-moz-border-radius: 14px 0px 13px 0px;
	-webkit-border-radius: 14px 0px 13px 0px;
	border: 1px solid #C0C0C0;
	background-color:rgba(0, 0, 0, 0.6);
	padding:1em;
	margin:5px;
	height:60px;
}

.tour div.row.anEvent.future{
	background-color:rgba(255, 255, 255, 0.3);
}

.tour div.row.anEvent img#countryflag{
	width:44px;
}

.tour #mainEventInfo{	
}

.tour #inforesa{
}

.tour #touricon{ 
}

.tour #touricon img{
	width:24px;
	height:auto;
	margin:2px;
}