@charset "utf-8";
/* CSS Document */

.module { overflow:hidden;
    margin-top:3px;
	margin-left:4px;
	margin-bottom:4px;
}

.moduleContent {
  background-color:#FEFBDF;
  overflow:hidden;
  padding:5px;
}

.moduleNW 	{ 
	background:transparent url(/my/img/branding/moduleTL.gif) no-repeat; 
	height:18px; 
}

.moduleW {
	border-left:1px solid #FEFBDF;
	border-right:1px solid #FEFBDF;
	margin:0 5px 0 3px;
	overflow:hidden;
	position:relative;
}

.moduleSW 	{ 
	background:transparent url(/my/img/branding/moduleSW.gif) no-repeat; 
	height:15px; 
	clear:both;

}
.moduleS {
	background:transparent url(/my/img/branding/moduleSouth.gif) repeat-x right top;
	height:15px;
	margin-left:8px;
}   

.moduleTitle {
	background:transparent url(/my/img/branding/moduleTR.gif) repeat-x right top;
	color:#777;
	height:26px;
	line-height:26px;
	margin:0 0 0 15px;
	padding:5px 0 0 0 ;
	position:relative;
	overflow-x:hidden;
}

.moduleTitle span {
	display:block;
	padding: 0;
	margin-left:20px;
}


#pgCntH {
	height:11px;
	background: none;
}

#pgCnt {
	background: none;
	padding:0 10px 0 10px;
	position:relative;
}

#pgCntB {
	height:11px;
	background: none;
}