@charset "windows-1252";
/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#239737;
	text-decoration:none;
}

a:hover {
	color:#239737;
	text-decoration:underline;
}

/* tabs and tab content */

#tabs {
	margin-top: 4px;
	margin-bottom:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right:0px;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #999;
	overflow:visible;
}

#tabs li {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	display: inline;
	background-color: #efefef;
	color:#999;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom:none;
	margin-right:2px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left:6px;
	padding-right:6px;
	position:relative;
	top:3px;
	cursor:pointer;
	font-size:12px;
}
#tabs li a:hover {
	color:#d15600;
}

#tabs li.current {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:relative;
	border-bottom:none;
	top:0px;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	margin-bottom:2px;
	background-image:url('../img/tab_current_gradient.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	color:black;
	font-weight:bold;
	z-index:4;
	font-size:14px;
}

#heading {
	display:none;
}


.tab-content {
	display: none;
}

.tab-content.current {
	display: table;
	width:100%;
	box-sizing:border-box;
	position:relative;
}



/* content container */

#content {
	margin-top:0px;
	padding: 0px;
	overflow:hidden;
	padding-top:10px;
/*    box-shadow: 3px 3px 1px #cccccc; */
	z-index:4;
	position:relative;
	box-sizing:content-box;
	margin-bottom:80px;
}

/* content */

.odd {
	background-color:none;
}

.even {
	background-color:#efefef;
}

/* ROW */

div.row-header {
	display:table-row;
	width:100%;
	margin:0;
	margin-bottom:10px;
}

div.row-header div, div.row div {
	padding:5px;
}

div.row {
	display:table-row;
	widows:100%;
	margin:0;
	box-sizing:border-box;
}

div.report_icon {
	display:none;
}

div.report_date {
	display:table-cell;
	margin:0;
	white-space:nowrap;
	width:100px;
}

div.report_title {
	display:table-cell;
	margin:0;	
}

div.report_viewfile {
	display:table-cell;
	margin:0;	
	white-space:nowrap;	
	padding-left:10px;
	line-height:1.0em;
	vertical-align:top;
	text-align:right;
	width:80px;
}

/* content end */


#footer {
display:block;
position:absolute;
box-sizing:content-box;
padding:0;
margin:0;
bottom:30px;
width:99%;
text-align:center;
font-size:0.66em;
overflow:visible;
color:#ccc;
}








/* ######################## */


/* responsive design CSS */

@media screen and (max-width: 480px) {

body {
	margin:0;
}

#tabs {
	box-sizing:border-box;
	margin:0;
	padding:0;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}

#heading {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-top:0.7em;
	margin-bottom:0.4em;
}

#content {
	border:none;
}

#tabs li {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background:none;
	background-color:#239737;
	box-sizing:border-box;
	color:white;
	border:none;
	border-right:1px solid #999;
	margin:0;
	padding:10px;
	top:0px;
	cursor:pointer;
	font-size:16px;
	display:inline-block;
	float:left;
	clear:right;
	text-align:center;	
}

#tabs:last-child {
	border-right:none;
	clear:right;
}

#tabs li a:hover {
	color:#d15600;
}

#tabs li.current {
	border-top-left-radius:0px;
	border-top-right-radius:0px;	
	background:none;	
	background-color:#239737;
	opacity:0.5;
	border:none;
	top:0px;
	padding:10px;
	margin:0;
	color:white;
	font-weight:bold;
	z-index:4;
	font-size:16px;
}

.tab-content {

	display: none;
	border:none;
	padding: 0;
}

/* MOBILE CONTENT */


.tab-content.current {
	display: block;
	width:100%;
	box-sizing:border-box;
	position:relative;
}

div.row-header {
	display:none;
}

div.row {
	display:block;
	clear:right;
	overflow:hidden;
	widows:100%;
	margin:0;
	padding:5px;
	box-sizing:border-box;
}

.odd, .even {
  background: -webkit-linear-gradient(#fff, #efefef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #efefef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #efefef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #efefef); /* Standard syntax */
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

.even:hover, .odd:hover {
  background: -webkit-linear-gradient(#e0e0e0, #efefef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e0e0e0, #efefef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e0e0e0, #efefef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e0e0e0, #efefef); /* Standard syntax */
  border-top:2px solid #e0e0e0;
  border-bottom:2px solid #e0e0e0;	
}

div.report_icon {
	display:block;
	position:relative;
	float:left;
	height:auto;
	overflow:hidden;
	color:#df0000;
}

div.report_icon a {
	text-decoration:none;
}

div.report_icon a:before {
	font-size:50px;
	margin-left:-5px;
	padding:0;
}

/* div.report_icon:before {
	position:relative;
	font-size:50px;
	margin-left:-8px;
	padding:0;
	height:50px;
	background-color:orange;
}

div.report_icon a {
	position:relative;
	height:50px;
	width:50px;
	opacity:0.4;
	background-color:lightblue;
	text-decoration:none;
} */

div.report_date {
	font-size:0.75em;
	margin-top:3px;
	margin-bottom:5px;
	display:block;
	clear:right;
	overflow:hidden;
}

div.report_title {
	display:block;
	font-weight:bold;
	overflow:hidden;
}

div.report_size {
	display:none;
}

}