/* Menu */

div.nav {
    width: 20%;
    float: left;
    background-image: url('gradient.png');
    background-repeat: repeat-x;
    padding-top: 40px;
}

p.title {
    color: #000000;
    font-family: Verdana, serif;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0px 5px 10px;
    margin: 0px;
}

p.lang {
    float: right;
}

p.lang a {
    text-decoration: none;
}

p.lang img {
    border: 0;
    box-shadow: none !important;
}

p.title a {
    color: #000000;
    text-decoration: none;
}

p.title a:hover {
    color: #6d2200;
}

p.item {
    padding: 0px 0px 0px 24px;
    font-family: Verdana, serif;
    font-size: 0.8em;
    margin: 0px;
}

p.item a {
    text-decoration: none;
    color: #000000;
}

p.item a:hover {
    color: #7d3200;
}

p.item a img {
    margin-right: 7px;
    border-style: none;
}

/* Common */

b {
    color: #f60;
}

div.content {
    margin-left: 20%;
    background-image: url('gradient.png');
    background-repeat: repeat-x;
    padding-top: 40px;
}

p {
    margin: 4px 0 4px 0;
    padding: 0;
    font-size: 0.8em;
    font-family: Verdana, Arial, serif;
    color: #000;
}

h1 {
    padding-top: 20px;
    padding-left: 40px;
    font-family: Arial, serif;
    font-style: italic;
    font-size: 30px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    margin: 0px;
    font-family: Arial, serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 9px;
}

h3 {
    margin: 14px 0 0 0;
    padding: 0;
    font-family: Arial, serif;
    color: #000000;
    font-size: 1.3em;
    font-weight: normal;
    border-bottom: 1px solid #000;
}

td {
    margin: 0px;
    font-size: 0.8em;
    text-indent: 1em;
    font-family: Verdana, Arial, serif;
    color: #000000;
    padding: 0px 7px 10px 4px;
}

th {
    text-align: left;
}

div.atc {
    background-color: rgb(85,98,134);
    padding: 10px;
    border: 1px solid rgb(190,232,243);
    border-radius: 10px;
    font-size: 1.05em;
    box-shadow: inset 0 0 10px #000;
}

div.atc > p {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

p.comment {
    padding: 5px 0 5px 0;
    margin: 0;
    text-indent: 0;
}

div.atc > p.command {
    color: #ffffff;
}

div.atc > p.plane {
    color: rgb(255,210,27);
}

div.atc > p.tower {
    color: rgb(182,255,182);
}

div.article img {
    box-shadow: 0 0 10px #000;
    margin: 10px;
}

/* Header */

div.header {
    height: 77px;
    background-color: #5971b6;
    background-image: url('line.png');
    background-position: 0px 75px;
    background-repeat: repeat-x;
}

div.lighting {
    height: 75px;
    background-image: url('light.png');
    background-repeat: no-repeat;
}

div.lighting h1 a {
    text-decoration: none;
    color: #ffffff;
}

/* Layout */

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #d8e4f8;
    margin: 0px;
    cursor: default;
}

div.article {
    max-width: 1000px;
}

a {
    outline-style: none;
}

.main1 {
    width: 100%;
    min-height: 100%;
    height: auto;
    background-image: url('footer.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

.main2 {
    padding-bottom: 52px;
}

.footer {
    margin-top: -52px;
    height: 52px;
    cursor: pointer;
}

#layer1 {
    width: 100%;
    height: 100%;
    background-image: url('curve-left.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#layer2 {
    width: 100%;
    height: 100%;
    background-image: url('curve-right.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

#layer3 {
    width: 100%;
    height: 100%;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: 20px bottom;
}

p.feedback {
    text-align: right;
    text-decoration: underline;
}

/* Alternative menu */

.menu {
    background-image: url('gradient.png');
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 200px;
    text-align: center;
    width: 100%;
}

.menu ul {
    list-style-type: none;
}

.menu ul li {
    font-size: 18pt;
    font-family: Arial, serif;
    font-style: italic;
    font-weight: bold;
    margin: 0px;
    padding: 4pt;
}

.menu ul li a {
    text-decoration: none;
    color: #6473BC;
}

.menu p {
    text-align: center;
}
