/* 
    Document   : style
    Created on : November 29, 2004, 2:58 PM
    Author     : lbonifacino
    Description: Secoine Stylesheet follows.
*/


.inline {
    display: inline; 
}

img {
    display: block;
    border: none; 
}

input {
    font-family: trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: 1px;
    vertical-align: middle;
    width: 300px;
}

textarea {
    font-family: trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: 1px;
    vertical-align: middle;
    width: 300px;
    height: 200px;
}

select {
    font-family: arial; 
    font-size: 11px; 
    font-weight: normal; 
    vertical-align: middle; 
}

table {
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width: 100%; 
}

td {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse; 
}

table.tableWithBorder{
    width: 729px; 
    border: 1px solid #849274;
}

.withBorderOne{
    border: 1px solid white;
}

.withBorderTwo{
    border: 1px solid #849274;
}

/* BEGIN HEADER */

.headerBackground{
    background-image: url(images/homeHeaderBackground.jpg);
    background-repeat: repeat-x;
    font-family: arial; 
    font-size: 11px;
    color: white;    
}

/* END HEADER */

/* BEGIN TOOLBAR */

.toolbarBackground{
    background-image: url(images/buttonNavigationCenter.png);
    background-repeat: repeat-x;
    font-family: arial; 
    font-size: 11px;
    color: #849274;    
}

.toolbarBackgroundRight{
    background-image: url(images/buttonNavigationCenter.png);
    background-repeat: repeat-x;
    font-family: arial; 
    font-size: 10px;
    color: #849274;
}

/* END TOOLBAR */

/* BEGIN BODY */

.homeBodyContent{
    border-left: 1px solid #849274;
}

.bodyContent{
    font-family: Arial; 
    font-size: 11px;
    color: black;
    text-align: justify;
}

.contentSmallTitle{
    font-family: Arial; 
    font-size: 11px;
    font-weight: bold;
    color: #849274;    
}

.contentMediumTitle{
    font-family: Arial; 
    font-size: 12px;
    color: #C64B00;    
}

.mediumTitle{    
    font-family: Arial; 
    font-size: 16px;
    font-weight: bold;
    color: white;    
}

.bigTitle{    
    font-family: Arial; 
    font-size: 20px;
    font-weight: bold;
    color: white;    
}

.detailTitle{
    font-family: Arial; 
    font-size: 14px;
    font-weight: bold;
    color: #849274;    
}

input.button{
    font-family: trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: 1px;
    vertical-align: middle;
    width: 70px;
}

.listLineBorderOne{
    font-family: arial; 
    font-size: 1px;
    background-color: #E3E7DF;
}

.listLineBorderTwo{
    font-family: arial; 
    font-size: 1px;
    background-color: #849274;
}

.dottedLine{
    background-image: url(images/dottedLine.png);
    background-repeat: repeat-x;
    font-size: 1px;
}

.pesajeBackground{
    background-image: url(images/subHeaderPesaje.jpg);
    background-repeat: none;
    height: 90px;
    background-repeat: no-repeat;
}

.temperaturaBackground {
    background-image: url(images/subHeaderTemperatura.jpg);
    background-repeat: none;
    height: 112px;
    background-repeat: no-repeat;
}

.solucionesBackground {
    background-image: url(images/subHeaderSoluciones.jpg);
    background-repeat: none;
    height: 93px;
    background-repeat: no-repeat;
}

.proyectosBackground {
    background-image: url(images/subHeaderProyectos.jpg);
    background-repeat: none;
    height: 90px;
    background-repeat: no-repeat;
}

/* END BODY */

/* BEGIN TABLAS */

.tableTitle{
    background-color: #849274; 
    color: white;
    font-family: arial; 
    font-size: 11px;
    border: 1px solid white;
    padding: 0px 3px;
}

.tableContent{
    border: 1px solid white; 
    background-color: #E3E7DF;
    font-family: arial; 
    font-size: 11px;
    text-align: left;
    padding: 2px 5px 2px 5px;
}

/* END TABLAS */

/* BEGIN FOOTER */

.footer{
    font-family: arial; 
    font-size: 10px;
    color: #849274;
    padding: 5px 0px 5px 0px;
}

/* END FOOTER */


/* BEGIN SUBNAVEGACION */

.subNavigationTitle{
    font-family: arial; 
    font-size: 11px;
    color: #849274;
    background-color: #C4CDBB;
    padding: 5px 15px 5px 15px;
}

.subNavigation {
    font-family: arial; 
    font-size: 11px;
    background-color: #D4C3B8;
    padding: 5px 15px 5px 15px;
}

.subNavigationSelected {
    font-family: arial; 
    font-size: 11px;
    color: white;
    background-color: #D4C3B8;
    padding: 5px 15px 5px 15px;
}

.subNavigationTemperature {
    font-family: arial; 
    font-size: 11px;
    background-color: #DAD49B;
    padding: 5px 15px 5px 15px;
}

.subNavigationTemperatureSelected {
    font-family: arial; 
    font-size: 11px;
    color: white;
    background-color: #DAD49B;
    padding: 5px 15px 5px 15px;
}

.subNavigationSolutions {
    font-family: arial; 
    font-size: 11px;
    background-color: #ADC3CD;
    padding: 5px 15px 5px 15px;
}

.subNavigationSolutionsSelected {
    font-family: arial; 
    font-size: 11px;
    color: white;
    background-color: #ADC3CD;
    padding: 5px 15px 5px 15px;
}

.subNavigationProjects {
    font-family: arial; 
    font-size: 11px;
    background-color: #A1CB9F;
    padding: 5px 15px 5px 15px;
}

.subNavigationProjectsSelected {
    font-family: arial; 
    font-size: 11px;
    color: white;
    background-color: #A1CB9F;
    padding: 5px 15px 5px 15px;
}
/* END SUBNAVEGACION */

/* BEGIN LINKS */

a.actionLink:link, a.actionLink:visited {
    color: #C64B00;
    text-decoration: none; 
}

a.actionLink:hover {
    color: #C64B00;
    text-decoration: none; 
}

a.actionLink:active {
    color: #C64B00;
    text-decoration: none;
}

a.contentMediumTitle:link, a.contentMediumTitle:visited, a.contentMediumTitle:hover, a.contentMediumTitle:active {
    font-family: arial; 
    font-size: 12px;
    color: #C64B00;
    text-decoration: none;
}

a.bodyContentLink:link, a.bodyContentLink:visited, a.bodyContentLink:active {    
    font-family: arial; 
    font-size: 11px;
    color: black;
    text-decoration: none;
}

a.bodyContentLink:hover{    
    font-family: arial; 
    font-size: 11px;
    color: #849274;
    text-decoration: none;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
    color: #C64B00;
    text-decoration: none;
    font-family: arial; 
    font-size: 11px; 
}

a.downloadLink:link, a.downloadLink:visited, a.downloadLink:active {
    color: #C64B00;
    text-decoration: underlined; 
}

a.downloadLink:hover {
    color: #C64B00;
    text-decoration: none; 
}


/* END LINKS */

ul.content {
     list-style-type: none;
}
