
table.console {
	margin: 15px 0px 15px 0px; 
	background-image: url('/programs/images/gradient01.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #abc;
	}
table.console p {
	margin: 0px;
	font-size: 11px;
	line-height: 13px;
	}
table.console h2 {
	color: #369;
	line-height: 90%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
table.console h2 a:link, table.console h2 a:active, table.console h2 a:visited {
	color: #369;
	text-decoration: none;
	}
table.console h2 a:hover {
	color: #036;
	text-decoration: underline;
	}
	
	
	
/* UI Widget: Social Media, Fullwidth */

.ui-widget-socialmedia-fw .socnets li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding-right: 90px;
}

.ui-widget-socialmedia-fw li.omega {
    padding-right: 10px;
}

/* border and padding styling for highlighted table cells*/
td.chart-border {border:1px solid #999;padding:5px;}

