
/* Copyright 2007
 * - Erwan Leherisse	<contact CHEZ imaginair POINT net>
 * - 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.
 */


#page #agenda {
	margin: 0;
	padding: 40px 2% 20px;
	position: relative;
	width:96%;
}
#page  #agenda h1 {
	margin: 0px 5px 5px 5px;
	text-align: center;
	font-size: 35px;
	font-family : georgia,verdana,sans-serif;
	letter-spacing: 2px;
	padding: 5px 0 0;
}
/* Supp des marges par defaut*/

/* Elements generaux */

#page #agenda h2 {
	margin: 0 0 20px 0px;
	text-align: center;
	font-size: 21px;
	padding-top: 20px;
}
#page #agenda h3 {
	margin: 15px 0px 15px;
	font-size: 16px;
}

#page #agenda a:link,#page #agenda  a:visited { 
	font-weight: bold; 
	/*text-decoration: none; 
	color: #336699;*/
}
#page #agenda a:hover,#page #agenda a:active { 
	/*color: #1280C7;*/
	text-decoration: none; 
}


#page #agenda ol,#page #agenda ul {	margin: 10px 0px 10px 35px; }

#page #agenda li {	margin-left: 2em;}

#page #agenda hr {	margin: 10px 20px;}

#page #agenda p {	margin: 15px 0px;}

/* Blocs principaux */


div#page #agenda  p {
 text-align: justify; 
}
#page #agenda p.error {
	text-align: center;
	margin: 0px auto;
}

/* Info box rss/ical */
#page #agenda #important {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	width: 23%;
	border: 1px dashed black;
}

#page #agenda #important p {
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
}

#page #agenda #subtitle {
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}

#page #agenda h2.calendar {
	font-size: 22px; 
	margin-bottom: 5px;
}
#page #agenda h2.calendar a {
	font-weight: normal;
}

#page #agenda h3.calendar {
	text-align: center;
}
/* Selection region */
#page #agenda form.calendar p {
	margin-bottom: 20px;
	text-align: center;
}
#page #agenda form.calendar select {
	border: 1px solid #AAAAAA;
	width: 200px;
	margin: 0px 3px;
	}

/* Table principale */
#page #agenda table.calendar {
	width: 100%;
	margin: 0 auto;
}

#page #agenda table.calendar td {
	height: 6em;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #444444;
	width: 14%;
}

#page #agenda table.calendar td h1 {
	margin: 0px 1px 3px 1px;
	text-align: left;
	font-size: 9px;
	color : #727070;
	line-height: 1.1em;
}

#page #agenda table.calendar td:hover h1 {
	color: #000;
}

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

#page #agenda table.calendar td ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}



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

#page #agenda td a:hover,#page #agenda  td a:active {
	color: #1274C7;
}

/*
 * These attributes apply to the cells that correspond to the days
 * already past in the current month.
 */
#page #agenda td.past_month {
	background: #ABDDED;
	border: 1px solid #7ac1d5;
	border-width: 0px 0px 1px 1px;
}

#page #agenda td.past_month a:hover, #page #agenda td.past_month a:active {
        color: #000;
}

/*
 * These attributes apply to the cells that correspond to the future
 * days in the current month.
 */
#page #agenda td.current_month {
	background: #C0EFFF;/*#B2E7F8;*/
	border : 1px solid #71D4F3;
	border-width: 0px 0px 1px 1px;
}

/*
 * These attributes apply to the cell corresponding to the current day
 */
#page #agenda td.today {
	background: #FFF3D8 url(../images/agenda_today.png) bottom left repeat-x;
	border-color: #ffae00;
}

#page #agenda table.calendar td.today h1 {
	font-size: 11px;
	color : #000;
}
#page #agenda table.calendar td.today a {
	color : #000;
}
#page #agenda table.calendar td.today a:hover {
	color : #1274C7;
}

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

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

#page #agenda td.other_month a:hover, #page #agenda td.other_month a:active { 
	color: #000;
}

/* Carte evenements/lugs */

#page #agenda #region-map {
	border: 0px;
	margin-left: 16em;
}

#page #agenda dl.region-map-event {
	position: absolute;
	background: #FFFCD2;
	border: 1px outset #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 0.5em 0 0 0;
	padding: 3px;
	width: 16em;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	list-style: none;
}

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

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

dl.region-map-event ul {
	line-height: 1.2em;
}
dl.region-map-event li {
	margin-left: 0px;
}
/*
 * Advises for event submission. (used only in submit.php)
 */
#advises {
	background-color: #FFFCD2;
	border: 1px solid #ddd;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	margin: 10px 100px 20px 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#advises h1 {
	font-size: 20px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

/*
 * Statistics (used only by stats.php)
 */

table.stats {
	width: 60%;
}

table.stats tr.odd {
	background-color: #D1EAFF;
}

table.stats tr.even {
	background-color: #C9E2F5;
}

table.stats td.item {
	width: 90%;
}

table.stats td.value {
	text-align: right;
}

/*
 * Lug list (used only by showevent.php)
 */
#lug-list {
	float: right;
	background: #FDFFDD;/*#FDFFDD*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 8em 1.2em 0px;
	padding: 5px;
	width: 15em;
	font-size: 12px;
}

#lug-list h1 {
	border-bottom: 1px black solid;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: verdana,sans-serif;
}

#lug-list ul {
	line-height: 1.2em;
	margin-left:1em;
}
#__event_description {
	height: 200px;
}
#page #agenda .footer {
	text-align: center;
}
