/**
 *
 * CSS for WhiteLounge.net
 *
 * Manually crafted style sheet.
 *
 * Copyright 2008 Sergio Machado
 */

/* 
*******************************
Text
*******************************
*/

a, p, h1, li, label, input {
    font-family: 'Franklin Gothic Medium', Helvetica, Verdana;
    font-size: 11px;
}

a#c1,
a#c3 {
  display: none;
}

A:link {
 font-size: 11px;
 color: #3996b0;
 text-decoration: none;
}
A:visited {
 font-size: 11px;
 color: #3996b0;
 text-decoration: none;
}
A:hover {
 font-size: 11px;
 color: #3996b0;
 text-decoration: underline;
}

div.csc-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h1.csc-firstHeader,
div.csc-header h1 {
    color: #5ec9e5;
    font-weight: normal;
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

ul {
    margin-top: 2px;
    margin-bottom: 2px;
}

li,
p.bodytext {
    margin-top: 2px;
    color: #a4a093;
    line-height: 1.2em;
    margin-bottom: 2px;
    padding-bottom: 0px;
}

div#inner-left-col p.bodytext,
div#inner-left-col p.bodytext a,
div#inner-left-col h1.csc-firstHeader {
    font-size: 10px;
}
div#inner-left-col h1.csc-firstHeader {
    color: #51c9ea;
    margin-left: 0px;
}
div#inner-right-col h1.csc-firstHeader,
div.csc-header h1 {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}
div#inner-right-col p.bodytext {
    font-size: 11px;
    margin-left: 8px;
    margin-right: 8px;
}

div.csc-header-n2 h1 {
    margin-top: 1em;
}

table.csc-loginform,
fieldset.csc-mailform {
    border: 0px;
    margin: 0px 0px 0px 8px;
    padding: 0px;
}
table.csc-loginform tr td {
    margin-bottom: 5px;
}
table.csc-loginform p {
    padding: 0px;
    margin: 0px;
}
fieldset.csc-mailform div.csc-mailform-field {
    margin-bottom: 5px;
}
table.csc-loginform td.csc-form-labelcell p.csc-form-label-req,
fieldset.csc-mailform div.csc-mailform-field label {
}
table.csc-loginform td.csc-form-fieldcell input,
fieldset.csc-mailform div.csc-mailform-field input {
    border: 1px solid gray;
}
fieldset.csc-mailform div.csc-mailform-field textarea {
    border: 1px solid gray;
}
fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit {
}
fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-check {
    border: 0px;
}
