/* - - - - - - - - - - - - - - - - - - - - -

Title : Calendar - Spot Image NSL - CSS File
Description : This file contain all specific calendar CSS specifications for NSL project
Copyright (c) 2005-2006 WS Interactive
Author : Sebastien Pauchet <sebastien.pauchet@ws-interactive.fr>
Created : 20/12/2005
Modified : 04/01/2006

- - - - - - - - - - - - - - - - - - - - - */
#calendarDiv{
	position:			absolute;
	width:				205px;
	border:				1px solid #000000;
	padding:			1px;
	background-color: 	#FFF;
	font:				normal 0.9em Arial,Verdana,Helvetica,sans-serif;;
	padding-bottom:		20px;
	visibility:			hidden;
}
#calendarDiv span,
#calendarDiv img{
	float:				left;
}
#calendarDiv .selectBox,
#calendarDiv .selectBoxOver{
	line-height:		12px;
	padding:			1px;
	cursor:				pointer;
	padding-left:		2px;
}
#calendarDiv td{
	padding:			3px;
	margin:				0px;
	font-size:			10px;
}
#calendarDiv .selectBox{
	border:				1.5px solid #FFFFFF;		
	color: 				#FFFFFF;
	position:			relative;
}
#calendarDiv .selectBoxOver{
	border:				1.5px solid #FFFFFF;
	background-color: 	#7D7D7D;
	color: 				#FFF;
	position:			relative;
}
#calendarDiv .topBar{
	height:				16px;
	padding:			2px;
	background-color: 	#7D7D7D;
}
#calendarDiv .todaysDate{
	height:				17px;
	line-height:		17px;
	padding:			2px;
	background-color: 	#FFD8C5;
	text-align:			center;
	position:			absolute;
	bottom:				0px;
	width:				201px;
}
#calendarDiv .monthYearPicker{
	background-color: 	#E1E4E7;
	border:				1px solid #7D7D7D;
	position:			absolute;
	color: 				#000000;
	left:				0px;
	top:				15px;
	z-index:			1000;
	display:			none;
}
#calendarDiv #monthSelect{
	width:				70px;
}
#calendarDiv .monthYearPicker div{
	float:				none;
	clear:				both;	
	padding:			1px;
	margin:				1px;	
	cursor:				pointer;
}
#calendarDiv .monthYearActive{
	background-color:	#FFD8C5;
	color: 				#000000;
}

#calendarDiv td{
	text-align:			right;
	cursor:				pointer;
}

#calendarDiv .topBar img{
	cursor:				pointer;
}
#calendarDiv .topBar div{
	float:				left;
	margin-right:		1px;
}
