.lightbox
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	
	width: 0px;
	height: 0px;
}
.lightbox .background
{
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url(/img/components/overlay.png);	
	width: 100%;
	height: 100%;
}
.lightbox .display_area
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #CCCCCC;
	border: solid 1px #000000;
	width: 720px;
}
.lightbox .display_area #lightbox_drag_handle
{
	background: #CCCCCC;
	cursor: move;
}
.lightbox .display_area .buttons_area
{
	background: #CCCCCC;
	height: 30px;
	
	text-align: right;
}
.lightbox .display_area .content
{
	background: #FFFFFF;
}
.lightbox .image_button
{
	cursor: pointer;
}
.lightbox_content
{
	padding: 5px;
}

/* IE HACK */
* html .lightbox .background
{
	background: transparent url(/img/components/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/components/overlay.png", sizingMethod="scale");
}

.calendar_view
{
	position: absolute;
}
.calendar_icon
{
	display: inline;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
