﻿body {
	font-family: Segoe UI, Verdana, Tahoma, Arial, san-serif;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	overflow-y: scroll;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a.link {
	cursor: pointer;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
/****************************List************************/
/*------------------------------------------------------
    Headings
------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
	z-index: 99;
}
.head-content {
	margin: 0 auto;
	z-index: 201;
	position: relative;
}
.logo {
	z-index: 99;
	display: block;
	float: left;
}
.menu {
	float: right;
	margin-right: 10px;
	line-height: 51px;
}
.menu img {
	vertical-align: middle;
	margin-right: 10px;
}
nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1.7;
}
nav a {
	display: block;
}
nav ul ul {
	margin-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.17em;
}
h3 {
	font-size: 1.0em;
}
p, ul, ol {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*------------------------------------------------------
    Page elements
------------------------------------------------------*/
#footer-mail {
	white-space: nowrap;
}
#footer-company address {
	font-style: normal;
	padding: 10px;
	height: 30px;
}
#rightcol {
	width: 200px;
}
#leftcol {
	width: 200px;
}
#leftcol {
	float: left;
}
#rightcol {
	float: right;
}
div#footer {
	margin-top: 15px;
	text-align: center;
	clear: both;
}
div#footer a {
	text-decoration: none;
}
div#footer * {
	font-size: 8pt;
}
/*------------------------------------------------------
    header
------------------------------------------------------*/
#header {
	display: block;
	position: relative;
	height: 100px;
	margin-bottom: 15px;
	z-index: 20;
}
#vip-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 567px;
}
#pdc-logo {
	position: absolute;
	top: 17px;
	right: 0;
	margin-right: 17px;
	height: 31px;
	width: 178px;
}
.menu-bar {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 400px;
	top: 75px;
	font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 600;
}
.menu-bar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	list-style: none;
	list-style-image: none;
	overflow: visible;
}
.menu-bar ul li {
	display: block;
	float: left;
	position: relative;
	height: auto;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	line-height: normal;
}
.menu-bar ul ul {
	display: none;
	position: absolute;
	height: auto;
	width: auto;
	padding: 0;
	top: 24px;
	left: 0;
}
.menu-bar li:hover > ul {
	display: block;
}
.menu-bar ul ul li {
	position: relative;
	float: none;
	display: block;
	width: auto;
	white-space: nowrap;
}
.menu-bar ul a:hover {
	text-decoration: none;
}
@media (max-width: 910px) {
	.menu-bar {
		margin-left: 0;
	}
}
@media (max-width: 700px) {
	#pdc-logo { display: none; }
}
@media (max-width: 567px) {
    #page-header { display: none; }
}
/*------------------------------------------------------
    Side list
------------------------------------------------------*/
div.side-list {
	border: 1px;
	border-style: solid;
	padding: 0;
	margin: 0;
}
div.side-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
div.side-list ul li {
	list-style: none;
	font-weight: 600;
	padding-left: 5px;
}
div.side-list ul li ul * {
	font-size: 8pt;
}
div.side-list ul li li {
	padding-bottom: 3px;
	font-weight: normal;
	padding-left: 0;
	margin-right: 5px;
}
div.side-list ul ul {
	margin-left: -5px;
	margin-top: 3px;
	padding: 5px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
div.side-list ul li li {
	margin-left: 5px;
}
div.side-list ul ul ul, div.side-list ul ul ul li {
	margin-left: 0;
	margin-top: 0px;
	list-style-image: url('');
}
div.side-list ul ul ul li {
	margin-left: 25px;
}
div.side-list ul ul.disc {
	padding-left: 20px;
}
/*------------------------------------------------------
    Table
------------------------------------------------------*/
table {
	border-collapse: collapse;
}
th {
	font-weight: 600;
}
.vip th {
	vertical-align: middle;
}
.vip th, .vip td {
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*------------------------------------------------------
    Syntax
------------------------------------------------------*/
.vipsyntax {
	background-color: #EAEAEA;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 40px;
	padding-right: 0.4em;
}
code {
	font-family: Verdana, Tahoma, Arial, san-serif;
}
/*------------------------------------------------------
    Media Print
------------------------------------------------------*/
@media print
{
#rightcol {
	display: none;
}
#leftcol {
	display: none;
}
div#footer {
	display: none;
}
#header {
	display: none;
}
}
/*----------------
discuss
-----------------*/
@media (max-width: 800px) {
	.postprofile { display: none; }
}
.postbody .content {
	font-size: 1.15em;
}
.navlinks, .codebox .code {
	font-size: 85%;
}
body#phpbb {
	font-size: 10pt;
}
ul.topiclist {
	padding: 0 0;
}
/*------------------
wiki
-------------------*/
body.mediawiki {
	font-size: 12pt;
}
