/* remove styles, borders, margins and paddings */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* body-wide settings */
body {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
/*	font-size: 100%;*/
	color: #000000;
	background-color: #ffffff;
	min-width: 760px;
}
body.vlapp {
	overflow: visible;
}

/* header defines */
#header {
	padding: 8px;
	position: relative;
}
#header ul {
	position: absolute;
	top: 42px;
	right: 32px;
	list-style-type: none;
	text-indent: 0;
	font-size: 10px;
}
#header ul li {
	float: left;
	width: auto;
	background-image: url(/styles/utilbar-bullet.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-left: 16px;
}
#header a, #header a:link, #header a:visited {
	color: #000;
}
#header a:hover, #header a:active {
	color: #00F;
}

/* navigation */
#nav {
	clear: both;
	width: 100%;
	height: 52px;
	background-image: url("/styles/navback.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	float: left;
	margin-top: 5px;
	text-align: center;
	position: relative;
	z-index: 20;
	background-image: url("/styles/menuseparator.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	height: 41px;
	display: block;
	line-height: 39px;
	padding: 0 6px 0 6px;
	color: #fff;
	vertical-align: middle;
	font-size: 80%;
	text-align: center;
}
* html #nav ul li a {
	/* IE6 only, because doing this will mess it up in Opera and no other 
	 * browsers but IE6 need it anyway */
	float: left;
}
* html #nav ul li a ul li {
	/* for some reason the menu font is really small in IE6, bring it back to 
	 * approximately normal size */
	font-size: 125%;
}
#nav ul li ul {
	background-image: none;
	visibility: hidden;
	display: block;
	float: none;
	position: absolute;
	top: 41px;
	left: 0;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}
#nav ul li:hover, #nav ul li a:hover {
	background-image: url("/styles/hilitenavback.png");
	background-position: top left;
	background-repeat: repeat-x;
}
#nav ul li:hover ul, #nav ul li a:hover ul {
	visibility: visible;
	background-image: none;
}
#nav ul li a table {
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#nav ul li ul li,
#nav ul li ul li:hover {
	float: none;
	background-image: none;
	white-space: nowrap;
	border: 1px solid #3e79b3;
	margin: -1px 0 0 0;
	height: 30px;
	width: 200px;
	overflow: hidden;
}
#nav ul li ul li a, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	float: none;
	background-image: none;
	background-color: #9dbbd9;
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	color: #000;
	text-align: left;
}
#nav ul li ul li a:hover, #nav ul li ul li a:active {
	background-image: none;
	color: #fff;
	background-color: #22588e;
}


/* main page area */
#pagebody {
	padding: 1em;
	clear: both;
	line-height: 1.5em;
	/* next 2 lines make sure page body is in front of footer */
	position: relative;
	z-index: 10;
	/* contain floats */
	overflow: hidden;
}
#pagebody h1, #pagebody h2, #pagebody h3, #pagebody h4, #pagebody h5, #pagebody h6 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #0054A6;
	background-color: inherit;
	line-height: 1em;
}
#pagebody h1 {
	font-size: 2.7em;
}
#pagebody h2 {
	font-size: 2.4em;
}
#pagebody h3 {
	font-size: 2.1em;
}
#pagebody h4 {
	font-size: 1.8em;
}
#pagebody h5 {
	font-size: 1.5em;
}
#pagebody h6 {
	font-size: 1.2em;
}
#pagebody p {
	margin-bottom: 1em;
}
#pagebody strong {
	font-weight: bold;
}
#pagebody em {
	font-style: italic;
}
#pagebody a {
	border-width: 0 0 1px 0;
}
#pagebody a:link {
	color: #0000FF;
	background-color: inherit;
	border-color: #0054A6;
	border-style: dotted;
}
#pagebody a:visited {
	color: #990099;
	background-color: inherit;
	border-color: #440044;
	border-style: dashed;
}
#pagebody a:hover {
	color: #FF0000;
	background-color: inherit;
	border-color: #990000;
	border-style: solid;
}

#pagebody ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0.75em 0 0.75em 2em;
}
#pagebody ul li {
	margin-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(/styles/bullet-1.png);
	background-position: 0px 0.25em;
	background-repeat: no-repeat;
}
#pagebody ul li ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0.75em 0 0.75em 2em;
}
#pagebody ul li ul li {
	margin-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(/styles/bullet-2.png);
	background-position:  0px 0.25em;
	background-repeat: no-repeat;
}
#pagebody ul.twocol {
	float: left;
	width: 90%;
}
#pagebody ul.twocol li {
	margin-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(/styles/bullet-1.png);
	background-position:  0px 0.25em;
	background-repeat: no-repeat;
	float: left;
	width: 40%;
}

#pagebody ol {
	text-indent: 0;
	margin: 0.75em 0 0.75em 2em;
}
#pagebody ol li {
	margin-bottom: 0.5em;
}

#pagebody blockquote {
	margin: 1em;
	padding: 1em;
	font-size: 0.9em;
	background-color: #CCCCCC;
	color: #000000;
	border-left-color: #FF0000;
	border-left-style: solid;
	border-left-width: 4px;
}
#pagebody img.imgright {
	float: right;
	margin: 0 0 16px 16px;
	/* next two lines make sure float stays above footer for those PITAs who 
	 * insist on using IE6 (would you EVER get a proper browser already?)
	 * Even with the float inside a z-index=1 div, it was appearing BELOW the 
	 * index=0 footer in IE6. This fixes it without breaking the real browsers 
	 * out there. */
	position: relative;
	z-index: 1;
}
* html #pagebody img.imgright {
	/* IE6 can't handle PNG transparency, so places the button graphic with a 
	 * white matted backdrop. This is fine, except for thse odd places where 
	 * the button extends below the text, and overlaps the footer gradient.
	 * This forces IE6 to leave enough space below the graphic so that the 
	 * overlap is avoided but without looking obvious.
	 */
	padding-bottom: 50px;
}

#pagebody input, #pagebody select, #pagebody textarea {
	border-width: 1px;
	background-color: #EEEEEE;
	color: #000000;
}

#pagebody table {
	margin-bottom: 1em;
	border-collapse: collapse;
	table-layout: auto;
	font-size: 0.75em;
}
#pagebody table * tr th, #pagebody table tbody tr td.label {
	font-weight: bold;
	background-color: #B5C3DF;
	color: #000000;
}
#pagebody table tfoot tr td, #pagebody table thead tr td {
	background-color: #B5C3DF;
	color: #000000;
}
#pagebody table thead tr th.label {
	border-style: none;
	background-color: #fff;
	color: #0054A6;
	font-size: 2em;
	text-align: left;
	padding: 0.5em 0 0.5em 0;
}
#pagebody table tbody tr td.label {
	width: 40%;
	text-align: left;
}
#pagebody table tbody tr td {
	background-color: #D5E3FF;
	color: #000000;
}
#pagebody table tbody tr.selected td {
	background-color: #00FFFF;
	color: #000000;
}
#pagebody table tbody tr.oddrow td {
	background-color: #EEFFFF;
	color: #000000;
}
#pagebody table tbody tr td,
#pagebody table tfoot tr td,
#pagebody table thead tr td,
#pagebody table * tr th {
	padding: 0.25em;
	border-width: 2px;
	border-style: solid;
	border-color: #FDF8EE;
	text-align: left;
	vertical-align: top;
}
#pagebody .warn {
	color: #880;
	background-color: #00f;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
}
#pagebody .failure {
	color: #F00;
	background-color: #FF0;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
}
#pagebody .success {
	color: #000;
	background-color: #0f0;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
}
#pagebody table * tr * del {
	color: #95A3BF;
	background-color: inherit;
}
#pagebody table tbody tr * del {
	color: #B5C3DF;
	background-color: inherit;
}
#pagebody .boxout {
	background-color: #D5E3FF;
	color: #000000;
	padding: 1em;
	margin: 1em 0 1em 0;
}
#pagebody .boxout h1 {
	font-size: 2em;
}
#pagebody .boxout h2 {
	font-size: 1.66em;
}
#pagebody .boxout h3 {
	font-size: 1.33em;
}

/* widebody - vlapp */
#pagebody.wide {
	width: 3000px;
}
#pagebody.wide table * tr * {
	white-space: nowrap;
	text-align: left;
}
#pagebody.wide table * tr p,
#pagebody.wide table thead tr th {
	white-space: normal;
	text-align: left;
}
#pagebody.wide .boxout {
	float: left;
	margin-right: 0.5em;
}

/* PDF output */
#printedlist table * tr * {
	padding: 0.5em inherit 0.5em inherit;
	text-align: left;
}

/* footer */
#footer {
	background-image: url(/styles/leftfoot.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	margin: -64px 0 0 0;
	padding: 60px 0 0 0;
}

#footer p {
	background-image: url(/styles/rightfoot.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	width: 100%;
	height: 40px;
	padding-top: 10px;
}
#footer p a, #footer p a:link, #footer p a:visited {
	color: #0FF;
	background-color: inherit;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:active {
	color: #FF0;
	background-color: inherit;
	text-decoration: underline;
}

@media print {
	body {
		font-size: 75%;
		min-width: 6in;
		width: 6in;
		margin: auto;
	}
	#header {
		position: static;
	}
	#footer {
		background-image: none;
		color: #888;
		position: static;
		border-top: 2px solid #888;
		padding: 0.5in;
		margin: 0;
	}
	#header ul, #nav, #footer a, .nonprinting {
		display: none;
	}
	#pagebody {
		padding: 0.5in;
		position: static;
		clear: none;
		overflow: auto;
	}
	#pagebody ul {
		list-style-image: url(/styles/bullet-1.png);
		background-image: none;
	}

	#pagebody ul li ul {
		list-style-image: url(/styles/bullet-2.png);
		background-image: none;
	}
	#pagebody em {
		border: 1pt solid #AAAA00;
	}
}

