/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* Copyright (C) 2005  Carmelo Lafuente-Lafuente, c.lafuente@nodo3.net

  This program is free software; you can redistribute it and/or modify it under the terms of 
  the GNU General Public License as published by the Free Software Foundation; 
  either version 2 of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License along with this program; 
  if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
  Boston, MA  02110-1301, USA.*/

/*  Ancien styles for links
  a:link { color: #006669;
    text-decoration: none;
	}
    
  a:hover { color: blue;
	}
    
  a:visited { color: #022666;
    text-decoration: none;
	}

  table { border-width: 0;
    }

  td { padding: 2pt;
    }
*/

  a:link { color: rgb(50,50,120);
    text-decoration: none;
    }

  a:hover { color: blue;
    }

  a:visited { color: rgb(51, 153, 153);
    text-decoration: none;
    }

	/* #666666 : dark grey */
  hr { border-style: solid;
    border-color: #666666;
    height: 1px;
    }

  input { font-family: Arial,Helvetica,sans-serif;
    }

  select { font-family: Arial,Helvetica,sans-serif;
    border-style: solid; 
    border-width: 1px;
    border-color: rgb(120, 150, 115);
    }

  textarea { font-family: Arial,Helvetica,sans-serif;
    border-style: solid; 
    border-width: 1px;
    border-color: rgb(120, 150, 115);
    }
    
  form { margin: 0px; 
	padding: 0px;
	}
	
  .text_basic { font-family: Arial,Helvetica,sans-serif;
    text-align: justify;
    }

  .text_small { font-size: 10pt;
    }

  .text_smallest { font-size: 9pt;
    }

	/* rgb(120, 150, 115) : dark grey green */
  .title_big { font-weight: bold;
    color: rgb(120, 150, 115);
    font-size: 14pt;
    }

	/* #666666 : dark grey */
  .title_small { font-weight: bold;
    color: #666666;
    }

  .message_info { color: green;
    font-weight: 400;
	}

	/* rgb(120, 150, 115) : dark grey green */
  .background_dark { background-color: rgb(120, 150, 115);
    }

	/* #666666 : light grey */
  .background_light { background-color: #CCCCCC;
    }

	/* rgb(120, 150, 115) : dark grey green */
  .border_top_dark { border-top: 1px solid rgb(120, 150, 115);
    }
    
	/* rgb(120, 150, 115) : dark grey green */
  .border_bottom_dark { border-bottom: 1px solid rgb(120, 150, 115);
    }

	/* rgb(120, 150, 115) : dark grey green */
  .border_left_dark { border-left: 1px solid rgb(120, 150, 115);
    }

	/* rgb(220, 235, 200) : light grey green */
  .border_bottom_light { border-bottom: 1px solid rgb(220, 235, 200);
    }


