/*******************************************************************************
   Enerplus Home
*******************************************************************************/
.e_content {
	text-align: left;
	}

/* Intro */
td.home_intro {
	width: 589px;
	padding: 13px 0 11px 8px;
	}
	
/* Recent News Archive */
td.home_recent_news {
	width: 546px;
	padding: 5px 29px 10px 22px;
	background: url(/images/home/bkgrd/recent_news_bkgrd.gif) top left repeat-y;
	overflow: hidden;
	}
	
ul#recent_news {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
ul#recent_news li {
	padding: 2px 0 2px 13px;
	background: url(/images/home/bullet.gif) top left no-repeat;
	line-height: 16px;
	}
	
/* Side Column */
table#side_table {
	width: 191px;
	padding: 0 0 0 8px;
	margin: 15px 0 0 0;
	}
	
table#side_table tr td {
	padding: 0 0 13px 0;
	}

/*******************************************************************************
   Trading Column
*******************************************************************************/
table#trading_table {
	width: 575px;
	padding: 0 0 0 0;
	margin: 0 0 0 6px;
	background: url(/images/home/bkgrd/trading_bkgrd.jpg) top left no-repeat;
	}

/* TSX */
table#tsx_table {
	width: 180px;
	padding: 17px 0 0 0;
	margin: 0 0 0 5px;
	}

table#tsx_table tr td.heading {
	height: 22px;
	padding-left: 6px;
	}

table#tsx_table tr td.lab {
	height: 19px;
	padding: 0 0 0 11px;
	}

table#tsx_table tr td.val {
	height: 19px;
	text-align: right;
	font-weight: bold;
	padding: 0 11px 0 0;
	}

table#tsx_table tr td.view {
	padding: 0 0 0 6px;
	height: 32px;
	}

/* NYSE */
table#nyse_table {
	width: 180px;
	padding: 17px 0 0 0;
	}

table#nyse_table tr td.heading {
	height: 22px;
	padding-left: 6px;
	}

table#nyse_table tr td.lab {
	width: 50%;
	height: 19px;
	padding: 0 0 0 11px;
	}

table#nyse_table tr td.val {
	width: 50%;
	height: 19px;
	text-align: right;
	font-weight: bold;
	padding: 0 11px 0 0;
	}

table#nyse_table tr td.view {
	padding: 0 0 0 6px;
	height: 32px;
	}

/* Commodity Prices */
table#commodity_table {
	width: 180px;
	padding: 17px 0 0 0;
	}

table#commodity_table tr td.heading {
	height: 22px;
	padding-left: 6px;
	}

table#commodity_table tr td.lab {
	height: 19px;
	padding: 0 0 0 11px;
	}

table#commodity_table tr td.view {
	padding: 0 0 0 6px;
	height: 32px;
	}

table#commodity_table tr td a {
	text-decoration: underline;
	}

/* Key Statistics */
table#statistics_table {
	width: 555px;
	padding: 0 0 0 0;
	margin: 10px 0 12px 5px;
	}

table#statistics_table tr td.heading {
	width: 166px;
	height: 42px;
	padding: 2px 0 0 6px;
	}

table#statistics_table tr td.val {
	height: 42px;
	padding: 0 20px 0 0;
	}

table#statistics_table tr td.view {
	padding: 2px 0 0 0;
	height: 42px;
	}