.module {
	width: 100%;
	padding: 10px;
}

.moduleTitle {
	height: 30px;
	width: 100%;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 30px;
	font-size: 16px;
}

.moduleTitleDark {
	background:  url(../images/bar_1.jpg) repeat-y scroll left center;
}


.moduleTitleLight {
	background:  url(../images/bar_2.jpg) repeat-y scroll left center;
}

.moduleContent {
	width: 100%;	
	padding: 10px;
}

.moduleMenu {
	width: 100%;
	height: 29px;
	background-image:  url(../images/gray_menu_tile.jpg);
}

font {
	font-size: 1.25em;
}