@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td,button {
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-family: tahoma;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img, body, html {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a {
    text-decoration: none !important;
}

img, body, html {
    border: 0;
}

body {
    margin: 0;
    padding: 0;
    font: normal 8pt tahoma;
    text-align: right;
    width: 99.99%;
}
.logo{margin-top: 30px;}
input, textarea, select {
    font: normal 8pt tahoma
}

.warning {
    border: 1px dashed #CFCFCF;
    top: 0;
    width: 99%;
    color: black;
    padding: 3px;
    direction: rtl;
    margin-bottom: 2px
}

.warning div {
    padding: 3px;
    padding-bottom: 5px;
}

.warning span {
    color: red
}

.warning a:hover {
    font-weight: bold
}

.high_warning {
    background-color: #FFB0B0;
}

.moderate_warning {
    background-color: #FFE6E6
}

.low_warning {
    background-color: #FFFFE1;
}

.warning_level {
    color: #CCCCCC;
    font-size: 9px
}

#errorTag {
    text-align: right;
    width: 350px;
    color: red;
    background: #FDF2EA;
    margin: 14px;
    margin-bottom: 0;
    padding: 3px;
    border: dashed 1px red;
    list-style: inside;
}

.block_page {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    background: black url('../kernel/images/ajax-loader.gif') center no-repeat;
}

.mini_date {
    color: #999;
    font-size: 9px;
    direction: rtl
}

.mini_text {
    color: #999;
    font-size: 11px;
    direction: rtl
}

strong {
    font-weight: bolder
}

.delete_my_poll {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto
}
