.box {
	z-Index:100;
	visibility:visible;
	display:block;
	position:absolute;
	background:url(images/tape.jpg);
	line-height:0px;
	font-size:0px;
}


/* Styles for lightbox */

#pageInfo {
	text-align:center;
}

#olShader {
	width:100%;
	position:absolute;
	top:0px; left:0px;
	z-index:100;
	visibility:hidden;
}

.layer td {background-color: transparent;}
.layer .body {background-color:white;}
.layer .ltl {background-image: url('images/pop_topleft_corner.png'); width:19px; height:19px;}
.layer .lt {background-image: url('images/pop_topside.png');}
.layer .ltr {background-image: url('images/pop_topright_corner.png'); width:19px; height:19px;}
.layer .ll {background-image: url('images/pop_leftside.png');}
.layer .lr {background-image: url('images/pop_rightside.png');}
.layer .lbl {background-image: url('images/pop_botleft_corner.png'); width:19px; height:19px;}
.layer .lb {background-image: url('images/pop_botside.png');}
.layer .lbr {background-image: url('images/pop_botright_corner.png'); width:19px; height:19px;}

/* Styles from tooltip */
#tooltip {
	position: absolute;
	top:50px;
	left:150px;
	visibility:hidden;
 	padding: 2px;
	border: none;
	font-size: 12px;
  	z-index: 1000;
}
.tooltip_close {position: absolute; cursor:hand; top:22px; right:23px}
.tooltip table td {background-repeat: repeat; background-position: 0% 0%}
#tooltip_content {background-color: white}

/* Styles for tooltip */

.toolTipError {
	cursor: help;
}

.toolTipElement {
	cursor: help;
}
.tool-tip {
	height:10px;
	width: 172px;
	z-index: 13000;
	position:absolute;
	overflow:hidden;
	display:none;
}
 
.tool-title {
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 4px 8px 4px;  
	background: url('images/bubble.png') top left;
	text-align:center;
}

.tool-text img {
	margin-bottom:4px;
	margin-right:4px;
	border:0px;
}

.tool-text a {
	color:white;
}

.tool-text {
	color: white;
	font-size: 11px;    
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 8px 8px;
	background: url('images/bubble.png') bottom right;
	text-align:left;
}

.tool-con {line-height:20px; border:2px solid #333333; text-align:left; background-color:white;}  
.tool-con img { border:3px solid white;}
.tool-edit {border-bottom:1px solid #333333}

.admin-ibox {border:1px solid silver; padding:4px; margin:4px;}
.admin-ibox input, select {font: bold 9px Verdana; width:150px; color:#666666; margin-bottom:3px;}  
.admin-ibox input {padding-left:3px}  