/*Overriding some dataTable css for better dashboard display*/
.widget .dataTableWrapper, 
.widget .dataTableAllColumnsWrapper,
.widget .dataTableGraphWrapper,
.widget .dataTableActionsWrapper,
.widget .dataTableGraphEvolutionWrapper {
	width: 100%;
}

.widget {
	z-index:1;
}

/* container of each table */
.dataTableWrapper {
	width: 450px;
	/* not more than 450px to make sure 2 tables can fit horizontally on a 1024 screen */
}
.dataTableAllColumnsWrapper {
	width: 535px;
}

.subdataTableWrapper{
	width: 95%;
}
.subdataTableAllColumnsWrapper {
	width: 95%;
}

.dataTableActionsWrapper {
	width: 500px;
}

.dataTableGraphWrapper {
	width: 500px;
}

.dataTableGraphEvolutionWrapper {
	width: 100%;
}

/* main data table */
table.dataTable {
	width: 100%;
	padding: 0;
	border-spacing: 0;
	margin: 0;
	font-size: 0.9em;
}

table.dataTable td.label,
table.subDataTable td.label,
table.dataTableActions td.label {
	width: 100%;
}

table.dataTable img,
table.subDataTable img,
table.dataTableActions img {
	vertical-align: middle;
}

table.dataTable img {
	border: 0;
	margin-right: 1em;
	margin-left: 0.5em;
}

table.dataTable tr.subDataTable {
	cursor: pointer;
}

table.dataTable th {
	margin: 0;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #D4E3ED url(images/bg_header.jpg) repeat-x;
}

table.dataTable th.columnSorted {
	font-weight: bold;
	padding-right: 20px;
}

table.dataTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 0;
	padding: 5px 5px 5px 12px;
	background: #fff;
}

table.dataTable td,table.dataTable td a {
	margin: 0;
	text-decoration: none;
	color: #4f6b72;
}

table.dataTable td.labeleven,table.dataTable td.columneven {
	background: #F9FAFA;
}

table.dataTable td.columneven {
	color: #797268;
}

table.dataTable td.labeleven {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	color: #797268;
}

table.dataTable td.labelodd {
	background: #fff url(images/bullet1.gif) no-repeat;
}

table.dataTable td.label,table.subActionsDataTable td.label,table.actionsDataTable td.label
{
	border-top: 0;
	border-left: 1px solid #C1DAD7;
}

table.dataTable th.label {
	border-left: 1px solid #C1DAD7;
}

/* the cell containing the subdatatable */
table.dataTable .cellSubDataTable {
	border-left: 1px solid #C1DAD7;
	padding: 0;
	margin: 0;
}

/* A link in a column in the DataTable */
table.dataTable td #urlLink {
	display: none;
}

/* SUBDATATABLE */ /* a datatable inside another datatable */
table.subDataTable {
	background: #FFFFFF;
	margin: 10px;
}

table.subDataTable td {
	border: 0;
}

table.subDataTable thead th {
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	border: 0;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	border-top:1px solid #D1D1D1;
	padding: .3em 1em;
	color: #333333;
	background: #FFE9C6;
}

table.subDataTable td.labeleven,table.subDataTable td.labelodd {
	background-image: none;
}

table.subDataTable td {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 0;
}

table.subDataTable td,table.subDataTable td a {
	color: #615B53;
}

table.subDataTable td.labeleven,table.subDataTable td.columneven {
	color: #2D2A27;
}

table.subDataTable td.label {
	width: 80%;
}

table.subDataTable td.labelodd,table.subDataTable td.labelodd a {
	background: #ffffff;
}
table.subDataTable td.label {
	padding: 5px;
}
table.dataTable img {
	margin-left:0;
}
/* misc SPAN and DIV */
table thead div {
	
}

#sortIconContainer {
	float: right;
}

#sortIcon {
	margin: 0px;
	position: absolute;
}

#dataTablePages {
	color: #BFBFBF;
	font-weight: bold;
	margin: 10px;
	font-size: 0.9em;
}

#dataTableSearchPattern {
	display: inline;
	white-space: nowrap;
}

#dataTableSearchPattern input {
	font-size: 0.7em;
	padding: 2px;
	border: 1px solid #B3B3B3;
	color: #0C183A;
}

#dataTableSearchPattern input:hover {
	background: #F7F7FF none repeat scroll 0%;
}

#dataTableSearchPattern #keyword {
	background: transparent url(images/search.png) no-repeat scroll 4px
		center;
	padding: 3px 3px 3px 20px;
}

#dataTableExcludeLowPopulation,#dataTableNext,#dataTablePrevious {
	font-size: 0.9em;
	color: #184A83;
	text-decoration: underline;
	cursor: pointer;
}

.subDataTable#dataTableFeatures {
	padding-top: 0px;
	padding-bottom: 5px;
	width: 100%;
}

#dataTableFeatures {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

#dataTableExcludeLowPopulation {
	float: right;
	font-size: 0.8em;
	color: #C3C6D8;
	text-align: right;
}

#dataTableNext,#dataTablePrevious,#dataTableSearchPattern,#loadingDataTable
{
	display: none;
}

.subDataTable #dataTableFooterIcons {
	height: 0px;
}

#dataTableFooterIcons {
	float: right;
	height: 18px;
}

#exportToFormat {
	float: right;
}

#dataTableFooterIconsShow {
	float: right;
}

#dataTableFooterIcons,#dataTableFooterIcons a {
	text-decoration: none;
	color: #8894B1;
	font-size:0.9em;
}

.dataTableSpacer {
	clear: both;
}

#loadingDataTable {
	float: left;
	font-size: 0.9em;
	color: #193B6C;
	padding: 0.5em;
}

/* Actions table */
table.dataTableActions tr td.labelodd {
	background-image: none;
}

/* levels higher than 4 have a default padding left */
tr.subActionsDataTable td.label,tr.actionsDataTable td.label {
	padding-left: 7em;
}

tr.level0 td.label {
	padding-left: +1.5em;
}

tr.level1 td.label {
	padding-left: +3.5em;
}

tr.level2 td.label {
	padding-left: +5.5em;
}

tr.level3 td.label {
	padding-left: +6.5em;
}

tr.level4 td.label {
	padding-left: +7em;
}

tr td.label img.plusMinus {
	margin-left: -1em;
	margin-right: 0em;
}

#emptyDatatable {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}
