tr.oddRow  {
    background-color:red;
}

tr.evenRow  {
    background-color:yellow;
}

#Headline  p{
   font-family:arial;
   font-size:35px;
   font-weight:bold;
   text-align:center;
   white-space:nowrap;
}

#HeadlineImg {
   border:1px solid white;
   width:90%;	
   margin-top:20px;
   min-width:22em;
}

#Headline div {
   margin-top:3em;
}

#Teaser {
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
	left:7em;
	position:relative;
	top:-15em;
	white-space:normal;
	width:28em;
	background:#001F11;
}

#Teaser p {
	text-align:left;
	font-size:15px;
	font-weight:bold;
    white-space:normal;
    padding:1em;
	color:white;
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1 ! important;	
}

#Tabpanel {
	text-align:center;
}

body {
   background:#001F11;
   cursor: default;
   font-family:arial;
   color:white;
}

a {
   cursor:pointer;
   text-decoration:none;
   color:white;
}

#TourList tr{
   cursor:pointer;
}

#Overview {
	margin:35px;
}
#Overview ,
#Overview table{
border: solid 1px white;
color:white;
text-align:center;
width:1100px;
margin:auto;
}

#OverviewContent img {
margin:20px;
}

.toolTip {
	position:absolute;
	top:10px;
	left:10px;
	background:red;
}