@import url("stylesheet.css");
.module{
	clear:both;
}

.module_text {
	margin:0 0 10px;
}

/* Module - Event
---------------------------------------------------*/
.module_event{
	margin:0 0 10px;
}
	.module_event .info img{
		float:right;
		margin:5px 0px 0px 24px;
	}
	.module_event .info h2 {
		background:#1852a5;
		color:#FFF;
		margin:0;
		padding:0px 0px 8px 14px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	.module_event .info h3 {
		background:#1852a5;
		color:#FFF;
		margin:0;
		padding:11px 0 0 14px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	.module_event .info p {
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:14px 0 0 14px;
	}

/* Module - Gallery
---------------------------------------------------*/
.module_gallery{
	position:relative;
}
	.module_gallery a.gallery{
		display:block;
		float:left;
		margin:0 10px 10px 0;
		height:104px;
		width:104px;
	}
		.module_gallery a.gallery img{
			border:2px solid #EEE;
		}
		.module_gallery a.gallery:hover img{
			border:2px solid #FFCC66;
		}
	.module_gallery p.description{
		clear:both;
		color:#999;
		font-size:80%;
	}
		
/* Module - Paypal Product
---------------------------------------------------*/
.module_product{
	position:relative;
}
	.module_product h2{
		position:relative;
	}
	.module_product h2 span{
		position:absolute;
		right:0;
		top:0;
	}
	.module_product a.product_image_link{
		background:url(../images/icons/magnifier.gif) left bottom no-repeat;
		color:#999;
		display:block;
		float:right;
		font-size:9px;
		height:267px;
		margin:0 0 0 10px;
		overflow:hidden;
		padding:0 0 0 19px;
		text-decoration:none;
		vertical-align:bottom;
		width:250px;
	}
		.module_product a.product_image_link img{
			margin-left:-19px;
		}
	.module_product strong, .module_product em{
		display:block;
		font-style:normal;
		font-weight:normal;
		padding:0 0 5px 0;
	}
		.module_product strong span, .module_product em span{
			font-weight:bold;
		}
		
	.module_product .buttons{
		position:relative;
		top:-23px;
		text-align:right;
	}
	
/* Module - Study
---------------------------------------------------*/
.module_study{
	border-bottom:1px solid #FFF;
	clear:left;
	position:relative;
}
.module_study div.info{
	background:#E3E3E3 url(../images/pdf-icon.gif) 95% 20px no-repeat;
	height:125px;
	margin:0;
	padding:0;
}
	.module_study p.date{
		color:#1C55A2;
		font-size:11px;
		margin:0 0 0 20px;
		padding:20px 0 0 0;
		width:590px;
	}
	.module_study p.title{
		margin:5px 0 0 20px;
		padding:0;
		width:590px;
	}
	.module_study p.description{
		font-size:11px;
		margin:15px 0 0 20px;
		padding:0;
		width:590px;
	}
	
	
/* Slimbox
---------------------------------------------------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1001;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index:1001;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

