@charset "utf-8";
/* CSS Document */

th,td {
	padding:5px;
}

.report {
	width:525px;
	margin-left:25px;
}

.report table {
	background-color:#E0E0E0;
	color:#2175bc;
	width:500px;
	margin-bottom:30px;
}

.report td,th {
	background-color:#FFFFFF;
	border-color:#2175bc;
	border-width:0px;
	border-style:solid;
}

.report td {
	color:#000000;
	font-weight:bold;
}

.report a {
	font-weight:normal;
	color:#2175bc;
}

.report a:hover{
	text-decoration:underline;
}

.report a:visited {
	color:#2175bc;
}

.report th a {
	text-decoration:underline;
	font-weight:bold;
}

.report th a:visited {

}

.report img {
	border:0;
}

.report h1 {
	margin:0px 0px 5px 0px;
}

.report ul  {
	padding:0px;	
}

.report ul li{
	list-style:none;
	padding:2px 0px;
}

.hidden {
	color:#2175bc;
	margin:5px 0px; 
	padding:0px 5px;
	border:none;
	font-weight:normal;
}

.hidden a {
	font-weight:bold;
	color:#2175bc;
}

.hidden a:visited {
	color:#2175bc;
}

#newsBox {
	position:relative;
}

#nestedTable {
	width:auto;
	background-color:#FFFFFF;
	color:#2175bc;
	margin-bottom:30px;
}

#nestedTable tr {

}

#nestedTable th {
	background-color:#FFFFFF;
	/* border-color:#2175bc;*/
	border-style:solid;
	width:100px;
	padding:0px 5px 0px 0px;

}

#nestedTable td {
	color:#000000;
	
	width:200px;
	padding:2px 0px 0px 0px;
}
