/*                -------------------------                */
/* Feuille de style du calendrier */
/* Vous pouvez modifier l'apparence comme vous le voulez, tant que vous laissez les liens et le logo de ConcertMetal ;-)  */
/*                 -------------------------               */


/* Style du div (conteneur) contenant le calendrier  */
.calendar_box {
	padding: 0px;
	padding-bottom: 3px;
	background: #010321;
	border: solid 1px #333333;
	width: 300px;
	color: yellow;
	text-align: center;
}

/* Style du div (conteneur) contenant le calendrier  */
.calendar_head {
	background-image: url('calendar_box_head.jpg');
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	padding: 0px;
	height: 30px;
}

/* Style des deux dernières lignes "annoncer votre concert" et "voir les salles"  */
.calendar_bas {
	font-size: 12px;
	color: orange;
}

/* Style des liens hypertextes de ce conteneur (les dates qui ont des concerts)  */
.calendar_box a:link, .calendar_box a:visited {
	color: #cc0000;
	text-decoration: None;
}
.calendar_box a:hover, .calendar_box a:active {
	color: #ffffcc;
}


/* Style de la boite info bulle qui s'ouvre au survol des dates du calendrier  */
a.calendar_survol em {
    display:none;
}
a.calendar_survol:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.calendar_survol:hover em {
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
	color: #b5b8e2;
    top: 10px;
    left: -10px;
    padding: 5px;
    border: 2px solid #99a9b6;
    background: #0d1b41;
    width:170px;
	text-align: left;
}
.calendar_date_title {
	color: red;
	font-weight: bold;
}
.calendar_date_groupe {
	color: yellow;
}
.calendar_date_friends {
	font-size: 11px;
	font-style: italic;
}

/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	color: #000000;
	text-align: center;
}

/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
	color: white;
	background: #010321;
}

/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
	width: 10px;
}

/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
	width: 10px;
}

/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 12px;
	color: #b5b8e2;
}

/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px solid #99A9B6;
	background-color: #0d1b41;
	text-align: center;
	width: 40px;
	height: 20px;
}

.calendar_table tr {
	border: 1px solid #99A9B6;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	color: white;
	background-color: #010321;
	font-weight: normal;
	text-align: center;
}

/* Style des cellules de la table contenant les jours du week-end (samedi et dimanche) */
.calendar_weekend {
	background-color: #000216;
	color: #cccccc;
}

/* Style des cellules contenant des jours ne faisant pas partie du mois en cours d'affichage  */
.calendar_other_month {
	color: #676986;
}

/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: yellow;
}

/* Style de la ligne du pied du calendrier (lien de retour vers le mois courant) */
.calendar_footer {
	color: #000000;
	text-align: center;
}

/* Style du lien de retour dans la cellule de classe .calendar_footer_current_month */
.calendar_footer_today {
	color: cc0000;
	text-decoration: none;
}

/* Pour ne pas qu'un contour se forme autour de l'image du logo de ConcertMetal.com */
.calendar_box a img {
	border: none;
}
