@import url("server_msg.css");

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	background: #AEBDCF;
}

H4 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color:  #4E5C60;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	background-image: url(../img/bg_h4.png);
	background-repeat: no-repeat;
	background-position: left;
}


td{
	font-size: 11px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}



/*Tabulky formularu celeho webu*/
.TableFormNadpis{
	margin: 10px 0 0 0;
	background: #3E6CB4;
	color: Yellow;
	font-weight: bold;
}
.TableFormBg{
	background: #DBE4EE;
}
.TableFormPopis{
	background: #EBF1F8;
}
.TableFormSpace{
	background: White;
	height: 10px;
}
.TableFormWhite{
	background: White;
	
}

.TableFormNadpis,.TableFormBg, .TableFormPopis, .TableFormWhite {
	font-size: 75%;
}

.ButtonBox{
	text-align: right;
	background: #3E6CB4;
	padding: 2px;
	margin: 5px 0 0 0;
	background-image: url(../img/bubak_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
}

*.Button{
	display: inline;
	background: #F68916;
	color: White;
	font-size: 10px;
	padding: 0 2px 0 2px;
	margin: 1px;
	border-top: 1px solid #F6D8B9;
	border-left: 1px solid #F6D8B9;
	border-right: 1px solid #864A0C;
	border-bottom: 1px solid #864A0C;
}

