﻿/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the Awecomm - http://www.awecomm.com
   ================================
*/ 

/* style for module titles */
.BasicConFullTitle {
	font-family:"Trebuchet MS", Harrington;
	font-size:  10pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: bottom;
	width:50%;
	vertical-align:bottom;
}
/* style for content pane */
.BasicConFullContentPane {
	font-family:"Trebuchet MS", Harrington;
	color:#505050;
	font-size:10pt;
	text-align: left;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	height:100%;
}
.BasicConFullActions {
	width:10px;
	text-align:left;
	vertical-align:bottom;
}
.BasicConFullVisible {
	width:10px;
	text-align:right;
	vertical-align:bottom;
}
.BasicConFullSep {
	text-align:left;
	background-image:url('images/green-sep.gif');
	background-repeat:no-repeat;
	width:50%;
	height:4px;
	min-height:4px;
	padding:4px 0 2px 0;
	line-height:4px;
}
