/*
 * Stylesheet for pvxDocs
 *
 * Derived from stylesheet provided by Glenn Patterson - HighTower
 */
a:link,a:visited,a:hover,#breadCrumb a:visited {
	text-decoration: none;
}

a:link,a:hover,#breadCrumb a:visited,#footer a:visited {
	color: #036;
}

a:visited {
	color: #158;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
}

img {
	border: 0;
}

.box li {
	margin: 2px 20px;
}

/*** Table Layout Stuff ***/
table.layout {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	width: 100%;
	padding: 0;
}

table.logo {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	margin: 0 0 0 0; /* top right bottom left */
	width: 100%;
	padding: 0;
}

table.noborder {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	margin: 0 0 0 0; /* top right bottom left */
	width: 100%;
	padding: 0;
}

table.note {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 0 0; /* top right bottom left */
	width: 100%;
	padding: 0;
}

td.value {
	text-align: center;
}

th.note {
	text-align: center;
}

th.title {
	border-bottom: solid 1px;
	text-align: center;
}

td.layoutLeftPane,td.layoutRightPane {
	text-align: left;
	vertical-align: top;
}

td.layoutLeftPane {
	padding: 0 0 0 10px;
}

td.layoutRightPane {
	width: 100%;
	padding: 0 10px 0 7px;
}

td.keyword {
	width: 20%;
}

td.param {
	font-family: "Courier New";
	width: 20%
}

td.returns {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-style: Italic;
	width: 20%;
}

td.logo_left {
	text-align: left;
}

td.logo_right {
	text-align: right;
}

td.logo_center {
	text-align: center;
}

td.desc {
	width: 80%;
}

th {
	background-color: #eee;
	text-align: left;
}

td {
	text-align: left;
	vertical-align: top;
}

/**** Indentation / Block Layout ****/
.blockText,.blockList,.blockIndent {
	display: block;
	color: #000000;
}

.blockIndent {
	padding: 5px 5px 5px 30px;
}

.blockIndent p,.blockList p,.blockText p {
	margin: 0 0 0 0;
}

/**** Global Box Colours & Icons ****/ /* MAIN B0RDER COLOUR */
.box,.box h3 {
	border: 1px #ccc solid
}

.box_indent {
	border: 1px #ccc solid;
	padding: 0px;
	margin: 0 20px 0 20px;
	background-color: #fff;
}

.box_indent h3 {
	border: 1px #ccc solid;
	padding: 0px;
	margin: 0 20px 0 20px;
	background-color: #fff;
}

/* Basic Box Styles */
.box {
	padding: 0px;
	margin: 0 0 7px 0;
	background-color: #fff;
}

.box h3 {
	color: #0a0a0a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-width: 0 0 1px 0;
	background-color: #f9f9ff;
	padding: 2px 0 2px 10px;
	margin: 0px;
}

/* text styles  */
.textIndex {
	font-size: 85%;
}

.textList {
	font-size: 100%;
}  /* This is usually within a 'textNormal' block */
.textNormal {
	font-size: 90%;
}

.textSource pre {
	font-size: 100%
}

.textNote {
	background-color: #eee;
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-style: Italic;
	font-weight: normal;
}

.textWarn {
	background-color: #eee;
	color: red;
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-style: Italic;
	font-weight: normal;
}

.textCode {
	display: block;
	text-align: left;
	text-indent: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
	margin-left: 5pt;
	font-size: 90%;
	font-weight: medium;
	font-style: Regular;
	color: #4444CC;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: "Courier New";
}

span.aFolder {
	display: block;
}

p.generated {
	font-size: 85%;
	font-style: Italic;
	font-weight: normal;
}

span.aSubfolder {
	display: none;
}

/* Frame - layout information */
div.smallTitle {
	border-bottom: thin solid black;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	vertical-align: top;
	width: 100%;
}

#buffer {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0
}

div#display {
	border: thin solid #999;
	padding: 6px 8px;
	display: none; /* until loaded */
}

.page100 {
	width: 100%;
}

a.menuitem {
	margin-left: 15px;
}

.aSubfolder a.menuitem {
	margin-left: 25px;
}

a.menuitemB {
	margin-left: 25px;
}