﻿/* File Created: ledna 18, 2012 */
div.map-popup 
{
	width:345px;
	height:140px;
	font: 10px Tahoma,'Lucida Grande CE',lucida,sans-serif;		
}

div.map-popup .title-bar 
{
	text-align:left;
	display:inline-block;
	width:315px;
	margin-top:3px;	
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;	
}

div.map-popup .close-button 
{
	text-align:right;
	vertical-align:top;	
}

div.map-popup ul.tabs li 
{
	text-align: center;
	list-style-type: none !important;
	
}

div.map-popup ul.tabs li a
{
	font-weight:bold;
	min-width:70px;	
}

div.map-popup .info1 
{
	color:#bfbfbf;	
	font-style: italic;	
}

div.map-popup span.station-type
{
	color: #FCFF59;
	font-weight:bold;
	margin-left:5px;
}

/* tabulky */

div.map-popup table 
{
	font: 11px Tahoma,'Lucida Grande CE',lucida,sans-serif;	
}

/* tabulka casu UTC/local */
div.map-popup table.time 
{
	width:100%;	
	border: 1px solid white;			
}

div.map-popup table.time th
{
	color:Black;
	text-align: center;	
	background-color: #2DC625;
	border: 1px solid white;	
}

div.map-popup table.time td 
{
	border: 1px solid white;	
	color:Black;
	text-align: center;	
	padding: 3px 3px 3px 3px;
	background-color: #2BE54D;
	font-weight: bold;	
}

/* tabulka vsech hodnot */
div.map-popup table.all 
{
	width:100%;	
	border: 1px solid white;		
}

div.map-popup table.all th
{
	color:Black;
	text-align: center;	
	background-color: #2DC625;
	border: 1px solid white;	
}

div.map-popup table.all th a
{
	color:Black;
	font-style: italic;	
}

div.map-popup table.all td 
{
	border: 1px solid white;	
	color:Black;
	text-align: center;	
	padding: 3px 3px 3px 3px;
	background-color: #2BE54D;
	font-weight: bold;	
}

/* tabulka směru a rychlosti větru */
div.map-popup table.sldir 
{
	width:100%;	
	border: 1px solid white;		
}

div.map-popup table.sldir caption {
	padding-bottom: 5px;
	text-align: center;	
}
div.map-popup table.sldir th 
{
	color:Black;
	text-align: center;	
	background-color: #2DC625;
	border: 1px solid white;		
}

div.map-popup table.sldir td 
{
	border: 1px solid white;	
	color:Black;
	text-align: center;	
	padding: 3px 3px 3px 3px;
	background-color: #2BE54D;
	font-weight: bold;	
}

/* tabulka teplot */
div.map-popup table.slouttemp 
{
	width:100%;	
	border: 1px solid white;		
}

div.map-popup table.slouttemp th 
{
	color:Black;
	text-align: center;	
	background-color: #2DC625;
	border: 1px solid white;		
}

div.map-popup table.slouttemp td 
{
	border: 1px solid white;	
	color:Black;
	text-align: center;	
	padding: 3px 3px 3px 3px;
}

div.map-popup table.slouttemp td.actual 
{
	background-color: #2BE54D;
	font-weight: bold;	
}

div.map-popup table.slouttemp td.min 
{
	background-color: #23BC3D;
	font-weight: bold;
	color: Blue;	
}

div.map-popup table.slouttemp td.max 
{
	background-color: #48BA5B;
	font-weight: bold;
	color: maroon;	
}
	