/*
	Styling of default layout

	Copyright 2006 Ivasoft Brno.
*/
body {
	height: auto; /* IE7 height: 100%; hack */
}

table.layout {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border: none 0px;
	table-layout: fixed;
}
table.layout table {
	table-layout: auto;
}
@media screen {
	table.layout {
		width: 68em;
	}	
}


/*
	Header
*/
.header {
	vertical-align: middle;
}
.header .matrj {
	padding: 1.5em 2em 1.5em 2em;
}
.header .floatright {
	margin: 0em;
	padding: 0em;
}
.header .logo {
	padding-top: .5em;
}
.header .logo .symbol img {
	vertical-align: bottom;
}
.header .logo .symbol {
	float: left;
}
.header .logo .middle {
	background: no-repeat right bottom;
	margin-left: 196px;
}
.header .logo .middle2 {
	background: repeat-x bottom;
	line-height: 54px;
	margin-right: 7px;
}
.header .logo .skip {
	font-size: 1em;
	float:right;
	line-height: 20px;
}
.header .logo .text {
	clear: right;
	float: right;
	font-size: 18px;
	line-height: 1.3em;
}
@media screen {
	.header .logo .prefix {
		float: left;
		background: top right no-repeat;
		display:inline;
		padding-right: 59px;
	}
	.header .logo .middle {
		margin-left: 255px;
	}
}


@media screen {
	.edgeL {
		background: repeat-y right;
		padding: 0em 10px 0em 0em;
		width: 10px;
	}
	.edgeR {
		background: repeat-y left;
		padding: 0em 10px 0em 0em;
		width: 10px;
	}
	tr.pageEdge td {
		background: repeat-x top;
		padding-bottom: .5em;
	}
	tr.pageEdge td.peL {
		background: no-repeat right top;
	}
	tr.pageEdge td.peR {
		background: no-repeat left top;
	}
}


.menu	{
	text-align: center;
	vertical-align: bottom;
}
.menu .matrj {
	padding: 0em 3em 0em 2em;
	font-family: Arial, sans-serif;	
}
.menu dl {
	margin: 0em;
	display: inline;
	border-right: groove 2px;
}
.menu dl dd {
	display: inline;
	margin: 0em;
}
.menu dl dd b {
	font-weight: normal;
}
.menu A, .menu A:active, .menu A:visited {
	margin: 0em;
	padding: 0em 1em 0em 1em;
	border-left: groove 2px;
	padding-bottom: .15em;
	margin-bottom: 2px;
	text-decoration: none;
}
.menu A:hover {
/*	text-decoration: none;	
	margin-bottom: 0px;
	border-bottom: solid 2px; */
}

.pgCaption {
	/*margin: 0em -1em 0em -1em;	*/
}
.pgCaption .matrj {
	padding: 1em 1em 0.5em 2em;
}
.pgCaption h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
}
.pgCaption div.pageView {
	float: right;
	font-size: small;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0.5em 0em 0em 1em;
	text-transform: none;
}
.pgCaption div.pageView A {
	color: #666666;
}

/*
	Navigation pane
*/
.navPane {
	font-family: Arial, sans-serif;	
	padding: 0em 0em 6em 0em;
	/*background: url(/images/iLHName.png) center bottom no-repeat;*/
}
.navPane dl {	
	margin: 0em;
}
.navPane dt {
	margin: 1em 0em 0em 0em;
	padding: 1em 1.6em 0.7em 1.1em;
	font-weight: normal;
	border-bottom: solid 1px;
}
.navPane dd {
	margin: 0em;
	border-bottom: solid 1px;
	text-indent: 1.5em;
	font-size: 0.9em;
}
.navPane dd a, .navPane dd a:visited, .navPane dd a:active, .navPane dd a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
}
.navPane dd a:hover {
	text-decoration: none;
}

.pageView {
	width:24px;
	height:24px;
	overflow: hidden;
}

/*
	Links
*/
.links {
	border-left: dotted 2px;
}
.links dt {
	padding: 0em 1em 0em 1em;
}
.links p, .links ol, .links ul, .links dd {
	padding: 0em 1em 0em 1em;
}
.links .floatright {
	margin: 0em .5em 0em .5em;
	_margin: 0em .2em 0em .2em;
}
.links .attributes {
	margin: 0em .5em 0em 0em;
}
.links dl {
	margin: 0em;
}
.links dt {
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 1em;
}
.links dd {
	margin: 0em;
}

/* Gallery */
.navPane table.gallery {
	margin-left: .5em;
	text-align: center;
}

/*
	Footer
*/
.footer {
	text-align: center;	
}
.footer a, .footer a:visited, .footer a:hover {
	text-decoration: underline;
}
.footer td {
	padding: 1em 1em 1em 2em;
	vertical-align: bottom;
	font-family: Arial, sans-serif;
}
.footer td .matrj {
	border-top: solid 1px #777;
	padding-top: 1em;
	font-size: .7em;
	line-height: 2em;
}

/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border: dotted 1px;
}
.paneC {
	/* Pane cue */
	font-size: 0.7em;
	color: White;	
	display:inline-block;
	float: right;
	/*clear: right;*/		
	padding: 0.2em 1em 0.2em 1em;
}
.editCnt {
	/* Edit cue */
	border: dotted 1px;
}
.editCue {
	font-family: Sans-Serif;
	font-size: 0.7em;
	display:inline-block;
	padding: 0.2em 1em 0.2em 0em
}