/*
 * styles.css
 *
 * Style Sheet for macchina.io web application.
 *
 * Copyright (c) 2010-2015, Applied Informatics Software Engineering GmbH.
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background-color: white;
	min-width: 996px;
	width: 100%;
	color: #111;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, td, th, form, address, blockquote, strong, b, div, emph, i
{
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
}

div, p, ul, ol, li, address, blockquote, h6, form, td
{
	color: #111;
	font-size: 16px;
	line-height: 24px;
}

p, ul, ol, address, blockquote, h6, td
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.content
{
	margin-top: 16px;
	margin-left: 64px;
	margin-right: 64px;
}

div.information
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #0076B8;
	background-color: #EEE;
}

div.error
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #F00;
	background-color: #FDD;
}

div.groupbox
{
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	width: auto;
	font-size: 16px;
	line-height: 20px;
}

pre
{
	color: #222;
	font-size: 14px;
	font-family: "Lucida Console", "Monaco", Courier, "Courier New", monospace;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: pre;
	overflow: auto;
	word-wrap: normal;
}

h1
{
	color: #111;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h2
{
	color: #111;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 24px;
}

div.groupbox h2
{
	color: #111;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 24px;
}

h3
{
	color: #111;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	background: #CCC;
	border-bottom-width: 1px;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4
{
	color: #111;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

li
{
	color: #111;
	margin-left: 0px;
	margin-bottom: 2px;
}

ul
{
	padding-left: 0px;
	margin-left: 2em;
	list-style-type: disc;
	list-style-position: outside;
}

div.usernav
{
	width: 100%;
	height: 28px;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
}



