/* 
	================================
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 title */
.TWC3title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background-image: url(xpix/TWC3_05.gif);
	background-repeat: repeat;
}
.TWC3topleftcorner {
	background-image: url(xpix/TWC3_01.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}
.TWC3topmiddle {
	background-image: url(xpix/TWC3_02.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.TWC3toprightcorner {
	background-image: url(xpix/TWC3_03.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 13px;
}
.TWC3headerleft {
	background-image: url(xpix/TWC3_04.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.TWC3headermiddle {
	background-image: url(xpix/TWC3_05.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.TWC3headerright {
	background-image: url(xpix/TWC3_06.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.TWC3headerleftbottom {
	background-image: url(xpix/TWC3_07.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 14px;
}
.TWC3headermiddlebottom {
	background-image: url(xpix/TWC3_08.gif);
	background-repeat: repeat-x;
	height: 4px;
}
.TWC3headerrightbottom {
	background-image: url(xpix/TWC3_09.gif);
	background-repeat: no-repeat;
	height: 4px;
}
.TWC3contentleft {
	background-image: url(xpix/TWC3_10.gif);
	background-repeat: repeat-y;
	width: 14px;
}
/* style for content pane */
.TWC3contentpane {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.TWC3contentright {
	background-image: url(xpix/TWC3_12.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.TWC3bottomleftcorner {
	background-image: url(xpix/TWC3_13.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
}
.TWC3bottommiddle {
	background-image: url(xpix/TWC3_14.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.TWC3bottomrightcorner {
	background-image: url(xpix/TWC3_15.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}




































































