/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

.calendar {
	width: 100%;
	border: thin solid #EEE9DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
}

.month_title {
	background-color: #EEE9DB;
	height: 20px;
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.week_title {
	background-color: #F2F1D2;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	text-align: center;
}

.greenday {
	background-color: #669933;
	color: #FFFFFF;
	text-align: center;
}

.redday {
	background-color: #F33A36;
	color: #FFFFFF;
	text-align: center;
}

.yellowday {
	background-color: #FFBD5B;
	color: #000000;
	text-align: center;
}

.disabled {
	background-color: #F3F3F1;
}


#YearTable {
	width: 100%;
}

#YearTable td {
	padding: 15px;
}

#YearTable .calendar td {
	padding: 4px;
}

.year_title {
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
}

.green_item {
  color : green;
  font-weight: bold;
}

.yellow_item {
  color : orange;
  font-weight: bold;
}

.red_item {
  color : red;
  font-weight: bold;
}

.choice_year {
  background-image: url(../img/calendar.gif) !important;
}

.previous_year {
  background-image: url(../img/collapse.gif) !important;
}

.next_year {
  background-image: url(../img/expand.gif) !important;
}

.current_year {
  background-image: url(../img/current_year.gif) !important;
}

.logout {
  background-image: url(../img/logout.gif) !important;
}

.login {
  background-image: url(../img/login.gif) !important;
}


.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  font-weight: bold;
  text-align: right;
}










@charset "iso-8859-1";

a:hover {
    color:#B80A0A;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:normal;
    text-decoration: underline;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}

a:visited {
    color:#B80A0A;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:normal;
    text-decoration: underline;	
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}


a:link {
    color:#FF0000;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:normal;
    text-decoration: underline;	
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}


.texte {
	color:#6C6868;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:normal;
    font-style:normal;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}

.textei {
	color:#000000;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:italic;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}


.texten {
	color:#000000;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:normal;
    font-style:normal;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}

.titre {
	color:#FF0000;
    font-size:13px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:normal;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}

.titre_blanc {
	  color: white;
    font-size:11px;
    font-family:verdana,arial;
    font-weight:bold;
    font-style:normal;
    letter-spacing: 0.0em;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    margin-bottom:0pt;
}