img {
	border-style: none;
}

a img {
	border-style: none;
}

.report {
	font-family:arial, verdana, sans-serif;
	color:#444; 
	margin: 10px 0 10px 0;
}

.report h1	{ margin: 2em 0em .3em 0em; }
.report h2	{ margin: 2em 0em .2em 0em; }
.report h3	{ margin: 1em 0em .1em 0em; }
.report h4	{ margin: 1em 0em .1em 0em; }
.report h5	{ margin: .5em 0em 0em 0em; }

.report table {
	width: 100%;
	border: 0;
	margin: 15px 0 15px 0;
}

.report tr {

}

.report thead {
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 12px;
}

.report thead td {
	border-bottom: 1px solid #666;
	margin-bottom: 3px;
}

.report td {
	padding: 2px;
}

.evenRow {
	
	background-color: #F1F1F1;
	border-left: 1px solid #D9D9D9;
	font-size: 11px;
}

.oddRow {

	border-left: 1px solid #E3E3E3;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.download {
	float: right;
	clear: both;
}

