/* 08-Jul-2010
 */

/*
  =======================================
		1. Module Container
		2. Module Header
		3. Module Body
		4. Module Footer
		5. Icones
  =======================================
*/
/* 1. Module Container ---------------- */
.ModuleContainer{width:100%; margin-bottom:10px; position:relative; background-color:#FFF}

/* 2. Module Header ---------------- */
.ModuleContainer .hedModule{
	text-align:left;
	background: url(../images/Module/hm_disc.png) left 10px no-repeat;
	padding-left:30px;
	margin-left:5%;
}
.ModuleContainer .hedModule SPAN.ModuleTitle{
	font:bold 140%/35px Arial, Helvetica, sans-serif;
	letter-spacing:-0.06em;
	color:#4F4436
}

/* 3. Module Body ---------------- */
.ModuleContainer .bdyModule{
	padding:0;

}

/* 4. Module Footer -------------------*/
.ModuleContainer .btnModule{
	background: url(../images/Module/module_footer.gif) center center no-repeat;
	margin:0 5%;
	height:42px;
}

/* 5. Icons ---------------- */
.ModuleContainer .imgPrint{
	background:url(../images/Module/hm_toggle.png) 0 -140px no-repeat;
	position:absolute;
	top:10px;
	left:1px;
	width:19px;
	height:19px;
	cursor:pointer;
	z-index:12;
}
.ModuleContainer .imgPrint:hover{
	background-position:0 -160px;
}

.ModuleContainer .lblLastDateUpdate {
	background:#FFFFFF url(../images/Module/hm_toggle.png) 0 -190px no-repeat;
	position:absolute;
	top:10px;
	left:26px;
	width:19px;
	height:19px;
	line-height:19px;
	cursor:pointer;	
	text-indent:-75px;
	text-align:right;
	overflow:hidden;
	border-left:none;
	z-index:11
}
.ModuleContainer .lblLastDateUpdate:hover{
	background-color:#FFC;
	overflow:visible;
	background-position:0 -210px;
	width:120px;
	text-indent:7px;
	vertical-align:middle;
	border-left:none;
	border-right:2px solid #F26A00;
}

.ModuleContainer .lblTitleLUpdate{
	display:none;
}

.ModuleContainer .ModuleHeaderTBL .NewsLink{
	background:#FFF url(../images/Module/hm_toggle.png) 0 -240px no-repeat;
	position:absolute;
	top:10px;
	right:51px;
	width:19px;
	height:19px;
	line-height:19px;
	cursor:pointer;	
	text-indent:-75px;
	text-align:right;
	border-left:none;
	z-index:10;
	overflow:hidden;
}
.ModuleContainer .ModuleHeaderTBL .NewsLink:hover{
	overflow:visible;
	background-color:#FFC;
	background-position:101px -260px;
	width:120px;
	text-indent:7px;
	vertical-align:middle;
	border-right:none;
	border-left:2px solid #F26A00;

}