@media screen {
html, body {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #000;
    font: 12px "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
}
div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
p, blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
strong {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, address, fieldset, pre, acronym, abbr, iframe, object, applet {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
dl, dt, dd, ol, ul, li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
form, label, legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
button, input, textarea, select {
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
optgroup option {
    padding-left: 10px;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 8px 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 8px 0;
    padding: 0;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
table {
    width: 100%;
}
table th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}
table th i {
    color: #999;
    font-weight: normal;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.top {
    vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.auto {
    width: auto;
}
.block {
    display: block;
}
.inline {
    display: inline;
    width: auto;
}
.bold {
    font-weight: 800;
}
.italic {
    font-style: italic;
}
.ok {
    color: green !important;
}
.ok.inverted {
    background: none repeat scroll 0 0 green !important;
    color: white !important;
}
.nok {
    color: red !important;
}
.nok.inverted {
    background: none repeat scroll 0 0 red !important;
    color: white !important;
}
.help_available {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
.overflow_visible {
    overflow: visible !important;
}
}