#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;
}



