* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
}
b {
    color: #404040;
}
a {
    color:#3b3b3b;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url(/data/admin/img/markup/panel_bg.gif) top left repeat-x;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 67px;

}

#logout {
    float:right;
    margin-right:10px;
}

#lang {
    padding-top:2px;
    padding-left:2px;
    height: 22px;
}
#lang ul li {
    list-style:none;
    float:left;
    margin-right: 10px;
}

#lang ul li img {
    vertical-align:middle;
    border: 0;
}

#lang a {
    float:left;
    display:block;
    padding-left:3px;
    color: #fff;
    font-size:11px;
    text-decoration:none;
}

#lang a:hover {
    text-decoration:underline;
}

#sections {
    height:45px;
    clear:left;
}

#sections.tab_content {
    background: url(/data/admin/img/markup/sidebar_tab_1.gif) top left no-repeat;
}
#sections.tab_accounts {
    background: url(/data/admin/img/markup/sidebar_tab_2.gif) top left no-repeat;
}
#sections.tab_tools {
    background: url(/data/admin/img/markup/sidebar_tab_3.gif) top left no-repeat;
}

#sections ul li{
    list-style:none;
    float:left;
    width: 80px;
    height:32px;
    text-align:center;
    padding-top:3px;
}

#sections ul li.user{
    width:auto;
    text-align:left;
    padding-top: 10px;
    padding-left: 10px;
    background: url(/data/admin/img/markup/user_separator.gif) top left no-repeat;
}
#sections ul li.active{
    padding-top:13px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 58px;
    height: 1%;
    position: relative;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 15px 15px 0 260px;
}

.rowblock {
    margin-bottom:10px;
}

#path img{
    vertical-align: middle;
    margin-right: 2px;
}
#state {
    margin: 15px 0;
}
#tools {
    height:35px;
    background: #efefef url(/data/admin/img/panels/tools_bg.gif);
    margin-bottom: 10px;
}
#tools_left {
    height:35px;
    background: url(/data/admin/img/panels/tools_left.gif) top left no-repeat;
}
#tools_right {
    height:35px;
    background: url(/data/admin/img/panels/tools_right.gif) top right no-repeat;
}

#tools ul li {
    list-style:none;
    float:left;
    padding: 8px;
}

#tools img {
    vertical-align:middle;
}

#tools a {
    text-decoration:none;
    border: 1px solid #eaeaea;
    padding: 5px;
}
#tools a:hover {
    border: 1px solid #aeaeae;
}

#submit {
    height:62px;
    background: #efefef url(/data/admin/img/panels/submit_bg.gif);
    margin-bottom: 10px;
}
#submit_left {
    height:62px;
    background: url(/data/admin/img/panels/submit_left.gif) top left no-repeat;
}
#submit_right {
    height:62px;
    background: url(/data/admin/img/panels/submit_right.gif) top right no-repeat;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 240px;
    margin-left: -100%;
    position: relative;
    background: url(/data/admin/img/markup/sidebar_body.gif) repeat-y;
}

#side_top{
    width: 240px;
    background: url(/data/admin/img/markup/sidebar_top.gif) top left no-repeat;
}

#side_bottom{
    width: 240px;
    background: url(/data/admin/img/markup/sidebar_bottom.gif) bottom left no-repeat;
    padding: 10px 0;
}

#sideLeft ul{
    margin-left: 15px;
}
#sideLeft ul img{
    vertical-align:middle;
}
#sideLeft ul li{
    list-style:none;
    margin-top: 3px;
}

#sideLeft ul li a.active {
    text-decoration:none;
    font-weight:bold;
}
#sideLeft ul li a.active:hover {
    text-decoration:underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -58px auto 0;
    min-width: 1000px;
    height: 58px;
    background: url(/data/admin/img/markup/footer.gif) bottom left repeat-x;
    font-size: 11px;
}
#hostium {
    float:right;
    padding-top: 20px;

}

#copyright{
    float:right;
    padding: 15px 10px 0;
}

#copyright ul {
    border-left: 1px solid #CCC;
    padding-left: 10px;
}

#copyright li {
    list-style:none;
}
