/*
	Styling of L2 layout

	Copyright 2006 Ivasoft Brno.
*/
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

/*
	Header
*/

.header {
	width:100%;	
	height: 82px;
}
.header IMG.logo {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:13px;
}
.header IMG.name {
	padding-top:24px
}
.header .menu {	
	margin-bottom:1px;
}
.header .menu img {
	height:18px;
	width:0px;
	vertical-align:bottom;
}

.header .menu A,
.header .menu A:visited,
.header .menu a:hover {
	font-size:11px;
	text-decoration: none;	
	padding:3px;
}
.header .menu A:hover {
}

/*
	Navigation pane
*/
.navpane {
	border-left: solid 2px;
	border-right: solid 2px;
	padding: 1em;
}
.navpane .nextModels {
	padding-top: .5em;
}
.navpane .nextModels a {
	border: solid 1px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 1em;
}
.navpane .nextModels imgs {
	display: none;
}
.navpane .nextModels a:hover {
	border:solid 1px;
}
.navpane li {	
	list-style-image: URL(images/liEBEBEB.gif);
}
.navpane dd, .pane ul {
	margin-left: 1em;
}


/*
	Main
*/
.main {
	width:100%;
	table-layout:fixed;
	clear: both;
	margin-top: 1px;
}
.main .navPaneTD {
	width:22em;
	border: none;
}
.main .contentTD {
	width: 50em;
	padding: 1em 0em 2em 2em;
}
.main .marginTD {
}


IMG.redline {
	height:1px;
	vertical-align:middle;
	margin-left:15px;
	margin-right:15px;
}

/* Image accross the whole content area */
.main div.splash {
	float: left;
	width: 100%;
	margin: 1em -2em 2em -1.5em;
	background-repeat: no-repeat;
	background-position: left top;	
}

/*
	Footer
*/
.footer {
	margin-top:2px;
	padding:10px;
}

/*
	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
}
