/***********************************************************/
/*                                                         */
/* master je v externím rozhraní, kopíruje se do interního */
/*                                                         */
/***********************************************************/

@media print
{
	#logo
	{
		display: none;
	}

	#menu
	{ 
		display: none;
	}
}

.chyba
{
	background: #FF0000 url(images/msg_error.gif) center no-repeat; /*background: #FFCCCC url(images/msg_error.gif) center no-repeat;*/
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
	color:#fff;
	font-weight:bold;
}

.informace
{
	background: #CCFFFF url(images/msg_info.gif) no-repeat center;
	border-top-color: #0099FF;
	border-bottom-color: #0099FF;
}

.varovani
{
	background: #fff6bf url(images/msg_warning.gif) center no-repeat;
	border-top-color: #ffd324;
	border-bottom-color: #ffd324;
}

.chyba, .informace, .varovani
{
	margin-top: 0.5em;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.chyba
{
	border-top-style: inset;
	border-top-width: medium;
	border-bottom-style: outset;
	border-bottom-width: medium;
}

.napoveda
{
	color: #000000;
	background-color: #FFFFFF;
	background-image:none;
	padding: 1em;
	margin-right:1em;
}

.middle
{
	text-align:center;
}

.center
{ 
	display: block;
	text-align: center;
	margin: 0 auto;
}

.validator
{
	display: block;
	background-color: #FFFF00;
	color: #FF0000;
	/*font-weight: bold;*/
}

.ukazatel
{
	cursor:pointer;
}

img 
{
  border: 0px;
}

img.ukazatel
{
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom:0px;
}

.povinnost
{
	color: #fc2d00;
	font-size: small;
}

fieldset
{
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	margin-bottom: 1em;
	padding: 0.5em 0em 1em 0.5em;
}

fieldset legend
{
	margin: 0.5em 0 0.5em 1em;
	/*padding-top: 2em;*/
	color: #333333;
	font-weight: bold;
	font-size: 120%;
}

fieldset table
{
	vertical-align:top;
	margin-left: 0.0em;
}

fieldset table td
{
	vertical-align: top;
	padding: 0.4em 0.2em 0.2em 0.2em;
}

fieldset table.gridview
{
	border-left:none;
	border-right:none;
	margin-left: -0.5em;
}


