/*
	Styling of default layout

	Copyright 2008 Ivasoft Brno.
*/
@media screen {
	body {
		background-color: #BAE39B;
	}
}
table.layout {
	background-color: #FFFFFF;
}

/*
	Header
*/
.header {
	background: #BAE39B;
}
.header #toplevelMenu .matrj {
	background: white url(/images/hdrSplit.png) no-repeat;
}

.header #logo {
	background: #346715;
}

.header h1,
.header h1 a,
.header h1 a:visited {
	color: #346715;
}

@media screen {
	.edgeL {
		background-image: url(/images/pageEdgeL.png);
		background-color: #BAE39B;
	}
	.edgeR {
		background-image: url(/images/pageEdgeR.png);
		background-color: #BAE39B;
	}
	tr.pageEdge td {
		background-image: url(/images/pageEdgeB.png);
		background-color: #BAE39B;
	}
	tr.pageEdge td.peL {
		background-image: url(/images/pageEdgeBL.png);
		background-color: #BAE39B;
	}
	tr.pageEdge td.peR {
		background-image: url(/images/pageEdgeBR.png);
		background-color: #BAE39B;
	}
}

.header #menu #captionMenu a:hover {
	background-color: #346715;
	color: #BAE39B;
}


/*
	Footer
*/
.footer {
	background: #BAE39B;
}
.footer a, .footer a:visited, .footer a:hover, .footer td {
	color: #666666;
}


/*
	Navigation pane
*/
.navPane {
	background: url(/images/pageShadeT.png) no-repeat 0em top;
}
.navPane h2 {
	color: #346715;
}
.navPane .attributes th {
	border-left-color: #BAE39B;
}

/* Navigation button on the left */
.navPane .bigBtn {
	border-color: #BAE39B;
}
.navPane .bigBtn .number {
	color: white;
	background: #BAE39B;
}

#news #newsCaption {
	background: #BAE39B;
}

/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border-color: #AA3300;	
}
.paneC {
	/* Pane cue */
	background-color: #AA3300;
	color: White;	
}
.editCnt {
	/* Edit cue */
	border-color: #3300AA;
}