/* this site specific
	blueish 004289
	greyish 999999
*/

/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sub {
	font-size: 80%;
	vertical-align: sub;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

option {
	margin: 3px;
}
input {
	padding: 1px;
}
form {
	display: inline;
}
img {
	border: 0;
}

/* specific styles for this site */
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: local('?'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: local('?'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto-Condensed-webfont.eot');
    src: local('?'), url('../fonts/Roboto-Condensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #004289;
	background: #FFFFFF;
	font-size: 16px;
	font-family: "RobotoRegular", sans-serif;
	line-height: 1.5;
}

td, th {
	line-height: 1.5;
	vertical-align: top;
	font-weight: normal;
}

code, tt, pre {
	white-space: pre;
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
textarea {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
blockquote {
	background-color: #DDDDDD;
	margin: 10px 10px 5px 10px;
	padding: 5px 5px 0 5px;
	border: 1px;
	border-style: inset;	
	font-style: italic;
}

/* layout specific */
#container {
	margin: 0;
}
#header {
	height: 150px;
	margin: 0;
	background-image: url("../images/site/pne-header.jpg");
	border-bottom: 1px solid #999999;
}
#header img {
	margin-left: 100px;
}
#header h1 {
	display: none;
	border: 1px solid red;
}

#contents {
	padding: 0;
	margin: 20px 0 0 350px;
	width: 650px;
	min-height: 400px;
}
#contents-wide {
	padding: 0;
	margin: 20px 0 0 100px;
	width: 850px;
	min-height: 400px;
}

/* navigation stuff */
#div-right {
	float: right;
	margin-left: auto;
}
#topmenu {
    position: absolute;
    top: 120px;
    left: 300px;
    width: 700px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #999999;
	font-family: "RobotoThin", sans-serif;
    font-size: 28px;
   	line-height: 1;
}
#topmenu .singlenav, #topmenu .morenav, #topmenu .subnav {
    float: left;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    display: block;
    height: 30px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#topmenu a:hover {
	color: #004289;
	text-decoration: none;
	border-bottom: 3px dotted #004289;
}
#topmenu a {
	display: block;
	text-decoration: none;
	color: #999999;
}											
#topmenu a.singlenav, #topmenu a.morenav, #topmenu a.subnav {
	color: #999999;
}
#topmenu a.notpublic {
	color: #444444;
}
#topmenu a.active {
	color: #004289;
	border-bottom: 3px solid #004289;
}
#topmenu a.notpublic.active {
	color: #4444CC;
	font-weight: bold;
}
#leftmenu {
    position: absolute;
    top: 165px;
    left: 100px;
    width: 220px;
    margin: 0;
    padding: 0;
    color: #999999;
	font-family: "RobotoCondensed", sans-serif;
    font-size: 20px;
    line-height: 1.4;
}
#leftmenu .singlenav, #leftmenu .morenav, #leftmenu .subnav {
    text-align: left;
    display: block;
    padding: 0;
    text-decoration: none;
}
#leftmenu a:hover {
	color: #004289;
	text-decoration: none;
	border-bottom: 1px dotted #004289;
}
#leftmenu a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #999999;
	border-bottom: 1px solid #999999;
}											
#leftmenu a.singlemenu, #leftmenu a.moremenu, #leftmenu a.subnav {
	color: #999999;
}
#leftmenu a.notpublic {
	color: #444444;
}
#leftmenu a.active {
	color: #004289;
	font-weight: regular;
	border-bottom: 1px solid #004289;
}
#leftmenu a.notpublic.active {
	color: #4444CC;
	font-weight: regular;
}
#leftmenu .text {
	color: #004289;
    font-size: 30px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
#footmenu {
    width: 1000px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #999999;
	font-family: "RobotoRegular", sans-serif;
    font-size: 16px;
   	line-height: 1;
}
#footmenu .singlenav, #footmenu .morenav, #footmenu .subnav {
    float: left;
    text-align: center;
    white-space: nowrap;
    display: block;
    height: 30px;
    padding: 0 0 0 20px;
}
#footmenu a:hover {
    padding: 7px 0 0 0;
	color: #004289;
	text-decoration: none;
	border-top: 3px solid #004289;
}
#footmenu a {
    padding: 10px 0 0 0;
	display: block;
	text-decoration: none;
	color: #999999;
}											
#footmenu a.singlenav, #footmenu a.morenav, #footmenu a.subnav {
	color: #999999;
}
#footmenu a.notpublic {
	color: #444444;
}
#footmenu a.active {
    padding: 7px 0 0 0;
	color: #004289;
	font-weight: regular;
	border-top: 3px solid #004289;
}
#footmenu a.notpublic.active {
	color: #4444CC;
	font-weight: bold;
}

#stopwatch {
	padding: 10px;
	font-size: 80%;
}

/* searchmenu stuff */
#searchmenu {
    position: absolute;
    top: 30px;
    left: 840px;
    width: 150px;
    height: 30px;
    padding: 0;
}
#searchmenu input {
    height: 16px;
    width: 150px;
    color: #999999;
    background-color: white;
    border: inset 2px solid #CCCCCC;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
}

/* status panel */
#status {
	padding-top: 10px;
	text-align: left;
}
#status div.user {
	margin-top: 4px;
	padding-left: 10px;
	font-size: 10px;
}
#status div.session {
	margin-top: 8px;
	padding-left: 10px;
	font-size: 10px;
	color: #444444;
}
#status div.site {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 120%;
	color: red;
}

#copyright {
	padding-top: 20px;
	padding-left: 10px;
	color: #888888;
}
#debug {
	padding-top: 10px;
	padding-left: 10px;
	color: #444444;
}
#validators {
	padding-top: 10px;
	padding-left: 10px;
}

/* footer style */
#footer {
	height: 100px;
	background-image: url("../images/site/pne-footer.jpg");
	border-top: 1px solid #999999;
}

/* headings */
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	display: inline;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	display: inline;
	font-weight: bold;
	margin: 0;
}
h3 {
	display: inline;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
h4 {
	display: inline;
	font-weight: normal;
	padding-right: 5px;
}

/* regular links */
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #FD6115;
	text-decoration: underline;
}
a.link:visited {
	color: #2233EE;
}

/* subapps styles */
.preview, .syntax {
	background-color: #EEEEEE;
}

.templateheader-header {
	padding: 5px 0 5px 0;
}
.templateheader-title h2 {
	float: left;
	text-align: left;
	font-weight: normal;
	color: #004289;
	font-weight: normal;
	font-size: 24px;
	font-family: "RobotoCondensed", sans-serif;
}
.templateheader-details h4 {
	color: #888888;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.templateheader-details a {
	color: #888888;
}

.items-item {
	clear: both;
	margin-bottom: 15px;
	color: #999999;
	font-size: 16px;
	font-family: "RobotoRegular", sans-serif;
	line-height: 1;
}
.items-header {
	padding: 4px 0 4px 0;
	margin-bottom: 5px;
	margin-left: -1px;
}
.items-title h2 {
	float: left;
	text-align: left;
	font-weight: normal;
	color: #004289;
	font-weight: normal;
	font-size: 24px;
	font-family: "RobotoCondensed", sans-serif;
	padding-bottom: 10px;
}
.items-subtitle h3 {
	float: left;
	text-align: left;
	color: #004289;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-family: "RobotoRegular", sans-serif;
	padding-bottom: 10px;
}
.items-details {
	color: #888888;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-edit-link {
	color: #CCCCCC;
}
.items-admin-link {
	color: #CCCCCC;
}
.items-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-contents {
	clear: both;
	margin-bottom: 1ex;
	line-height: 1.8;
}
.items-contents a {
	color: #004289;
	text-decoration: none;
}
.items-contents a:visited {
	color: #004289;
	text-decoration: none;
}
.items-contents a:hover {
	color: #004289;
	text-decoration: underline;
}
.items-contents h2 {
	font-weight: bold;
	text-align: left;
	font-weight: normal;
	color: #004289;
	font-size: 24px;
	font-family: "RobotoCondensed", sans-serif;
}
.items-contents h3 {
	text-align: left;
	font-weight: normal;
	color: #004289;
	font-style: normal;
	font-size: 16px;
	font-family: "RobotoRegular", sans-serif;
}


.wiki-item {
	margin-bottom: 15px;
}
.wiki-header {
	background-color: #88AA44;
	padding: 5px 0px 22px 7px;
	margin-bottom: 1px;
	margin-left: -1px;
}
.wiki-title h2 {
	font-weight: bold;
	color: inherit;
	float: left;
	text-align: left;
}
.wiki-details {
	color: #EEEEEE;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-edit-link {
	color: #CCCCCC;
}
.wiki-admin-link {
	color: #AAAAAA;
}
.wiki-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-contents {
	clear: both;
	padding-top: 2px;
	margin-bottom: 1ex;
}
.wiki-contents a {
	color: #3366FF;
	text-decoration: none;
}
.wiki-contents a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CC1122;
}
.wiki-contents a.link:visited {
	color: #CC1122;
	border-bottom: 1px dotted #66BB00;
}
.wiki-details a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 0;
}
.wiki-edit-link {
	color: #CCCCCC;
}

.logbooks {
}
.logbooks-status {
	font-size: 80%;
}
.logbooks-data {
}

.guestbook-header {
	background-color: #6699CC;
	padding: 5px 0px 5px 7px;
	margin-bottom: 3px;
	margin-left: -1px;
}
.guestbook-title h2 {
	display: inline;
	font-weight: bold;
	color: inherit;
	float: left;
	text-align: left;
}
.guestbook-nav h4 {
	color: #000000;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.guestbook-nav a {
	color: #444444;
}
.guestbook-nav .active {
	color: #000000;
	font-weight: bold;
}
.guestbook-details {
	color: #444444;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.guestbook-details h4 {
	color: #444444;
	font-style: italic;
	font-weight: normal;
}
.guestbook-details a {
	color: #888888;
}

/* general modifiers */
.rounded-corners {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

.noshow {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.noshow:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.info:hover {
	cursor: help;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.overline {
	text-decoration: overline;
}
.underline {
	text-decoration: underline;
}

.edit {
	color: #888888;
	padding: 2px 1px 2px 1px;
}
.edit:hover {
	color: #FD6115;
	text-decoration: underline;
}

.color {
	color: #3366FF;
}
.backgroundcolor {
	background: #3366FF;
}
.smaller {
	font-size: 80%;
}
.tiny {
	font-size: 60%;
}
.help {
	color: #888888;
}

.error {
	color: #FF0000;
	font-weight: bold;
}
.lowprofile {
	color: #888888;
}
.midprofile {
	color: #AAAAAA;
}
.highprofile {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smiley {
	vertical-align: middle;
}

.current {
	background-color: #EE8888;
}

.hidden {
	display: none;
}
.border {
	border: 1px solid #000000;
}

.code {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
.fixedfont {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}

/* html commands */
ul.items {
	padding: 2px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
ol.items {
	padding: 2px;
	margin-left: 15px;
}
li.subitems {
	margin-left: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

#cleardiv {
	clear: both;
}

div.skip {
	clear: both;
	height: 2ex;
}
div.smallskip {
	clear: both;
	height: 1ex;
}
div.clear {
	clear: both;
}

a.nav {
}
a.nav-active {
	font-weight: bold;
}

/* tables */
td, th {
	padding: 3px 4px 3px 4px;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}
td.justify, th.justify {
	text-align: justify;
}

table.narrow td, table.narrow th {
	padding: 0;
}
table.wide td, table.wide th {
	padding: 4px 10px 4px 10px;
}
table.smaller td, table.smaller th {
	font-size: 10px;
}
table.tight {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.tight td, table.tight td {
	margin: 0;
	padding: 1px 0 1px 0;
	border: 0;
	border-spacing: 0;
}
table.normal {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.normal td, table.normal th {
	margin: 0;
	padding: 1px 4px;
	border: 0;
	border-spacing: 0;
}
table.normal td:first-child {
	padding-left: 0;
}
table.normal td:last-child {
	padding-right: 0;
}
table.wider {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0;
}
table.wider td, table.wider th {
	margin: 0;
	padding: 1px 15px 1px 0;
	border-spacing: 0;
	border: 0;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.border {
	border-collapse: collapse;
}
table.border td, table.border th {
	padding: 3px;
	border: 1px solid gray;
}
table.colors {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.colors td, table.colors th {
	margin: 0;
	padding: 3px 4px;
	border: 0;
	border-spacing: 0;
}

table.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list table.nested {
	margin: -2px 0 0 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list tr.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list td.list {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.number {
	margin: 2px 0 0 0;
	padding: 2px 5px 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.bullet {
	margin: 0 0 0 0;
	padding: 2px 5px 0 0;
	border: 0;
	border-spacing: 0;
}

td.contents, th.contents {
	text-align: justify;
}

/* form specific */
.formtextarea_resize {
	color: #888888;
	text-decoration: none;
	border-bottom: none;
}
.formtextarea_resize:hover {
	color: #4466CC;
	text-decoration: none;
	border-bottom: none;
}

.formcheckbox_toggle {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.formcheckbox_toggle:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

/* blockscript syntax */
.bs_pass {
	color: black;
}
.bs_command {
	color: green;
}
.bs_token {
	color: red;
}
.bs_arg {
	color: blue;
}
.bs_comment, .bs_commentline {
	color: maroon;
}
.bs_number {
	color: gray;
	font-size: 7px;
}
.bs_hidden {
	color: silver;
}

/* blockscript commands */
img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
img.frame {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
}
.text-left {
	display: block;
	text-align: left;
}
.text-right {
	display: block;
	text-align: right;
}
.text-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.text-justify {
	display: block;
	text-align: justify;
}
.text-add {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.text-del {
	text-decoration: line-through;
}

.formtext {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
	width: 200px;
	border: inset 1px #CCCCCC;
	padding: 3px;
	margin: 0;
}

.formtextwide {
	width: 400px;
}

/*
::selection {
	background: #ffb7b7;
}
::-moz-selection {
	background: #ffb7b7;
}
*/