@charset "utf-8";
/* RCRA Styles */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.labelTop {margin-top: 10px;}

.top-10px {margin-top: 10px;}

.alignLeft {text-align:left;}

.alignRight {text-align:right;}

.alignCenter {text-align:center;}

.alignTop{vertical-align:top;}

.alphabetical {
	padding: 10px 0 0 0;
}

.nostyle TD, .nostyle TR {
	margin: 0;
	padding: 10px 30px 0 0;
}

hr.styleGray {
	margin: 10px 0 0 0;
	padding: 0;
}

/* pageTop */

.pageTopIcon {
	position:fixed; 
	bottom:0%; 
	right:2%; 
	background-color:#0071bc; 
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.pageTopIcon a {color:#fff;font-size:88.2353%;margin-right:0.5em;padding:0 0.25em;text-decoration:none;}
.pageTopIcon a:link{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.pageTopIcon a:visited{color:#fff;}
.pageTopIcon a:hover{color:#fff;}
.pageTopIcon a:active{color:#fff;}

.pageTopIcon{text-align:right;padding:4px 0 5px 5px;margin-bottom:0;}
.pageTopIcon > a{font-size:88.2353%;margin-right:0.5em;padding:0 0.25em;text-decoration:none;}
.pageTopIcon > a:before{background:no-repeat center/100% url(../images/pagetop_white.png);content:'';display:inline-block;height:1em;margin:-0.2667em 0.25em 0 0;vertical-align:middle;width:1em;}
.pageTopIcon > a:hover{text-decoration:underline;}


/* pagination */

.pagination {
    text-align: center;
    margin: 20px
}
.pagination a, .pagination strong {
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
	line-height: 1.5em;
	border: 1px solid #4289aa;
}
.pagination a:hover {
    background-color: #d6e5eb;
    color: #0071bc;
	border: 1px solid #4289aa;
}
.pagination a:active {
	background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
    background-color: #fff;
	border: none;
}

.pagination a {
	color: #999;
	background: #fff;
}


/* help tip */

.tooltip{
	display: inline;
	position: relative;
}
		
.tooltip:hover:after{
	background: #333;
	background: rgba(39,39,39,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	font-size:.8em;
}
		
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:focus:before{
	background: #333;
	background: rgba(39,39,39,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	font-size:.8em;
}

.tooltip:focus:after{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}