/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_default {
	width: 100%;
	background-color: #B0DFFF;
	border: 1px solid #999999;
	background-image: url(media/kyticky.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.containermaster_blank {
	width: 100%;
}
.containermaster_violet {
	width: 100%;
	background-color: #FFFFFF;
	border: 2px solid #999999;
}
.containermaster_gamboge {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px dashed #999999;
}
.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
}
.containerrow1_defult {
	background-color: #62C0FF;
	height: 32px;
}
.containerrow1_violet {
	background-color: #717ED2;
	height: 11px;
}
.containerrow1_gamboge {
	background-color: #FF954F;
	height: 11px;
}
.containerrow1_blue {
	background-color: #B0DFFF;
	height: 11px;
}
.containerrow1_blank {
}
.titulek{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}



























