/* @override http://localhost/support/mandalay/mandalay.css */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: gray;
	font: .8em/1 Verdana, "Helvetica", "Arial", Sans-Serif;
	background-color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @group Color Palette */

.white { color: white; }
.silver { color: silver; }
.black { color: black; }

/* @end */

/* @group Layout DIVs */

#container {
	width: 100%;
	background-color: white;
}

#header {
	width: 100%;
	background: /* color */ url(../images/hassheader.png) repeat-x;
}

#subheader {
	width: 100%;
	background-color: black;
	color: white;
	border-top: 1px white solid;
	text-transform: uppercase;
}

#content {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: white;
}

#module {
	width: 250px;
	border: 1px silver solid;
	float: right;
	margin-left: 20px;
	padding: 10px;
}

.clear {
	clear: both;
}

#footer {
	bottom: 0;
	margin: 0 20px;
	padding-top: 10px;
	background: /* url(/images/optional.img) */ repeat-x;
	min-height: 90px;
	border-top: 1px solid silver;
}

/* @end */

h1 {
	font-size: 2em;
	padding: 20px;
}

h2 {
	font-size: 1.2em;
	padding: 10px 20px;
}

p {
	line-height: 1.4;
}

dl {
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
}

dd {
	line-height: 1.4;
	padding-left: 10px;
	padding-bottom: 20px;
}

.in {
	background-color: green;
	border: 1px black solid;
	padding: .2em .4em;
	color: white;
	font-weight: normal;
}

.out {
	background-color: red;
	border: 1px black solid;
	padding: .2em .4em;
	color: white;
	font-weight: normal;
}

ul {
	margin-bottom: 1em;
	font-weight: bold;
}

li {
	list-style-type: square;
	list-style-position: inside;
	font-weight: normal;
	font-style: normal;
}
