/***** APPLICATION MODULES *****/

.module_wrapper{
	margin-bottom:10px;
}
	
.appContent {
	padding-top:10px;
	background-color:#fff;
}
	

/* Normal styling */
.cb {
	margin: 0;
}
/* Top corners and border */
.bt {
	height:40px;
	background:url(../images/module/box.png) no-repeat 100% 0;
	margin:0 0 0px 10px;
}
.bt div {
	position:relative;
	left:-10px;
	width:10px;
	height:40px;
	background:url(../images/module/box.png) no-repeat 0 0;
	margin-bottom: 0px;
}

/* Bottom corners and border */
.bb {
	height:10px;
	padding-left: 10px;
	margin:0 0 0 10px;
	background:url(../images/module/box.png) no-repeat 100% 100%; 
	
}
.bb div {
	position:relative;
	left:-20px;
	width:10px;
	height:10px;
	background:url(../images/module/box.png) no-repeat 0 100%; 
	font-size:0;
	line-height:0;
}

/* Left border */
.i1 {
	padding:0 0 0 1px;
	background:url(../images/module/borders.png) repeat-y 0 0;
}
/* Right border */
.i2 {
	padding:0 1px 0px 0px;
	
	background:url(../images/module/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
//	display:block;
	padding:0px 9px 00px 9px;
}

.module_container{
	position:relative;
}

.module_inner {  }

.module_head {
	position:absolute;
	font-weight:bold;
	font-size:93%;
	margin-top:-30px !important;
	color:#fff;
	width:100%;

}


.module_head .title {
	float:left;
	padding-top:7px;
	margin-left:8px;
}
