
/*--- general ---*/

body, div, p, img, ul, li, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(/ml.img/ml.body.000.beige.png);
	font-family: Nobile, sans-serif;
}

a {
	text-decoration: none;
}

p a {
	color: #495c98;
	border-bottom: 1px dotted;
}
p a:hover {
	color: #2c428a;
	border-bottom: 1px solid;
}

#debug {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 100px;
	text-align: right;
	background: transparent;
	font-family: Courier, monospace;
	font-size: 11px;
}


/*--- navigation ---*/

#navigation {
	position: absolute;
	width: 240px;
	height: 100%;
	background-color: #818b9d;
	border-right: 1px solid #798394;
}

#navMenu {
	position: absolute;
	top: 60px;
	left: 32px;
}
#navMenu ul {
	list-style: none;
	font-size: 18px;
}
#navMenu li {
	margin: 10px 0;
}
#navMenu ul a, #navMenu ul a:visited {
	padding: 5px 8px 5px 7px;
	color: #efedd9;
}
#navMenu ul a:hover {
	background-color: #798a9a;
}


/*--- banner ---*/

#logoDiv {
	position: absolute;
	top: 15px;
	left: 20px;
}

#logoGrid {
	border-collapse: collapse;
	empty-cells: show;
	background-color: transparent;
}
#logoGrid td {
	width: 4px;
	height: 4px;
	background-color: transparent;
}
#logoGrid.inactive td.x, #logoGrid td.on {
	background-color: #f9f9ef;
}
#logoGrid.highlight td.on {
	background-color: #efedd9;
}

#logoMenu {
	display: none;
	position: absolute;
	top: 33px;
	right: 125px;
	border-collapse: collapse;
	z-index: 500;
}
#logoMenu.show {
	display: block;
}
#logoMenu td {
	border: 1px solid #ddd;
	background-color: #eee;
	color: #444;
	padding: 3px 18px 3px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
#logoMenu td.highlight {
	background-color: #efedd9;
}


/*--- content ---*/

#content {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 610px;
	font: 14px Merriweather, serif;
	color: #000;
	line-height: 22px;
	padding: 15px 40px 30px;
}
#content p {
	margin: 12px 0;
}
h1, h2, h3, h4 {
	font-family: Merriweather, serif;
}
#content h1 {
	color: #555;
	margin: 0;
	font-size: 24px;
}
#content h2 {
	color: #444;
	margin: 26px 0 14px;
	font-size: 20px;
}
#content h3 {
	color: #333;
	margin: 8px 0 4px;
	font-size: 17px;
}
#content h4 {
	color: #222;
	margin: 6px 0 2px;
	font-size: 15px;
}


/*--- flyout with extra content ---*/

#content .flyout {
	margin-top: -6px;
	margin-bottom: 18px;
	font: 13px Nobile, sans-serif;
	line-height: 20px;
}
ul {
	list-style-type: none;
}
.tab {
	padding: 3px 10px;
	border: 1px dotted #2c428a;
	color: #2c428a;
	display: inline-block;
}
.tab.hover {
	border: 1px solid #2c428a;
	color: #10215a;
}
.tab.hide {
	border: 0;
	padding: 4px 12px;
	background-color: #dbdde5;
}
.tab.hide.hover {
	color: #10215a;
	background-color: #c6cbdb;
}
.text {
	display: none;
	padding: 8px 14px;
	border: 1px solid #dbdde5;
}
.text a {
	border: none;
	color: #495c98;
}
.text a:hover {
	border: none;
	color: #2c3e77;
	background-color: #ffe;
}
.text.show {
	display: block;
}


#tools {
	position: absolute;
	top: 0px;
	left: 930px;
	width: 120px;
}


/*--- rudimentary picture gallery ---*/

#gallery div {
	position: relative;
	margin-top: 20px;
}
#gallery div img {
	display: block;
}
#gallery div p {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 380px;
}
#gallery div p a {
	font-family: Nobile, sans-serif;
	border: 0;
}
#gallery div p a:hover {
	color: #1e3274;
}


/*--- tutorial with screenshots ---*/

#instructions .step {
	border-top: 2px solid #ccc;
	margin-top: 30px;
}
#instructions .step h2 {
	font-size: 40px;
	margin: 15px 0 5px;
	color: #666;
}
#instructions .step img {
	padding: 0px;
	border: 1px solid #ddd;
}


/*--- print styling ---*/

.printBlock {
	display: none;
	font-family: Nobile, sans-serif;
	font-size: 9;
	color: #444;
}

@media print {

.printBlock {
	display: block;
}

body {
	background: #fff;
}

#logoDiv, #navigation, .flyout {
	display: none;
}

#content {
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
#content p, #content h1, #content h2 {
	padding: 0 1.5cm;
}

p a {
	border: none;
	color: #000;
	border-bottom: 1pt solid #999;
}

}/*---end @media print---*/

