/* CSS Document */

#tour_table {
  width:100%;
  border-style:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
}

#tour_table td {
  height:20px;
  vertical-align:top;
  padding-top:5px;
  padding-bottom:5px;
}

td.tour_month{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
	background-color:#030303;
	text-align:center;
}

.links a{
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}

.tour_past {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	height:20px;
}

.tour_past a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	height:20px;
}


.note {
    color:#FFFF00;
	font-weight:bold;
}

.note1 {
    color:#FF0000;
	font-weight:bold;
}

.urgent_note {
    color:red;
	font-weight:bold;
}