


.no_float {
  clear: both;
  float: none;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border: none;
}

#timeline {
  font-size: 10px;
  width: 638px;
  height: 494px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #333333;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("/gfx/MonthBackground.png");
  background-repeat: repeat-x;
  position: relative;
}

#tl_frame {
  width: 638px;
  height: 494px;  
  overflow: auto;
  position: relative;
}

#tl_months {
  position: absolute;
  z-index: 2;
}

#tl_months div {
  float: left;
  height: 478px;
  background-color: #ffffff;  
}

#tl_months .no_float {
  float: none;
  height: 0;
  background-color: transparent;
}

#tl_months div span {
  color: #ffffff;
  line-height: 8px;
  height: 9px;
  padding: 8px 0 3px 0;
  background-color: #333333;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

#tl_months .even_column {
  background-color: #eaeaea;
  border-right-color: #ffffff;        
}

#tl_weeks {
  height: 458px;
  overflow: hidden;
  position: absolute;
  top: 20px;  
  z-index: 3;
}

#tl_weeks div {
  float: left;
  height: 458px;  
  border-right: 1px solid #dadada;
}

#tl_year_overlay {
  width: 640px;
  text-align: center;
  opacity: 0.125;
  color: #333333;
  position: relative;
  z-index: 4;
  top: -478px;
  font-size: 275px;
  font-weight: bold;
  line-height: 208px;
  padding-top: 129px;
}

#IEroot #tl_year_overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
	filter: alpha(opacity=12);
}

.tl_story {
  position: absolute;
  top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("/gfx/ArrowUp.gif");
  background-repeat: no-repeat;  
  background-position: 29px 0;
  z-index: 5;  
}

.tl_story .tl_story_shadow {
  /* THOMAS */
  display: block;
  width: 150px;
  height: 44px;
  background-color: #333333;
  opacity: 0.35;
  position: relative;
  top: -40px;
  left: 5px;
  z-index: 6;  
}

#IEroot .tl_story .tl_story_shadow {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}

#IEroot .tl_story .tl_story_content {
  float: left;
}

.tl_story .tl_story_content {
  position: relative;
  color: #ffffff;
  background-color: #333333;
  overflow: hidden;
  z-index: 7; 
    /* THOMAS */
  border: 1px solid #444444;
  padding: 4px;
  width: 140px;
  height: 40px;
   
}

.tl_story .tl_story_content img {
/*  display: none;
  border: none; */
  margin-right: 5px;

    /* THOMAS */
  width: 50px;
  height: 35px;
  display: block;
  float: left;
  
}

.tl_story .tl_story_content .tl_story_content_text {
  float: left;
  line-height: 10px;
  /* THOMAS */
  width: 80px;
  /*overflow: hidden;*/
}

/* THOMAS */
/*
.tl_story .tl_story_content h1,
.tl_story .tl_story_content p {
  margin: 0;
  padding: 0;
  font-size: 10px;
}*/


/* THOMAS */
/*.tl_story .tl_story_content h1 {
 
  
   margin-top: 0px;
  display: block;
}*/

.tl_story .tl_story_content .tl_story_content_text a .tl_story_content_title {
  overflow: hidden;
  height: 32px;
  color: #45B939;
}

.tl_story .tl_story_content p {
  color: #aeaeae;
}

.tl_story .tl_story_content a {
  color: #ffffff;
  text-decoration: none;
}

.tl_story.mouseover {
  width: 330px;
  height: 100px;
  z-index: 1001;
}

.tl_story.mouseover .tl_story_shadow {
  display: block;
  width: 310px;
  height: 80px;
  top: -70px;
  left: 10px;
  z-index: 1000;
}

.tl_story.mouseover .tl_story_content {
  width: 300px;
  height: 70px;
  z-index: 1001;
}

.tl_story.mouseover .tl_story_content a {
  float: left;
}

.tl_story.mouseover .tl_story_content img {
  width: 100px;
  height: 70px;
  display: block;
}

.tl_story.mouseover .tl_story_content .tl_story_content_text a {
  float: none;
}

.tl_story.mouseover .tl_story_content .tl_story_content_text {
  width: 195px;
  height: 70px;

  float: left;
}

/* THOMAS */
.tl_story.mouseover  .tl_story_content_teaser {
  width: 195px;
  height: 30px;
  float: left;
  display: block;
  overflow: hidden;
}

/* keep teaser hidden unless a parent has the "mouseover" class */
.tl_story .tl_story_content_teaser {
  display: none;
}


.tl_story_content_date {
  font-size: 9px;
  font-weight: normal;
  color: #CCCCCC;
  float: right;
  margin: 0px;
}

/* THOMAS h1 removed */
/*
.tl_story.mouseover .tl_story_content h1 {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  display: block;
}
*/

/* THOMAS */
.tl_story.mouseover .tl_story_content .tl_story_content_text a .tl_story_content_title {
  color: #45B939;
  font-weight: bold;
  font-size: 11px;
  height: auto;
}


#tl_buttons {
  width: 84px;
  margin-top: 5px;
  margin-left: 278px;
}

#tl_zoom_out,
#tl_zoom_in {
  width: 21px;
  height: 21px;
  float: left;
  border: none;
}

#tl_zoom {
  float: left;
  width: 40px;
  height: 21px;
  overflow: hidden;

  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  line-height: 21px;
  color: #ffffff;
  background-color: #333333;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #ffffff;
  margin: 0;
  padding: 0;
}


