ul.rowset {
    margin-left: 0;
}

.rowset li {
    list-style: none;
    display: block;
    margin: 0 0 2em;
}

.rowset h3 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.rowset p {
    background-color: #4A4A4A;
    border: 1px solid #333333;
    color: #BBBBBB;
    padding: 5px 10px;
}

.rowset small {
    display: block;
    margin-bottom: 0.5em;
}

.rowset p small {
    font-size: 1em;
}

.rowset p small em {
    font-size: 0.9em;
}

/* Images */
.image_gal {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 15px 0;
    margin: 2em 0;
    text-align: center;
}

.image_gal img {
    height: 110px;
    /*width: 165px;*/
    background-color: #666;
    padding: 1px;
}


#bottom img {
    width: 165px;
    margin: 3px;
    float: left;
}

/* ---------------------------------------------------- miscellaneous */
.top { margin-top: 0; }
#construction {
    margin: 50px 0;
    text-align: center;
}
#construction img {
    width: 350px;
    height: 280px;
    background-repeat: no-repeat;
    border: 20px solid #313131;
}

img.email {
   height: 16.2px;
   vertical-align: middle;
}

img.contact {
    background: url(/static/img/email_contact.gif) no-repeat left center;
    width: 199px;
}

img.yuri {
    background: url(/static/img/email_yuri.gif) no-repeat left center;
    width: 204px;
}

img.alicia {
    background: url(/static/img/email_alicia.gif) no-repeat left center;
    width: 218px;
}

/* ---------------------------------------------------- stiFormLight */

form {

}

fieldset {
    margin-bottom: 10px;
    width: 80%;
    display: block;
}

fieldset legend {
    display: table-row;
    font-weight: bold;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #eee;
}

textarea,
input,
label,
select {
    color: #CCCCCC;
    font-family: Verdanda, Helvetica, Arial, sans-serif;
    line-height: 14px;
}

textarea,
input.typeText,
input.typePassword,
select {
    border: 1px solid #DADADA;
    width: 95%;
    padding: 0.3em;
}

input {
    height: 14px;
}

textarea {
    height: 120px;
}

input.typeSubmit {
    background-color: #CCC;
    height: 23px;
    padding: 0px 6px 2px;
    border: 1px solid #777;

    color: #333;
    font-weight: bold;

    cursor: pointer;
}

input.typeSubmit:hover {
    color: #666;
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

form ul.errors {
    list-style-position: inside;
    margin: 0.5em 0;
    color: #CC8833;
}

/* ---------------------------------------------------- formattedTable */

table.formattedTable {
    margin-bottom: 20px;
    width: 100%;
}

.formattedTable th {
    padding: 0 3px;
    color: #EEEECC;
    font-size: 91.67%; /* 11px */
    font-family:  Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
}

table.formattedTable tr {
    border-bottom: 1px solid #666;
}

table.formattedTable tr.odd {
    background-color: #333;
}

table.formattedTable tr.even {
    background-color: #444;
}

table.formattedTable td {
    padding: 2px 3px;
    font-size: 83.33%; /* 10px */
}

/* --- languages --- */

button.es, button.de, button.en {
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    width: 16px;

    color: transparent;
    cursor: pointer;
}

button.es {
    background-image:url(/static/img/mx.png);
}

button.en {
    background-image:url(/static/img/us.png);
}

button.de {
    background-image:url(/static/img/de.png);
}
