/*
	Styling of Volvo layout

	Copyright 2006 Ivasoft Brno.
*/
body {
	background: #6d96b1;
}

/*
	Header
*/
.edgeL {
	background: url(/layoutDef/edgeL.png) right top no-repeat;
}
.edgeR {
	background: url(/layoutDef/edgeR.png) left top no-repeat;
}
.navPane {
	background: url(/layoutDef/edgeT.png) repeat-x;
	padding-top: 10px;
}

/*
	Main
*/
.navPane A.simple, .navPane A.collapsed, 
.navPane .simpleSelected, .navPane .expanded, 
.navPane A.sub, .navPane .subSelected,
.navPane .sub2 A, .navPane .subSelected2 SPAN {
	color:white;
	background: url(/layoutDef/mnuBg.png) repeat-x;
	line-height: 34px;
	width: 155px;
}
.navPane A.simple:hover, .navPane A.collapsed:hover {
	color:yellow;
}
.navPane .simpleSelected {
	color:yellow;
}
.navPane A.sub, .navPane .subSelected,
.navPane .sub2 A, .navPane .subSelected2 SPAN
{
	background-color:#C3CFDD;
	color:#000000;
}
.navPane A.sub:hover
{
	background-color:#EAEEF2;
}
.navPane .subSelected, .navPane .subSelected2
{
	background-color: #EAEEF2;
	border-top-color:#A7B9CD;
	border-bottom-color:#A7B9CD;
}
.navPane .sub2 A, .navPane .subSelected2 SPAN
{
	background-color:#EAEEF2;
}
.navPane .sub2 A
{
	color:#666666;
}
.navPane .sub2 A:hover 
{
	color:#000000;
}

/*
	Footer
*/
.edgeLF {
	background: url(/layoutDef/edgeLF.png) no-repeat;
}
.edgeRF {
	background: url(/layoutDef/edgeRF.png) no-repeat;
}
.footer {
	background: url(/layoutDef/edgeTF.png) repeat-x;
}
.footer, .footer a {
	color: white;
}
.footer a {
	text-decoration: underline;
}

/*
	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;
}