/* Front-end CSS that's shared between the main index (custom floor)
   and template pages. */

.frontend_block {
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
    height: 105px;
}

.frontend_left {
    width: 285px;
    float: left;
}

.frontend_right {
    width: 285px;
    float: left;
}

.frontend_block img {
    float: right;
}

.large_block {
    width: 613px;
    margin: 10px;
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontend_big_button {
    width: 100%;
    font-size: 1.4em;
}

.frontend_small_button {
    width: 100px;
    font-size: 1.4em;
}

.frontend_medium_button {
    font-size: 1.4em;
}

ol.templates_list {
    width: 593px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

li.selectable {
    margin: 5px;
    padding: 10px;
    border: 1px solid #dddddd;
}

li.selectable img {
    float: left;
    margin: 5px 10px 5px 5px;
}

li.selectable p {
    margin: 1em;
}

li.selected {
    background-color: #939393;
}

table.user_info_table th {
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: left;
}

table.user_info_table td {
    width: 180px;
    height: 24px;
    line-height: 24px;
}

table.user_info_table input {
    width: 180px;
}

table.floor_list th, table.floor_list td {
    height: 24px;
    line-height: 24px;
    text-align: left;
}

table.floor_list th.floor_list_name {
    width: 150px;
}

table.floor_list th.floor_list_description {
    width: 400px;
}

table.floor_list tr.odd {
    background-color: #eee;
}

table.floor_list tr.even {
    background-color: #fff;
}

div.account_info_box {
    display: inline;
    float: left;
    width: 300px;
    height: 225px;
    margin-right: 30px;
    padding: 5px;
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.right {
    float: right;
}

