#menu {
    padding-top: 15px;
    margin: 0px;
    text-align: center;
    height: 55px;
}

#wrapper {
    background-color: #FFFFFF;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 90%;
    min-height: 100%;
} 

* html #wrapper {
    height: 100%;
}

a {
    color: blue;
    text-decoration: none;
}

a:HOVER {
    color: #666;
    text-decoration: none;
}

a.kb {
    text-decoration: none;
}

a.kb:HOVER {
    color: blue;
    text-decoration: none;
}

a.kb:VISITED {
    text-decoration: none;
}

a.kb:LINK {
    text-decoration: none;
}

a.menu {
    color: #FFFFFF;
}

a.menu:HOVER {
    color: #999999;
}

a.submenu {
    font-weight: bold;
    color: #FFFFFF;
}

a.submenu:HOVER {
    font-weight: bold;
    color: #999999;
}

a.print_icon {
    color: #FFFFFF;
}

a.print_icon:HOVER {
    color: #999999;
}

body {
    background-color: #666666;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    margin: 0px;
    padding: 0px;
}

div#ipgeo {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    min-height: 500px;
}

div#map {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    min-height: 450px;
}

div .gmnoprint div {
    font-size: 10pt;
    text-align: center;
}

div.center {
    font-size: 10pt;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.copyright {
    font-size: 7pt;
    color: #000000;
}

div.info {
    font-size: 10pt;
    text-align: center;
}

div.kb {
    font-size: 10pt;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

div.menu {
    font-size: 16pt;
    color: #FFFFFF ;
    text-align: center;
    width: 100%;
}

div.message {
    margin-top: 25px;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}

div.normal {
    font-size: 10pt;
    margin: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}

div.print_icon {
    font-size: 10pt;
    font-weight: bold;
}

div.submenu {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

h3.kb {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

input.ipgeo {
    text-align: center;
}

p.message {
    text-align: center;
}

p.status {
    text-align: center;
    font-weight: bold;
    background-color: #CCCCCC;
    margin: 20px 15% 20px 15%;
    padding: 20px;
    border: #333333 1px solid;
}

pre {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #eee;
    border: 1px solid #666;
    width: 100%;
    overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

pre code {
    margin: 0 0 0 40px;  /*--Left Margin--*/
    padding: 15px 0 15px 0;
    display: block;
}

table.kb {
    width: 100%;
}

td.edit {
   vertical-align: middle;
   text-align: center;
}

td.kb {
}

th.kb {
    background: #ccc;
    text-align: center;
}
tr.kb {
    padding: 0;
    margin: 0;
    background: #eee;
    border: 1px solid #000;
}

tr.kb:HOVER {
    background: #999;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 padding: 10px;
 margin:0px auto;
 min-width:8em;
 max-width:1960px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(http://static.theether.net/images/background.png) no-repeat top right;
 _background-image:url(http://static.theether.net/images/background.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
