/* ################################### */
/* ##### WARNINGS css by vouhead ##### */
/* ################################### */

.meteoalarm1 {
  color: #700394;
  font-size: 11px;
  font-weight: normal;
}
.meteoalarm2 {
  color: #700394;
  font-size: 12px;
  font-weight: normal;
}
.meteoalarm3 {
  color: #006600;
  font-size: 11px;
  font-weight: normal;
}
.meteoalarm-title1 {
  color: #700394;
  font-size: 7pt; 
  font-weight: normal; 
  text-decoration: none;
}
.meteoalarm-line1 {
  background-color: #F2EE37; 
  border-bottom: 1px solid #b6b6b6;
}
.meteoalarm-line2 {
  background-color: #F2EE37; 
  border-top: 1px solid #b6b6b6;
}
.sat24-line1 {
  background-color: #F2EE37; 
  border-bottom: 1px solid #b6b6b6;
}
.sat24-line2 {
  background-color: #F2EE37; 
  border-top: 1px solid #b6b6b6;
}
.sat24-line3 {
  background-color: #F2EE37; 
}
.sat24-title1 {
  color: #700394;
  font-size: 9pt; 
  font-weight: normal; 
  text-decoration: none;
}
.sat24-title2 {
  color: #700394;
  font-size: 8pt; 
  font-weight: normal; 
  text-decoration: none;
}

.sat24-select{
width:150px;
height:20px;
overflow: hidden;
border:1px solid #700394;-moz-border-radius: 3px; border-radius: 3px;
background:url(sat24-select_arrow-enabled.png) no-repeat right #f2e337;
}
.sat24-select select{
background:transparent;
width:150px;
padding:0px;
border: none;
font-size:12px;
color: #700394;
height:20px;-webkit-appearance:none;
}

.sat24_button{
background: #f2e337; 
border:1px solid #700394;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
color: #700394; 
height:22px;
}
.sat24_button:hover{
background: #ddcf34; 
border:1px solid #700394;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
color: #700394; 
height:22px;
}

/* ##### START Tabs1 Meteoalarm ##### */

.container1 {width: 800px; margin: 10px auto;}
ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	width: 100%;
}
ul.tabs1 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	border: 1px solid red;
	border-left: none;
	margin-bottom: -1px;
	background: #c9c651;
	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: #e4e16b;	
}	
html ul.tabs1 li.active  {
	background: #F9F799;
	border-bottom: 1px solid #F9F799;
	font-size: 1em;
	text-decoration: underline;
}
html ul.tabs1 li.active a:hover  {
	background: #F9F799;
	border-bottom: 1px solid #F9F799;	
}

.tab_container1 {
	min-height: 600px;
	border: 1px solid red;
	border-top: none;
	float: left; 
	width: 100%;
	background: #F9F799;
}
.tab_content1 {
	color: #700394;
	padding: 20px;
	font-size: 1.2em;
}
/* ##### END Tabs1 Meteoalarm ##### */