body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3B3B3B;
}

h2 {
    background-color: #d3d3d3;
    padding: 0.2em;
}

input, select {
	font-size: small;
}

div#menu_top {
    overflow: auto;
    height: auto;
    width: 100%;
    margin-bottom: 1ex;
    padding-bottom: 0.5ex;
    border-bottom: dashed 1px #d3d3d3;
}

div#menu_top a#go_home {
    display: block;
    float: left;
    margin-right: 2em;
    text-align: center;
}

div#menu_top a#sscoreboard,
div#menu_top a.menu_button
{
    display: block;
    float: left;
    text-align: center;
    margin-right: 1.5em;
}

div#menu_top div#user_info {
    float: right;
}

div#menu_top span#user_name {
    display: block;
    float: left;
    width: 10em;
    padding: 0.5em;
    text-align: center;
}

div#menu_top a#logout {
    display: block;
    float: right;
    width: 5em;
    padding: 0.5em;
    background-color: #e6e6fa;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

/* Formularz wyszukiwania osób */
div#find_scientist {
    width: 48%;
    float: right;
    margin-top: 8ex;
}

div#find_scientist form#pfs label{
    display: inline-block;
    width: 5em;
}

/* Wyniki wyszukiwania osób */
div#scientists_search_results {
    max-height: 30ex;
    overflow: scroll;
    overflow-x: hidden;
}

/* Opcje filtrowania danych do raportu */
div#filter_options {
    width: 48%;
    float: left;
    padding-bottom: 1.5ex;
}

div#filter_options ul {
	list-style: none;
    padding: 0;
}

div#filter_options p {
    margin: 0.5ex 0;
}

div#details_section {
    width: 100%;
    clear: both;
}

div#report_section {
    width: 100%;
    clear: both;
    border-top: dashed 1px #d3d3d3;
}

div#report_section table {
    margin-left: 2em;
    border: 1px solid gray;
    border-collapse: collapse;
}

div#report_section table th,
div#report_section table td {
    border: 1px solid gray;
    padding: 0.2em;
}

div#report_section table tr:hover {
	background-color: #deb887;
}

div#report_section table td.score {
    text-align: right;
}

div#edit_details_section {
    width: 100%;
    clear: both;
}

div#edit_details_section input.long {
    width: 100em;
}

div#notice_ro {
}

div#notice_ro span.label {
    background-color: #e9e9e9; 
    padding: 0.5ex 0.5em;
    font-weight: bold;
}

div#notice_ro p.notice_txt {
    padding-left: 0.5em;
    margin-top: 1ex;
}

a.button {
    display: block;
    float: left;
    background-color: #e6e6fa;
    padding: 0.2em 0.3em;
    margin-right: 0.5em;
    margin-top: 0.5ex;
    text-decoration: none;
    text-align: center;
    font-size: small;
    color: black;
}

span.current_status {
    display: block;
    float: left;
    margin-right: 1em;
    margin-top: 0.5ex;
    font-size: small;
}

p {
    overflow: auto;
    font-size: 110%;
}

label {
    display: inline-block;
    width: 9em;
}

input#ss {
    width: 15.5em;
}

input#sn {
    width: 8em;
}

span.found {
    background-color: yellow;
}

div#i18n {
    width: 10%;
    padding: 0.5em 0 0.5em;
    margin: -15px 0 0 26em;
}

div#i18n > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#i18n > ul > li {
    display: inline-block;
    padding: 0.7em 1em 0.7em 1em;
    margin: 0 0 0 0.5em;
    background-color: #d3d3d3;
}

div#footer {
    width: 100%;
    clear: both;
    margin: 10ex 0 0 0;
    border-top: dashed 1px #d3d3d3;
}

div#footer p {
    font-size: 80%;
    text-align: right;
}

div#report_section table td.cat_nr {
    text-align: right;
    padding-right: 1em;
}
