/*
	Styling of VULHM layout

	Copyright 2009 Ivasoft Brno.
*/
/*
	Styling of layout
*/

div#layout_ctl00_ctl00_nav  {
	background: url(http://www.vulhm.cz/templates/default/img/zap_menu.jpg) no-repeat left bottom;
	padding-bottom: 20px;
}

div#layout_ctl00_ctl00_nav div {
	margin-left: 22px;
}

#stred #pmen, #print {
	display: none;
}

#foot, #foot a {
	color: #aeada9;
}


/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border: dotted 1px;
	border-color: #AA3300;	
}
.paneC {
	/* Pane cue */
	font-size: 0.7em;
	color: White;	
	display:inline-block;
	float: right;
	/*clear: right;*/		
	padding: 0.2em 1em 0.2em 1em;
	background-color: #AA3300;
	color: White;
}
.editCnt {
	/* Edit cue */
	border: dotted 1px;
	border-color: #3300AA;
}
.editCue {
	font-family: Sans-Serif;
	font-size: 0.7em;
	display:inline-block;
	padding: 0.2em 1em 0.2em 0em
}
