a:link      { color: #1a1aff; text-decoration: none; }
a:visited   { color: #1a1aff; text-decoration: none; }
a:focus     { color: #1a1aff; text-decoration: none; }
a:hover     { color: #1a1aff; text-decoration: underline; }
a:active    { color: #1a1aff; text-decoration: none; }

h1  { color: #000000; }
h2  { color: #000000; }
h3  { color: #000000; font-size: 110%; }

body        { max-width: 1400px; margin: auto; font-family: sans-serif; font-size: 13px; line-height: 150%; color: #000000; background-color: #ccccff; }
html, body  { height: 100%; width: 99%; }

img { border: 0;}

*:focus {
    outline-width: 0px !important;
}

.content
{
	padding: 30px;
	padding-top: 100px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

nav {
    width: 99%;
    max-width: 1400px;
    height: 70px;
    background-color: #b3b3ff;
    color: #000000;
    top: 0;
    position: fixed;
}

nav .logo {
    float: left;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    border: 0;
}

nav .language {
    margin: 0;
    padding: 0px 15px;
    text-decoration: none;
    vertical-align: middle;
}

nav .language:hover a {
    background-color: #b3b3ff;
    text-decoration: none;
}

nav .last-update {
    float: right;
    margin: 0;
    padding: 5px 15px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
}

nav ul {
    margin: 0;
    padding: 10px 0px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
    background-color: #b3b3ff;
}

nav a:link {
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    font-weight: bold;
}

nav li:hover > a,
nav li:focus > a {
    text-decoration: none;
    color: #ccccff;
    background-color: #8080ff;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
}

nav ul li:hover > ul,
nav ul li:focus > ul {
    display: inherit;
}

nav ul ul li {
    width: 250px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    left: 250px;
    top: -60px;
}

/*
Table style of member list
*/
table.members_table {
    width: 75%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.members_table tr {
    border-color: gray;
    text-align: left;
    border: 1px solid gray;
}

table.members_table td {
    border: 1px solid gray;
    padding: 5px;
}

/*
Table style of deep sky list
*/
table.project_dsl_table {
    width: 90%;
    border-collapse: collapse;
}

table.project_dsl_table tr {
    border-color: gray;
    text-align: left;
    border: 1px solid gray;
}

table.project_dsl_table td {
    border: 1px solid gray;
    padding: 5px;
}

/*
Table style of skyguide
*/
table.project_skyguide_table {
    width: 75%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.project_skyguide_table tr {
    border-color: gray;
    text-align: center;
    border: 1px solid black;
}

table.project_skyguide_table td {
    border: 1px solid gray;
    padding: 5px;
}

/*
Table style of double star intro
*/
table.project_double_stars_intro_table {
    border-collapse: collapse;
}

table.project_double_stars_intro_table tr {
    border: 1px solid gray;
}

table.project_double_stars_intro_table td {
    padding: 5px;
    border: 1px solid gray;
}

/*
Table style of double star statistics
*/
table.table_project_double_stars_statistics {
    border-collapse: collapse;
    border: 0;
}

table.table_project_double_stars_statistics td {
    padding: 5px;
}

table.table_project_double_stars_statistics td:nth-child(1) {
    font-weight: bold;
}

/*
Table style of double star table
*/
table.table_project_double_stars {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table.table_project_double_stars td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/*
Table style of double star observations header
*/
table.table_project_double_stars_observations_header {
    width: 100%;
    border-collapse: collapse;
    background-color: #ccccff;
    border: 0px solid gray;
}

table.table_project_double_stars_observations_header td {
    padding-left: 25px;
    padding-right: 25px;
}

/*
Table style of double star observations
*/
table.table_project_double_stars_observations {
    width: 100%;
    border-collapse: collapse;
    background-color: #dadaff;
}

table.table_project_double_stars_observations tr {
    border: 1px solid gray;
}

table.table_project_double_stars_observations td {
    padding: 5px;
}

table.table_project_double_stars_observations td:nth-child(1) {
    width: 15%;
}
table.table_project_double_stars_observations td:nth-child(2) {
    width: 10%;
}
table.table_project_double_stars_observations td:nth-child(3) {
    width: 35%;
}

/*
Table style of deep sky with binoculars intro
*/
table.project_deep_sky_with_binoculars_intro_table {
    border-collapse: collapse;
}

table.project_deep_sky_with_binoculars_intro_table tr {
    border: 1px solid gray;
}

table.project_deep_sky_with_binoculars_intro_table td {
    padding: 5px;
    border: 1px solid gray;
}

/*
Table style of deep sky with binoculars statistics
*/
table.table_project_deep_sky_with_binoculars_statistics {
    border-collapse: collapse;
    border: 0;
}

table.table_project_deep_sky_with_binoculars_statistics td {
    padding: 5px;
}

table.table_project_deep_sky_with_binoculars_statistics td:nth-child(1) {
    font-weight: bold;
}

/*
Table style of deep sky with binoculars table
*/
table.table_project_deep_sky_with_binoculars {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table.table_project_deep_sky_with_binoculars td {
    padding: 10px;
}

/*
Table style of deep sky with binoculars observations header
*/
table.table_project_deep_sky_with_binoculars_observations_header {
    width: 100%;
    border-collapse: collapse;
    background-color: #ccccff;
    border: 0px solid gray;
}

table.table_project_deep_sky_with_binoculars_observations_header td {
    padding-left: 25px;
    padding-right: 25px;
}

/*
Table style of deep sky with binoculars observations
*/
table.table_project_deep_sky_with_binoculars_observations {
    width: 100%;
    border-collapse: collapse;
    background-color: #dadaff;
}

table.table_project_deep_sky_with_binoculars_observations tr {
    border: 1px solid gray;
}

table.table_project_deep_sky_with_binoculars_observations td {
    padding: 5px;
}

table.table_project_deep_sky_with_binoculars_observations td:nth-child(1) {
    width: 15%;
}
table.table_project_deep_sky_with_binoculars_observations td:nth-child(2) {
    width: 10%;
}
table.table_project_deep_sky_with_binoculars_observations td:nth-child(3) {
    width: 10%;
}
table.table_project_deep_sky_with_binoculars_observations td:nth-child(4) {
    width: 1%;
}
table.table_project_deep_sky_with_binoculars_observations td:nth-child(5) {
    width: 30%;
}
