﻿body
{
	margin: 0;
	padding-bottom: 0;
	font: 76%/1.4 Georgia, serif;
}

form 
{
    background: #FFF;
}

a 
{
	color: #006ea0;
}

h1, h2, h3, h4 
{
	font-family: Georgia, serif;
}

h1 {
	font-size:32px;
	line-height:38px;
	font-weight:normal;
    margin: 10px 0 5px 0;
	text-shadow:1px 1px 0 #aca27f;
	color:#58595b;
	font-family: 'Ubuntu Condensed', sans-serif;
}

h2 {
	font-size:24px;
	line-height:38px;
	font-weight:normal;
    margin: 10px 0 5px 0;
	text-shadow:1px 1px 0 #aca27f;
	color:#58595b;
	font-family: 'Ubuntu Condensed', sans-serif;
}

h3 {
	font-size:22px;
	line-height:38px;
	font-weight:normal;
    margin: 10px 0 5px 0;
	text-shadow:1px 1px 0 #aca27f;
	color:#58595b;
	font-family: 'Ubuntu Condensed', sans-serif;
}


p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}

label 
{
	width: 40%;
	float: left;
}

input, textbox 
{
	margin: 0 0 1em 0;
}

fieldset 
{
	margin: 2em 0;
	padding: 1em;
}

.error 
{
    color: Red;
}

.hidden
{
    display:none;
}

#MainBodyArea
{
    background: #FFF;
    width:auto;
}

/************************/
/* AREAS                */
/************************/
#Logotype
{
    display: none;
}

#ImageArea
{
    display: none;
}

#HeaderArea #Functions
{
	display: none;
}

#MainMenuArea
{
	display: none;
}

#SubMenuArea 
{
    display: none;
}

#FooterArea
{
	display: none;
}

.BreadcrumbArea
{
    display:none;
}

.skip
{
    display:none;
}

.holder
{
    display:none;
}

.search
{
    display:none;
}

#nav
{
    display:none;
}


#sidebar
{
    display:none;
}

.col
{
    padding-bottom: 15px;
}

.addthis_toolbox
{
    display:none;
}

.footer-nav
{
    display:none;
}

.footer-bottom
{
    display:none;
}

.visual-section .subheading{
	display:block;
	padding:0 0 27px;
	word-spacing: 2px;
}

.visual-section img {
    margin-bottom: 10px;
}


.nodeTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.nodeTable thead tr th {
    height: 10px !important;   
}

.nodeTable tbody tr td, .nodeTable tbody tr {
    margin: 0;
    padding: 0;
    height: 35px;
}

.nodeTable thead tr th {
    background-color: rgb(252, 192, 0);
    color: #3f3f40;
    font-size: 0.9em;
    text-align: left;
}

.nodeTable td:first-child, .nodeTable th:first-child {
    padding-left: 10px;
}

.nodeTable td:last-child, .nodeTable th:last-child {
    padding-right: 10px;
}

.nodeTable thead tr:first-child th {
    padding-top: 7px;
}

.nodeTable thead tr:last-child th {
    padding-top: 10px;
}

.nodeTable tr:nth-child(even) {
    background-color: white;
}

#footer {
    display: none;
}

/* HousNodes */

.operatorSearchField {
    display: block;
    width: 100%;
    height: 50px;
    font-weight: bold;
    margin-bottom: 8px;
}

.operatorSearchField div {
    float: left;padding-right: 10px;
}

.operatorSearchField select {
    font-size: 1.2em;
}

.operatorSearchField input {
    font-size: 1.1em;
    width: 250px;
}

.operatorSearchButton {
    background-color: rgb(252, 192, 0);
    font-family: "Ubuntu Condensed", sans-serif;
    padding: 4px 10px 4px 10px;    
}

.operatorSearchButton a {
    color: #A76635;
}

.nodeTable a {
    text-decoration: none;
    color: #3f3f40;
    font-size: 12px;
    font-weight: bold;
}

.nodeExportButton {
    display: none;
}

.nodeTable td {
    border-bottom: 1px solid #CCC;
}

