﻿/* Document Formatting */

html {
	background-color: #fff;
	border: 0px;
	font-family: Arial, Verdana, Sans-Serif, Serif;
	font-size: 0.7em;
	height: 100%;
	margin: 0px;
	max-height: 100%;
	padding: 0px;
	/* hide overflow: hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	background-color: #fff;
	border: 0px;
	height: 100%;
	margin: 0px;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
}

img {
	border: none;
}

form 
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

/* Document Layout */

#content {
	background-color: #ffffff;
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px 180px 0px 135px;
	position: relative;
	z-index: 3;
}

#head {
	background-color: #ffffff;
	background-image: url('../images/site/headWood.png');
	background-repeat: repeat-x;
	color: #000000;
	display: block;
	height: 92px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	position: fixed;
	right: 18px;
	top: 0px;
	width: 100%;
	z-index: 5;
}

#foot {
	background-color: #ffffff;
	background-image: url('../images/site/headWood.png');
	background-repeat: repeat-x;
	bottom: 0px;
	color: #000000;
	display: block;
	font-size: 0.8em;
	height: 50px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	position: fixed;
	right: 18px;
	text-align: center;
	width: 100%;
	z-index: 5;
}

#left {
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 125px;
	z-index: 4;
}

#right {
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	right: 18px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	width: 160px;
	z-index: 4;
}

* html form #head, * html form #foot, * html form #left, * html form #right {
	position: absolute;
}

.padhead {
	background-color: #fff;
	display: block;
	float: left;
	height: 92px;
	width: 18px;
}

.padleft, .padright {
	background-color: #fff;
	display: block;
	height: 92px;
}

.padtop {
	background-color: #fff;
	display: block;
	height: 92px;
}

.padbtm {
	background-color: #fff;
	display: block;
	height: 65px;
}

div#reset 
{
	clear: both;
}	

/* General formatting */

.aleft 
{
	text-align: left;
}
.imgaleft
{
	float: left;
	padding: 0px 10px 10px 0px;
}
.imgaright
{
	float: right;
	padding: 0px 0px 10px 10px;
}

/* Site formatting */
.headlogo 
{
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	width: 250px;
}
.headNav
{
	float: right;
	margin: 0px;
	padding: 7px 30px 5px 10px;
	text-align: left;
	top: 0px;
}
.headNav a
{
	color: #fff;
	font-weight: bold;
}
.headasx 
{
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	top: 0px;
}
.footDisclaimer
{
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* Navigation formatting */
.navButton 
{
	margin: -7px 0px 0px 0px;
	padding: 0px;
}

/* Home formatting */
.homelogo 
{
	border: none;
	margin: -10px auto 0px auto;
	padding: 0px 25px;
	text-align: center;
}
.homeWelcome 
{
	border: none;
	font-size: 1.1em;
	margin: -10px auto 0px auto;
	padding: 0px 25px;
	text-align: center;
}
.homeLatest 
{
	border: none;
	margin: -10px auto 0px auto;
	padding: 0px 25px;
	text-align: center;
}
.hometable 
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.hometable td
{
	border: none;
	border-collapse: collapse;
	padding: 35px 5px 0px 5px;
}
.latestTitle
{
    font-weight: bold;
    font-size: 1.5em;
}
.hometablebdy 
{
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
	vertical-align: top;
}
.latesta a, .latestr a, .latestp a {
	color: #000000;
	padding: 5px;
}

.latesta a:hover, .latestr a:hover, .latestp a:hover {
	background-color: #996633;
	color: #FFFFFF;
}
.latesta 
{
	/*background-image: url('../images/home/homeLatestA.png');
	background-repeat: no-repeat;*/
	height: 145px;
	width: 250px;
}
.latestr 
{
	/*background-image: url('../images/home/homeLatestR.png');
	background-repeat: no-repeat;*/
	height: 145px;
	width: 210px;
}
.latestp 
{
	/*background-image: url('../images/home/homeLatestP.png');
	background-repeat: no-repeat;*/
	height: 145px;
	width: 210px;
}
.homeRightPanel 
{
	text-align: center;
}
.homeSPGlance 
{
	background-image: url('../images/home/homeSPtitle.png');
	background-repeat: no-repeat;
	height: 48px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-align: center;
}
.homeRightSP 
{
	background-image: url('../images/home/homeTXN.png');
	background-repeat: no-repeat;
	height: 57px;
	margin: -5px 0px 0px 0px;
	padding: 18px 0px 0px 7px;
	text-align: center;
}
.shareprice {
	color: #FFFFFF;
	letter-spacing: 0.5px;
	margin: -23px 0px 0px 10px;
	padding: 0px;
	text-align:	center;
}
.homeRightOG
{
	background-image: url('../images/home/homeOilGasTitle.png');
	background-repeat: no-repeat;
	height: 68px;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-align: center;
}
.homeRightWTI
{
	background-image: url('../images/home/homeRightWTI.png');
	background-repeat: no-repeat;
	color: #FFEFCE;
	height: 106px;
	margin: -5px 0px 0px 0px;
	padding: 50px 15px 0px 7px;
	text-align: center;
}
.ogPrice 
{
	font-size: 1.75em;
}
.dataOG 
{
	margin: 0;
	padding: 0;
}
.homeRightHH
{
	background-image: url('../images/home/homeRightHH.png');
	background-repeat: no-repeat;
	color: #FFEFCE;
	height: 106px;
	margin: -55px 0px 0px 0px;
	padding: 50px 15px 0px 7px;
	text-align: center;
}
.homeXignite
{
	background-image: url('../images/home/homeXignite.png');
	background-repeat: no-repeat;
	height: 68px;
	margin: -55px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-align: center;
}
.homeXigniteText {
    font-size: 0.8em;
	margin: -55px 0px 0px 0px;
	padding: 25px 15px 0px 0px;
	text-align: center;
}
.homeXigniteLink {
    color: #FFEFCE;
}
.asxNew 
{
	border-bottom: solid 1px #B30000;
	border-top: solid 1px #B30000;
	color: #B30000;
}

/* Right Panel formatting */

/*
	background-image: url('../images/site/navright.gif');
*/
.rpanel 
{
	font-size: 0.8em;
	line-height: 2em;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.rlatesta a, .rlatestr a, .rlatestp a {
	color: #000000;
	padding: 2px;
}

.rlatesta a:hover, .rlatestr a:hover, .rlatestp a:hover {
	background-color: #996633;
	color: #FFFFFF;
}
.rlatesta
{
	background-image: url('../images/nav/navRightLA.png');
	height: 87px;
	margin: -10px 0px 0px 0px;
	padding: 57px 0px 0px 20px;
	vertical-align: top;
}
.rlatestr
{
	background-image: url('../images/nav/navRightLR.png');
	height: 92px;
	margin: -7px 0px 0px 0px;
	padding: 55px 0px 0px 20px;
	vertical-align: top;
}
.rlatestp 
{
	background-image: url('../images/nav/navRightLP.png');
	height: 82px;
	margin: -8px 0px 0px 0px;
	padding: 60px 0px 0px 20px;
	vertical-align: top;
}

/* Company formatting */
.underLine { text-decoration: underline; }
.footnote { font-size: 0.8em; }
.cpytable
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 95%;
}
.cpytable th 
{
	background-color: #DACBA4;
	padding: 5px 2px;
}
.cpytable td 
{
	padding: 5px 2px;
}
.cpytablecol
{
	width: 48%;
}
.cpytablespcr
{
	visibility: hidden;
}
.cpygovhead {
	background-color: #DACBA4;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	text-transform: uppercase;
}
.gallery 
{
	text-align: center;
}
.galleryimg 
{
	margin: 0px;
	padding: 0px 40px 0px 0px;
}

/* Overview formatting */
.noBullets { list-style: none; }

/* Activity formatting */
.ctr { text-align: center; }
.acttable
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 60%;
}
.acttable th 
{
	background-color: #DACBA4;
	padding: 5px 5px;
}
.acttable td 
{
	border: dotted 1px #000000;
	padding: 5px 5px;
}
.acttablewell 
{
	text-align: left;
	width: 20%;
}
.acttabledepth 
{
	text-align: center;
	width: 20%;
}
.acttablenri 
{
	text-align: center;
	width: 15%;
}
.acttblops 
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 95%;
}
.acttblops th 
{
	background-color: #DACBA4;
	padding: 5px 5px;
}
.acttblops td 
{
	border: dotted 1px #000000;
	padding: 5px 5px;
	vertical-align: top;
}
.acttblprogress 
{
	background-color: #99CCFF;
	font-weight: bold;
	width: 10%;
}
.acttblforward 
{
	background-color: #FFFF66;
	font-weight: bold;
	width: 10%;
}
.acttblplan 
{
	text-align: center;
	width: 10%;
}
.acttbltiming 
{
	text-align: center;
	width: 10%;
}
.acttblwinri 
{
	text-align: center;
	width: 10%;
}

/* Investor formatting */
.invtable
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	width: 95%;
}
.invtable th 
{
	background-color: #DACBA4;
	padding: 5px 2px;
}
.invtable td 
{
	border-bottom: dotted 1px #000000;
	padding: 5px 2px;
}
.invtabledate 
{
	width: 15%;
}
.invtablepdfsize 
{
	text-align: center;
	width: 10%;
}
.invnote 
{
	font-size: 0.85em;
}
.prospectus 
{
	font-size: 2.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.invYear 
{ 
    margin: -45px 30px 0px 0px;
    padding: 0px;
    text-align: right; 
}

/* Contact formatting */
.contable
{
	border: none;
	border-collapse: collapse;
	text-align: left;
	width: 95%;
}
.contable th 
{
	background-color: #DACBA4;
	letter-spacing: 0.5em;
	padding: 5px 2px;
}
.contable td 
{
	padding: 5px 2px;
	vertical-align: top;
}