/* font size */

html, td, th { font-size: 14px }
h1 { font-size: 22px }
h2, h3 { font-size: 14px }

/* line height */

html, td, th { line-height: 1.5em }

/* misc. */

html {
    color: black;
    background-color: white;
    font-family: Verdana, sans-serif;

    background-image: url(/images/gradient.png);
    background-repeat: repeat-x;
}

body {
    margin: 0 auto;
    padding: 1em;
}

html {
    margin: 0;
    padding: 0;
}

h1, h2, h3 { text-transform: uppercase }

h1 {
    text-align: center;
}

h2 {
    border-bottom: 1px solid #cdf;
}

h1, h2, h3, h4, h5, h6, label, strong {
    font-family: Georgia, serif;
    letter-spacing: 1px;

    font-weight: bold;
    color: #57a;
}

th, td {
    text-align: left;
    vertical-align: baseline;
}

th + th, th + td, td + td {
    padding-left: 1em;
}

th, dt, label {
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: none;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
}

a:link:active, a:visited:active {
    color: maroon;
}

.icon {
    background-color: #ccb;
    background-image: url(/images/icons/bg_rounded.gif);
    background-repeat: no-repeat;

    position: relative;
    top: 1px;
}

a:link .icon, a:visited .icon, input.icon {
    background-color: #acd;
}

a:link:hover .icon, a:visited:hover .icon, input.icon:hover {
    background-color: rgb(247, 172, 11);
}

a:link:active .icon, a:visited:active .icon, input.icon:active {
    background-color: maroon;
}

.footer {
    margin-top: 3em;

    text-align: center;
    clear: both;
}

.network {
    text-align: left;
}

a img {
  border: 0;
}

.message, .panel, .content {
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

.message {
    background-color: #ffb;
    border: 2px solid #fd7;
    color: black;

    text-align: center;

    padding: 0.2em 0.3em;
}

.error {
    color: maroon;
    font-weight: bold;
    font-family: Georgia, serif;
}

li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

.header {
    margin-bottom: 2em;
    width: 100%;
}

.header td {
    vertical-align: top;
}

.header td p, .footer p {
    margin: 0;
}

.footer img {
    vertical-align: middle;
}

.logo {
    text-align: left;
}

.session {
    text-align: right;
}

.panel {
    border: 2px solid #ccb;
    background-color: #f7f7f0;
    padding: 0 1em;
}

.panel h2 {
    color: #776;
    border-bottom-color: #ddb;

    text-transform: uppercase;
    font-family: Georgia, serif;
    font-weight: bold;
    letter-spacing: 1px;
}


.panel, .message, .content {
    margin-bottom: 1em;
}

.ads {
    float: right;
    width: 160px;
    height: 600px;
}

.content {
    border: 2px solid #acf;
    padding: 0.5em 1em;
}

input[type=text], input[type=password], input[type=submit], select {
    border: 2px solid #ac3;
}

input[type=text], input[type=password] {
    width: 13em;
    padding: 1px 2px;
}

input[type=submit] {
    cursor: pointer;
    background-color: #dea;
}

.sidebar ul, .sidebar li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

input[type=image] {
    vertical-align: middle;
}

.menu {
    text-align: center;
}

td .fieldWithErrors {
    display: inline;
}

td.logo img {
    width: 278px;
    height: 43px;
    behavior: url(/pngHack/pngHack.htc);
}
