/*
	Design Copyright (c) 2003-2009 Dominik Reichl
	Usage not permitted without specific prior written permission.
*/

body, p, div, h1, h2, h3, h4, h5, h6, ol, ul, li, td, th, dd, dt, a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

/* --------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	background-image: url(./images/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

p {
	margin-left: 0px;
}

ul {
	/* margin-left: 20px;
	list-style: disc; */
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: normal;
}

hr {
	height: 1px;
	display: block;
	color: #000080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre {
	font-family: monospace;
	background-color: #E6E6E6;
	font-size: 11px;
	overflow: auto;
	display: block;
}

/* --------------------------------------------------------------------- */

a:visited {
	text-decoration: none;
	color: #0000DD;
}

a:active {
	text-decoration: none;
	color: #6699FF;
}

a:link {
	text-decoration: none;
	color: #0000DD;
}

a:hover {
	text-decoration: underline;
	color: #6699FF;
}

/* --------------------------------------------------------------------- */

div.menubox {
	border: 1px solid #C5C5C5;
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div.menubox div.menutitle {
	background-color: #C5C5C5;
	background: url(./images/grad_h_gw.gif) repeat-y;
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 1px 1px 6px;
	vertical-align: middle;
	color: #005101;
	white-space: nowrap;
}

div.menubox div.menutitlewide {
	background-color: #C5C5C5;
	background: url(./images/grad_h_gw_186.gif) repeat-y;
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 1px 1px 6px;
	vertical-align: middle;
	color: #005101;
	white-space: nowrap;
}

div.menubox a {
	display: block;
	padding: 1px 1px 1px 1px;
	border-collapse: collapse;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
	cursor: hand;
}

div.menubox a:visited, div.menubox a:active, div.menubox a:link {
	border: 1px solid #FFFFFF;
}

div.menubox a:hover {
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
}

/* --------------------------------------------------------------------- */

table.tablebox, table.tablebox75 {
	background-color: #AFB5CF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #AFB5CF;
	border-right: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-collapse: collapse;
}

table.tablebox {
	width: 100%;
}

table.tablebox75 {
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

table.tablebox tr th, table.tablebox75 tr th {
	background-color: #EEEEEE;
	font-weight: bold;
	background: url(./images/grad_v_gw.gif) repeat-x top;
	border-bottom: 1px solid #AFB5CF;
	border-left: 0px none;
	border-right: 1px solid #AFB5CF;
	border-top: 1px solid #AFB5CF;
	empty-cells: show;
	padding: 2px 2px 2px 5px;
	white-space: nowrap;
	text-align: left;
}

table.tablebox tr td, table.tablebox75 tr td {
	background-color: #F0F0F0;
	font-weight: normal;
	border-bottom: 1px solid #AFB5CF;
	border-left: 0px none;
	border-right: 1px solid #AFB5CF;
	border-top: 0px none;
	padding: 5px 5px 5px 5px;
	empty-cells: show;
	text-align: left;
}

/* --------------------------------------------------------------------- */

img {
	border: 0px none;
}

img.singleimg {
	border: 0px none;
	vertical-align: middle;
}

/* --------------------------------------------------------------------- */

input.sansedit, textarea.fixededit {
	border: 1px solid #C5C5C5;
	padding-top: 1px;
}

input.sansedit:hover, input.sansedit:focus, textarea.fixededit:hover, textarea.fixededit:focus {
	border: 1px solid #000000;
}

input.sansedit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

textarea.fixededit {
	font-family: monospace;
	display: block;
}

/* --------------------------------------------------------------------- */

div.tooltipex {
	position: absolute;
	display: none;
	background-color: #FFFFE0;
	padding: 1px 1px 1px 1px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	border: 1px solid #000000;
}

/* --------------------------------------------------------------------- */

div.specificbox {
	border: 1px dashed #808080;
	display: block;
	background-color: #EEF0FF;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

div.specificbox div.specifictitle {
	font-size: 10px;
	font-weight: bold;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: thin dotted #808080;
	border-top: 0px none;
	text-align: left;
	margin-bottom: 3px;
}

/* --------------------------------------------------------------------- */

table.sectionsummary {
	width: 100%;
	border: thin dashed #808080;
	background-color: #F0F8FF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.sectionsummary tr td {
	border: 0px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

table.sectionsummary tr td h1 {
	display: inline;
	font-size: 20px;
	font-weight: normal;
}

/* --------------------------------------------------------------------- */

h2.sectiontitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background: url(./images/grad_v_dlb_tall_light.png) repeat-x top;
	border: 1px solid #AFB5CF;
	color: #005101;
	min-height: 19px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 6px;
}

/* --------------------------------------------------------------------- */

td.helptopheader {
	background-image: url(./help/images/b32x68_headerbg.png);
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------------- */

p.pagebreak {
	page-break-after: always;
}
