/* Aqua theme */

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

.NormalBox.MenuBox .content {
	background-image: url(sidebar-bg.png);
}

/* Override to account for shadows */
div.DocBox, table.MenuBox { margin: 0px; }
body.home {
	width: 620px;
	margin: 10px auto 0px auto;
}
body.page {
	margin: 10px 260px 0px 0px;
}

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

table.DocTitle td.Left, table.DocTitle td.Right {
	width: 79px;
}
table.DocTitle td.Left img, table.DocTitle td.Right img {
	width: 79px;
	height: 23px;
	display: block;
}

table.DocTitle td.Middle {
	text-align: center;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #000;
	background-image: url(top-bg.png);
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}

/* Subtitle */
table.Subtitle {
	width: 100%;
	height: 20px;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
}
table.Subtitle td {
	height: 20px;
	padding: 0px;
	margin: 0px;
}

table.Subtitle td.Left {
	width: 15px;
	height: 20px;
	background-image: url(left.png);
}
table.Subtitle td.Right {
	width: 30px;
	height: 20px;
	background-image: url(right.png);
}
table.Subtitle td.Middle {
	text-align: center;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #000;
	background-image: url(subtitle.png);
	font-size: 11px;
}

/* 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.png);
	width: 15px;
}
table.DocContent td.Right {
	background-image: url(right.png);
	width: 30px;
}
table.DocContent td.Left img, table.DocContent td.Right img {
	width: 1px;
	height: 1px;
	display: block;
}


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

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

/* Menu */

table.MenuBox {
	width: 250px;
	border-style: none;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
}
table.MenuBox td {
	padding: 0px;
}
table.MenuBox td.MenuTitle {
	height: 17px;
	background-image: url(sidebar-top.png);
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

table.MenuBox td.Left {
	width: 6px;
	background-image: url(sidebar-left.png);
}
table.MenuBox td.Middle {
	width: 238px;
	text-align: left;
}
table.MenuBox td.Right {
	width: 6px;
	background-image: url(sidebar-right.png);
}
table.MenuBox td.Left img, table.MenuBox td.Right img {
	width: 6px;
	height: 1px;
	display: block;
}

table.MenuBox td.MenuBottom {
	height: 11px;
}
table.MenuBox td.MenuBottom img {
	height: 11px;
	width: 250px;
	display: block;
}
