/* Copyright 2005
 * - Mélanie Bats <melanie POINT bats CHEZ utbm POINT fr>
 * - Thomas Petazzoni <thomas POINT petazzoni CHEZ enix POINT org>
 * - Jean-Marie Favreau <jeanmarie POINT favreau CHEZ free POINT fr>
 *
 * 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., 59 Temple Place - Suite 330, Boston, MA
 * 02111-1307, USA.
 */


div.footer {
	color: #000099;
	background-color: white;
        font-size: 10pt;
	margin: 5px 5px 5px 5px;
        text-align: center;
}

#important
{
  position: static;
  text-align: justify;
  border: 1px dashed black;
  float: right;
  top: 1em;
  right: 0em;
  width: 22em;
  height: 2em;
}

#important p
{
  margin: 0;
  padding: 5px;
  text-align: justify;
  font-size: 12px;
}

#calendar { 
	margin:0 auto;
	width: 100%;
	margin: 0;
}

#calendar a:hover, a:active { 
	color: #0077ff;
}

#calendar h1 {
	postion: static;
	text-align: center;
	font: 26pt georgia; 
	letter-spacing: 2px;
	margin: 5px 5px 5px 5px;
}


#calendar h2 {
	margin-top: 0;
	text-align: center;
	font-color:#f57a00
}

#calendar h3 {
	text-align: center;
}

#calendar a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000099!important;
}

#calendar table {
	width: 100%;
	margin: 0 auto;
}

#calendar table td {
	height: 6em;
	width:14%!important;
	vertical-align: top;
	font-size: 0.8em;
	text-align: left;
	color: #444444;
}

#calendar table th {
	text-align: center;

}

#calendar table td h1 {
	text-align: left;
	width:85%;
	font-size: 0.8em;
	margin: 0 0 0.5em 0.5em;
	padding:0 0.5em;
	
}

#calendar table td ul {
	padding-left: 15px;
	margin: 0;
	list-style-type: circle;
}

#calendar table td ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
}

/*
 * These attributes apply to all cells of the formation portal
 */
#calendar td a:link, td.calendar a:visited {
	font-weight: normal;
	text-decoration: none;
       	color: 444444;
}

#calendar td a:hover, td.calendar a:active {
	color: #1d99d3;
}

/*
 * These attributes apply to the cells that correspond to the days
 * already past in the current month.
 */
#calendar td.past_month {
	background: #74a9df;
}

#calendar td.past_month a:hover, td.past_month a:active {
        color: #000000;
}

/*
 * These attributes apply to the cells that correspond to the future
 * days in the current month.
 */
#calendar td.current_month {
	background: #b9dff1;
}

/*
 * These attributes apply to the cell corresponding to the current day
 */
#calendar td.today {
        border: 1px #888 solid;
}

/*
 * These attributes apply to the cells that correspond to days in the
 * previous or next month of the current month
 */
#calendar td.other_month {
	background: #eeeeee;
}

#calendar td.other_month a:link,  td.other_month a:visited {
      color: #777777;
}

#calendar td.other_month a:hover, td.other_month a:active { 
	color: #aaaaaa;
}

#calendar p.error {
          color: red;
          text-decoration: bold;
}

/*
 * Region map
 */

#region-map
{
  text-align: center;
  border: 0;
/*
 * Alternative solution
 * margin-left: 8em;
 */
}

dl.region-map-event
{
  border: 1px #364970 solid;
  background: #dfedff;
/*  position: absolute; */
  position: fixed;
  text-align: left;
  padding: 3px;
  width: 15em;
  z-index: 2;
  margin: 0.5em 0 0 0;
  overflow: hidden;
  list-style: none;
  visibility: hidden;
}

dl.region-map-event dt
{
  font-size: 13px;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.2em;
}

dl.region-map-event dd
{
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  margin-bottom: 0.3em;
  font-size: 12px;
}

