/* Copyright © 2006-2007 Rivet Software, Inc. All rights reserved. */

/* DefRef Styles */
#AR {
    font: normal 8pt Helvetica, Arial, san-serif;
    position: absolute;
    width: 300px;
}

#AuthRef {
    background-color: #DEE7ED;
    border: 2px solid #658FAB;
}

#AuthRef a {
    color: #658FAB;
}

#AuthRef table {
    font-size: 1em;
}

#AuthRefLabel {
    background-color: #658FAB;
    border: 2px solid #658FAB;
    color: white;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.2em;
}

#AuthRefLabel a#close {
    border: 1px solid white;
    color: white;
    display: block;
    float: right;
    line-height: 0.8em;
    padding: 1px 2px 1px 3px;
    text-decoration: none;
}

#AuthRefLabel a#close:hover{
    background-color: red;
}

#AuthRefLabel p {
    margin: 0px;
}

#AuthRefZ {
    height: 100px;
    overflow: auto;
}

#AuthRefD, #AuthRefR{
     margin: 0px 0.5em;
}



/* Report Styles */
.pl a, .pl a:visited {
    color: black;
    text-decoration: none;
}

.num a, .pl a:visited {
    color: black;
    text-decoration: none;
}

.allhead {
    background-color: white;
    border: 2px solid #ABC2D1;
    color: black;
    font: normal 8pt Helvetica, Arial, san-serif;
}
.allhead th {
    background-color: #ABC2D1;
    color: black;
	font-size:14px;
    font-weight: bold;
}
/* table */
.report {
    background-color: white;
    border: 2px solid #ABC2D1;
    color: black;
    font: normal 8pt Helvetica, Arial, san-serif;
    margin-bottom: 2em;
}

.report hr {
    border: 1px solid #ABC2D1;
}

/* Top labels */
.report th {
    background-color: #ABC2D1;
    color: black;
    font-weight: bold;
}

.report th.void	{
    background-color: transparent;
    color: #000000;
    font: bold 10pt Helvetica, Arial, san-serif;
    text-align: left;
}

.report  .pl {
    text-align: left;
}

/* Hover stub... */
.report td.pl a.a {
    cursor: pointer;
    /*display: block;*/
	/*width: 300px;*/
}

.report td.pl div.a {
	/*width: 300px;*/
}

.report td.pl a.a:hover {
    background-color: #ffc;
}

/* Hover columns... */
.report td.num a.a {
    cursor: pointer;
    display: block;
	/*width: 100px;*/
}

.report td.num div.a {
	width: 100px;
}

.report td.num a:hover {
    background-color: #ffc;
}

/* Header rows... */
.report tr.rh {
    background-color: #acf;
    color: black;
    font-weight: bold;
}

/* Even rows... */
.report .re {
    background-color: #DEE7ED;
}

/* Odd rows... */
.report .ro {
    background-color: white;
}

/* there are two column types number or text */
.report .text {
    text-align: left;
}

.report .num {
    text-align: right;
    white-space: nowrap;
}

/* styles for text types */

.report .text .big {
    margin-bottom: 1em;
    width: 17em;
}

.report .text .more {
    display: none;
}

.report .text .note {
    font-style: italic;
    font-weight: bold;
}

.report .text .small {
    width: 10em;
}

/* padding-left for numeric values only */
.report .pad2 {
    padding: 0px 0px 0px 2em;
}

.report .pad2p {
    padding: 0px 0.4em 0px 2em;
}

.report sup {
    font-style: italic;
}

.report .innerFootnotes {
	text-align: left;
	width: 300px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

    /*display: none;
    height: 0px;
    line-height: 0px;*/
}

.outerFootnotes p{
    font: normal 8pt Helvetica, Arial, san-serif;
    margin-bottom: 0.5em;
}
