/*//////////////////// PAGE STYLES //////////////////////*/
* {
	margin: 0;
	border: 0;
	padding: 0;
}
html {
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	background: #bbb;
}
body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: center;
	background-color: transparent;
}
.specialText {
	display: none !important;
}
.moreInfo {
	cursor: help;
}
.note {
	padding: 1.5em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .6em;
	line-height: 1.5em;
	text-align: center;
	color: #777;
}
.stealth {
	color: #777;
	text-decoration: none;
}
.stealth:hover {
	text-decoration: underline;
}
#versionFlag {
	position: fixed;
	left: 0;
	top: 55px;
	width: 85px;
	height: 45px;
	background-image: url(../images/default/vlp-version-flag.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 2000;
}
#headerZone {
	position: relative;
	padding: 0 0 10px;
	clear: both;
	background: #bbb url(../images/default/vlp-section-tile.jpg) repeat-x left top;
}
#headerZone a {
	color: #325C92;
}
#headerZone #pagetitle {
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 40px;
	font-weight: normal;
	color: #333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 2.4em;
	line-height: 100px;
	word-spacing: -.08em;
	text-align: center;
}
#headerZone #pagetitle a {
	text-decoration: none;
}
#headerZone #pagetitle span {
	padding: 30px 0 30px 120px;
	line-height: 100px;
	word-spacing: -.08em;
	text-align: left;
	background-image: url(../images/default/VLP-icon-100x100.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#headerZone #menuZone {
	width: 640px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 18px;
	text-align: center;
	background: url(../images/default/vlp-menu-bkg-l.png) no-repeat left 50%;
}
#headerZone #menuZone #menuWrap {
	height: 40px;
	padding: 0 18px 0 0;
	background: url(../images/default/vlp-menu-bkg-r.png) no-repeat right 50%;
}
#headerZone #menuZone #menuWrap div {
	height: 40px;
	line-height: 38px;
	background: url(../images/default/vlp-menu-bkg.png) repeat-x left top;
}
#headerZone #menuZone #menuWrap div a {
	padding: 6px 15px 7px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
#headerZone #menuZone #menuWrap div a:first-child {
	border-left: 1px solid #ccc;
}
#headerZone #menuZone #menuWrap div a:hover {
	color: #335562;
	background: url(../images/default/vlp-menu-mouseover-bkg.jpg) repeat-x left top;
}
#displayZone {
	position: relative;
	border: 0;
	padding: 60px 0 50px;
	background-color: #bbb;
	background-image: url(../images/default/audience.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;
}

#bodyZone {
	clear: both;
}
.infoZone {
	min-width: 640px;
	margin: 0 40px;
	border: 0;
	border-top: 1px solid #ddd;
	padding: 0 0 2em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #bbb url(../images/default/vlp-section-bkg.jpg) no-repeat 50% top;
}
.infoArea {
	width: 640px;
	margin: 0 auto;
}
.infoArea a {
	color: #325C92;
}
.infoArea h1 {
	margin: 0 auto;
	padding: 1.5em 0 .25em;
	font-size: 1.6em;
	text-align: center;
}
.infoArea h2 {
	margin: 0 auto;
	padding: 1em 0 .25em;
	color: #004080;
	font-size: 1.1em;
}
.infoArea h3 {
	margin: 0 auto;
	padding: 1em 0 .25em;
	font-size: .9em;
}
.infoArea h3 strong {
	margin: 0 .2em 0 0;
	border-right: 1px solid #666;
	padding: 0 .5em 0 0;
	color: #9F4F00;
}
.infoArea p {
	margin: 0 auto;
	padding: 1em 0 .25em;
	color: #333;
	font-size: .8em;
	line-height: 1.6em;
	font-family: Georgia, serif;
}
.infoArea ul {
	margin: 0 auto;
	padding: 1em 0 .25em 1.2em;
	color: #333;
	font-size: .8em;
	line-height: 1.6em;
	font-family: Georgia, serif;
	text-align: left;
	
}
.infoArea p .stealth {
	color: #333;
	text-decoration: none;
}
.infoArea .example {
	padding: 0;
	color: #9F4F00;
}
.infoArea .flowAround {
	padding: 0;
	margin: 0 0 15px 25px;
	float: right;
}
.infoArea .flowAbout {
	padding: 0;
	margin: 0 25px 15px 0;
	float: left;
}
.infoArea pre {
	width: 640px;
	margin: 0 auto;
	padding: 5px;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	border: 1px solid #ccc;
	background: white;
	overflow: auto;
}
.infoArea .VLP__setOff {
	width: 460px;
	margin: 1.5em auto;
	border: 1px solid #bbb;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: center;
	background: #ededed;
}
.infoArea .formArea {
	float: right;
	width: auto;
}
.infoArea .formArea form {
	margin: .5em 0 1em 1em;
	border: 1px solid #ddd;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: left;
	background: #bbb url(../images/default/vlp-section-bkg.jpg) no-repeat 50% top;
}
.infoArea .formArea input {
	width: 190px;
	margin: 10px 5px 0;
	border: 1px solid #ccc;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	color: #999;
	background: white;
}
.infoArea .formArea select {
	width: 190px;
	margin: 10px 5px 0;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	color: #999;
	background: white;
}
.infoArea .formArea button {
	width: 120px;
	height: 24px;
	margin: 5px 5px 10px;
	padding: 0 20px 0 0;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
	line-height: 24px;
	background: no-repeat 0 0;
}
.infoArea .formArea button.dlBtn {
	background: url(../images/default/dlBtn.gif) no-repeat 0 0;
}
.infoArea .formArea button.addBtn {
	background: url(../images/default/addBtn.gif) no-repeat 0 0;
}
.infoArea .formArea button:hover {
	color: #3D7394;
	background-position: 0 -24px;
}
.infoArea .formArea input.error {
	border-color: #2E527A;
}
.infoArea .formArea label.error {
	display: block;
	margin: 0 5px;
	font-size: 10px;
	color: #2E527A;
}
.infoArea .VLP__setOff strong {
	margin: 0 .5em;
	color: #9F4F00;
}
#footerZone p {
	padding: 1.5em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .6em;
	line-height: 1.5em;
	text-align: center;
	color: #777;
}
#footerZone a {
	text-decoration: none;
	color: #777;
}
#footerZone a:hover {
	text-decoration: underline;
	color: #ddd;
}
