﻿/***********************************************/
/* STAVY PROVEDENYCH OPERACI                   */
/***********************************************/

#Result {
	margin: 5px 2px 5px 2px;
	text-transform: uppercase; 
	font-weight: bold;
	padding: 5px;
	font-family: Arial, Verdana;
}

#Result div {
	text-transform: none; 
}

.ResultSuccess {
	border: 2px solid #2184e0;
}

.ResultError {
	border: 2px solid #ac0000;
	background:#ac0000 url(../design/error.gif) right 50% no-repeat;
	padding:10px 80px 10px 15px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}

.ResultError h2 {
	color:#FFF;
	font-size:1.1em;
	margin:0;
	padding:0;
}

.ResultError ul li {
	background:url(../design/li-chyba.gif) 0 5px no-repeat !important;
}

.ResultWarning {
	border: 2px solid #e6c800;
	background:#e6c800;
	padding:10px 15px;
	color:#333333;
	font-weight:bold;
	margin-bottom:20px;
}

.ResultWarning ul li {
	background:url(../design/li-warning.gif) 0 5px no-repeat !important;
}	

.ResultInformation {
	border: 2px solid #2184e0;
}

.ResultSuccess, .ResultInformation {
	background:#2184e0;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}

.ResultSuccess ul li, .ResultInformation ul li {
	background:url(../design/li-ok.gif) 0 5px no-repeat !important;
}

