/* general styles */

body {
    background: #fff;
    padding: 0 20px 10px;
    margin: 0;
    border: 0;
}

body, td, p, form, input, select, textarea {
    font-size: 12px;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    color: #000;
}

a img {
    border: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
}

table td {
    border: 0;
    padding: 2px 5px;
}

/* headings */

h2 {
    font-size: 20px;
}

/* header */

table#header {
    margin: 0;
}

table#header td {
    padding: 0;
}

table#header td.logo-top {
    padding: 0;
    text-align: left;
    width: 1%;
}

table#header td.logo-bottom {
    padding: 0;
    text-align: left;
    width: 1%;
}

table#header td.menu {
    width: 99%;
    vertical-align: bottom;
    padding: 2px 10px 5px;
    text-align: right;
    background: #fff url('http://www.clopotel.ro/imgs/gradient_blue_line_top.gif') bottom left repeat-x;
    font-size: 16px;
}

table#header td.menu ul {
    margin: 0;
    padding: 0;
}

table#header td.menu ul li {
    list-style: none;
    display: inline;
}

table#header td.menu ul li a {
    margin: 0 0 0 10px;
    font-weight: bold;
    color: #fff;
}

/* counties menu */

div#counties {
    background: #eef;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    padding: 2px 5px;
}

div#counties table td {
    text-align: center;
}

div#counties table td a {
    color: #000;
}

/* footer */

div#bottom-menu {
    background: #eef;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    padding: 2px 5px;
    margin: 20px 0 0 0;
    text-align: center;
}

div#bottom-menu ul {
    margin: 0;
    padding: 0;
}

div#bottom-menu ul li {
    list-style: none;
    display: inline;
}

div#bottom-menu ul li a {
    margin: 0 0 0 10px;
    font-weight: bold;
    color: #000;
}

div#footer-menu {
    margin: 0;
    background: #0065CE;
    text-align: center;
    color: #eee;
}

div#footer-menu ul {
    margin: 0;
    padding: 2px 5px;
}

div#footer-menu ul li {
    list-style: none;
    display: inline;
}

div#footer-menu ul li a {
    margin: 0 0 0 10px;
    font-weight: bold;
    color: #fff;
}

/* main content table */

div#content {
    margin: 20px 0;
}

div#content select {
    margin: 0 0 10px 0;
}

div#content table th {
    background: #ccc;
    border: 1px solid #eee;
    padding: 2px 5px;
    text-align: center;
    vertical-align: bottom;
}

div#content table td {
    border: 1px solid #ccc;
}

/* index table */

div.index table {
    margin: 10px 0;
}

div.index table thead th {
    background: #888;
    color: #fff;
    border: 3px solid #fff;
    text-align: left;
    font-size: 16px;
    padding: 5px 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

div.index table tbody td {
    font-weight: bold;
    background: #eef;
    border: 3px solid #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
}

div.index td.search-results {
    text-align: left;
    font-size: 14px;
}

/* general codes */

form input, select {
    color: navy;
}

.warn {
    background: #fcc;
    color: red;
    font-weight: bold;
    padding: 2px 5px;
}
