/**
 * This style sheet is intended for the use with the Patriot theme for
 * the e107 web template engine.
 *
 * @author: Mx
 * @website: http://www.lungoparma.it
 * @version: 1.0    10 06 2006     Initial Release.
 *
 */

/**
 * Controls the overall appearence of links (anchors).
 */
A, A:Link, A:visited {
    color: 000070;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial;
    text-decoration: none;
}

/**
 * Controls the appearence of a link as you hover over it.
 */
A:hover {
    color: 0000ff;
    background-color: #ffffff;
}

/**
 * Controls the appearence of the document's body.
 */
body {
    color: BLACK;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    background-image: http://www.lungoparma.it/sfo.jpg;
    margin-top: 0px;
    margin-height: 0px;
}

/**
 * Controls the appearence of a paragraph.
 */
p {
    margin-top: 0px;
}

/**
 * Controls the appearence of horizontal rulers (dividers).
 */
hr {
    border-top: #000 1px solid;
    border-bottom: #AAA 1px solid;
    height: 2px;
    width: 90%;
    text-align: center;
}

/**
 * Controls the appearence of table data.
 */
td {
    color: BLACK;
    text-align: left;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
}

/**
 * Controls the appearence of the entry areas on the page.
 */
form {
    margin: 2px 0px 0px 0px;
}

/**
 * Controls the caption area above each block on the pages.
 */
.caption {
    padding: 1px;
    color: white;
    background-color: #073f77;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

/**
 * Controls the caption area above each block on the pages.
 */
.ncaption {
    padding: 1px;
    color: #003D76;
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

/**
 * Controls the appearence of a quote block.
 */
.indent {
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    border: #AAA 3px solid;
    color: BLUE;
    background-color: #ffffff;
    font-family: verdana, monospace, sans-serif;
    font-size: 11px;
}

/**
 * Controls the appearence of standard text.
 */
.defaulttext {
    color: BLACK;
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

/**
 * Controls the appearence of small standard text.
 */
.smalltext {
    color: #000000;
    background-color: #ffffff;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

/**
 * Controls the appearence of medium standard text.
 */
.mediumtext {
    color: BLACK;
    background-color: #ffffff;
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

/**
 * Defines the textual input areas. */
.tbox {
    color: BLACK;
    background-color: #B4C5D6;
    padding: 1px;
    font-family: verdana, tahoma, sans-serif;
    font-size: 9px;
}

/**
 * Controls the look of the buttons found on the page.
 */
.button {
    border:  1px solid;
    color: #000;
    background-color: #ffffff;
    font-family: verdana, tahoma, sans-serif;
    font-size: 9px;
    text-align: center;
}

/**
 * Controls layout of spacers.
 */
.spacer {
    padding-bottom : 2px;
    padding-left : 0px;
    padding-right : 2px;
    padding-top : 2px;
}

/**
 * Controls the look of borders used throughout the page.
 */
.border {
    border: #000 0px solid;
}

/**
 *
 */
.bodytable {
    color: BLACK;
    background-color: #ffffff;
    border: #AAA 1px solid;
    border-top: none;
    padding: 2px;
    font-family: verdana, monospace, sans-serif, arial;
    font-size: 11px;
    font-style: normal;
}

/**
 * Controls the border around the entire forum block.
 */
.fborder {
    border: none;
    color: #000;
    background-color: #ffffff;
}

/**
 * Controls the caption of the forums.
 */
.fcaption {
    border: #AAA 1px solid;
    color: BLACK;
    background-color: #B4C5D6;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
}

/**
 * Controls the icon bar found at the bottom of each thread entry.
 */
.finfobar {
    border: #CCC 1px solid;
    color: BLACK;
    background-color: #ffffff;
}

a.forumlink {
    color: #D4B794;
    background-color: #ffffff;
}

/**
 *
 */
.forumheader {
    color: BLACK;
    background-color: #ffffff;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

/**
 *
 */
.forumheader2 {
    border: #AAA 1px solid;
    color: BLACK;
    background-color: #ffffff;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
}

/**
 *
 */
.forumheader3 {
    border: #AAA 1px solid;
    color: BLACK;
    background-color: #ffffff;
    font-family: verdana, monospace, sans-serif;
    font-size: 11px;
}

/**
 *
 */
.nextprev {
    border: #AAA 1px solid;
    color: #fff;
    background-color: #ffffff;
    font-family: verdana, tahoma, sans-serif;
    font-size: 9px;
    text-align: center;
}

/**
 *
 */
.disclaimer {
    color: #FF0;
    background-color: #ffffff;
    text-align: center;
}


/**
 *
 */
.poolheader {
    border: #000 1px solid;
    color: BLACK;
    background-color: #E4FF78;
    font-family: verdana, monospace, sans-serif;
    font-size: 9px;
}