
/*SET THE TABLE STYLES ------------------------------------------- */
.tablestyling { 
	width:675px; /*Tables should expand and contract depending on the container they sit within.*/
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	margin-top: 10px; /* Adds some space to the top. */
	margin-right: 5px; /* Adds some space to the right so it doesn't touch the edge of the container. */
	margin-bottom: 10px;
	margin-left: 10px; /* Adds some space to the left so it doesn't touch the edge of the container. */
}
caption {
	padding: 0 0 5px 0;
	width: 100%; /* This width should always match the width of the table itself so that the caption aligns right.*/	 
	font-style: italic;
	text-align: right;
}
th {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #999999 url(../images/tableStyleBgHeader.jpg) repeat-x;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.thTopLeft {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #999999 url(../images/tableStyleBgHeader.jpg) no-repeat;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.thNoBg {	/*This is alternative top left heading cell that can be used without a bacground image or color.*/
	padding: 6px 6px 6px 12px;
	background: none;
	border: none;
	border-right: 1px solid #999999;
	color: #660000;
}
.thAlt {
	background:#F2F2F2;
}
.thRowTop {
	font-weight: bold;
	padding: 6px 6px 6px 12px;
	background: #FFFFFF;
	border-top: 5px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.thRow {
	font-weight: bold;
	padding: 6px 6px 6px 12px;
	background: #FFFFFF;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.thRowAlt {
	background: #F2F2F2;
	font-weight: bold;
	padding: 6px 6px 6px 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 0;
	border-right: 1px solid #999999;
}
.tdTop {
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 5px solid #999999;
}
.tdTopLeft {
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 5px solid #999999;
	border-left: 1px solid #999999;
}
.tdLeft {
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tdAlt {
	background: #F2F2F2;
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tdAlt2 {
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tdAltLeft {
	background: #F2F2F2;
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
/* VARIOUS CLASSES FOR COMPANY PROFILE STOCK DATA  ----------------------------- */
#stockChart {
	width: 160px;
	margin-bottom: 60px;
	padding: 0;
	text-align: center;
	float:right;
}
#stockChart h3 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#stockChart p {
	margin: 0;
	padding: 0;
}
#stockChart table {
	border: 1px solid gray;
	width: 140px;
	margin: 10px 0;
	padding: 0;
}
.stockLeft { 
	text-align: right;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	width: 50%;
}
.stockRight { 
	text-align: left;
	padding: 2px;
	margin: 0;
	width: 50%;
}
