@charset "UTF-8";
/* CSS Document */

#nCalendar
{
	width:105px; 
	text-align:center;
}

#nCalendar td
{
	cursor:pointer;
}

#nCalendarContent
{
	text-align:center;
	font-weight:bold;
}

.nCalendarCell
{
	text-align:center;
	font-weight:bold;
}

.nCalendarTodayCell
{
	text-align:center; 
	font-weight:bold;
}

.nCalendarTodayCellHover
{
	text-align:center;
	font-weight:bold;
}

.nCalendarNormalCell
{
	text-align:center; 
	font-weight:bold;
}

.nCalendarNormalCellHover
{
	text-align:center;
	font-weight:bold;
}

.nCalendarBoldText
{
	font-weight:bold;
}

#nCalendarContent
{
	position:relative;
	text-align:center;
}

.nCalendarClose
{
	position:relative;
}

#nCalendarEventsContainer
{
	text-align:right;
	position:absolute;
	float:right;
	visibility:hidden;
}

#nCalendarEvents
{
	position:relative;
	top:-10px;
	margin:5px;
}

#nCalendarEvents a
{
	text-decoration:none;
	color:#F6A600;
	cursor:pointer;
}

#nCalendarEvents a:hover
{
	text-decoration:underline;
	color:#F6A600;
	cursor:pointer;
}

.colorSelector
{
	border:1px #000000 solid;
	width:50px;
	height:15px;
}
