div#tablecontent
{
	position: relative;
}

/* ------------ datatables --------- */
table.datatable td {
	padding: 3px;
	padding-left: 0;
	border-top: 1px solid #e7e2d6;
	background: white;
	vertical-align: top;
	font-size: 1.1em;
	font-family: Arial;
}
table.datatable tbody th 
{
	padding: 0;
	background: white;
	vertical-align: top;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: normal;
}
/* -------- grouped items -------- */
table.datatable tbody th span 
{
	display: block;
}
table.datatable tbody tr.lev1 th span,
table.datatable tbody tr.lev2 th span span,
table.datatable tbody tr.lev3 th span span span
{
	padding: 3px;
	padding-left: 0;
	border-top: 1px solid #e7e2d6;
	border-left: none;
}
table.datatable tbody tr.lev2 th span,
table.datatable tbody tr.lev3 th span
{
	padding-left: 14px;
	border-left: 1px solid #e7e2d6;
}
table.datatable tbody tr.lev2, table.datatable tbody tr.lev3 
{
	display: none;
}

table.datatable tr.firstrow td, table.datatable tr.firstrow th {
	border-top: none;
}
table.datatable td, table.datatable thead th {
	text-align: right;
	width: 64px;
	padding-right: 12px;
	background: white;
}
table.datatable tbody th, table.datatable thead th.header  {
	text-align: left;
	width: 225px;
	padding: 0;
}
table.datatable thead th.header  
{
	border-top: 1px solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	background: white url(../images/diagramicon.gif) 99% 100% no-repeat;
}
table.datatable thead th, table.datatable thead th.header {
	border-bottom: 2px solid #333333;
	font-size: 1.2em;
}

table.datatable .radio {
	width: 21px;
	padding: 0!important;
}
/*table.datatable th.radio {
	background: white;
	vertical-align: bottom;
}*/

table.datatable td a {
	/*text-decoration: underline;*/
	color: #15A9AB;
}
table.datatable td a:hover {
	/*color: black;*/
	text-decoration: underline;
}
table.datatable td.currentquarter 
{
	background: #f5f3ee;
}
/* ------------  multiheading --------- */
tr.subheader td, tr.subheader th span,
tr.subheader td, tr.subheader th
{
	font-style: italic;
	border-top: none!important;
}

table.datatable tr.multiheading td {
	vertical-align: bottom;
	border: none;
	border-bottom: 1px solid #666666;
	border-left: 12px solid white;
	text-align: center;
	width: auto;
	padding: 0;
	font-weight: bold;
	font-family: Georgia;
	font-size: 1.2em;
}
table.datatable thead tr.multiheading th {
	border-bottom: none;
}
table.datatable thead th span {
	font-weight: normal;
}

/* --------------- Sum --------------- */
tbody tr.sum td, tbody tr.sum span.sum
{
	font-weight: bold;
	padding-bottom: 14px!important;
	border-top-color: black!important;
}
table.datatable tr.subsum td, table.datatable tr.subsum th {
	font-weight: bold;
}

table.datatable th a {
	color: #333333;
	display: block;
	padding-left: 14px;
	background: url(graphics/plus.gif) 0 3px no-repeat;
}
table.datatable th a.expanded {
	background-image: url(graphics/minus.gif);
}

/* ------------  horisontal scrollfeature --------- */
div.tablescroll {
	width: 700px;
	overflow-x:auto;
    overflow-y:hidden;
}
table.datatable  
{
	
}
div.tablescroll table.datatable 
{
	margin-top: 0;
}
div.tablescroll table.datatable tbody th 
{
	padding-right: 21px;
}
div.tablescroll table.datatable tbody th span {
}
/* ------------ tabs --------- */
#financialtableheader 
{
	height: 27px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #b09f76;
}

#financialtableheader ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	float: left;
	clear: right;
}

#financialtableheader li 
{
	background: url(graphics/tab-left.gif) top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#financialtableheader a {
	display: block;
	font-weight: bold;
	font-family: Arial;
	background: url(graphics/tab-right.gif) top right no-repeat;
	color: white;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 0;
	margin-right: 1px;
	height: 19px;
}
#financialtableheader a:hover {
	text-decoration: underline;
}
#financialtableheader li.selected 
{
	background: url(graphics/tab-active-left.gif) top left no-repeat;
}
#financialtableheader li.selected a {
	background: url(graphics/tab-active-right.gif) top right no-repeat;
}

p.financialexcel a {
	background: url(../images/xls.gif) no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
}

/* ------------ bars --------- */
div#bars 
{
	margin-left: 178px;
}
div > div#bars {
	margin-left: 243px;
}

div#bars img {
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
	display: none;
	float: left;
	padding-left: 2px;
	margin-left: 68px;
}
div#bars img.negative {
	border-bottom: none;
	border-top: 1px solid #333333;
	padding-top: 1px;
}
tr.diagram td {
	text-decoration: underline;
}

/* ------------ hhcomment (for note popup) --------- */
div.hhcomment {
	display: none;
	position: relative;
	top: 0;
	left: 400px;
	width: 329px;
}
div.hhcomment .hhtop {
	height: 17px;
	background: url(../images/popup/top.gif) no-repeat;
}
div.hhcomment .hhbottom {
	height: 17px;
	background: url(../images/popup/bottom.gif) no-repeat;
}
div.hhcomment .hhmiddle {
	min-height: 100px;
	background: url(../images/popup/middle.gif) repeat-y;
	padding: 5px;
	padding-left: 15px;
}
div.hhcomment .hhmiddle strong {
	float: left;
	width: 200px;
	font-size: 1.3em;
}
div.hhcomment .hhmiddle a.close {
	float: right;
	margin-right: 10px;
	background: url(../images/popup/close.gif) no-repeat;
	color: white;
	font-size: 1px;
	width: 11px;
	height: 10px;
}
div.hhcomment .hhmiddle p {
	width: 299px;
	clear: both;
}
div#maincontent 
{
	width: 910px;
}
