html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: sans-serif;
    vertical-align: baseline
}

:focus {
    outline: 0
}

html {
    overflow-y: scroll
}

body {
    color: black;
    background: #f3f3f3
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

.sf-menu {
    float: left;
    margin-bottom: 0
}

.sf-menu li {
    background: #363636
}

.sf-menu li li {
    background: #363636
}

.sf-menu li li li {
    background: #363636
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #464646;
    outline: 0
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: .75em 1em;
    text-shadow: -1px -1px 0 red;
    text-decoration: none;
    display: block;
    position: relative
}

span.like-a {
    color: #fff
}

.sf-menu a,
span.like-a {
    text-shadow: 1px 1px 0 #000
}

.sf-menu a,
.sf-menu a:visited,
span.like-a {
    font-size: 11px;
    font-family: sans-serif;
    border: none;
    text-decoration: none
}

.sf-sub-indicator {
    display: none
}

#console-header {
    background-color: #0e0e0e;
    box-shadow: 0px 0px 4px #333
}

#logo {
    font-size: 140%;
    padding-left: 5px;
    padding-bottom: 13px;
    color: #999;
    font-weight: 600;
    font-family: sans-serif;
    text-shadow: 2px 2px 0 #333;
    vertical-align: middle
}

#logout {
    color: #fff;
    float: right;
    font-size: 11px;
    padding-top: 6px;
    padding-right: 7.5px
}

#main-menu {
    background-color: #363636;
    border-bottom: 3px solid #aaa
}

#main-menu ul,
span.like-a {
    float: left;
    font-size: 11px;
    font-family: sans-serif
}

#main-menu ul li,
span.like-a {
    display: inline
}

#main-menu ul li a,
span.like-a {
    float: left;
    text-decoration: none;
    color: white;
    padding: 10.5px 5px
}

#main-menu ul li a.spaced {
    line-height: 1rem;
}

#main-menu ul li.wide {
    width: 120px
}

#user-message-div {
    padding-top: 16px;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px
}

.user-message {
    padding: 6px;
    border-style: dotted;
    color: #333333;
    text-align: left
}

.user-message-success {
    border-color: #333333;
    border-width: 1px;
    background-color: #bbdd55
}

.user-message-failure {
    padding-top: 9px !important;
    padding-bottom: 10px !important;
    border-color: red;
    border-width: 2px;
    background-color: #eeee33
}

.error-message {
    background-color: #ffccbb;
    padding: 6px;
    margin-bottom: 12px;
    border: 1px dotted #999999;
    font-weight: 600;
    color: #933
}

.loading {
    background: url(/static/gfx/ajax-loader.gif) no-repeat;
    height: 16px
}

.loading:after {
    content: "Please wait ...";
    padding-left: 30px
}

#data-table {
    width: 100%;
    margin-top: 8px;
    margin-left: 2%;
    border: 1px solid #ccc;
    font-size: 12px;
    counter-reset: data_table_counter
}

#data-table a {
    font-size: 12px
}

#data-table tr.odd {
    background-color: #fff
}

#data-table tr.even {
    background-color: #e8e8e8
}

#data-table tr.updated {
    background-color: #f7f089
}

#data-table tr.attention td,
#data-table tr.updated td {
    border-bottom: 1px solid #a9a244
}

#data-table td,
#data-table th {
    padding: 6px
}

#data-table th {
    background: #ddd;
    font-size: 11px
}

#data-table td {
    vertical-align:middle !important
}

#data-table td.inline_header {
    background: #ddd
}

#data-table td.numbering:before {
    content: counter(data_table_counter);
    counter-increment: data_table_counter
}

#data-table td.impexp {
    width: 1px
}

#data-table td.impexp input {
    display: none;
    width: 1px
}

.form-data {
    width: 100%;
    border: 1px solid #666;
    padding: 10px;
    font-size: 12px;
    background-color: #ccc;
    color: #000;
    text-shadow: 1px 1px 0 #eee
}

.form-data td {
    border: none;
    padding: 4px;
    padding-right: 12px
}

.ui-dialog-titlebar {
    padding: 10px;
    background-color: #999;
    font-size: 13px;
    border: 1px solid #666;
    border-bottom: none;
    text-align: left;
    text-shadow: 1px 1px 0 #aaa;
}

.form_hint {
    font-size: smaller;
    color: #333
}

.attention {
    background-color: #f7f089
}

div.bd {
    box-shadow: 1px 1px 10px #000
}

div.ui-dialog {
    width: 33em !important
}

p.big-notice {
    background-color: #ccc;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: large;
    border: 1px solid #999
}

.ui-dialog-titlebar {
    padding-bottom: 0px;
    background-color: #333;
    font-size: 13px;
    border: 1px solid #666;
    border-bottom: none;
    text-align: left;
    color: #eee;
    text-shadow: 1px 1px 0 #000
}

.ui-icon-closethick {
    display: none
}

.ui-dialog-buttonset {
    text-align: right
}

.ui-icon-closethick {
    display: none
}

.ui-widget {
    box-shadow: 1px 1px 10px #000
}

.ui-datepicker {
    border: 1px solid #aaaaaa;
    background: #fff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #222222;
    font-size: 0.9em
}

.ui-slider .ui-slider-handle {
    border: 1px solid #999
}

#popup_container {
    border-radius: 0 0 0 0
}

h2.zato {
    font-size: 80%;
    padding: 10px;
    padding-left: 4px;
    color: #222;
    border-bottom: 1px dotted #767676
}

div.prompt {
    font-size: 11px;
    padding: 10px;
    padding-left: 4px
}

div.prompt form {
    padding-top: 4px
}

a {
    color: #000;
    font-family: arial, helvetica, clean, sans-serif;
    text-decoration: underline;
    padding: 3px;
    padding-left: 0px
}

a:hover {
    background-color: #e0e030;
    color: #000033;
    text-decoration: none
}

a.top {
    color: #fff;
    text-shadow: none
}

a.top:hover {
    color: #000
}

a.hint {
    color: #333;
    font-size: 10px
}

#footer {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    background-color: #e0e0e0;
    text-align: right
}

.validation-advice {
    color: #c00
}

.options-button {
    cursor: pointer
}

#markup {
    width: 94%;
    text-align: center
}

th.ignore,
td.ignore,
div.ignore {
    display: none
}

div.page_prompt {
    padding: 4px;
    font-size: 12px
}

div.page_prompt a.current {
    font-weight: bolder
}

#id_file {
    width: 100%
}

.hidden {
    visibility: hidden;
    display: none
}

.visible {
    visibility: visible
}

#logo-link {
    text-decoration: none;
}

#logo-link:hover {
    background-color: #161616;
}

.form-data tr td a {
    color: #000;
}

.multirow-button {
    font-size: 12px;
    font-weight: 500;
    margin-left: 2px;
}

#data-table * tr.odd:hover,
#data-table * tr.even:hover {
    background-color: #ff8;
}
