body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;      
}
img {
    border: none;
    border-radius: 5px;
/*  margin-top: 10px; */
}
table {
    table-layout:fixed;
    border-spacing:0px;
    border-collapse: separate;
}
table.fullWidth {
    width:804px;
}
.clInline {
    display: inline;
}
td {
    padding:4px;
}
td.noPadding {
    padding: 0px;
}
div.divBox {
    padding: 7px;
    width: 804px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 9px 3px ;
    border: 1px solid rgb(204, 204, 204);
    color: black;
    text-align: left;
    text-decoration: none;
/*  filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.85;
    background-color: white; */
    background-color: rgba(128,128,128,0.5);
    z-index: 3;
}
#idCoolListTitle {
    margin-left: 20px;
}
ul.ulCoolList {
    font-weight: 500; 
    color: #474B80;
    font-size: 15px;
}
li.liCoolList {
    margin-left: 20px;
}
li.liCoolListHover {
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: #862115;
    border-radius: 15px;
    padding-right: 100px;
    padding-left: 35px;
    margin-left: 0px;
    margin-right: 15px;
    cursor: pointer;
}
.divCoolList {
    font-weight: bold;
    text-decoration: none;
/*  color: #BA7B1D; */
    color: black;
}
.divCoolListHover {
    font-weight: bold;
    text-decoration: none;
    color: white;
    border: none;
}
a.aCoolLink {
    text-decoration: none;
}
a.aCoolLink:hover {
    background-color: #BA7B1D;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
}
footer.footer {
    z-index: 2;
    background-color: black;
    color: #BA7B1D;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: auto;
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -10px;
}
th.thFooter {
    padding-right: 50px;
    padding-left: 50px;
}
a.aFooter {
    text-decoration: none;
    color: #BA7B1D;
    border: none;
}
.fixedFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
div.footerStart {
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border none;
    background-color: white;
    z-index: 0;
    font-size: 0px;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#imgUSFlag {
    border-radius:7px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
#routeImage {
    width: 810px;
    margin-top: auto;
}
.clClock {
    font-family: monospace, "Lucida Console";
    font-size: 150%;
    background-color: black;
    color: white;
}
.clGbInput {
    font-size: 14px;
    display: inline;
    width: 660px;
    resize: none;
}
#idGuestbookDiv {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    position: relative;
}
#idCommentButton { 
    cursor: pointer;
    position: absolute;
    left: 706px;
    top: -15px;
}
#idCommentImg {
    padding-left: 3px;
    padding-top: 3px;
}
#idCommentImg:hover {
    background-color: #B55B4F;
    border-radius: 15px;
    padding: 3px;
}
#idWriteComment {
    display: none;
}
#idSendComment {
    cursor: pointer;
    margin-left: 20px;
    padding-bottom: 3px;
}
#idSendComment:hover {
    background-color: #B55B4F;
    border-radius: 15px;
    padding: 3px;
    margin-left: 17px
}
#idGuestbookTitle {
    font-size: 40px;
    font-weight: 7px;
    display: inline;
    padding-right: 490px;
    margin-top: 10px;
}
.clMsg {
    color:red;
    font-size: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  Body {
    font-size: 16px;      
    font-weight: bold;      
  }
}
