* {
    font-family: arial;
    color: #707172;
}

a {
    font-size: 12px;
    color: #f6a800;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: arial;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    color: #004494;
    font-weight: normal;
}

h2 {
    display: block;
    text-align: center;
    margin: 0px 0px 15px 0px;
    background-image: url("../images/title-ground.gif");
    background-color: #f8a500;
    background-repeat: repeat-x;
    border: 1px solid #f8a500;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}

h3 {
    display: block;
    text-align: left;
    padding-left: 10px;
    margin: 0px 0px 15px 0px;
    background-image: url("../images/title-ground.gif");
    background-color: #f8a500;
    background-repeat: repeat-x;
    border: 1px solid #f8a500;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}

h4 {
    display: inline;
    color: #c6c6c6;
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 9px;
}

form {
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-image: url("../images/main-ground.gif");
    background-repeat: repeat;
}

img {
    border: none;
}

div.scale {
    margin: 0px auto 0px auto;
    width: 1000px;
    margin: 0px auto 0px auto;
}

table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

table td {
    padding: 0px;
    margin: 0px;
}

div.text {
    font-size: 12px;
    margin: 15px;
}

/*Submenu*/

div.submenu {
    width: 100%;
    color: white;
    text-align: center;
}

div.submenu a {
    color: white;
}

/*Site map*/

ul.map_menu {
    padding: 0px;
    margin: 0px 0px 0px 30px;
}

ul.map_menu li {
    list-style: none;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    color: #004494;
    font-weight: bold;
}

ul.map_menu li a {
    color: #004494;
    font-weight: bold;
    text-decoration: underline;
}

ul.map_sub {
    padding: 0px 0px 0px 15px;
    margin: 5px 0px 0px 0px;
}

ul.map_sub li {
    list-style: none;
    text-transform: none;
    padding: 0px;
    color: #3074C4;
    font-weight: bold;
}

ul.map_sub li a {
    color: #3074C4;
    font-weight: bold;
    text-decoration: underline;
}

ul.map_suber {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

ul.map_suber li {
    list-style: none;
    text-transform: none;
    padding: 0px;
    color: #f6a800;
    font-weight: normal;
    color: #f6a800;
}

ul.map_suber li a {
    color: #f6a800;
    font-weight: normal;
    text-decoration: underline;
}

/*Flights status*/

table.colored {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

table.colored td {
    font: 9px tahoma;
    text-transform: uppercase;
    padding: 3px;
    border: 1px dotted #3d4955;
    border-bottom: 1px dotted #3d4955;
    text-align: center;
    vertical-align: middle;
    height: 25px;
}

table.colored thead td {
    background-color: #003184;
    border: 1px dotted white;
    border-top: none;
    border-left: none;
    color: white;
}

table.colored tr.bright td,
table.colored td.bright {
    color: #0d0e12;
    background-color: #ecf0fb;
}

table.colored tr.dark td,
table.colored td.dark {
    color: #0d0e12;
    background-color: #dbe6f8;
}
table.colored a {
    color: #003184;
    font: 9px tahoma;
    text-transform: uppercase;
    text-decoration: underline;
}

/*Timetable*/

div.red {
    text-transform: none;
    font-family: verdana;
    font-size: 9px;
    text-align: center;
    background: #d4021c;
    color: white;
    border: 1px solid #e35769;
    float: left;
    margin-right: 2px;
    width: 18px;
    padding: 3px 0 3px 0;
}

div.green {
    text-transform: none;
    font-family: verdana;
	font-size: 9px;
	text-align: center;
	background: #1fa12d;
	color: white;
	border: 1px solid #64be6e;
    float: left;
    margin-right: 2px;
    width: 18px;
    padding: 3px 0 3px 0;
}

input[type="button"],
input[type="submit"] {
    color: black;
}