/* E theme */

.NormalBox .content {
	color: #ffffff;
	background-image: url(halftransparent.png);
}
.NormalBox .content a:link { color: #ffbb44; }
.NormalBox .content a:visited { color: #dd9922; }
.NormalBox .content a:active { color: #ffdd77; }

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

/* Title Bar */
table.DocTitle {
	width: 100%;
	height: 18px;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
}
table.DocTitle td {
	height: 18px;
	padding: 0px;
	margin: 0px;
}

table.DocTitle td.Left, table.DocTitle td.Left img {
	width: 16px;
	height: 18px;
}
table.DocTitle td.Right, table.DocTitle td.Right img {
	width: 17px;
	height: 18px;
}
table.DocTitle td.Left img, table.DocTitle td.Right img {
	display: block;
}

table.DocTitle td.Middle {
	text-align: center;
	font-family: Verdana, Lucida, Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	background-image: url(top-bg.gif);
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
}

/* Middle Section */

table.DocContent {
	width: 100%;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
}
table.DocContent td {
	padding: 0px;
	margin: 0px;
}
table.DocContent td.Left {
	background-image: url(left.gif);
	width: 6px;
}
table.DocContent td.Right {
	background-image: url(right.gif);
	width: 6px;
}
table.DocContent td.Left img, table.DocContent td.Right img {
	width: 1px;
	height: 1px;
}


/* Bottom Row */
table.DocBottom {
	width: 100%;
	height: 6px;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
}
table.DocBottom td {
	height: 6px;
	padding: 0px;
	margin: 0px;
}

table.DocBottom td.Left, table.DocBottom td.Right {
	width: 6px;
}
table.DocBottom td.Left img, table.DocBottom td.Right img {
	width: 6px;
	height: 6px;
	display: block;
}
table.DocBottom td.Middle {
	background-image: url(bottom-bg.gif);
}
table.DocBottom td.Middle img {
	display: block;
}

/* Menu */

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