/* Bluecurve 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-color: #e7e7e7;
}

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

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

table.DocTitle td.Left {
	width: 22px;
}
table.DocTitle td.Left img {
	width: 22px;
	height: 20px;
	display: block;
}
table.DocTitle td.Right {
	width: 64px;
}
table.DocTitle td.Right img {
	width: 64px;
	height: 20px;
	display: block;
}

table.DocTitle td.Middle {
	background-image: url(top-bg.gif);
}

table.DocTitleBox {
	padding: 0px;
	height: 20px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
}
table.DocTitleBox td {
	width: 214px;
	heighT: 20px;
	background-image: url(top-gradiant.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 4px;
	white-space: nowrap;
	text-align: left;
	font-family: sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

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

table.Subtitle td.Left {
	width: 6px;
}
table.Subtitle td.Left img {
	width: 6px;
	height: 25px;
	display: block;
}
table.Subtitle td.Right {
	width: 6px;
}
table.Subtitle td.Right img {
	width: 6px;
	height: 25px;
	display: block;
}

table.Subtitle td.Middle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(subtitle.gif);
	font-size: 12px;
}

/* 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;
}

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

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

/* Menu */

div.MenuBox table {
	width: 250px;
	border-style: none;
	border-spacing: 0px;
	padding: 0px;
}
table.MenuTitle td {
	height: 20px;
	background-image: url(sidebar-top.gif);
	font-family: sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #7B827B;
	padding: 0px 0px 0px 25px;
	line-height: 20px;
}

table.MenuContent td.Left {
	width: 6px;
	background-image: url(sidebar-left.gif);
	padding: 0px;
	vertical-align: bottom;
}
table.MenuContent td.Middle {
	width: 238px;
	text-align: left;
}
table.MenuContent td.Right {
	width: 6px;
	background-image: url(sidebar-right.gif);
	padding: 0px;
	vertical-align: bottom;
}
table.MenuContent td.Left img, table.MenuContent td.Right img {
	width: 6px;
	height: 16px;
	display: block;
}

table.MenuBottom td {
	height: 6px;
	padding: 0px;
}
table.MenuBottom td img {
	height: 6px;
	width: 250px;
	display: block;
}
