* {
    font-family: Verdana, Arial, Helvetica, Serif;
}

body {
    font-family: Verdana, Arial, Helvetica, Serif;
    padding: 0;
    margin: 0 10px 34px 10px;
    color: #5c5c5c;
    font-size: 11px;
    background: #fff url('../images/bg.gif') repeat-x;
    line-height: 18px;
}

form {
    display: inline;
}

table,img {
    border: 0;
}

td,th {
    font-family: Verdana, Arial, Helvetica, Serif;
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
    color: #5c5c5c;
    padding-right: 18px;
}

label {
    cursor: pointer;
}

p {
    margin: 0 0 18px 0;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 18px;
}

.clear {
    clear: both;
}

a {
    color: #1143b5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.more {
    padding-right: 18px;
    background: url('../images/more.gif') no-repeat right;
    white-space: nowrap;
}

h1 {
    font-size: 18pt;
    color: #1f1f1f;
    font-weight: normal;
    margin: 0px 0px 24px;
}

.home #content h1 {
    font-size: 32px;
    margin: 0px 0px 32px;
    color: #1f1f1f;
}

.home #col2 h1 {
    font-size: 33pt;
    color: #1e5dcc;
    font-weight: bold;
    background-color: white;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

h2 {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: bold;
}

.home h2 {
    color: #5c5c5c;
    font-size: 11px;
    font-style: bold;
}

.home #col2 h2 {
    color: #1f1f1f;
    font-size: 18pt;
    background-color: white;
    text-align: center;
    margin: 0;
    padding: 5px 0 15px 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #1f1f1f;
}

h4,h5,h6 {
    font-size: 11px;
    margin: 0;
    color: #1f1f1f;
}

img.left {
    display: block;
    float: left;
    margin: 3px 15px 5px 0;
}

img.right {
    display: block;
    float: right;
    margin: 3px 0 5px 15px;
}

.hidden {
    visibility: hidden;
}

.error {
    font-weight: bold;
    color: #f00;
}

.comment {
    font-size: 11px;
}

dl dt {
    xmargin-bottom: 18px;
    font-weight: bold;
    color: #1f1f1f;
}

dl dd {

}

#container {
    position: relative;
    width: 810px;
    margin: 0 auto;
}

#header {
    position: relative;
    width: 810px;
    height: 166px;
}

#logo {
    position: absolute;
    left: 15px;
    top: 37px;
}

#intro {
    position: absolute;
    left: 406px;
    top: 3px;
}

#nav {
    position: absolute;
    top: 114px;
    width: 780px;
    height: 28px;
    background: url('../images/bg_nav.gif') no-repeat;
    padding: 7px 15px;
}

#nav1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav1 li {
    display: block;
    float: left;
    padding: 0 11px 0 14px;
    background: url('../images/div_li.gif') no-repeat 0 10px;
}

#nav1 li:first-child {
    background-image: none;
    padding-left: 0;
}

#nav1 li a {
    line-height: 27px;
}

#nav1 li.selected a {
    color: #1e1d1e;
}

#auth {
    float: right;
    line-height: 27px;
}

#languages {
    padding: 6px;
    float: right;
    text-align: right;
}

#languages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#languages li {
    display: block;
    float: left;
    margin-left: 8px;
}

#languages li a img {
    display: block;
    margin: 1px;
}

#languages li a.active img {
    margin: 0;
    border: 1px solid #012699;
}

#main {
    position: relative;
    _height: 456px;
    min-height: 456px;
    background: url('../images/bg_main.gif') repeat-y;
}

#content {
    xwidth: 720px;
    _height: 456px;
    min-height: 456px;
    background: url('../images/bg_content.gif') no-repeat;
    padding: 30px 35px;
}

#col1 {
    float: left;
    width: 420px;
    min-height: 20px;
}

#col2 {
    float: right;
    width: 290px;
    min-height: 20px;
}

body.home #col1 {
    width: 300px;
}

body.home #col2 {
    width: 408px;
}

#footer {
    position: relative;
    clear: both;
    width: 780px;
    height: 36px;
    background: url('../images/bg_footer.gif') no-repeat;
    padding: 25px 15px 0 15px;
}

#fnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#fnav li {
    display: block;
    float: left;
    padding: 0 11px 0 14px;
    background: url('../images/div_li.gif') no-repeat 0 7px;
}

#fnav li:first-child {
    background-image: none;
    padding-left: 0;
}

#fnav li a {
    line-height: 21px;
}

#fnav li a.active {
    color: #1e1d1e;
}

#poweredby {
    float: right;
}

#main ol {

}

.home .item .content ol li {
    margin-left: -10px;
}

.item {
    wdith: 300px;
    margin-bottom: 18px;
}

.item .header {
    height: 12px;
    background: url('../images/bg_item_header.gif') no-repeat;
}

.item .content {
    background: url('../images/bg_item.gif') repeat-y;
    padding: 0 10px;
}

.item .footer {
    height: 12px;
    background: url('../images/bg_item_footer.gif') no-repeat;
}

.home .item .content {
    font-size: 14px;
    line-height: 20px;
}

.home .item .content ol {
    margin-bottom: 0;
}

.home .item .content li {
    padding-bottom: 18px;
}

/*  form properties  */
form label {
    color: #5c5c5c;
    cursor: pointer;
}

form th {
    padding-top: 5px;
}

form td {
    padding-bottom: 3px;
}

form input,.form textarea,.form select {
    border: 1px solid #b8caee;
    padding: 5px 3px;
    background: #fff url('../images/bg_input.gif') repeat-x top;
    font-size: 11px;
}

form .radio,.form .checkbox {
    border: 0;
    background: none;
}

form [type=submit] {
    border: 1px solid #b8caee;
    background: #eff5fb url('../images/bg_submit.gif') repeat-x top;
    font-weight: bold;
    text-align: center;
    color: #1143b5;
}

.sub-menu {
    float: right;
}

.sub-menu ul {
    list-style: none;
    padding: 5px;
    border: 1px solid #b8caee;
}
.sub-menu ul li {
    margin-bottom: 0;
}

.sub-menu ul li a {
    display: block;
}

.invite-form {
    clear:both;
}

.invite-form .submit .captcha {
    vertical-align: middle;
    padding-right: 15px;
}

table.overview {
    border-collapse: collapse;
    width: 600px;
    border-left: 1px solid #E9EFFB;
    border-right: 1px solid #E9EFFB;
}
table.overview thead {
    height: 19px;
    background: transparent url('../images/thead-bg.png') repeat-x 0 0;
}
table.overview thead th {
    border-top: 1px solid #E9EFFB;
    border-bottom: 1px solid #E9EFFB;
}

table.overview tbody td {
    border-bottom: 1px solid #E9EFFB;
}
