/* 
	================================
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 title */
.TWC5title {
	font-family:  Verdana;;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background-color: #9c9c94;

}
.TWC5headermiddle {
	background-image: url(xpix/TWC5_05.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D335C;
	text-align: left;
	vertical-align: middle;
}

/* style for content pane */
.TWC5contentpane {
	background-color: #adada5;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}






































































