/* by Ray Yates PCI Net */
body, table, td, th, p { 
	font-size: 13px;
	font-family: "Trebuchet MS",Helvetica,Arial,Sans-Serif; 
	letter-spacing: .05em;
	color: black;
}
body { 
	margin: 0; 
	padding: 0; 
	background: #EEEEEE url("images/bg_gradiant_black.png") repeat-x fixed; 
}
p { 
	margin-top: 0px; 
	margin-bottom: 12px; 
}
h1, h2, h3, h4 { margin: 0 }
h1 {
	font-size: 19px;
	font-style: oblique;
}
h2 {
	font-size: 19px;
	margin-bottom: 12px;
}
h3 {
	font-size: 16px;
	color: #235084;
}
h4 {
	font-size: 13px;
}
a {
	color:#406080;
	text-decoration:none;
}
a:hover {
	color: #d03040;
	text-decoration:none;
}
pre {
    display: block;
    background-color: white;
    border: 1px inset #666;
    font-size: 11px;
    margin: 6px 12px;
    padding: 5px;
    overflow: auto;
    background-color: #e6e6f0;

}
pre b {
    font-size: 13px;
    font-family: Arial, Helvetica, Sans-Serif;
}
dl {
	font-weight: bold;
}
dd {
	font-weight: normal;
}
#pagewrapper { 
	width: 1016px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -508px;
	background: url(images/bg_shadow1016.png) repeat-y;
	padding-left: 8px;
}
#container, #navbar, #header, #footer { 
	position: absolute;
	width: 1000px; 
}
#header { 
	top: 25px;
	height: 83px;
	background: #d9d9d9 url(images/logo.gif) right top no-repeat;
	border-bottom: 1px solid #a8b8c8;
}
#navbar {
	top: 0px;
	height: 25px;
	background-color: #a8b8c8;
	font-weight: bold;
	font-size:10px;
	text-align: center;
}
#navbar a {
	margin-right: 16px;
	color: black;
	font-weight: bold;
}
#container { 
	position: relative;
	margin-top: 109px;
	background-color: white;
	height:600px;
}

#categories, #content {
	cell-spacing: 0;
	padding: 0 5px;
	vertical-align: top;
	text-align: left;
	width: 20%;
}
#categories {
	border-right: 1px solid #a8b8c8;
	width: 188px;
}
#categories ul {
	list-style-type: none;
	margin-top: 0;
	padding: 0;
}
#categories * li {
	color: #406080;
	font-size: 13px;
}
#categories * li:hover {
	cursor: pointer;
}
#categories ul li {
	font-weight: bold;
	font-size: 15px;
}
#categories ul li ul {
	padding: 0 12px;
}
#categories ul li ul li {
	font-weight: normal;
	font-size: 13px;
}

#content {
	width: 80%
}
#content ul, #content ol {
	margin-top: 0px;
	margin-bottom: 12px;
}
.previous, .next {
	width: 100px;
	border: 1px solid black;
	float: right;
	text-align: center;
	margin: 6px;
}
.previous {
	background: url(images/arrowL.gif) no-repeat 5px 2px;
}
.next {
	background: url(images/arrowR.gif) no-repeat 90px 2px;
}
#footer {
	position: relative;
	height: 40px;
	background: #eeeeee url(images/bg_footer.png) repeat-x;
	border-top: 1px solid #a8b8c8;
	color:#406080;
	font-size:10px;
	text-align: center;
	padding-top: 6px;
}
/* Function tables */
.func {
	border-collapse: collapse;
	border: 1px solid ;
	padding: 3px;
}
.func caption {
	font-weight: bold;
	text-align: left;
}
.func th {
	background-color: #e6e6f0;
}
.func td { 
	vertical-align: top 
}
.totop {
	float: right;
	font-size: 13px;
}
.margin4 {
	margin: 4px;
}
.clear {
	clear: both
}
.floatleft {
	float: left
}
.floatright {
	float: right;
}
