html, body, #wrapper
{
height: 100%;
width: 100%;
min-height: 100%;
margin: 0px;
border: 0px;
padding: 0px;
}
body, td, th, div, input, a
{
font-family: tahoma, verdana, sans-serif, arial, heveltica;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: 9pt;
}                       
body
{
    background: #eee;
}
html>body, html>body #wrapper
{
   height: auto;
}
a:link, a:active, a:visited, a:hover
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active
{
color: #333;
text-decoration: underline;
}
form
{
    margin: 0px;
    padding: 2px;
    font-size: 8pt;
}
input
{
    margin-left: 2px; 
    padding-left: 2px;
    border: 1px solid #A0CEF8; 
    font-size: 8pt;    
    color: #7b8ca1
}
input
{
*width:100px;
min-width: 50px;
max-width: 250px;
border: 1px solid #7b8ca1;
padding: 1px 2px;
margin: 2px;
font-size: 8pt;
color: #7b8ca1;
background: #eeffff;
vertical-align: middle;
}
input.submit, input.reset
{
background: #dee2e5;
cursor: pointer
}
input:hover, input.submit:hover, input.reset:hover
{
background: #f9f6f4;
border: 1px solid #7b8ca1;
color: #7b8ca1
}
input:focus, input.submit:focus, input.reset:focus
{
background: #FDF0D9;
border:1px solid #7b8ca1;
color: #7b8ca1
}
input.radio, input.checkbox
{
padding: 2px;
margin-right: 3px;
min-width: 10px;
width: auto
}
input.text
{
}
select
{
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 8pt;
    border: 1px solid #A0CEF8;
    color: #7b8ca1
}
label
{
display: block;
float: left;
min-width: 150px;
max-width: 250px;
margin-right: 4px;
margin-bottom: 2px;
padding-right: 6px;
text-align: right;
font-weight: bold;
font-size: 8pt;
color: #7b8ca1;
}
fieldset
{
display:block;
border: 1px solid #7b8ca1;
background: #f9f6f4;
width: auto;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
font-size: 1em
}
legend
{
background: #dee2e5;
border: 1px solid #7b8ca1;
color: #7b8ca1;
padding: 1px 4px;
margin-bottom: 5px;
font-size: 8pt;
font-weight: bold
}
* html legend { padding:3px; margin-bottom: 5px; border: 1px solid #7b8ca1}
#wrapper
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#layout
{
    width: 790px;
    margin: 10px auto;
    padding: 5px;
    margin-bottom: 40px;
}

#top
{
}

#logo
{
    height: 157px;
    background: #340A32 url('http://www.inteligencja-finansowa.org.pl/templates/simplyblu/images/banner.jpg') no-repeat center top;
}
#logo a
{
    display: block;
    width: 100%;
    height: 100%;
}

#topuser
{
    float: right;
    width: 390px;
    clear: right;
}
#content
{
}
#content p
{
/*width: 50px*/
}
#footer
{
    position: absolute;
    bottom: 0px;
    width: 785px;
    text-align: center;
    font-size: 7pt;
}
#footer a
{
    font-size: 7pt;
}

div.login
{
    padding: 0.5em 1em;
    margin: 0px;
}
.login input
{
    width: 100px;
    border: 1px solid #403D38;
}
.login input.submit
{
    background: #84C126;
    color: #fff;
    width: 60px;
}
.login label
{
    display: inline;
    float: none;
    color: #fff;
}
.ui-tabs-nav a
{
    color: #fff;
}
.ui-state-active a, .ui-tabs-nav a:hover
{
    color: #403D38;
}
.c
{
    text-align: center;
}