.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.LB_window {
	position: absolute;
	background: transparent;
	background-image:  url(../graphics/calendar_event.png);
	background-position: center top;
	background-repeat: no-repeat;
	color:#242424;
	display:none;
	z-index: 2000;
}
.LB_window textarea{
	width: 200px;
	height: 70px;
}

.LB_window label {
   margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   	width: 100%;
}

.LB_close{
	border:  0px;
	position: relative;
	left: 10px;
	top: -6px;
}
.LB_title{
	padding:4px 0px 10px 10px;
	color: #ff3300;
	font-weight: bold;
	font-size: 17px;
	float: left;
	position: relative;
	top: 15px;
	left: 50px;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}
.LB_padding{
	padding: 5px 0px 0px 55px;
}
.LB_closeAjaxWindow{
	cursor: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	font-weight: bold;
	color: #ffffff;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	position: relative;
	top: -1px;
	line-height: 170%;
	text-align: left;
	overflow:auto;
}

.LB_resize{
   background-image: url(../graphics/resize.gif);
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}
