body {
    background-image: url(/images/background.png);
    background-repeat: repeat-x;
    background-color: #fff;
}

a {
    color: #18619F;
}

.container {

}

.header .logo {
    float: left;
    display: block;
    width: 176px;
    height: 67px;
    margin-right: 70px;
    margin-left: 20px;
}

.header .logo h1 {

}

.header .logo h1 a {
    background-image: url(/images/netblox.png);
    width: 176px;
    height: 52px;
    margin-top: 30px;
    display: block;
}

.header .logo h1 a span {
    display: none;
}

.header {
    height: 140px;
    overflow: auto;
}

.header .navigation {
    width: 400px;
    margin-left: 216px;
}

.header .navigation {
    width: 684px;
    height: 107px;
}

.header .navigation .tools {
    height: 40px;
    width: 684px;
    text-align: right;
    color: #5f5f5f;
}

.header .navigation .tools a {
    color: #5f5f5f;
    text-decoration: none;
    line-height: 30px;
}

.header .navigation .tools a.active {
    font-weight: bold;
}

.header .navigation .tabs {
    height: 67px;
    width: 684px;
}

.header .navigation .tabs ul {
    list-style-type: none;
    height: 67px;
}

.header .navigation .tabs ul li {
    float: left;
    height: 67px;
    margin-right: 10px;
}

.header .navigation .tabs li a {
    background-color: #c4d4e2;
    padding: 6px 20px 3px 20px;
    display: block;
    margin-top: 30px;
    height: 22px;
    border-bottom: 6px solid #18619f;
    color: #0c3252;
    text-decoration: none;
    font-family: Verdana, sans-serif;
}

.header .navigation .tabs li a.active {
    padding: 11px 20px 3px 20px;
    margin-top: 21px;
    height: 26px;
    border-bottom: 6px solid #0d3b62;
    color: #fff;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    border-bottom: 6px solid #18619f;
    background-color: #18619f;
}

.header .navigation .tabs li a:hover {
    color: #fff;
    background-color: #18619f;
    border-bottom: 6px solid #0d3b62;
}

.header .navigation .tabs li a.active:hover {
    background-color: #0d3b62;
    border-bottom: 6px solid #0d3b62;
}

.sidenavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 220px;
    overflow: hidden;
}

.sidenavigation ul ul li {
    overflow: hidden;
    margin-bottom: 10xp;
}

.sidenavigation ul li.top a {
    background-color: #18619f;
    height: 30px;
    color: #fff;
    font-weight: bold;
}

.sidenavigation ul li.top li a {
    background-color: #fff;
    color: #18619f;
    font-weight: normal;
}

.sidenavigation ul li li a {
    border-bottom: 1px solid #18619f;
    padding-left: 30px;
}

.sidenavigation ul li li li a {
    border-bottom: 1px solid #18619f;
    padding-left: 50px;
}

.sidenavigation ul li.top li li a {
    background-color: #f0f5fa;
    color: #333;
}

.sidenavigation ul li a {
    display: block;
    width: 220px;
    line-height: 29px;
    padding-left: 15px;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
}

.sidenavigation ul li li a:hover {
    background-color: #e1eaf2;
    border-bottom: 1px solod #0d3b62;
    color: #0d3b62;
    background-image: url(/images/arrows.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.sidenavigation ul li li a.active {
    background-position: top left;
    background-image: url(/images/arrows.png);
    background-color: #c4d4e2;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #0d3b62;
}

.sidenavigation ul li li a.active:hover {
    background-color: #c4d4e2;
    background-position: top left;
    background-image: url(/images/arrows.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #000;
}

h1 {
    color: #e9b33f;
    font-size: 24px;
    font-family: Arial, sans-serif;
}

h2 {
    color: #d39000;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

h3 {
    color: #18619F;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

a.button,input.button {
    padding: 10px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    background-color: #18619f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0d3b62;
}

a.button:hover,input.button:hover {
    background-color: #0d3b62;
}

a.small_button,input.small_button {
    padding: 8px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    background-color: #c4d4e2;
    color: #0d3b62;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0d3b62;
}

a.small_button:hover,input.small_button:hover {
    background-color: #18619f;
    color: #c4d4e2;
}

a.fullsize_button {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

div.right {
    text-align: right;
}

span.small {
    color: #555;
    font-size: 10px;
    line-height: 18px;
}

.box {
    background-color: #fff;
}

.footer {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.container {
    min-height: 600px;
}

.footer a {
    color: #777;
    font-size: 11px;
    text-decoration: none;
}

.help {
    background:#FFF6BF none repeat scroll 0 0;
    clear: both;
    float: none;
    padding: 6px;
    color:#514721;
    border: 2px solid #E9B33F;
}

.help .advantages {
    width: 50%;
    float: left;
    color: #298500;
}
.help .drawbacks {
    width: 50%;
    float: left;
    color: #851000;
}
.radio_list {
    list-style-type: none;
}

img.quickhelp
{
  height: 18px;
  width: 18px;
  background-position: top center;
  cursor: pointer;
  margin: 0 4px 0 4px;
  background-image: url(/images/icons/help.png);
}
.quickhelpTip .close {
    text-align: right;
    margin-bottom: 0;
    display: block;
}
.quickhelpTip .close strong {
    text-decoration: underline;
    cursor: pointer;
}
.helptext {

}
.quickhelpTip
{
    width: 450px;
}