/* Global CSS Styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	font-size:9pt;
}

#report {
	width:660px;
	padding:10px;
	text-align:left;
}

#reportheader {

}
#reportintro{
	font-weight:bold;
	padding-bottom:10px;
}
#reportfooter {
	clear:both;
	padding:15px 5px 5px 5px;
	text-align:center;
	font-size:10px;
	color:#626262;
}
#reportfooter a:link, #pagefooter a:visited { 
	color:#626262;
	text-decoration: none;
}
#reportfooter a:hover { 
	color:#626262;
	text-decoration: underline;
}


/* headings */
h1 { font-size:18px; font-weight:bold; margin:0 0 10px 0; }
h2 { font-size:13px; font-weight:bold; margin:0 0 10px 0; }

/* alternating row colours */
.rh { background:#DDDDDD; }
.r1 { background:#FFFFFF; }
.r0 { background:#F4F4F4; }
.r2 { background:#FFFFFF; border-bottom:solid 1px #CCCCCC; }

/* table styles */
.tablel, .tablec, .tabler {
	border:solid 1px #CCCCCC;
}
.tabler th, .tablel th, .tablec th, tablelth {
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
}
.tabler td, .tablel td, .tablec td, tableltd {
	font-size:10px;
	vertical-align:top;
}
.tabler th, .tabler td { text-align:right; }
.tablel th, .tablel td, .tablelth { text-align:left; }
.tablec th, .tablec td { text-align:center; }
.tabler a, .tablel a { text-decoration:none; }
.tabler a:hover, .tablel a:hover { text-decoration:underline; }
.tablelth, .tableltd {display:inline;}


