
body {
    font-size: 80%;
    background-color: #FFF;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border: 1px solid #CCC;
}

th {
    background-color: #CCC;
    color: #000;
    border: 1px solid #BBB;
}

th, td {
    padding: 5px;
    border: 1px solid #BBB;
    text-align: center;
}

td.title, td.cat {
    text-align: left;
}

td.title {
    text-shadow: 5px 2px 3px #666;
}

.cycle_0 {
    background-color: #EEE;
}

.cycle_1 {
    background-color: #DDD;
}

tr:hover {
    background-color: #FFF;
}

fieldset {
    border: 1px solid #BBB;
    margin: 5px;
}


/*
fieldset label {
    float:left;
    line-height:1.8;
    margin:0;
    padding:0 0.5em 0 0;
    text-align:right;
    width: 10%;
}
*/

#footer {
    margin: 20px;
}

img {
    border: 0;
    vertical-align: middle;
}

.found_word {
    border-bottom: 1px dotted red;
}

#header {
    font-size: 150%;
    font-weight: bold;
}

#header a {
    text-decoration: none;
    color: black;
}

#pagination #page_previous {
    width: 20%;
    float: left;
    text-align: left;
}

#pagination #page_center {
    width: 60%;
    float: left;
    text-align: center;
}

#pagination #page_next {
    float: right;
    width: 20%;
    text-align: right;
}

.clear {
    clear: both;
}

#footer #license {
    float: right;
    width: 50%;
    vertical-align: bottom;
}

#download {
    float: left;
    width: 50%;
}

