/*topheader*/
.topheader {
    margin-top: 35px;
    margin-bottom: 20px;
}
.topheader table {
    border-collapse: separate;
    width: 100%;
    background-color: transparent;
    font-size: 100%;
}
.topheader td {
    padding: 4px;
}
.topheader th {
    background-color: #576C96;
    color: #FFFFFF;
    border-left: 1px solid #475A7B;
    white-space: nowrap;
    font-weight: normal;
    padding: 4px;
}
.topheader th:first-child {
    border-left-style: none;
}
.topheader a {
    color: #FFFFFF;
}
.topheader th.menuitem {
    width: 12%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.topheader td.outerheader {
    width: 6px;
}

/*header*/
.header table {
    font-size: 100%;
    background-color: transparent;
    width: 100%;
    height: 90px;
    border: none;
}
.header td {
    white-space: nowrap;
    padding: 0;
}
.header h1 {
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}
.header a {
}
.header img {
    vertical-align: middle;
    border: none;
}

/*main body*/
.forumcontent table {
    font-size: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    margin: 1em 0;
}
.forumcontent h1 {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 123.1%;
}
.forumcontent h2 {
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 108%;
}
.forumcontent h3 {
    font-weight: normal;
    margin: 4px;
    font-size: 108%;
}
.forumcontent th {
    background-color: #576C96;
    color: #FFFFFF;
    border: 1px solid #475A7B;
    font-weight: bold;
    font-size: 93%;
    text-align: justify;
    padding: 4px;
}
.forumcontent th a {
    color: #FFFFFF;
}
.forumcontent td {
    border: 1px solid #C0C0C0;
    padding: 4px;
}
.forumcontent table.noborder {
    border: none;
}
.forumcontent table.noborder td {
    border: none;
}
.forumcontent img {
    vertical-align: middle;
    border: none;
}
.forumcontent hr {
    height: 1px;
    border: none;
    color: #C0C0C0;
    background: #C0C0C0;
}
.forumcontent div.location {
    margin-top: 17px;
    margin-bottom: 17px;
}
.forumcontent div.smalltoolbar {
    margin-bottom: 3px;
    text-align: right;
    margin-top: 3px;
}
/*some clases*/
.forumcontent .gray {
    color: #9097A7;
    font-size: 85%;
}
.forumcontent .gray a {
    color: #9097A7;
}
.forumcontent .radiolist td {
    text-align: left;
}

/* inputs */
.forumcontent input[type="file"], .forumcontent input[type="password"], .forumcontent input[type="button"], .forumcontent input[type="submit"], .forumcontent input[type="text"], .header input[type="file"], .header input[type="password"], .header input[type="button"], .header input[type="submit"], .header input[type="text"], button, textarea, select {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #708090;
}

.forumcontent input[type="text"], textarea {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.forumcontent input[type="button"], .forumcontent input[type="submit"], .header input[type="button"], .header input[type="submit"], .forumcontent button {
    background-color: #576C96;
    color: #FFFFFF;
    cursor: pointer;
}

.forumcontent input[type="button"]:hover, .forumcontent input[type="submit"]:hover, .header input[type="button"]:hover, .header input[type="submit"]:hover, button:hover {
    background-color: #576C96;
}

.gradientbutton {
    background-color: #576C96;
    color: White;
    font-size: 100%;
    border: 1px solid #708090;
}

/* other classes */
img.avatar {
    border: 1px solid #bbbbbb;
    padding: 2px 2px 2px 2px;
    -ms-interpolation-mode: bicubic;
}
div.quote {
    color: #7777aa;
    text-decoration: none;
    padding-left: 15px;
}

