/**
* Visual Traceroute Style
*
*
*
*/

body {font-family:Arial; font-size:11px; background:#eef9fe; line-height:1.8;}

a {color:#003399;}
a:hover {text-decoration:none;}

#route-name {font-size:18px; font-weight:normal;}
#route-name span {font-weight:bold; color:#01a8ff;}

#main-container {width:960px; margin:auto;}

#logo {witdh:960px; background:url(../images/logo.png) no-repeat top left; height:50px; padding-bottom:10px; margin-top:10px;}
#logo a {width:398px; height:50px; display:block;}

#container {width:960px;overflow:hidden; background:url(../images/container_bg.png) top repeat-y;}
#container .top {background:url(../images/container_bg_top.png) top left no-repeat; height:17px;}
#container .bottom {background:url(../images/container_bg_bottom.png) bottom no-repeat; height:18px; width:960px;}

#pad {padding:0 15px; overflow:hidden;}

#left {float:left;width:550px;}
#map {height:400px;width:100%; border:1px solid #378bbf;}

#right {float:right;width:370px; padding:0 0 0 5px;}
#route {width: 100%;}
#route td {padding:1px 1px 6px 1px;}
#route tr {font-size: 11px;cursor:pointer;}
#route tr:hover {background-color:#F3F3F3;}
#route-name {}

#tracebar {width:535px; height:41px; vertical-align:middle; background:#50a7dd; border:1px solid #378bbf; padding:9px 0 0 15px;}
#tracebar label {font-weight:bold; color:#FFFFFF; font-size:18px;}
#tracebar input.ipfield {width:248px; height:26px; background:url(../images/input_bg.png) no-repeat top left; font-size:18px; padding:4px 0 0 5px; border:none;}
#tracebar input.traceit {width:117px; height:31px; background:url(../images/btn_traceit.png) no-repeat top left; color:transparent; border:none; margin:0;}
#tracebar input.traceit:focus {outline: none;}
#tracebar input.traceit-disabled {width:117px; height:31px; background:url(../images/btn_traceit_wait.gif) no-repeat top left; color:transparent; border:none;}
#tracebar input.traceit-disabled:focus {outline: none;}

#options {margin-top:5px; margin-bottom:15px;}
#options label {font-weight:bold;}
#options span.icon {background:url(../images/icon_options.png) no-repeat; padding:2px 5px 0 20px; font-weight:bold;}

span.suggest {background:url(../images/icon_addlocation.gif) no-repeat; padding:2px 5px 0 20px;}
div.suggest-location {background:#eef9fe; border:1px solid #bfdce9; padding:15px;}
div.suggest-location label {width:100px; display:inline-block; font-weight:bold;}

span.loading-txt {font-weight:bold;}

.marker-info {width: 210px; padding-right: 10px; font-size:18px;}
.marker-info span {font-size: 10px; font-weight: normal;}

h1 {clear:left;}

.ascuns {display:none;}

.slide-wrapper {margin: 0px; overflow: hidden; position: static; height: 0px;}

#edit-a-location {position:absolute; top:100px;width: 370px;}
#edit-a-location form {padding:15px;background: #50a7dd;border:solid 1px #999999;}

.fc-error {color:red;display:none;}
.fc-field-error {border:2px solid #800;}

span.country-flag {padding:1px 20px 0 0; background:no-repeat; height:16px;}

table td.hop-location a {font-weight:bold; color:#01a8ff; text-decoration:none;}
table td.hop-nr {vertical-align:top; font-weight:bold;}
table td.hop-ip {color:#666666;}
table td.hop-time {font-weight:bold;}
table td {border-bottom:1px solid #ccc;}

table.trace td {border:none;}

table.options td {border:none; height:30px;}

hr {color:#FFF; height:0; border:none; border-top:1px solid #CCC;}

#traveled-distance {font-weight:bold;}
