@import "basic.css";

body
{
    padding: 0px;
    margin: 0px;
/*    background-color: #aa8c57;*/
    background-color: #fff;
    color: #000000;
    font-size: 1em;
    font-family: georgia, serif;
}

a
{
/*     text-decoration: none; */
    color: #007;
}

a:hover
{
    background-color: #aaf;
}

h2
{
    font-size: 1.9em;
    font-weight: bold;
}

h3
{
    font-size: 1.5em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
}

div#wrapper
{
    padding: 0 0 20px 0;
    background-color: #ccf;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 2px;
    width: 820px;
    /*border: solid #039 2px;*/
}

div#head
{
    background: url(../images/ewoc2009-prague-logo.jpg) no-repeat top center;
    padding: 0px;
    height: 210px;
    font-weight: bold;
    border-bottom: solid #039 2px;
}

div#head-left
{
    float: left;
    padding: 0px;
    padding-left: 20px;
    width: 210px;
}

div#head-left h1
{
    font-size: 2.0em;
    margin: 15px 0;
    padding: 0px;
}

div#head-left h1 a
{
    color: #007;
    text-decoration: none;
}

div#head-left h1 a:hover
{
    text-decoration: underline;
    background: none;
}

div#main-menu
{
    padding: 0;
    margin: 0;
    background-color: #026;
    font-family: verdana, arial, sans-serif;
}

ul.menu
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: table;
}

ul.menu li
{
    display: inline;
    margin: 0;
    border-right: solid #048 1px;
}

ul.menu li a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0px 6px;
}

ul.menu li a:hover
{
    background-color: #aaf;
    color: #000;
}

ul.menu li.selected a
{
    background-color: #ccf;
    color: #000;
}

div#content
{
    padding: 15px 10px 5px 10px;
    text-align: justify;
}

div#footer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

p
{
    padding: 2px;
}

.tabular
{
    border-collapse: collapse;
    margin: 10px;
}

.tabular tr
{
    padding: 0;
    margin: 1px 2px 3px 2px;
}

.tabular tr.mandatory
{
    color: #a00;
}

/*
.tabular tr:hover
{
    background-color: #eff;
}
    */

.tabular input, .tabular textarea, .tabular select
{
    background-color: #fff;
}

.tabular .optional
{
    background-color: #eef;
}

.tabular th
{
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    vertical-align: top;
    text-align: left;
    color: black;
}

.tabular td
{
    padding: 2px 10px 2px 10px;
    vertical-align: top;
}

div.hotel
{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: dotted #99f 1px;
}

div.hotel h4
{
/*    color: #005; */
}

span.error
{
    margin: 2px;
    padding: 1px 5px;
    background-color: #f78;
    font-size: 1.2em;
}

ul.errorlist
{
    list-style: none outside;
    margin: 2px 0;
    padding: 0;
}

ul.errorlist li
{
    margin: 0;
    padding: 1px 5px;
    background-color: #f78;
    display: inline;
}

div.base-link
{
    background-color: #ee5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    text-align: center;

    width: 300px;
}

div.base-link a
{
    font-size: 2em;
    font-family: verdana, arial, sans-serif;
}

div.base-link a:hover
{
    text-decoration: none;
    background: none;
    color: #700;
}

div.mainsection
{
    margin-top: 10px;
    border-bottom: dotted #99f 1px;
}

