body {
    font-family: monospace;
}

th {
    font-weight: normal;
}

.ui_campus, .ui_saver, .ui_logger, .ui_planos {
    font-size: 13px;
}
.ui_campus select {
    font-size: 11px;
}

.ui_planos span {
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    cursor: pointer;
}

.ui_saver input {
    font-size: 11px;
    width: 90px;
}
.ui_saver span {
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    cursor: pointer;
}

.ui_combinacoes {
    font-size: 11px;
    text-align: center;
}
.ui_combinacoes input {
    width: 30px;
    height: 13px;
}
.ui_combinacoes span {
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    background-color: lightblue;
    cursor: pointer;
}

.combobox_suggestions {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    border: 1px solid black;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: white;
    min-width: 300px;
    font-size: 11px;
    z-index: 3000;
}
.combobox_suggestions div {
    background-color: white;
    padding: 0;
    z-index: 1;
}
.combobox_suggestions div div {
    white-space: nowrap;
    background-color: white;
    display: block;
    width: 110%;
}
.combobox_input {
    font-size: 11px;
}

.ui_turmas {
    border: 1px solid black;
}
.ui_turmas_big_button {
    position: absolute;
    z-index: 2000;
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    background-color: lightblue;
    top: 50%;
    text-align: center;
    font-size: 20px;
    width: 100px;
    cursor: pointer;
}
.ui_turmas table {
    background-color: black;
    table-layout: fixed;
    font-size: 11px;
}
.ui_turmas table tr {
    cursor: pointer;
}
.ui_turmas_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.ui_turmas_menu_v {
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: underline;
    float: right;
    top: 0;
    right: 0;
    border: 1px solid black;
    padding: 3px 5px 4px 5px;
}
.ui_turmas_menu_div {
    padding: 1px;
    border: 1px solid black;
    clear: both;
    display: none;
}
.ui_turmas_menu_div div {
    -moz-user-select: none;
    -khtml-user-select: none;
    padding: 5px;
}

.ui_materias {
    border: 1px solid black;
    overflow: auto;
}
.ui_materias table {
    background-color: black;
    table-layout: fixed;
    font-size: 11px;
    width: 882px;
}
.ui_materias_edit_input {
    font-size: 11px;
    width: 100%;
    height: 13px;
}

.ui_update {
    border: 1px solid black;
    padding: 2px;
    max-height: 200px;
    overflow: auto;
}

.ui_avisos {
    border: 1px solid black;
    font-size: 15px;
    text-align: center;
    padding: 2px;
    color: red;
    font-weight: bold;
}

.ui_horario {
    background-color: #eeeeee;
    border: 1px solid black;
    position: relative;
    font-size: 11px;
}
.ui_horario_celula {
    background-color: white;
    border: 1px solid black;
    height: 30px;
    width: 60px;
    text-align: center;
}

.ui_grayout {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1000;
}

.simple_button {
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    background-color: lightblue;
    margin-left: 10px;
    cursor: pointer;
}

/* widgets */
.widget_dropdown_menu_button {
    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px solid black;
    position: relative;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
    text-decoration: underline;
    text-align: left;
    font-size: 13px;
}
.widget_dropdown_menu_button:hover {
    background-color: black;
    color: #eeeeee;
    z-index: 3001;
}
.widget_dropdown_menu_button:hover .widget_dropdown_menu {
    display: block;
    color: black;
}
.widget_dropdown_menu {
    left: -1px;
    display: none;
    background-color: #eeeeee;
    position: absolute;
    border: 1px solid black;
}
.widget_dropdown_menu_op:hover {
    background-color: black;
    color: #eeeeee;
}
