@charset "UTF-8";






html {
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    height: 100%;
}

a:hover,
a:active,
a:focus {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: Courier, monospace;
    font-size: 1.1em;
    cursor: pointer;
}

.monospace {
	font-family: Courier, monospace;
}

.likea {
    color: inherit;
    text-decoration: none;
    font-family: Courier, monospace;
    font-size: 1.1em;
}

img.language_image {
    vertical-align: middle;
}

.clear {
    clear: both;
}

#language_selection {
    text-align: center;
    float: right;
}

a.language_link {
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    margin: 2px;
    border-color: #DCDCDC;
}

a.language_link_selected {
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    margin: 2px;
    border-color: #000000;
}

a.language_link:hover,
a.language_link:active,
a.language_link:focus {
    border-style: groove;
    border-color: #000000;
}

.italic {
    font-style: italic;
}

.selected,
.bold {
    font-weight: bold;
}

a.nav {
    margin: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 6px;
    background-color: #696969;
    color: #FFFFFF;
    display: inline-block;
    border-style: groove;
    border-color: #000000;
    border-width: 3px;
    white-space: nowrap;
}

a.nav:hover,
a.nav:active,
a.nav:focus {
    border-style: ridge;
}

div.error {
    display: inline-block;
    padding: 6px;
    border-style: solid;
    border-width: thick;
    border-color: #FFD700;
    background-color: #CD5C5C;
    color: #FFFFFF;
}

address {
    padding: 8px;
}

#validatorlinks {
    padding-left: 8px;
    display: inline-block;
}

.hidden {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

#sketchboard_editor {
    display: inline-block;
    padding: 4px;
}

input,
textarea,
select,
button {
    color: inherit;
    background-color: inherit;
    border-style: groove;
    border-color: #000000;
    border-width: 3px;
    font-family: Courier, monospace;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    font-size: 1.2em;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:active,
button:hover,
button:focus {
    border-style: ridge;
    font-weight: bold;
}

#sketchboard_textbox {
    width: 100%;
}

#sliderTrack {
    width: 100%;
    height: 10px;
    background: #D3D3D3;
    position: relative;
}

#sliderThumb {
    width: 10px;
    height: 10px;
    background: #0000FF;
    position: absolute;
    left: 50%;
}

#warning {
    background: #ADD8E6;
    color: #000000;
    border-style: solid;
    border-width: medium;
    border-color: #000000;
    font-size: 1.5em;
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 20%;
    padding-top: 5%;
    margin-left: -25%;
    text-align: center;
    z-index: 99;
}

div.warningcontent {
    display: inline-block;
}

div.warningleft {
    float: left;
    margin-right: 50px;
}

div.warningright {
    float: left;
    text-align: left;
}

#proxyerror {
    color: red;
    font-weight: bold;
}

#proxyurl {
    width: 400px;
}

.emphasized {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
}

img.dsimg {
    max-height: 30px;
}

.placeholder {
    color: #808080;
}

#SBconsent_div {
    max-width: 327px;
}

#SBconsent_div input[type="checkbox"] {
    float: left;
    margin-top: 12px;
    margin-right: 12px;
}

.highlight {
    outline-width: 3px;
    outline-style: solid;
    outline-color: #B22222;
    background-color: #FF7F50;
}

.commentary_title {
    margin-right: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.commentary {
    border-style: dotted;
    border-width: 1px;
}

#commentary_fieldset,
#cf_fieldset {
    display: inline-block;
    max-width: 400px;
}

#commentary_fieldset input[type="text"],
#cf_fieldset input[type="text"] {
    min-width: 160px;
    width: 80%;
}

#commentary_fieldset textarea,
#cf_fieldset textarea {
    width: 400px;
}

#commentary_consent_div,
#cf_consent_div {
    max-width: 400px;
}

#commentary_fieldset input[type="checkbox"],
#cf_fieldset input[type="checkbox"] {
    vertical-align: middle;
}

#commentary_fieldset label,
#cf_fieldset label {
    vertical-align: middle;
    max-width: 90%;
    display: inline-block;
}

#commentary_div {
    background-color: #F5F5F5;
    padding: 8px;
    margin: 4px;
}

div.commentary {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: auto;
    padding: 4px;
    background-color: #DCDCDC;
}

div.commentary_text {
    background-color: #F8F8FF;
}

#commentpreview {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footerdiv {
    background-color: #DCDCDC;
    margin-top: 12px;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 90px;
    outline-width: 8px;
    outline-style: solid;
    outline-color: #DCDCDC;
}

div.footernav {
    margin-top: 10px;
    padding-left: 8px;
}

a.footernav,
span.footernav {
    font-style: italic;
    margin-right: 10px;
    white-space: nowrap;
}

#headerdiv {
    background-color: #DCDCDC;
    outline-width: 8px;
    outline-style: solid;
    outline-color: #DCDCDC;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
}

#headerdiv div {
    display: inline-block;
}

#navigationdiv {
    margin-top: 8px;
}

#forsaleinfo {
    font-size: 1.5em;
    vertical-align: middle;
    font-weight: bold;
    background-color: #FF4500;
}

table,
tbody,
tr,
td {
    padding: 0;
}

#contentwrapper {
    min-height: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #F5F5F5;
}

#contentdiv {
    background-color: #FFFFFF;
    outline-color: #FFFFFF;
	outline-width: 8px;
		outline-style: solid;
}

#visitorcountdiv {
    float: right;
    position: relative;
    top: 4px;
    padding-right: 8px;
}

#wcglink2 {
	font-size: 30px;
	font-family: Arial, sans-serif;
	height: 90px;
	display: inline-block;
	font-weight: normal;
}

#wcglogo {
	vertical-align: middle;
	margin-right: 0.5em;
}

.servicestate {
	font-weight: bold;
}
.state_critical {
	background-color: #FF6347;
}
.state_warning {
	background-color: #FFFF00;
}
.state_ok {
	background-color: #00FF00;
}
.state_unknown {
	background-color: #DCDCDC;
}
.statsunavailable {
	background-color: #FFEFD5;
	display: inline-block;
	padding: 8px;
	border-style: solid;
	border-color: #DC143C;
	border-width: 4px;
	font-weight: bold;
	margin-left: 12px;
}
.f2bchart {
	border-bottom-style: solid;
	padding-bottom: 12px;
	border-color: #000000;
	border-width: 3px;
}
.dyncontent {
	width: 70%;
	min-width: 570px;
	max-width: 1200px;
	margin: 0 auto;
}

#contentdiv > *:first-child {
    margin-top: 16px;
}

#contentfiller {
	padding-bottom: 84px;
/*	background-color: #DCDCDC;
	outline-color: #DCDCDC;
	outline-style: solid;
	outline-width: 8px;
*/
	margin-top: 16px;
}
ul.linklist li {
	padding: 4px;
}
#navigation_static {
	white-space: nowrap;
}
.nowrap {
	white-space: nowrap;
}
div.navmenu {
	position: absolute;
	background-color: #C0C0C0;
}

sup {
	font-size: 0.75em;
	vertical-align: super;
	line-height: 0;
}

#blocklistdelink1 {
	height: 90px;
	display: table;
	font-weight: bold;
}

#blocklistdelogotext {
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
	padding-right: 20px;
}

#blocklistdelogo {
	vertical-align: middle;
	padding-right: 10px;
	margin-right: 14px;
	padding-left: 10px;
}

#blocklistdelink2 {
	height: 31px;
	display: table;
	font-weight: bold;
	float: right;
}

#blocklistdelogotext2 {
	font-size: 7px;
	font-family: Helvetica, Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	line-height: 13px;
	padding-right: 7px;
}

#blocklistdelogo2 {
	vertical-align: middle;
	padding-right: 4px;
	margin-right: 5px;
	padding-left: 4px;
}

.taright {
	text-align: right;
}

table.borders {
  border-collapse: collapse;
}

table.borders td,
table.borders th {
  border: 1px solid #000000;
  padding: 1px;
}

   