﻿/*------------------------------------------------------------------------------
 *        SITE: www.fca.pt
 *        FILE: comunlidel.css
 *     VERSION: 1.000.000
 *    CONTENTS: Site's main CSS styles
 *        DATE: 2007-09-01
 *      AUTHOR: Helder Beringuilho (HB)
 *     COMPANY: IdeiasX
 *   REVISIONS: 2007-09-01, HB, 1.000.000 - Creation of this file;
 *                                                                (c) IdeiasX
 *----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 * BODY STYLE'S
 *---------------------------------------------------------------------------*/

body
{
    color: black;
    font-family: Verdana, Arial, sans;
    font-size: 8pt;
    /*background: url(../media/background.gif);*/
    background-attachment: fixed;
    background-color: #FFFFFF;
    text-align: justify;
}

a,
a:visited,
a:active
{
	color:#FFFFFF;
}

a:hover {color:#FFFF00;}

tr, td
{
    font-family: Verdana, Arial, sans;
    font-size: 10px;
}

/*-----------------------------------------------------------------------------
 * OPTION STYLE'S
 *---------------------------------------------------------------------------*/

#menu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu a,
#menu a:visited,
#menu a:active
{
    margin: 0 2px 2px 0;
    padding: 5px 15px;
    font: bold 13px Sans-Serif, Verdana, Arial;
    color: white;
    background: #808080;
    float: left;
}

#menu a:hover
{
    margin: 0 2px 2px 0;
    padding: 5px 15px;
    font: bold 13px Sans-Serif, Verdana, Arial;
    color: white;
    background: #FF6600;
    float: left;
}

/*-----------------------------------------------------------------------------
 * BAR STYLE'S
 *---------------------------------------------------------------------------*/

.td_titulo
{
    clear: both;
    display: block;
    font: bold 16px MS Sans Serif, Verdana, Arial;
    background-color: #000000;
    color: white;
    height: 20px;
}

.td_titulo a,
.td_titulo a:hover,
.td_titulo a:visited,
.td_titulo a:active
{
	color:white;
}

.td_top {
    font: bold 10px Verdana, Arial;
    background-color: #000000;
    color: white;
    height: 20px;
    text-align: right;
}

.td_top a,
.td_top a:hover,
.td_top a:visited,
.td_top a:active
{
	color:#FFFFFF;
}

/*-----------------------------------------------------------------------------
 *
 *---------------------------------------------------------------------------*/

.field_titles {
    font: bold 10pt Verdana, Arial;
    color: #623100; /*DD6F00;*/
}

.fields {
    font: 10pt Verdana, Arial;
    color: #000000; /*DD6F00;*/
}

.price1 {
    font: bold 12pt Verdana, Arial, sans-serif;
}

.price2 {
    font: 8pt Verdana, Arial, sans-serif;
}

.error {
    font: bold 12pt Verdana, Arial, sans-serif;
    color: #FF0000;
    text-align: center;
}

/*-----------------------------------------------------------------------------
 * DOWNLOAD STYLE'S
 *---------------------------------------------------------------------------*/

.field_title
{
	text-align: right;
	font-weight: bold;
	font-size: small;
}

.field_button
{
	font-weight:bold;
	height:40px;
	width:140px;
}

/*-----------------------------------------------------------------------------
 * ONLINE DOC LINK
 *---------------------------------------------------------------------------*/

.pag_online_link, .pag_online_link a, .pag_online_link a:hover, .pag_online_link a:visited, .pag_online_link a:active
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}

.pag_online_link
{
    color: #000000;
}

.pag_online_link a,
.pag_online_link a:hover,
.pag_online_link a:visited,
.pag_online_link a:active
{
    color: #FF6600;
}

/*-----------------------------------------------------------------------------
 *
 *---------------------------------------------------------------------------*/

.header_title
{
    width: 300;
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 5px;
    position:relative;
    line-height:22px;
    float: left;
    font-family:Verdana;
    line-height: 225%;
}

.field_data
{
    border-left:2px dotted #FF6600;
    font-size: 8pt;
    font-weight: bold;
    line-height:22px;
    float: left;
    /*margin-left:3;*/
    border-right-width:1px;
    border-right-width:1px;
    border-top-width:1px;
    border-bottom-width:1px;
    padding-left:4px;
    line-height: 225%;

}

.input_box
{
    height: 23;
}

.field_obl
{
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
    font-family:Verdana;
}

.remove_style
{
    clear: both;
}

