/* $Header: /cvs/cvs_archive/applications/webtier/shr/src/xhrnet/ui/Attic/calendar.css,v 1.1.2.9 2018/01/26 11:04:34 pdino Exp $ */
/* Version: 8-)@(#)@10.00.08.00.24 */
/***************************************************************
 *                                                             *
 *                           NOTICE                            *
 *                                                             *
 *   THIS SOFTWARE IS THE PROPERTY OF AND CONTAINS             *
 *   CONFIDENTIAL INFORMATION OF INFOR AND/OR ITS              *
 *   AFFILIATES OR SUBSIDIARIES AND SHALL NOT BE DISCLOSED     *
 *   WITHOUT PRIOR WRITTEN PERMISSION. LICENSED CUSTOMERS MAY  *
 *   COPY AND ADAPT THIS SOFTWARE FOR THEIR OWN USE IN         *
 *   ACCORDANCE WITH THE TERMS OF THEIR SOFTWARE LICENSE       *
 *   AGREEMENT. ALL OTHER RIGHTS RESERVED.                     *
 *                                                             *
 *   (c) COPYRIGHT 2018 INFOR.  ALL RIGHTS RESERVED.           *
 *   THE WORD AND DESIGN MARKS SET FORTH HEREIN ARE            *
 *   TRADEMARKS AND/OR REGISTERED TRADEMARKS OF INFOR          *
 *   AND/OR ITS AFFILIATES AND SUBSIDIARIES. ALL               *
 *   RIGHTS RESERVED.  ALL OTHER TRADEMARKS LISTED HEREIN ARE  *
 *   THE PROPERTY OF THEIR RESPECTIVE OWNERS.                  *
 *                                                             *
 ***************************************************************/
div.calendarOuter
{ 
	position : absolute; 
	background-color: transparent; 
	visibility : hidden; 
	width: auto; 
	height : auto; 
	z-index : 999; 
	padding : 0px; 
	margin : 0px; 
	border : 0px; 
}  
div.calendarInner 
{ 
	background-color : #9DC0E3; 
	position : relative; 
	padding : 5px; 
	border : 1px solid #707070; 
	text-align : center; 
}
div div span.calendarHeading
{
	background-color : #9DC0E3;
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
}
div div table td.calendarDayHeader
{
	background-color : #9DC0E3;
	color : #000000;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	width : 25px;
	text-decoration : none;
	text-align : center;
	padding : 1px;
	border : 0px;
}
div div table td.calendarDay
{
	background-color : #9DC0E3;
	color : #454545;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : default;
	text-align : center;
	padding : 1px;
	border : 1px solid #9DC0E3;
}
div div table td.calendarDayRight
{
	background-color : #9DC0E3;
	color : #454545;
	font-size :	12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : default;
	text-align : center;
	padding : 1px;
	border : 1px solid #9DC0E3;
}
div div table td.calendarDayToday
{
	background-color : #DFDFDF;
	color : #676767;
	font-size :	12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : default;
	text-align : center;
	padding : 1px;
	border : 1px solid #9DC0E3;
}
div div table td.calendarDayOver
{
	background-color : #F3F3F3;
	color : #454545;
	font-size :	12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : pointer;
	text-align : center;
	padding : 1px;
	border : 1px solid #676767;
}
div div table td.calendarDayRightOver
{
	background-color : #F3F3F3;
	color : #454545;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : pointer;
	text-align : center;
	padding : 1px;
	border : 1px solid #676767;
}
div div table td.calendarDayTodayOver
{
	background-color : #676767;
	color : #9DC0E3;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : pointer;
	text-align : center;
	padding : 1px;
	border : 0px solid #676767;
}
button.calendarArrow
{
	background-color : #9DC0E3;
	color : #000000;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : default;
	text-align : center;
	padding : 1px;
	border : 1px solid #9DC0E3;
}
button.calendarArrowOver
{
	background-color : #F3F3F3;
	color : #000000;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial, Sans-Serif;
	font-weight : bold;
	text-decoration : none;
	cursor : pointer;
	text-align : center;
	padding : 1px;
	border : 1px solid #676767;
}
