@charset "utf-8";
/* CSS Document */

.title{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:bold;
	text-shadow: 0.1em 0.1em 0.1em #CCCCCC; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
}
.tourDesc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

#wraper a:link {/* unvisited link */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#096;
	text-decoration:none;
}      
#wraper a:visited {/* visited link */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#096;
	text-decoration:none;
}  
#wraper a:hover {/* mouse over link */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	text-decoration:none;
}  
#wraper a:active {/* active link */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-decoration:none;
}  

.itineraryTitle{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	text-shadow: 0.1em 0.1em 0.1em #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
}
.itineraryDay{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#EEE;
	font-weight:bold;
}

.actDay{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
.hourDay{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#09C;
	font-weight:bold;
}
.trColor{
	background-color:#EEE;
}
.trColorDay{
	background-color:#09C;
}

.tourPass{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#F00;
	font-weight:bolder;
}
	
	