﻿@import "base.css";

body {
}
#wrap {
    background: transparent;
    font-family: Verdana;
    margin: 0 auto;
    width: 920px;
    position: relative;
}
#head {
    background: #fff url(../img/bg-menu.png) 0 0 repeat-y;
    border: 1px solid #9e9883;
    border-top-width: 0;
    padding: 10px 0 0 0;
    margin-bottom: 2px;
}
#head li {
    display: inline;
    
}
#head li a {
    font-size: 77%;
    padding-left: 16px;
    margin-right: 16px;
    text-decoration: none;
    color: #000;
}
#head #start {
    padding-left: 0;
    background: none;
}
#head #short {
    background: url(../img/icon-shortcut.png) 0 50% no-repeat;
}
#head #login {
    background: url(../img/icon-logon.png) 0 50% no-repeat;
}
#head #contact {
    background: url(../img/icon-mail.png) 0 50% no-repeat;
}
#head #info {
    background: url(../img/icon-i.png) 0 50% no-repeat;
}
#head #lang {
    background: url(../img/icon-en.png) 0 50% no-repeat;
}
#head img {
    position: absolute;
    top: 10px;
    right: 25px;
}
#main {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 25px;
    clear: both;
    min-height: 700px;
    font-size: 93%; /* 12px */
}
#main .logo {
    float: left;
    margin: 0 25px 20px 0;
}
label {
    font-size: 93%; /* 11px */
    display: block;
    margin-top: .5em;
}
h1, h2, h3, h4 {
    font-family: Arial;
}
h1, h2 {
    font-size: 182%; /* 24px */
    font-weight: normal;
}
h3, h4 {
    font-size: 108%; /* 14px */
}
hr {
    clear: both;
    visibility: hidden;
    height: 0;
}
.col {
    float:left;
    width: 262px;
    margin: 0 41px 25px 0;
}
.box, .bigbox, .box-right {
    border-right-width: 0;
    background: #fff url(../img/border-box.png) 100% 0 repeat-y;
    width: 262px;
    float: left;
    margin: 0 41px 25px 0;
}

.bigbox {
    width: 565px;
}
.box-right {
    margin: 0 0 25px 0;
}
.box h2, .bigbox h2 {
    font-size: 108%; /* 14px */
    font-weight: bold;
    margin: 0;
    padding: 8px 5px 5px 55px;
    background: transparent url(../img/bg-box-title.png) 0 0 no-repeat;
    position: relative;
}
.bigbox h2 {
    background-image: url(../img/bg-bigbox-title.png);
}
.box h2 img, .bigbox h2 img {
    position: absolute;
    top: -20px;
    left: 5px;
}
.box .content, .bigbox .content {
    border: 1px solid #817c6a;
    border-right-width: 0;
    margin-right: 3px;
    padding: 15px;
    min-height: 250px;
}
.box img.photo, .bigbox img.photo {
    float: left;
    margin: 0 15px 15px 0;
}

.high {
    min-height: 586px !important;
}
.right {
    float: right !important;
    margin: -10px 0 5px 5px !important;
}

.error {
    font-weight: bold;
    color: #d00;
}
.box input, .box select, .box textarea {
    width: 100%;
}
.buttons {
    margin-top: 2em;
}
.buttons input {
    width: auto;
}
.meta {
    font-family: Verdana;
    font-size: 11px;
    color: #666;
    margin: .5em 0;
}

/* NUTEK NETWORKS 2008-12-17 */

#networklist .listh2 {
    display: inline;
    padding-right: 0.5em;
}
#networklist LABEL {
    display:inline!important;
    font-family: Verdana!important;
    font-size: 100%!important;
}
.networklistcontainer {
    margin: 0 5em 2em 2em;   
}
.networklistcontainer SPAN {
    font-weight: bold;
    color: #827973;
}
.networklistcontainer DIV {   
    color: #827973;
}
.listsep {
    clear: left;
    height:1px;
    display: block;
    color: #ded5ce;
    background-color: #ded5ce;
    visibility: visible;
    width: 95%;
    margin-top: 1em;
}
.networklistcontainer .contactcontainer {
    float: left;
    margin: 0.5em 2em 0 0;
}
.networklistcontainer .moreinfo {
    display: none;
}
.networklistcontainer .info {
    padding-bottom: 1em;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}
.networklistcontainer H3 {
    font-size: 16px;
    color: #3c3c30;
    font-weight: normal;
    margin: 1.5em 0 0 0;    
}
.contactcontainer A {
 
}
.contactcontainer .name {
    font-weight: bold;
}
#networklist .pager {
    background-color: #f1eeeb;
    margin: 1em 0 1em 0;
    padding: 0.5em;
}
.newuser INPUT[type="text"], .newuser INPUT[type="password"] {
    width: 200px;   
}
.editnetwork INPUT[type="text"] {
    width: 335px;   
}
.contacts div.odd {
    background-color:#eee;
    width: 400px;
    padding: 0.5em;
}
.contacts div.even {
    background-color:#ccc;
    width: 400px;
    padding: 0.5em;
}
#networkmenu {
    padding: 1em;
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
    border: 1px solid #ccc;    
}
#networkmenu LI {
    list-style-type: none;
    margin-bottom: 0.5em;
}
#networkmenu A {
    color: #7b7976;
}
#menucontainer {
    float: right;    
    margin-left: 4em;
}
#menucontainer DIV {
    color: #fff;
    background-color: #ccc;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: bold;
}