/* 
	================================
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 */
.TWC2title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	background-image: url(xpix/TWC2_05.gif);
	background-repeat: repeat;
}
.TWC2topleftcorner {
	background-image: url(xpix/TWC2_01.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}
.TWC2topmiddle {
	background-image: url(xpix/TWC2_02.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.TWC2toprightcorner {
	background-image: url(xpix/TWC2_03.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}
.TWC2headerleft {
	background-image: url(xpix/TWC2_04.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.TWC2headermiddle {
	background-image: url(xpix/TWC2_05.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.TWC2headerright {
	background-image: url(xpix/TWC2_06.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.TWC2headerleftbottom {
	background-image: url(xpix/TWC2_07.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 5px;
}
.TWC2headermiddlebottom {
	background-image: url(xpix/TWC2_08.gif);
	background-repeat: repeat-x;
	height: 4px;
}
.TWC2headerrightbottom {
	background-image: url(xpix/TWC2_09.gif);
	background-repeat: no-repeat;
	height: 4px;
}
.TWC2contentleft {
	background-image: url(xpix/TWC2_10.gif);
	background-repeat: repeat-y;
	width: 5px;
}
/* style for content pane */
.TWC2contentpane {
	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: right;
	vertical-align: top;
}
.TWC2contentright {
	background-image: url(xpix/TWC2_12.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.TWC2bottomleftcorner {
	background-image: url(xpix/TWC2_13.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 5px;
}
.TWC2bottommiddle {
	background-image: url(xpix/TWC2_14.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.TWC2bottomrightcorner {
	background-image: url(xpix/TWC2_15.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 5px;
}





































































