/*
	Styling of default layout

	Copyright 2008 Ivasoft Brno.
*/
@media screen {
	body {
		background-color: #005D9E;
	}
}
table.flag {
	background: url(/images/gradient.jpg) left top no-repeat;
}


/*
	Header
*/
.header {

}
.header #toplevelMenu .matrj {
	background: white url(/images/hdrSplit.png) no-repeat;
}

.header h1,
.header h1 a,
.header h1 a:visited {
	color: #346715;
}

@media screen {
	#edgeLT,
	#edgeLB {
		background: #005D9E url(/images/pageEdgeL.png) right repeat-y;
	}
	#edgeLT .matrj0 {
		background: url(/images/gradient.jpg) left top no-repeat;
	}
	#edgeLT .matrj1,
	#edgeLB .matrj {
		background: #0081C6 url(/images/pageEdgeLS.png) right repeat-y;
	}

	#edgeRT {
		background: #003A63 url(/images/pageEdgeR.png) left repeat-y;
	}
	#edgeRB {
		background: #005D9E url(/images/pageEdgeR2.png) left repeat-y;
	}
	#edgeRT .matrj0 {
		background: url(/images/gradient.jpg) center top no-repeat;
	}
	#edgeRT .matrj1,
	#edgeRB .matrj {
		background: #0081C6 url(/images/pageEdgeRS.png) left repeat-y;
	}

	#edgeLBC {
		background: #005D9E url(/images/pageEdgeBL.png) right top no-repeat;
	}
	#edgeB {
		background: #005D9E url(/images/pageEdgeB.png) top repeat-x;
	}
	#edgeRBC {
		background: #005D9E url(/images/pageEdgeBR.png) left top no-repeat;
	}
}

#menu {
	background-color: #0081C6;
}
#menu #captionMenu a,
#menu #captionMenu a:visited {
	color: white;
}
#menu #captionMenu a:hover {
	background-color: #005D9E;
	color: white;
}


/*
	Footer
*/
.footer {
}
.footer a, .footer a:visited, .footer a:hover, .footer td {
	color: white;
}
.footer td .stripe {
	background-color: #0081C6;
}


/*
	Navigation pane
*/
.navPane {
}
.navPane #stripe {
	background-color: #0081C6;
}
.navPane h2 {
	color: #346715;
}
.navPane .attributes th {
	border-left-color: #BAE39B;
}

/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border-color: green;
}
.paneC {
	/* Pane cue */
	background-color: green;
	color: White;	
}
.editCnt {
	/* Edit cue */
	border-color: #AA3300;
}