﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 68%;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #10387b;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px;
    color: #10387b;
}

p {
    margin: 0 0 15px;
    line-height: 1.5em;
}

ul {
    line-height: 1.5em;
    margin: 0 0 15px;
}

a {
    color: #10387b;
    text-decoration: none;
    outline: none;
}

a.more {
    background-image: url('/_common/img/icon-arrow-right.gif');
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 8px 0 0;
    font-weight: bold;
}

img {
    border: none;
}

.no-margin {
    margin: 0px;
}

#footer {
    font-size: 0.9em;
    line-height: 1.5em;
}

table.topAuthors td {
    /*color: #10387b;*/
    line-height: 1.5em;
}

input {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
}

input.text {
    border: solid 1px #cccccc;
    padding: 4px;
}

input.button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #ffffff;
    background-image: url('/_common/img/icon-arrow-right.gif');
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 8px 0 0;
    margin: 0;
    color: #10387b;
    cursor: pointer;
    font-weight: bold;
    height: 17px;
}

label {
    color: #10387b;
}

a img {
    border: none;
}