body {
  font-family: 'Trebuchet MS';
  color: #FFFFFF;
  font-size: 11px;

}


hr {
  border: 1px solid white;
}


a:link  {
  text-decoration: none;
  color: #000000;

}




a:active {
  text-decoration: none;
  color: #eab22c;
}


a:visited {
  text-decoration: none;
  color: #eab22c;

}

a:hover {
  text-decoration: underline;
  color: #eab22c;

}


h {

  font-size: 11px;
  font-weight: bold;

}


.LB_overlay {
        z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.LB_window {
         z-index: 999;
	position: absolute;
	background: #2B5BA3;
	color:#000000;
	display:none;
	border: 4px solid #2B5BA3;
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow{
	cursor: move;
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#2B5BA3;
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	overflow:auto;
}

.LB_resize{
   background-image: url("handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}

.closeButton {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 13px;
}