body
{
    font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
    margin: 0px;
    /*background-color: #048AD0;*/
}

h1
{
    color: #444444;
}

h2
{
    color: #444444;
}

.logo_div
{
    margin: 30px;
    padding: 10px;
    width: 200px;
    height: 250px;
}

.menu_div
{
    border-radius: 3px;
    border: 1px solid #888888;
}

.menu_title
{
    text-align: center;
    height: 18px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #444444;
    padding: 6px 20px 6px 20px;
    border-bottom: 3px solid #666666;
}

.menu_item
{
    height: 22px;
    vertical-align: middle;
    padding: 2px 10px 2px 10px;
    margin: 4px 0px;
}

.menu_item_active
{
    height: 22px;
    vertical-align: middle;
    padding: 2px 10px 2px 10px;
    background-color: #F03792;
    margin: 4px 0px;
}

.menu_item_link
{
    font-size: 18px;
    color: #222222;
    text-decoration: none;
    padding: 0px 10px;
}

.menu_item_link_active
{
    font-size: 18px;
    text-decoration: none;
    padding: 0px 10px;
    color: #eeeeee;
}

.menu_item_icon
{
    width: 18px;
    height: 18px;
    float: left;
}

.content_div
{
    margin: 30px 30px 30px 0px;
    width: calc(100% - 330px);
}

.table_noborder
{
    border: 0px none transparent;
}

.tr_noborder
{
    background-color: transparent;
}

.td_noborder
{
    border: 0px none transparent;
    padding: 0px;
}

.table_nested
{
    border-radius: 3px;
    border: 1px solid #666666;
    border-bottom: 1px solid #666666;

}

table
{
    border-radius: 3px;
    border: 1px solid #666666;
    border-bottom: 3px solid #666666;

}

tr:nth-child(odd)
{
    background-color: #dddddd;
}

tr:nth-child(even)
{
    background-color:#eeeeee;
}

th {
    color: #eeeeee;
    background-color: #444444;
    padding: 6px 20px 6px 20px;
    border-bottom: 3px solid #666666;
    text-align: left;
}

td
{
    vertical-align: middle;
    padding: 6px 20px 6px 20px;
    border-bottom: 1px dotted #cccccc;
}

.td_right
{
    text-align: right;
}

.td_center
{
    text-align: center;
}

.table_icon
{
    cursor: hand;
    max-width: 20px;
    height: 16px;
}

.special,
input
{
    font-size: 14px;
    padding: 2px 10px 2px 10px;
    min-width: 280px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

input[type=text]:focus
{
    /*border: 1px solid #bbbbff;*/
}

input[type=password]
{
    /*border: 1px solid #ffbbbb;*/
}

input[type=search]
{
    min-height: 24px;
    width: 200px;
    font-size: 16px;
}

input[type=checkbox]
{
    font-size: 14px;
    padding: 2px 10px 2px 10px;
    min-width: 280px;
    height: auto;
    border-radius: 0px;
    border: 0px none;
    box-shadow: none;
}

input[type=radio]
{
    font-size: 14px;
    padding: 2px 10px 2px 10px;
    min-width: inherit;
    height: auto;
    border-radius: 0px;
    border: 0px none;
    box-shadow: none;
}

.input_error,
input:invalid {
    border: 1px solid #E0512F;
}

select
{
    -webkit-appearance: menulist-button;
    font-size: 14px;
    padding: 2px 10px 2px 10px;
    min-width: 280px;
    min-height: 28px;
    height: 28px;
}

/*

    OLD POP UP STYLE, THE GREY TITLEBAR

*/
/*.popup_modal
{
    visibility: hidden;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 65534;
}
.popup_table {
    border: 0px none transparent;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.popup_td {
    padding: 0px;
}
.popup
{
    visibility: hidden;
    display: none;
    background-color: #eeeeee;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #bbbbbb;
    border-radius: 4px;
    z-index: 65535;
    width: 450px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
}

.popup_title
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    background-color: #cccccc;
    padding: 6px 30px 6px 10px;
    border-bottom: 2px solid #999999;
}

.popup_content
{
    *//*width: calc(100% - 60px);
    height: calc(100% - 140px);*//*
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}

.popup_button
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #444444;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-bottom: 3px solid #181818;
    cursor: default;
}

.popup_button:hover
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #666666;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-bottom: 3px solid #333333;
    cursor: default;
}

.popup_button:active
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #666666;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-top: 3px solid #333333;
    border-bottom: 0px none;
    cursor: default;
}

.popup_button_danger
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #E0512F;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-bottom: 3px solid #A80000;
    cursor: default;
}

.popup_button_danger:hover
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #ee6666;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-bottom: 3px solid #993333;
    cursor: default;
}

.popup_button_danger:active
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #aa3300;
    padding: 6px 20px 6px 20px;
    margin: 0px 20px 20px 20px;
    border-top: 3px solid #993333;
    border-bottom: 0px none;
    cursor: default;
}*/

.button
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #444444;
    padding: 3px 20px 3px 20px;
    border-bottom: 3px solid #181818;
    cursor: default;
    margin: 10px auto 10px 10px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #666666;
    padding: 3px 20px 3px 20px;
    border-bottom: 3px solid #333333;
    cursor: default;
    margin: 10px auto 10px 10px;
}

.button:active
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #666666;
    padding: 3px 20px 3px 20px;
    border-top: 3px solid #333333;
    cursor: default;
    border-bottom: 0px none;
    margin: 10px auto 10px 10px;
}

.button_disabled,
.button_disabled:hover
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #9e9e9e;
    background-color: #E5E5E5;
    padding: 3px 20px 3px 20px;
    border-bottom: 3px solid #a2a2a2;
    cursor: default;
    margin: 10px auto 10px 10px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button_disabled:active
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #ee6666;
    padding: 3px 20px 3px 20px;
    border-bottom: 3px solid #993333;
    cursor: default;
    margin: 10px auto 10px 10px;
}

.button_danger
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #E0512F;
    padding: 3px 20px 3px 20px;
    margin: 10px auto 10px 10px;
    border-bottom: 3px solid #A80000;
    cursor: default;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button_danger:hover
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #ee6666;
    padding: 3px 20px 3px 20px;
    margin: 10px auto 10px 10px;
    border-bottom: 3px solid #993333;
    cursor: default;
}

.button_danger:active
{
    float: right;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #aa3300;
    padding: 3px 20px 3px 20px;
    margin: 10px auto 10px 10px;
    border-top: 3px solid #993333;
    border-bottom: 0px none;
    cursor: default;
}

.color_main
{
    color: #002F67;
}

.color_secundary
{
    color: #F03792;
}

.font_error
{
    color: #ff5544;
    font-weight: bold;
}

.error
{
    margin-top: 10px;
    color: #ff5544;
    font-weight: bold;
    border: 1px solid #ff5544;
    border-radius: 3px;
}