/* 
	================================
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 */
.C3Title   {
	font-family: Arial, Helvetica;
	font-size:  10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.C3Contenttable {
	height: 20px;
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.C3Actionscell {
	font-family: Arial, Helvetica;
	font-size:  4pt;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.C3topleftcorner {
	background-image: url(xpix/TWorangeC3_01.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.C3toprightcorner {
	background-image: url(xpix/TWorangeC3_03.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.C3topmiddle {
	background-image: url(xpix/TWorangeC3_02.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.C3leftedge {
	background-image: url(xpix/TWorangeC3_04.gif);
	background-repeat: repeat-y;
	width: 25px;
}
.C3rightedge {
	background-image: url(xpix/TWorangeC3_06.gif);
	background-repeat: repeat-y;
	width: 25px;
}
.C3bottomleftcorner {
	background-image: url(xpix/TWorangeC3_07.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.C3bottomrightcorner {
	background-image: url(xpix/TWorangeC3_09.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.C3bottommiddle {
	background-image: url(xpix/TWorangeC3_08.gif);
	background-repeat: repeat-x;
	height: 25px;
}
/* style for content pane */
.C3contentpane {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.C3middle {
	text-align: left;
	vertical-align: top;
	background-image: url(xpix/TWorangeC3_05.gif);
	background-repeat: repeat;
}

