@charset "UTF-8";
/* CSS Document */

table.table_blue {
	background: #fff;
	color: #333333;
	width: 100%;
	margin: 0 0 1em 0;
	}
table.table_blue caption {
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: none;
	background: #fff;
	font-size: 120%;
	color: #0194D3;
  	}
table.table_blue th, table td {
	margin: 0;
	padding: 6px 10px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: top;
  	}
table.table_blue th {
	color: #0194d3;
  	}
table.table_blue .name {
	text-align: left;
  	}
table.table_blue tr {
	background: #e6f5fb;
  	}
table.table_blue tr.alt {
	background: #cceaf6;
  	}
table.table_blue td a {
  	display: block;
  	font-weight: bold;
  	}
	
table.table_orange {
	background: #fff;
	color: #333333;
	margin-bottom: 1em;
	width: 100%;
	}
table.table_orange caption {
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: none;
	background: #fff;
	font-size: 120%;
	color: #f28f01;
  	}
table.table_orange th, table td {
	margin: 0;
	padding: 6px 10px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: top;
  	}
table.table_orange th {
	color: #f28f01;
  	}
table.table_orange .name {
	text-align: left;
  	}
table.table_orange tr {
	background: #fef4e6;
  	}
table.table_orange tr.alt {
	background: #fce9cc;
  	}
table.table_orange td a {
  	display: block;
  	font-weight: bold;
  	}	
.notescontainer {
	padding: 10px;
	border: 1px solid #BABABA;
	margin: 1em 0 0 0;
	background-color: #F3F3F3;
}

div.tablenotes {
	width:100%;
	font-size: 90%;
	padding-left: 0px;
}
div.tablenotes ul {
	list-style-type:none;
}
div.tablenotes li {
	margin:3px 0 3px 0;
	padding:0;
	text-indent:0.5em;
	list-style-type: square;
	list-style-position: inside;
}
div.tablenotes a {
	text-decoration:none;
	color:#333333;
	padding-left: 20px;
}
div.tablenotes a:hover {
	text-decoration:underline;
}

