/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the Awecomm - http://www.awecomm.com
   ================================
*/ 

/* style for module titles */
.BasicConFullTitle {
	font-family:"Trebuchet MS", Harrington;
	font-size:  12pt;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	vertical-align: bottom;
	width:100%;
	white-space:nowrap;	
	padding: 0 0 2px 0;
}
/* style for content pane */
.BasicConFullContentPane {
	text-align: left;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.BasicConFullActions {
	width:10px;
	text-align:left;
	vertical-align:bottom;
}
.BasicConFullVisible {
	width:10px;
	text-align:right;
	vertical-align:bottom;
}
.BasicConFullContentPane p {
	font-family:"Trebuchet MS", Harrington;
	font-size:10pt;
}

