/* ############################## */
/* ##### Timelapse css by vouhead ##### */
/* ############################## */

.title1 {
  color: #700394;
  font-size: 9pt; 
  font-weight: bold; 
  text-decoration: none;
}
.title2 {
  color: #700394;
  font-size: 9pt; 
  font-weight: normal; 
  text-decoration: none;
}
.title3 {
  color: #006600;
  font-size: 8pt; 
  font-weight: normal; 
  text-decoration: none;
}
.line1 {
  background-color: #B8DD22; 
  border-bottom: 1px solid #79901a;
}
.line2 {
  background-color: #B8DD22; 
  border-top: 1px solid #79901a;
}

.timelapse_button{
background: #F9F799; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
color: #006600; 
height:22px;
}
.timelapse_button:hover{
background: #006600; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
color: #F9F799; 
height:22px;
}

.timelapse_text{
background: #F9F799; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
text-align: center; 
font-size:12px;
font-weight:bold;
color: #006600;
width:40px; 
height:17px;
}
.timelapse_text:hover{
background: #E8E689; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
text-align: center; 
font-size:12px;
font-weight:bold;
color: #006600;
width:40px;  
height:17px;
}

/* ##### START Tabs1 Timelapse ##### */

.container1 {width: 700px; margin: 10px auto;}
ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	width: 100%;
}
ul.tabs1 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	border: 1px solid #006600;
	border-left: none;
	margin-bottom: -1px;
	background: #9bb169;
	overflow: hidden;
	position: relative;
}
ul.tabs1 li a {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	display: block;
	font-size: 1em;
	padding: 0 5px;
	border: 1px solid #e4e16b;
	outline: none;
}
ul.tabs1 li a:hover {
	background: #b7d17c;	
}	
html ul.tabs1 li.active  {
	background: #D3F18D;
	border-bottom: 1px solid #D3F18D;
	font-size: 1em;
	text-decoration: underline;
}
html ul.tabs1 li.active a:hover  {
	background: #D3F18D;
	border-bottom: 1px solid #D3F18D;	
}

.tab_container1 {
	min-height: 800px;
	border: 1px solid #006600;
	border-top: none;
	float: left; 
	width: 100%;
	background: #D3F18D;
}
.tab_content1 {
	color: #700394;
	padding: 20px;
	font-size: 1.2em;
}
/* ##### END Tabs1 Timelapse ##### */