/* financial-style */

#financial {
	font-size: 12px;
	color: #333333;
	line-height: 160%;
}
#financial img{
	border: none;
	}
#financial p{
	line-height: 160%;
	margin-bottom: 10px;
	margin-left: 5px;
	}

#financial ul {
	list-style: disc inside;
	margin-left: 15px;
	margin-top: 10px;
	}

#financial li {
	padding-bottom: 3px;
	}
#financial .dotline{
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
	height: auto;
	width: auto;
}
	
#financial h3{
	margin:10px 0 10px 0;
}

.spacer{
	float: none;
	clear: both;
	margin: 2px;
}
#financial #index-menu{
margin:10px 0px 30px 0px;
}
#financial .menu-left{
	float: left;
	margin-right: 10px;
	width:220px;
margin:0px 0px 10px 0px;
}
#financial .menu-right{
	float: left;
	width:220px;
margin:0px 0px 10px 20px;
}
/*----------------------------
table-style-financial
-----------------------------*/
.financial-table01{
margin:0 0 30px 0;
}
table.table-style01 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
width: 400px;
font-size:12px;
}
table.table-style01 th,
table.table-style01 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table-style01 th {
background-color: #eeeeee;
text-align:center;
width:100px;
  font-weight:normal;
}

table.table-style01 td {
text-align:right;
}
table.table-style01 caption {
text-align:right;
font-size:11px;
}

.financial-table02{
margin:0 0 30px 0;
}
table.table-style02 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
width: 400px;
font-size:12px;
}
table.table-style02 th,
table.table-style02 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table-style02 th {
background-color: #eeeeee;
text-align:center;
width:70px;
  font-weight:normal;
}

table.table-style02 td {
text-align:right;
}
table.table-style02 caption {
text-align:right;
font-size:11px;
}

/*----------------------------
table-style-financial-statements
-----------------------------*/

.statements-table01{
margin:0 0 30px 0;
}
table.statements-table01 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 540px;
  font-size: 10px;
}
table.statements-table01 th{
  border: solid 1px #999;
  padding: 4px;
}
table.statements-table01 td {
  border: solid 1px #999;
  padding: 4px;
}

table.statements-table01 th {
  background-color: #E4E4E2;
  text-align:left;
  font-weight:normal;
}

table.statements-table01 td {
text-align:right;
white-space: nowrap;
}
table.statements-table01 caption {
text-align:right;
font-size:11px;
}
table.statements-table01 td.term,
table.statements-table01 th.term {
text-align:center;
}

table.statements-table01 th.term1 {
background-color: #E4E4E2;
width: 12em;
}

table.statements-table01 th.term2 {
background-color: #E4E4E2;
padding-left:1.5em;
}

table.statements-table01 th.term3 {
background-color: #cccccc;
}

table.statements-table01 tr.term4,
table.statements-table01 td.term4
 {
background-color: #C8E7FF;
}



table.statements-table01 tr.term5,
table.statements-table01 td.term5
{
background-color: #F4DFFF;
}

