/* Plain theme */

.NormalBox .content {
	color: #000;
	background-color: #eee;
}
.NormalBox .content a:link { color: #008080; }
.NormalBox .content a:visited { color: #000040; }
.NormalBox .content a:active { color: #00ffff; }

table.DocBox, table.MenuBox {
	margin: 0px 0px 10px 0px;
	border-style: none;
	border-spacing: 0px;
}

table.DocBox td.TitleBar, table.MenuBox td.TitleBar {
	background-color: #ccc;
	color: #444;
	font-family: sans-serif;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}

table.DocBox {
	width: 100%;
	padding: 0px;
}

table.DocBox td.TitleBar {
	font-size: 16px;
}

table.MenuBox {
	width: 250px;
}

table.MenuBox td.TitleBar {
	font-size: 12px;
}
