#calendarPopUp				{background-color:#ffffff;color:#2058b0;font:10px arial;border:1px solid #566470;z-index:1000;}	/* calendar main setting */
#topBar						{background-color:#8090a0;} 	/* contains prev/next month/year close */
#bottomBar					{background-color:#a0b0c0;}		/* contains todayString hour/minute */
#prevButton, #nextButton, .downButton, #closeButton, #monthButton, #yearButton, #hourButton, #minuteButton	{height:16px;}			/* all buttons */
#prevButton, #nextButton, .downButton, #closeButton		{background:url(../images/dhtmlcalendar.png);background-repeat:no-repeat;}	/* all logos are in same file */
#prevButton					{background-position: -2px -218px;width:16px;}	/* add/sub 18 for other img */
#nextButton					{background-position:-20px -218px;width:16px;}
.downButton					{background-position:-39px -218px;width:14px;}
#closeButton				{background-position:-74px -218px;width:16px;}
#monthButton, #yearButton	{color:#ffffff;}
#hourButton, #minuteButton	{color:#ffffff;}
#monthButton				{width:76px;}
#yearButton					{width:50px;}
#hourButton					{width:34px;}
#minuteButton				{width:34px;}
.overButton					{border:2px outset #ffffff;}
.outButton					{border:1px double #566470;margin:1px;}
.clickButton				{border:2px inset #ffffff;}
#monthList, #yearList		{color:#000000;background-color:#eef6f8;}	/* month/year text/background color - not activ, not selected */
#hourList, #minuteList		{color:#000000;background-color:#eef6f8;}	/* hour/minute text/background color - not activ, not selected */
.dayColumnTitle				{color:#2058b0;	background-color:#E2EBED;}	/* 7 days title */
.weekColumnTitle			{color:#2058b0;	background-color:#E2EBED;}	/* week title */
.weekColumn					{color:#2058b0;	background-color:#E2EBED;}	/* week numbers */
#currentColor				{color:#FF0000;}							/* text color, current set day/month/year/hour/minute */
.activeColor				{color:#ffc0c0;background-color:#8090a0;}	/* text and background color where mouse is over, day/month/year/hour/minute */