/* CALENDARI PETIT: EL CODI <CSS> ENTRE AQUESTS COMENTARIS DETERMINA EL TAMANY I APARENÇA DEL CODI */

table.calendar {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #8080FF;
	border-collapse: collapse;
}
table.calendar th {
	border-width: 1px;
	border-style: solid;
	border-color: #8080FF;
	padding: 1px 2px 1px 2px; 
}
table.calendar td {
	border-width: 1px;
	border-style: inset;
	border-color: #8080FF;
	padding: 1px 2px 1px 2px; 
}

table.calendar a         {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* unvisited link */
table.calendar a:link    {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* unvisited link */
table.calendar a:visited {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}	/* visited link */
table.calendar a:hover   {font: bold   09pt "Arial", "Helvetica", "Sans Serif"; color: white; text-decoration: none;}	/* mouse over link */
table.calendar a:active  {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* selected link */

#evtcal a:link {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: bold 09pt "Arial", "Helvetica", "Sans Serif"; color: white; text-decoration: none;}	/* mouse over link */
#evtcal a:active {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* selected link */
#evtcal2 		{font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black;}
#evtcal2 a:link {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* unvisited link */
#evtcal2 a:visited {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}	/* visited link */
#evtcal2 a:hover {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: underline;}	/* mouse over link */
#evtcal2 a:active {font: normal 09pt "Arial", "Helvetica", "Sans Serif"; color: black; text-decoration: none;}		/* selected link */

#nameofmonth    {background-color:white; text-align:center; width:15px; height:15px; font:bold 09pt tahoma; border:0; padding:0;}
#nameofmonth a  {background-color:white; text-align:center; width:15px; height:15px; font:bold 09pt tahoma; border:0; padding:0;}
#nameofmonth a:hover {font: bold 09pt "Arial", "Helvetica", "Sans Serif"; background-color:white; color:black; text-decoration:none; border:0; padding:0;}}
#imagesize	   {background-color:white; width:15px; height:15px;}
#dayofweek     {background-color:#EAEAEA; text-align:center; width:15px; height:10px; font:normal 09pt tahoma;}
#no_dayofmonth {background-color:white; text-align:center; width:15px; height:10px; font:normal 09pt arial;}
#dayofmonth    {background-color:#FFFFA8; text-align:center; width:15px; height:10px; font:normal 09pt arial;}
#dayofweekend  {background-color:#D3D3D3; text-align:center; width:15px; height:10px; font:normal 09pt arial;}

#daywithevent            {background-color:#FF4848; text-align:center; width:15px; height:10px; font:normal 09pt arial; border:0; padding:0;}
#daywithevent  a         {background-color:#FF4848; text-align:center; width:15px; height:10px; font:normal 09pt arial; border:0; padding:0;}
#daywithevent  a:link    {background-color:#FF4848; text-align:center; width:15px; height:10px; font:normal 09pt arial; border:0; padding:0;}
#daywithevent  a:active  {background-color:#FF4848; text-align:center; width:15px; height:10px; font:normal 09pt arial; border:0; padding:0;}
#daywithevent  a:visited {background-color:#FF4848; text-align:center; width:15px; height:10px; font:normal 09pt arial; border:0; padding:0;}
#daywithevent  a:hover   {background-color:#FF4848; text-align:center; width:15px; height:10px; font:bold   09pt arial; color:white; border:0; padding:0;}
#daywithevent2   {background-color:#80FF00; text-align:center; width:15px; height:10px; font:normal 09pt arial;}
#daywithevent2 a {background-color:#80FF00; text-align:center; width:15px; height:10px; font:normal 09pt arial;}

