/*
 * Created on 28-Dec-2007
 *
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at http:**www.mozilla.org/MPL/
 *
 * Alternatively, you may redistribute this library, use and/or modify it under the terms of the
 * GNU Lesser General Public License as published by the Free Software Foundation;
 * either version 2.1 of the License, or (at your option) any later version.
 * You may obtain a copy of the LGPL at http:**www.gnu.org/copyleft/.
 *
 * PHP scripts and classes developed by Andy Strong
 *
 * Style sheet for simulating frames using only Cascading Style Sheets
 * 
 * Copyright HHHSoftware, 2006 - 2007
 * 
 * Version   Date     Comments
 *  1.00   28/12/06   First Incarnation.
 */

body
{
	background:  #FEFEE8 url(/nh4_new/images/ononfeet.jpg) repeat-y 45px 10px;
	background-attachment: fixed;
	font-family:	verdana, arial, sans-serif;
	font-size:		14px;
 }

.linkIndex
{ 
	position: absolute;
	left: 10px;
	top: 125px;
	width: 175px;
	border: 2px solid #E4D800;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background-color: #E4D8C7;
}

.linkIndex a
{
    margin: 1;
    display: block;
    text-decoration: none;
    padding: .1em 0px .1em 0px;
    color: blue;
}

.linkIndex a:link
{
	color: blue;
}

.linkIndex a:visited
{
	color: #0071F0;
}

.linkIndex a:hover
{
    border : 0;
    display: block;
    text-decoration: none;
	border-style: thin dotted;
    color: blue;
    background: #F0F0F0;
}

.linkIndex a:active
{
	color: #0071F0;
	border-style: thin dotted;
}

/* Contents Box is the simulation of the main content frame
whose content changes according to the link clicked in the
left linkIndex frame */
#contentsBox{  position: absolute;
top: 160px;
left: 220px;
width: 70%;
padding: 0px 5px;
}
 
a:link{
 color: blue;
}

a:visited{
 color: #0071F0;
}

a:active{
 color: blue;
}

#title #logo{
	float:				right;
	padding:			10px 0 0 30px;
	}
	
#menuPage{
  position: relative;
	left: -5px;
	color: #0071F0;
}
	
/* Mast head is simulation of top frame */
#mastHead{ 
position: absolute;
top: 10px;
left: 220px;
width: 75%;
z-index: 1;
}

/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ 
position: absolute;
left: 10px;
top: 125px;
width: 175px;
border: 2px solid #E4D800;
padding: 3px;
background-color: #E4D8C7
}


#borderTable {	
/*padding: 2px 4px 2px 4px;*/
border: 1px solid black;
}

pre.code{ margin: 5px 25px;
border: 2px dashed #ddd;
padding: 3px 8px; }

dt { margin-top: 1em;
color: #DD0000;
}

table.runlist {
	font-size:		14px;
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #FEFEE8;
}
table.runlist th {
	font-size:		18px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: silver;
}
table.runlist td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #FEFEE8;
}

#nextrunbox{
	position: absolute;
	right: 1%;
	top: -20px;
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
}

/* Link Index is the simulation of left index/browsing frame */
.attnBox
{ 
	position: absolute;
	left: 10px;
	top: 375px;
	width: 175px;
	border: 5px solid #04D800;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #E4D8C7
}

.attnBox a
{
    margin: 0;
    display: block;
    text-decoration: none;
    padding: .1em 0px .1em 0px;
    color: blue;
}
.attnBox a:hover{
    border : 0;
    display: block;
    text-decoration: none;
    color: blue;
    background: #F0F0F0;
}
.attnBox a:visited
{
 color: #0071F0;
}

