﻿/*------------------------------------------------------------------------------
 *        SITE: www.lidel.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(../gifs/background.gif);
    background-attachment: fixed;
    background-color: #FFFFFF;
    text-align: justify;
}

a,
a:visited,
a:active
{
	color:#0096BE;
}

a:hover {color:#FF6600;}

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: black;
    float: left;
}

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

/*-----------------------------------------------------------------------------
 * TEXT AREA STYLE'S
 *---------------------------------------------------------------------------*/

.title_orange
{
	color: #FF6600;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.menu_lista
{
    font: bold 10px Arial, MS Sans Serif, Verdana;
}

.subtit_arial_azul
{
    font-family: Arial, MS Sans Serif, Verdana;
    text-decoration: underline;
    text-align: left;
    color: #0096BE;
    font-size: 12px;
}

.subtit_arial
{
    font-family: Arial, MS Sans Serif, Verdana;
    text-decoration: underline;
    text-align: left;
    font-size: 12px;
    color: #FF7D00;
}

.tit_arial
{
    font-family: Arial, MS Sans Serif, Verdana;
    text-decoration: underline;
    text-align: left;
    font-size: 13px;
    color: #0096BE;
    font-weight: bold;
    font-style: italic;
}

.tabela
{
    border:1px solid Grey;
    border-collapse: collapse;
    width: 100%;
}

/*-----------------------------------------------------------------------------
 * CLUB STYLE'S
 *---------------------------------------------------------------------------*/

.header_title
{
    width: 300px;
    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: 23px;
}

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

.link_menu {color:#FFFFFF;}

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

.remove_style
{
    clear: both;
}
