/*CSS3*/
*{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
}

html {
	height: 100%;
}

nav {
	margin-bottom:30px;
}

table,form,div{
	margin: auto;
}

.noborder td, .noborder th {
	border: none;
}

.ok {
	font-weight:bold;
	color:green;
}

.error {
	font-weight:bold;
	color:red;
}

.centered {
	margin: auto;
	text-align: center;
}

#zatrzitka {
	margin-top:10px;
}

.button{
	margin-top:10px;
	margin-bottom:10px;
	width:150px;
	height:30px;
}

.button_div {
	cursor: pointer;
		
	margin-top:10px;
	margin-bottom:10px;
	
	width:200px;
	height:40px;
	line-height: 40px;
	
	vertical-align: middle;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border: 1px ridge black;
	color: white;
		
	background: #92b6d4;
	background: -moz-linear-gradient(top, #92b6d4 0%, #083c66 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #92b6d4), color-stop(100%, #083c66));
	background: -webkit-linear-gradient(top, #92b6d4 0%, #083c66 100%);
	background: -o-linear-gradient(top, #92b6d4 0%, #083c66 100%);
	background: -ms-linear-gradient(top, #92b6d4 0%, #083c66 100%);
	background: linear-gradient(to bottom, #92b6d4 0%, #083c66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92b6d4', endColorstr='#083c66', GradientType=0 );


}

body {
	height: 100%;
	margin: 0;
	background: #27566D; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #27566D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#27566D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%,#27566D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%,#27566D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%,#27566D 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feffff 0%,#27566D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#27566D',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table{
	border-collapse:collapse;
	margin-bottom:40px;
	margin-top:10px;
}

td,th{
	border:1px solid gray;
	border-left:2px solid black;
	border-right:2px solid black;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.div_center {
	text-align:center;
	padding:80px;
	width:950px;
	margin-top:60px;
	border: 2px solid black;
}

.vypis tr:hover{
	background: #009999;
}


/*třídy*/
.redalert{
	color:red;
}

.greenapproval{
	color:green;
}

