/* Reset the hostname heading margin */
h2 {
	font-family: Franklin Gothic Medium, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	margin-bottom: 1em;
}

/* Main body text */
.mainbody-container {
	width: 100%;
}

.mainbody {
	margin: 0;
}

/* Main box titles */
.boxtitle { /* Default title no color */
	font-weight: bold;
	font-size: large;
}

/* Box area */
.menubox {
	list-style-type: none;
	margin-top: 0em;
	padding-left: 0.5em;
	background-color: rgb(224,224,224);
}

/* Subcategory title */
.subcat_title {
	font-weight: bold;
}

/* Menu items */
.menuitem {
}

.menusubcat {
}

/* Warning box (used by password checker etc.) */
.warningWidget:before {
    content: url(/static/icon-s/Warning.png);
}

.warningWidget {
    border: solid thick yellow;
    background: rgb(255,255,224);
}
