::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4A6C84;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4A6C84;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4A6C84;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #4A6C84;
}

.snih th {
	/* background-image: linear-gradient(to bottom, #4b788d 15%, #426676 85%); 
	background-image: -moz-linear-gradient(top, #4b788d 15%, #426676 85%); 
	background-image: -ms-linear-gradient(top, #4b788d 15%, #426676 85%); 
	background-image: -o-linear-gradient(top, #4b788d 15%, #426676 85%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b788d', endColorstr='#426676'); */
	background-color: #356f88; 
	color: white; 
} 

.snih td {
	background: #fbfbfb;
}

.snih .color-hory td { 
	background: #c7c7c7;
	color: black;
}
.snih .c-s td,
.snih .color-sudy td {
	background: #e3e3e3;
}

.snih .color-hory td div {
	background: #c7c7c7 none repeat scroll 0%;
}

.snih .search {
	border-right: #D3DDE7 thin solid;
	border-top: #D3DDE7 thin solid;
	border-left: #D3DDE7 thin solid;
	border-bottom: #D3DDE7 thin solid;
	background: #f1f3f5;
}

.snih .btn {
	display: inline-block;
	background: #D2DCE6;
	color: #3C5464;
}

.snih .btn:hover {
	background: #E3E7EE; 
}

.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active { 
	color: black;
	background:#95acbe;
	border: thin solid #4A6C84;
}

.ui-widget .ui-dialog-content {
	background: #EFEFF7;
	border: medium solid #395364;
}

.ui-widget .ui-widget-header {
	background-image: linear-gradient(to bottom, #4A6C84 15%, #395364 85%); 
	background-image: -moz-linear-gradient(top, #4A6C84 15%, #395364 85%); 
	background-image: -ms-linear-gradient(top, #4A6C84 15%, #395364 85%); 
	background-image: -o-linear-gradient(top, #4A6C84 15%, #395364 85%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A6C84', endColorstr='#395364'); 
	background-color: #395364; 
	color: white; 
}

.pohori {
	color: #889EAC;
}

.pohori a {
	color: #395465;
}