@charset "utf-8";
/* CSS Document */
.dropdownmenu {
	z-index: 100; /*edit to http://www.longwood.edu/css/luweb-dept_styles.css for dropdown to be on top in IE*/
	position:relative;
	}
.h3lp_widget {
	height:272px; /*to change the width/height of the widget you must also change the iframe width/height*/
	width:190px;
	z-index:-1;
	}
.h3lp_iframe {
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	position:relative;
	}
.h3lp_header {
	background:transparent url(http://www.longwood.edu/library/images/h3lp/h3lp_header_190.png) no-repeat top center;
	height:26px;
	}
.h3lp_lb {
	background:url(http://www.longwood.edu/library/images/h3lp/lb.jpg) no-repeat bottom left;
	position:absolute;
	bottom:-2px;
	left:-1px;
	}
.h3lp_rb {
	background:url(http://www.longwood.edu/library/images/h3lp/rb.jpg) no-repeat bottom right;
	position:absolute;
	bottom:-2px;
	right:0px;
	}	
.h3lp_footer {
	background-color:#EEEEEE;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	height:7px;
	position:relative;
	top:-9px;
	}	
