/* Slashdot theme */

.content {
	color: #000;
}
.content a:link { color: #066; }
.content a:visited { color: #000; }
.content a:active { color: #00f; }

table.DocBox, table.MenuBox {
	margin: 0px 0px 10px 0px;
}

.MenuBox .content {
	background-color: #ccc;
}

table.DocBox {
	padding: 0px;
	width: 100%;
	border-style: none;
	border-spacing: 0px;
}

.SlashdotBar {
	background-color: #066;
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

.SlashdotBar img {
	width: 13px;
	height: 16px;
	vertical-align: top;
}

/* Show RedCurve only on AlertBox, and show GreenCurve only on others */
/* Note that there is no brown curve for WarningBox; it gets green */
img.RedCurve {
	display: none;
}
.AlertBox img.GreenCurve {
	display: none;
}
.AlertBox img.RedCurve {
	display: inline;
}
.AlertBox .SlashdotBar {
	background-color: #c33;
}
.WarningBox .SlashdotBar {
	background-color: #630;
}

td.subtitle {
	color: #000;
	font-weight: bold;
}

/* Menu */
table.MenuBox {
	width: 250px;
	border-style: none;
	border-spacing: 0px;
}

table.MenuBox td.TitleBar {
	background-color: #066;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	white-space: nowrap;
	font-weight: bold;
}
