/* 
	================================
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 */
.C2Title   {
	font-family: Arial, Helvetica;
	font-size:  10pt;
	font-weight: bold;
	color: #FC6200;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.C2Contenttable {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #708090;
	border-bottom-color: #708090;
	border-left-color: #708090;
	margin: 6px;
	padding: 6px;
	height: 20px;
}
.C2Breaktable {
	height: 4px;
}
.C2Actionscell {
	font-family: Arial, Helvetica;
	font-size:  4pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #708090;
	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;
}

.C2topleftcorner {
	background-image: url(xpix/TWorangeC2_01.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}
.C2toprightcorner {
	background-image: url(xpix/TWorangeC2_03.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}
.C2topmiddle {
	background-image: url(xpix/TWorangeC2_02.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.C2leftedge {
	background-image: url(xpix/TWorangeC2_04.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.C2rightedge {
	background-image: url(xpix/TWorangeC2_06.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.C2bottomleftcorner {
	background-image: url(xpix/TWorangeC2_07.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
}
.C2bottomrightcorner {
	background-image: url(xpix/TWorangeC2_09.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}
.C2bottommiddle {
	background-image: url(xpix/TWorangeC2_08.gif);
	background-repeat: repeat-x;
	height: 13px;
}
/* style for content pane */
.C2contentpane {
	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;
	background-color: #FFFFFF;
}
.C2middle {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}




































































