.igdv_AstraStyleLibraryControl
{
	background: url(../images/Calendar/BlueBorder.gif) repeat-x top; 
	border:solid 1px #1C4F82;
}


.igdv_AstraStyleLibraryCaptionHeader
{
	background-color:#4A7DB0;
	background-repeat:repeat-x;
	background-position:center ;
	font-weight:bold;
	font-size:12px;
	border-bottom:solid 1px #1c4f82;
	line-height: 16px;
	height: 35px;
	color:#ffffff;
	text-align:center;
}


.igdv_AstraStyleLibraryDayHeader
{
	background-color:#eeeeee;
	background-position:center ;
	background-image:none;
	font-size:10px;
	border-right:none;
	height: 20px;
	white-space: nowrap;
	color:Black;
	text-align:center;
	vertical-align:middle;
}


.igdv_AstraStyleLibraryNonWorkingTimeSlot
{
	background-color:#F5F5F1;
	border-right:solid 1px Gainsboro;
	border-bottom:solid 1px Gainsboro;
	padding:3px;
	height: 20px;
}


.igdv_AstraStyleLibraryWorkingTimeSlot
{
	background-color:White;
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #DDDDDD;
	padding:3px;
	height: 20px;
	color:Black;
}


.igdv_AstraStyleLibraryAllDayEventArea
{
	background-color:#dddddd;
}


.igdv_AstraStyleLibraryAllDayEvent
{
	/* background-color:#0078D2; */
	background-repeat:repeat-x;
	font-size:8pt;
	padding:2px;
	border:solid 1px #005EA4;
	margin-left:3px;
	color:#333;
}


.igdv_AstraStyleLibraryAppointment
{
	/* background-color:#0078D2; */
	background-repeat:repeat-x;
	font-size:8pt;
	border:solid 1px #005EA4;
	margin-left:2px;
	padding-top:0px;
	padding-bottom:0px;
	cursor:pointer;
	color:#333333;
}

.igdv_AstraStyleLibraryAppointment:hover
{
	background-color:#FFFFCC;
	color:#000000;
}

.igdv_AstraStyleLibraryActivityEdge
{
	font-size:1px;
	height: 4px;
	cursor:pointer;
}


.igdv_AstraStyleLibraryActivityEdgeLeft
{
	font-size:2px;
	width: 6px;
	cursor:pointer;
}


.igdv_AstraStyleLibraryTodayHeader
{
	background-color:#eeeeee;
	background-repeat:repeat-x;
	background-position:center ;
	border-right:none;
	color:Black;
/*	padding-right:40px;  */
/* The above style hides part of the current 
day in the weekly view on the poral page */
}


.igdv_AstraStyleLibraryTimeSlotLabel
{
	background-color:White;
	background-position:bottom ;
	font-size:10px;
	border-right:solid 1px #EAEAEA;
	border-bottom:solid 1px #EAEAEA;
	padding-top:2px;
	padding-right:6px;
	width: 40px;
	color:#999999;
	text-align:right;
	vertical-align:top;
}


.igdv_AstraStyleLibraryTimeSlotLabelMinutes
{
	font-size:10px;
	color:Gray;
}


.igdv_AstraStyleLibraryAllDayEventSelected
{
	background-color:#0078D2;
	font-size:8pt;
	border:solid 1px #005EA4;
	border-top-width:2px;
	border-bottom-width:2px;
	margin-left:3px;
	color:#333;
}


.igdv_AstraStyleLibraryAllDayEventAreaSelected
{
	background-color:White;
}


.igdv_AstraStyleLibraryActivityHover
{
	z-index: 10000;
}


.igdv_AstraStyleLibraryActivityEdgeBusy
{
	background-color:#005EA4;
}


.igdv_AstraStyleLibraryActivityEdgeTentative
{
	background-color:#90C0FF;
}


.igdv_AstraStyleLibraryActivityEdgeOutofOffice
{
	background-color:#900090;
}


.igdv_AstraStyleLibraryActivityEdgeFree
{
	background-color:#F0F0F0;
}


.igdv_AstraStyleLibraryNavigationButton
{
	background-color:Transparent;
	border-width:0px;
	vertical-align:middle;
}


.igdv_AstraStyleLibrarySelectedAppointment
{
	border-width:1px;
	border-color:IndianRed;
	z-index: 9999;
	cursor:pointer;
}


