/*
############################################################
##
## 2010 (c) PiSolution GmbH
##
## File    : $Id:$
## Version : $Revision:$
##
## Purpose : Projekt - Calendar
##
## Created : 10/09/09
## Author  : frank
##
## Update  : $Date:$
## Author  : $Author:$
## 
## Remarks : Calendar CSS file
##
## Log     : $Log:$
##
############################################################
*/

a.calendar
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

a.calendar:link
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

a.calendar:hover
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}


a.calendar:active
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

a.calendar:visited
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

table,th,tr,td.calendar
{
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}

