.mg_button {
	display : block;
	width: 85px;
	height: 14px;
	background-color : #ffd032;
	background-image : url('../images/button.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
	padding-bottom : 7px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mg_button:hover {
	text-decoration : none;
	color : #395f92;
}

.mg_caption {
	color: #000000;
	font-weight: bold;
}

.mg_textbox {
	width: 178px;
	height: 28px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-left: 5px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.mg_search {
	width: 17px;
	height: 17px;
	border: 0px;
	background-color : #c7232d;
	background-image: url('../images/search_button.gif');
	background-repeat: no-repeat;
	background-position: top left;
}




/* tabulka DEFAULT -------------------------------------------*/
.tabulka {
	border-top:1px solid #ffcc00;
	border-left:1px solid #ffcc00;
}
.tabulka TD{
	border-bottom:1px solid #ffcc00;
	border-right:1px solid #ffcc00;
	color: #000000;
	background-color: #ffffff;
}
.tabulka .hlavicka{
	background-color:#ffcc00;
	color:#9a2a38;
}
.tabulka .zvyraznene{
	background-color:#fff0b2;
	color:#000000;
}
