/************************************************************
Just Traceroute Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
************************************************************/
* {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
a, a:visited {
    color: blue;
    text-decoration: none;
}
a:active, a:focus {
    outline: 0;
}
img {
    border: 0px;
}
html, body {
    background: url(../img/bg-body-pattern.gif);
    font-family: "Courier New", Courier, monospace;
    width: 100%;
    position: static;
}
/************************************************************

* Positioning

************************************************************/
#container {
    margin: 18px auto 10px;
    width: 870px;
}
#header {
    background: url(../img/bg-header.png) no-repeat;
    height: 178px;
    width: 860px;
    position: relative;
}
#modes, #options {
    background: url(../img/bg-modes.png);
    height: 37px;
    width: 860px;
    margin-top: 6px;
    position: relative;
    margin-bottom: 6px;
}
#options {
    display: none;
}
.terminal-left {
    float: left;
    width: 426px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.terminal-right {
    width: 426px;
    float: left;
    margin-bottom: 8px;
}
.terminalhead {
    height: 30px;
    width: 396px;
    background: url(../img/bg-terminalhead.png) no-repeat;
    line-height: 30px;
    padding-left: 30px;
}
.terminalcontent {
    background: url(../img/bg-terminal.png) repeat-y;
    height: 166px;
    width: 410px;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
}
.terminalcontent a {
    color: #f60;
    text-decoration: underline;
}
#checkpoints {
    position: absolute;
    width: 160px;
    top: 10px;
    right: 12px;
}
#checkpoints ul {
    background: url(../img/checkpoint-bullits.png) no-repeat left 3px;
    padding-left: 18px;
    margin-top: 1px;
}
#checkpoints ul li {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
    display: block;
    line-height: 16px;
}
#checkpoints ul li a {
    color: #FFFFFF;
}
#checkpoints ul li a:hover {
    color: #FF3300;
}
#more-checkpoints a {
    background: url(../img/btn-more-checkpoints.png) no-repeat;
    display: block;
    height: 19px;
    width: 147px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    margin-top: 4px;
}
#more-checkpoints a:hover {
    color: #FF3300;
}
#searchfield {
    position: absolute;
    height: 24px;
    width: 243px;
    left: 555px;
    bottom: 12px;
}
#inputfield {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 24px;
    width: 243px;
    font: 20px "Courier New", Courier, monospace;
    color: #840E54;
}
#searchtxt {
    position: absolute;
    left: 23px;
    bottom: 14px;
    width: 500px;
}
#searchbtn a {
    position: absolute;
    height: 29px;
    width: 29px;
    right: 14px;
    bottom: 9px;
    background: url(../img/searchbtn.jpg) no-repeat left top;
    text-indent: -4000px;
    display: block;
}
#searchbtn a:hover {
    background: url(../img/searchbtn.jpg) no-repeat right top;
}
#searchbtn a.inactive {
    background: url(../img/searchbtn-inactive.jpg) no-repeat left top;
}
.btn-geekmode a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/btn-geekmode.jpg) no-repeat left top;
    display: block;
    height: 25px;
    width: 84px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 25px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.btn-geekmode a:hover {
    background: url(../img/btn-geekmode.jpg) no-repeat left bottom;
    color: #FF60CD;
}
.btn-mapmode a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/btn-mapmode.jpg) no-repeat left top;
    display: block;
    height: 25px;
    width: 74px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 35px;
    position: absolute;
    left: 121px;
    top: 6px;
}
.btn-mapmode a:hover {
    background: url(../img/btn-mapmode.jpg) no-repeat left bottom;
    color: #99CC00;
}
.btn-mail a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/btn-mapmode.jpg) no-repeat left top;
    display: block;
    height: 25px;
    width: 74px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 35px;
    position: absolute;
    left: 200px;
    top: 6px;
}
.btn-mail a:hover {
    background: url(../img/btn-mapmode.jpg) no-repeat left bottom;
    color: #99CC00;
}
.btn-blog a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/btn-mapmode.jpg) no-repeat left top;
    display: block;
    height: 25px;
    width: 74px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 35px;
    position: absolute;
    left: 745px;
    top: 6px;
}
.btn-blog a:hover {
    background: url(../img/btn-mapmode.jpg) no-repeat left bottom;
    color: #99CC00;
}
.btn-options {
    display: none;
}
.btn-options a {
    font-weight: bold;
    color: #FFFFFF;
    background: url(../img/btn-geekmode.jpg) no-repeat left top;
    display: block;
    height: 25px;
    width: 74px;
    font-size: 13px;
    line-height: 25px;
    padding-left: 35px;
    position: absolute;
    left: 631px;
    top: 6px;
}
.btn-options a:hover {
    background: url(../img/btn-geekmode.jpg) no-repeat left bottom;
    color: #99CC00;
}
.btn-close a {
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 830px;
    top: 12px;
}
#current-mode {
    color: #333;
    position: absolute;
    top: 10px;
    text-align: right;
    right: 280px;
}
#current-mode a, #options-bar a {
    text-decoration: underline;
    padding: 2px;
}
#current-mode a:hover, #options-bar a:hover {
    text-decoration: none;
}
#options-bar {
    color: #666;
    position: absolute;
    top: 11px;
    text-align: left;
    left: 10px;
}
/************************************************************

* Typografie

************************************************************/
h1 {
    font-size: 16px;
    color: #666666;
}
h2 {
    font-size: 15px;
    color: #ffffff;
}
h3 {
    font-size: 12px;
    color: #ffffff;
}
/************************************************************

* Flexcroll

************************************************************/
.flexcroll {
    /* Typical fixed height and fixed width example */
    width: 410px;
    height: 164px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    padding-right: 8px;
    color: #FFFFFF;
}

.flexcroll a {
    color: #FFFFFF;
    text-decoration: underline;
}
.flexcroll a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/*============================================================================*/
/* Charlie */
/*============================================================================*/
#terminals {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.cursor-blink {
    text-transform: uppercase;
    text-decoration: blink;
    color: #fff;
}
.warning {
    position: absolute;
    left: 0px;
    top: 245px;
    border: 1px solid #333;
    background-color: #f60;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    width: 99%;
}
.loader {
    position: absolute;
    left: 340px;
    top: 10px;
    display: none;
}
.sortHelper {
    border: 1px dashed #666;
    width: 49%;
}
#footer {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #666;
}
#footer h1, #footer h3 {
    font-size: 11px;
    color: #666;
}
#footer h1 a, #footer h3 a {
    color: #999;
    text-decoration: underline;
}
#footer h2 {
    display: none;
}

iframe#ifrm {
    width: 0px;
    height: 0px;
    border: 0px;
}

#email {
    display: none;
}
.email_inner {
    padding: 2px;
}

textarea {
    border: 1px solid #333;
    margin-left: 10px;
    color: #333;
    padding: 2px;
    font-size: 10px;
}

#tracetxt {
    margin-left: 10px;
    position: relative;
    overflow: auto;
    border: 1px solid #fff;
    width: 385px;
    height: 100px;
    background-color: #F1F1F1;
    padding: 2px;
    color: #333;
    font-size: 10px;
}
#sign {
    font-size: 10px;
}
.small {
    font-size: 10px;
    margin-top: -10px;
    margin-left: 10px;
}

.inputfld {
    border: 1px solid #f60;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 2px;
    color: #333;
}
.submitbtn {
    border: 1px solid #999;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #f60;
    font-size: 11px;
    padding: 3px;
}
.closebtn {
    border: 1px solid #999;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #ccc;
    font-size: 11px;
    padding: 3px;
}
.error {
    color: #f00;
    font-weight: bold;
    background-color: #eee;
    padding: 2px;
    margin: 2px;
}
/*============================================================================*/
/* MAPS
/*============================================================================*/
#map {
    text-align: center;
}
#map .gmnoprint {
    font-size: 13px;
    text-align: left;
}

/*============================================================================*/
/* Martijn added @ 01-07-2010 */
/*============================================================================*/

#wmlabel a {
	background: url(../img/wm-label.png) no-repeat left top;
	height: 120px;
	width: 310px;
	display: block;
	text-indent: -32697px;
	position: absolute;
	left: 370px;
	top: 33px;
}
