/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the SkinCovered Team - http://www.skincovered.com
The best place to learn about how to skin your DotNetNuke website
Tutorials, Forums, Code Snippets, Videos, Expert Advice by Experienced DNN Skinners
Free & Premium Content for the DotNetNuke enthusiast

Modified from DNN 3.0.13 Free Skins  - Nina Meiers dotnetnuke@xd.com.au - http://www.xd.com.au
   ================================
*/ 

/* style for module titles */
.TWZeroPadTitle   {
	font-family: Arial, Helvetica;
	font-size:  10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
/* style for content pane */
.TWZeroPadcontentpane {
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
