/* Base Css file 'D:\internet\root\www\TourWebManta\www\Roundtrips\Css\comDayToDayProgram.css' */
/* override sub tabset styles */
div.tabset div.tab div.tabset ul.strip li
{
  margin-right: 2px;
}
div.tabset div.tab div.tabset div.tab
{
	border-top: #3C51AA 1px solid;
  border-right: #3C51AA 1px solid;
  border-left: #3C51AA 1px solid;
  border-bottom: #3C51AA 1px solid;  
  height: 100%;
}
/* photo's in the day-to-day div */
div.dtd p
{
  padding-right: 10px;
}
div.dtd p img
{
  float:right;
  padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* lastTabOfRow is used as a dummy tab and causes the other tabs to continue on the next row of the tabstrip 
   (a tab with id lastTabOfRow should not be visible for the visitor)
*/
div.tabset div.tab div.tabset ul.strip #lastTabOfRow
{
  background-color: #ffffff;
  border: none 0px #ffffff;
  cursor: default;
  display:block;  
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
