.blink-blue { 
color: #00f; 
} 
.blink-yellow { 
color: #ff0; 
} 

.b_teplota {
	background-color: orange;
	font-size: 40px;
	font-weight: bold;
	height: 150px;
	width: 250px;
        padding: 20px;
	border-radius: 6px;
}

.b_green {
	background-color: lime;
	font-size: 40px;
	font-weight: bold;
	height: 150px;
	width: 250px;
	border-radius: 15px;
}

.b_red {
	background-color: red;
	font-size: 40px;
	font-weight: bold;
	height: 150px;
	width: 250px;
	border-radius: 15px;
}

.fs {
	font-size: 40px;
	text-align: center;
}

td {
	height: 140px;
	font-size: 27px;
}
.th_nadpis {
    height:40px;
    font-size:25px;
}

a {
	text-decoration: none;
	color:#123456;
	margin-left: 20px;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
	color:#000;
}

.logout {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: navy;
	margin-right: 20px;
}


.alert {
	font: normal normal bold x-large bold Cambria;
	border: black solid;
	background-color: #FFC0A0;
	color: #FF0000;
	margin-top: 40px;
	text-align: center;
	position: relative;
	left: 25px;
}

span.tooltip {
	behavior: url('hover.htc');
	cursor: help;
	position: relative;
	margin: 0 4px 0 4px;
}
span.tooltip div {
	behavior: url('hover.htc');
	text-align: justify;
	visibility: hidden;
	min-width: 250px;
	_width: 250px;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 12px;
	background: #ffffcc;
	position: absolute;
	top: 1.35em;
	left: 1.6em;
}
span.tooltip strong {
	display: block;
	margin: 5px 0 0 0;
}
span.tooltip strong:first-child {
	margin: 0;
}
span.tooltip:hover div, span.tooltip.hover div {
	visibility: visible;
	z-index: 10;
}
span.tooltip div:hover, span.tooltip div.hover {
	visibility: hidden;
}

.tr_hlavicka {
	background-color: #99CCFF;
	font-weight: bold;
}

.tr_telo {
	background-color: #F0F0F0;
}

.tr_telo_fresh {
	background-color: #A9E2F3;
}

.tr_telo_ambient {
	background-color: #F5BCA9;
}

td {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type=number] {
    height:70px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    margin-left:10px;
    margin-right: 20px;
}