/*
body{
	background-color: #ffffff;
}
*/

#tabs{
	margin-bottom: 20px;
}
#content{
	background-color: #ffffff;
	width: 920px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 740px;
	/*	_height: 0px;*/

	overflow: hidden;
	display: inline-block;
	position: relative;
}

#app_content{
	display: inline-block;
}

#graph{
	display: inline-block;
	padding-bottom: 10px;
}

.tabs{
	padding-left: 12px;

}

.graph-header h1{
	margin: 20px 20px 20px 13px;
	color: #676E71;
}

#data_container, .data_container{
	margin-left: 13px;
	width: 100%;
}

td{
	vertical-align: top;
}

#chart_left, .chart_left{
	clear: both;
	width: 300px;
	float: left;
}

#chart_left #datatable, .chart_left .datatable{
	width: 290px;
}

table.inline_heading th{
	width: 130px;
}

#chart_right, .chart_right{
	width : 505px;
	float : right;
	position: relative;
	top: 58px;

}

.download-buttons{
	padding: 10px;
}

.legend{
	width: 20px;
}

.legend_box{
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	width: 15px;
}

.even{
	background-color: #EFEFEF;
}

.highlight_even{
	background-color: #EFEAC2;
}

.highlight_odd{
	background-color: #FFFACF;
}

.money_column{
	text-align: right;
	width: 150px;

	padding-right: 40px;
}

table {
	font-size: .8em;
	text-align: left;
}

.dataTables_filter label{
	font-size: 1em;
	font-weight: 'bold';
}

.dataTables_filter input{
	height: 1.25em;
	line-height: 1.25em;
	width: 300px;
	font-size: 100%;
}

#container{
	text-align: left;
	/*
		display: table;
	*/
}

table.no-style {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

tbody tr.even:hover, tbody tr.even td.highlighted {
	background-color: #EFEAC2;
}

tbody tr.odd:hover, tbody tr.odd td.highlighted {
	background-color: #FFFACF;
}

tbody tr {
	cursor: pointer;
	width: 'auto';
}

#summary_report_button{
	display: none;
}

.hide_summary{
	/*
		visibility: hidden;
	*/
}

table.no-style td, table.no-style th {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	/*    behavior: url(https://dev.ark.org/development/blain/ina-dfa-transparency/static/js/PIE.htc);*/
}
table.datatable {
	border: 1px solid #AAAAAA;
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	border-spacing: 0;
	overflow-x: hidden; 
	/*    behavior: url(https://dev.ark.org/development/blain/ina-dfa-transparency/static/js/PIE.htc);*/
}
table.datatable thead th {
	background: -moz-linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #AAAAAA;
	color: #4572A7;
	position: relative;
	text-shadow: 0 1px 0 #FFFFFF;
	/*    behavior: url(https://dev.ark.org/development/blain/ina-dfa-transparency/static/js/PIE.htc);*/
}

.highcharts-data-labels text, .highcharts-data-labels tspan{
	/*
		display: inline;
		border: thin solid black;
		width: 20px
	*/
}

table.datatable thead th:not(:last-child) {
	border-right: 1px solid #AAAAAA;
}
table.datatable thead th:not(:first-child) {
	border-left: 1px solid #FFFFFF;
}
table.datatable thead th:first-child {
	border-radius: 5px 0 0 0;
}
table.datatable thead th:last-child {
	border-radius: 0 5px 0 0;
}
table.datatable tbody tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
table.datatable tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
table.datatable.no-border thead th:first-child, table.datatable.no-border thead th:last-child, table.datatable.no-border tbody tr:last-child td:first-child, table.datatable.no-border tbody tr:last-child td:last-child {
	border-radius: 0 0 0 0 !important;
}
table.datatable th, table.datatable td {
	padding: 5px;
	vertical-align: top;
}
/*
table.datatable tbody tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #F9F9F9;
}
*/
table.datatable tbody td:not(:last-child) {
	border-right: 1px solid #EEEEEE;
}
table.datatable.sortable {
	table-layout: fixed;
}
table.datatable.sortable td.column-selected {
	background: none repeat scroll 0 0 #FFFFC0 !important;
}
table.datatable.sortable th a {
	display: block;
}
table.datatable.sortable th a.sort-asc {
	background: url("../images/arrow-up.png") no-repeat scroll right center transparent;
}
table.datatable.sortable th a.sort-desc {
	background: url("../images/arrow-down.png") no-repeat scroll right center transparent;
}
table.datatable.selectable tbody tr.hover td, table.datatable.selectable tbody tr.selected td {
	background: none repeat scroll 0 0 #FFFFC0;
}
table.datatable tfoot tr td {
	background: none repeat scroll 0 0 #F1F1F1;
	border-top: 1px solid #E1E1E1;
}

div.dataTables_wrapper{
	/*
		display: table;
	*/
}

#breadcrumbs {
	font-size: .7em;
}

#breadcrumbs a {
	text-decoration: underline;
}

#breadcrumbs ul{
	display: inline;
	margin: 0 3px; 
	list-style-type: none;
}

#breadcrumbs li{
	margin-left: 5px;
	float: left;
}

.ui-dialog-titlebar{
	/*
		height: 15px;
	*/
}

.ui-dialog .ui-dialog-titlebar{
	padding: 0;
}

.ui-dialog-title{
	line-height: 27px;
	padding: 0 0 0 15px;
}

#details_table{
	width: 100%
}

.details_left{
	width: 200px;
}

#overview_main{
	float: left;
	margin-left: 20px;
	width: 390px;
}

#overview_main a{
	display: block;
}

#overview_main ul{
	list-style-type: none;
}

#breadcrumbs ul{
	display: inline;
	margin: 0 3px; 
	list-style-type: none;
}

#breadcrumbs li{
	margin-left: 5px;
	float: left;
}

.ui-dialog-titlebar{
	height: 35px;
}

.ui-dialog .ui-dialog-titlebar{
	padding: 0;
}

.ui-dialog-title{
	line-height: 27px;
	padding: 0 0 0 15px;
}

#details_table{
	width: 100%
}

.details_left{
	width: 200px;
}

#overview_main{
	float: left;
	margin-left: 20px;
	width: 390px;
}

#overview_main a{
	display: block;
}

#overview_main ul{
	list-style-type: none;
}

#chart_left_inner{
	clear: both;
	position: absolute;
	left: 0;
	height: 100%;
	width: 422px;
	z-index: 2000;
	background-color: #000;
}

#table_hint{
	font-style: italic;
	font-size: .8em;
}

.dataTables_paginate {
	padding: 10px 15px;
	text-align: right;
}

.dataTables_processing  {
	background-color:white;
	color:#5A6265;
	font-size:14px;
	height:439px;
	position:absolute;
	top:139px;
	width:889px;
	z-index: 2000;
	height: 711px;
}

#appContent{
	height: 100%;
}

a.button {
	color: #555555;
}

.input_filtering {
	background: url(../../images/small_loading.gif) no-repeat scroll right center white;
}

.ui-state-default .ui-icon{
	float: right;
}

.dataTables_scrollHead{
	/*    width: 96.5%;*/
}

#datatable_content_filter, #datatable_content_info{
	margin: 10px 0 10px 0;
}

.fg-button{
	padding: 5px;
	cursor: pointer;
}

.DataTables_sort_wrapper p{
	float: left;
	white-space: nowrap;
}

/*.DataTables_sort_icon {
    float: left;
    width: 20px;
}*/
.css_right {
	float: right;
}

th.ui-state-default{
	/*    min-width: 185px;*/
}

DataTables_sort_wrapper{
	white-space: nowrap;
}

#accordion_static h3 {
	background: -moz-linear-gradient(left center , #4573A7 0%, #FFFFFF 100%) repeat-y scroll 0 0 transparent;
	background: -webkit-gradient(linear, right center, left bottom, color-stop(0.1, #FFFFFF), color-stop(1, #4573A7));
	-pie-background: linear-gradient(left center , #4573A7 0%, #FFFFFF 100%) repeat-y scroll 0 0 transparent;
	border: 2px solid #E3EAF1;
	box-shadow: 0 0 5px #666666;
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
	width: 335px;
	behavior: url(https://www.ark.org/dfa/transparency/js/PIE.htc);
}

#accordion_static_content_app {
	background-color: #E3EAF1;
	border: 2px solid #E3EAF1;
	box-shadow: 0 0 5px #666666;
	height: auto;
	margin: 0;
	min-height: 110px;
	padding: 2px;
	width: 335px;
	position: relative;
	display: inline-block;
	behavior: url(https://www.ark.org/dfa/transparency/js/PIE.htc);
}

#accContent {
	float: left;
	height: auto;
	padding: 5px 0 0;
	position: relative;
	vertical-align: middle;
	width: auto;
	z-index: 10;
}
#accContentButtons {
	float: right;
/*	height: 100px;*/
	margin: 2px 10px 0 0;
	padding: 2px;
	position: relative;
	vertical-align: bottom;
	width: 100px;
	background-color: #E3EAF1;

}

#accButtons2 {
	background: url("../images/button1.png") no-repeat scroll 0 0 transparent;
	height: 24px;
	margin: 0 0 4px;
	padding: 0;
	text-align: center;
	width: 108px;
	line-height: 16px;
	vertical-align: middle;
}

.accButtonText{
	font-size: 12px;
}

.accbuttonText{
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 2px #FFFFFF;
}


#other_slice{
	width: 320px;
	line-height: 12px;
	top: -175px;
	position: relative;
	left: 80px;
	/*    border: 1px solid #AAAAAA;
	    border-collapse: separate;
	    border-radius: 5px 5px 5px 5px;
	    border-spacing: 0;*/
	padding: 10px;
}

#other_slice .legend_box{
	margin-right: 5px;
	float: left;
}


#other_slice:hover{
	/*    background-color: #FFFACF;*/
}

/**
 Back Pages Search
*/

div#search_results{
        margin-left: 20px;
}
div#search_results div.result{
        margin-bottom:20px;
}

/**
 Widget
*/
div#widget_body #content{
        width: 500px;
}

div#widget_body ul.tabs{
        display:none;
}

.download_buttons{
	margin: 5px;
}

#graph_title{
	margin-left: -30px;
	display: inline;
}


a.definition_word{
	color: #00418F;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px dashed black;
	left: 5px;
	border-color: #00418F;
	cursor:pointer;cursor:hand;
}

#definition_legend{
	margin: 17px;
	
}

.ui-tooltip-dark .ui-tooltip-icon {
	width: 20px;
}

#overview_right{
	margin-left: 0px;
	margin-top: 15px;
	float: left;
	height: 300px;
	width: 463px;
	background-image: url('../../images/flagBackgrd.jpg');
	background-repeat: no-repeat;
}