div.dataTables_length {
	float: left;
	background-color: red;
}

div.dataTables_filter {
	float: right;
	background-color: green;
}

div.dataTables_info {
	float: left;
	background-color: blue;
}

div.dataTables_paginate {
	float: right;
	background-color: yellow;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate,
div.dataTables_info {
	padding: 6px;
}
table.pretty {
	clear: both;
}

/* Self clearing - */
div.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .dataTables_wrapper { display: block; }
* html .dataTables_wrapper { height: 1%; }

/* GreenDeath: Standard Styling for normal sized Mortality Tables. */

table.GreenDeath {
	clear: both;
}

table.GreenDeath td {
        COLOR: #000000;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        TEXT-ALIGN: right; 

}

table.GreenDeath th {
        FONT-WEIGHT: bold; 
        COLOR: #000000;
        FONT-FAMILY: Arial, Helvetica, sans-serif;

}


/* Header cells, normal  */
table.GreenDeath thead th {
	text-align: center;
        BORDER-RIGHT: #000000 1px solid;
        BORDER-TOP: #000000 1px solid;
        FONT-SIZE: 10pt; 
        BORDER-LEFT: #000000 1px solid; 
        BORDER-BOTTOM: #000000 1px solid;
        background-color: #CCFFCC;
        padding-top: 5px;
        padding-bottom: 5px;
}



table.GreenDeath tbody td {

	BORDER-RIGHT: #000000 1px solid;
        FONT-SIZE: 10pt;
        BORDER-BOTTOM-COLOR: #000000;
        BORDER-LEFT: #000000 1px solid;
        BORDER-TOP-STYLE: none;
        BORDER-TOP-COLOR: #000000; 
        BORDER-BOTTOM-STYLE: none;
        PADDING-RIGHT: 5px; 
        PADDING-LEFT: 5px;
        Padding-Bottom: 2px;
        Padding-top: 2px;
}

table.GreenDeath tbody td.LeftAligned {

	TEXT-ALIGN: left;

}

table.GreenDeath tbody td.LeftAlignedStrong {

	TEXT-ALIGN: left;
	font-weight: bold;


}
table.GreenDeath tbody td.Centered {

	TEXT-ALIGN: center;

}

/* Zebra Striping. OFF */

table.GreenDeath tbody tr.odd td { 
	background: #FFFFFF;
}

table.GreenDeath tbody tr.even td { 
	background: #FFFFFF;
}


	
table.GreenDeath   TD.footer {
	BORDER-RIGHT: #000000 1px solid;
	FONT-SIZE: 1px;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP-STYLE: none;
	BORDER-TOP-COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
}

table.GreenDeath  TD.footerLeft {
	BORDER-RIGHT: #000000 0px;
	FONT-SIZE: 1pt;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP-STYLE: none;
	BORDER-TOP-COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;

}

table.GreenDeath  TD.footerRight {
	BORDER-RIGHT: #000000 1px solid;
	FONT-SIZE: 1pt;
	BORDER-LEFT: #000000 0px;
	BORDER-TOP-STYLE: none;
	BORDER-TOP-COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
 
}

table.GreenDeath TD.NoBorders {
	BORDER-RIGHT: 0px;
        BORDER-LEFT: 0px;
        BORDER-TOP-STYLE: none;
        BORDER-BOTTOM-STYLE: none;
        TEXT-ALIGN: left;
        background-color: #FFFFFF;
        FONT-SIZE: 10pt;
}
table.GreenDeath  TH.NoBorders {
	BORDER-RIGHT: 0px;
        BORDER-LEFT: 0px; 
        BORDER-TOP-STYLE: none; 
        BORDER-BOTTOM-STYLE: none;
        TEXT-ALIGN: left;
        background-color: #FFFFFF;
        FONT-SIZE: 10pt;
}

table.GreenDeath TD.Menu {
	BORDER-RIGHT: 0px;
        BORDER-LEFT: 0px;
        BORDER-TOP-STYLE: none;
        BORDER-BOTTOM-STYLE: none;
        background-color: #FFFFFF;
        FONT-SIZE: 8pt;
        TEXT-ALIGN: right;
}



span.Constellation {

  float: left;
  font-weight: bold;
  font-size: 115%;
 
}

span.Category {

       float: left;
       text-indent: 0em; 
	   margin-left: 3em;


}



span.ICDList {
    float: right;
    white-space:nowrap; 
    
}

.RankingColumn { float: left; 
                 width: 8%;
				 text-align: right; 
				 font-weight: bold;
				 font-size: 115%;} 

.RankingCategory { float: left; 
                 width: 90%;
				 text-align: left; 
				 text-indent: .5em; 
				
} 

.sorting_asc {
	background: url('../images/sort_asc_green.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc_green.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}



div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

table.NoBorders {
		border-style: none; 
		margin-left: 2cm;
		width:75%;}
		
table.NoBorders td {
		border-style: none; 
		TEXT-ALIGN: left;
		padding-bottom: .5em;
		vertical-align:text-top;
		
		 }
		 
table.NoBorders td p {
		TEXT-ALIGN: left;
		vertical-align:text-top;
		
		 }		 
table.NoBorders th {
		border-style: none; 
		TEXT-ALIGN: left;
		padding-bottom: .5em;
		font-weight:bold;
		vertical-align:text-top;
		 background-color: #FFFFFF; 
		 }	

article {min-height:700px; }