/* Pouzivane v clankoch - cerveny panel */
.CodePanel
{
	background-color: #FFFCD6;
	padding: 0px 5px 0px 5px;
	border-right: #ff9966 thin dashed;
	border-top: #ff9966 thin dashed;
	border-left: #ff9966 thin dashed;
	border-bottom: #ff9966 thin dashed;
	margin-top: 3px;
}

/* Pouzivane v clankoch - modry panel */
.CodePanel2
{
	border: thin dashed #3399FF;
	background-color: #D5E4F2;
	padding: 0px 5px 0px 5px;
	border-right: #3399FFthin dashed;
	border-top: #3399FFthin dashed;
	border-left: #3399FFthin dashed;
	border-bottom: #3399FFthin dashed;
	margin-top: 3px;
}
