﻿@charset "utf-8";
/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */
/* @version 0.4 $Id$ */
/* @package Eventlist CalModuleQ */
/* @copyright (C) 2008  Toni Smillie */
/* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */

div#eventcalq {
	background: none;
	padding: 0;
	margin: 0;
}


/* celá tabulka bez přepínání měsíců */
#eventcalq table.mod_eventlistcalq_calendar{
	width: 170px;
	font: normal 12px/20px "Arial CE", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #F7CB1E; /*barva okrajů buněk a barva pozadí dnů */
}

/* Prázdné TD */
#eventcalq td.mod_eventlistcalq {
	font: normal 11px/20px "Arial CE", Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #F7CB1E;
}

/* Dnešní TD */
#eventcalq td.mod_eventlistcalq_caltoday {
	font: normal 11px/20px "Arial CE", Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #99CCFF;
}

/* TD bez akce */
#eventcalq td.mod_eventlistcalq_calday {
	font: normal 11px/20px "Arial CE", Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #FFFFCC; 
}

/* TD s akcí */
#eventcalq td.mod_eventlistcalq_caldaylink {
	font: bold 11px/20px "Arial CE", Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
}

/* TD s akcí - odkaz */
#eventcalq td.mod_eventlistcalq_caldaylink a:link,
#eventcalq td.mod_eventlistcalq_caldaylink a:visited{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #CC0000;
}

/* TD s akcí - odkaz:hover */
#eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #000000;
	background-color: #FF0000;
}
/* Měsíc a rok */
#eventcalq caption.mod_eventlistcalq_calendar-month {
	width: 170px;
	height: 30px;
	font: bold 12px/30px "Arial CE", Arial, Helvetica, sans-serif; 
	color: #666666;
	background-color: #F7CB1E;
	text-align: center;
}

/* Měsíc a rok - odkaz-šipky */
#eventcalq caption.mod_eventlistcalq_calendar-month a,
#eventcalq caption.mod_eventlistcalq_calendar-month a:link,
#eventcalq caption.mod_eventlistcalq_calendar-month a:visited
{
	color: #666666;
	margin: 0 10px;
}


/* Měsíc a rok - odkaz-šipky-hover */
#eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Dny v týdnu */
#eventcalq th.mod_eventlistcalq_daynames {
	font: bold 11px/20px "Arial CE", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 20px;
	color: #666666;
	background-color: #FEF59D;
}