

/* Use on Venus-Moon Coherencies page - image with scroll bar. */
/* overflow: auto; is used for browsers that don't understand overflow-y overflow-x */
.wide-image {
margin: 20px auto;
width: 750px;
height: auto;
overflow: auto;
overflow-y: hidden;
overflow-x: scroll;
}

/* table - Venus synod list  */
.container-700-top { background-color: #666; color: #eeeeee; max-width: 700px; height: auto; margin-top: 40px; margin-right: auto; margin-left: auto; padding-top: 10px; padding-bottom: 6px;  }
.container-700-sides { max-width: 700px; height: auto; background-color: #565656; margin: 0px auto; padding-top: 10px; padding-bottom: 6px; }
.container-700-bottom { max-width: 700px; height: auto; background-color: #565656; margin: 0px auto; padding-top: 10px; padding-bottom: 6px; }

/* for table cells  */
.float-33 { float: left;  width: 33%; height: auto; }
.float-116 { float: left; max-width: 116px; width: 100%; height: auto; }
.float-200 { float: left; max-width: 200px; width: 100%; height: auto; }
.float-300 { float: left; max-width: 300px; width: 100%; height: auto; }
.float-350 { float: left; max-width: 348px; width: 100%; height: auto; }

/* text for tables */
.tbl-head { background-color: transparent; color: #eee; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; letter-spacing: 0.1em; text-align: center; margin: 4px auto; }
.tbl-sub-head { background-color: transparent; color: #eee; font-size: 12px; line-height: 16px; font-family: Arial, Verdana, Helvetica, sans-serif; letter-spacing: 0.1em; text-align: center; margin: 4px auto; }
.tbl-data { background-color: transparent; color: #eee; font-size: 12px; line-height: 16px; font-family: Arial, Verdana, Helvetica, sans-serif; letter-spacing: 0.1em; text-align: center; margin: 4px auto; }

.tbl-data a { color: #fff; }
.tbl-data a:hover { color: #aaa; }


