@charset "UTF-8";

.tableMargin {
    width: auto;
    overflow: auto;
}

table.tList {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
	color: black;
	font-size: 14px;
}

table.tList th, table.tList td {
	vertical-align: top;
}

table.tList td {
	padding: 5px 10px 7px 0px;
	line-height:16px;
	border-top: 1px solid #000 !important;
	background: transparent none repeat scroll 0 0;
}

table.tList th {
	color: #000;
	padding: 0px 10px 5px 0px;
	line-height:16px;
	font-weight: bold;
}

.tList tr {
	background: transparent none repeat scroll 0 0; 
}

table.tList td > a { 
	border-bottom:2px dotted #000;
	color:#000;
}

tList th > a.noDecoration { 
	border-bottom:none
}

.t_legend {
    font-size: 14px;
    margin-top: 5px;
}

tr.emphasis {
    background: #e5e6eb none repeat scroll 0 0; 
}


td.alignLeft {
    text-align: left;
}

td.alignRight {
    text-align: right;
}

.noCssElem {
    display: none;
}

.filtering {
	color: #707070;
	/*padding-left:10px*/
}

.filterOn {
	color: #e00000
}

.sorting:hover, .filtering:hover {
    cursor: pointer;
}

.sorting {
    background-image: url("../../icons/seismo/sorting-off.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 12px;
}	

.asc {
    background-image: url("../../icons/seismo/sorting-asc.png");
}

.desc {
    background-image: url("../../icons/seismo/sorting-desc.png");
}

div.overlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

.filters {
    background-color: white;
    border: 1px solid black;
    color:#333;
    display: none;
    padding: 10px;
    position: relative;
    z-index: 2147483647;
}

th .filters {
	position: absolute;
	left:0px;
	top:80px;
	overflow:visible;
	background-color:#fff;
}


.fa-lg {
	font-size:16px;
	vertical-align:0
}

.fa-step-backward, .fa-backward, .fa-forward {
	color:#000000	 
}

.tList select, .tList input {
	border:1px solid  #444;
	font-size:14px;
	line-height:22px;
	height:24px
}

.sort_filter {
	font-size:15px 
}

.filter_form {
	white-space:nowrap;

}

div.legend {
	padding-bottom:10px;
	font-size:16px;
	line-height:18px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	color:#333
}

.formgroup {
	margin-bottom:15px 
}

.formgroup p {
	margin:15px 0px 5px
}

.formgroup p span{
	vertical-align:top;
	line-height:32px
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 5px 0px;
}

.formgroup select, .formgroup input {
	border-radius:0px;
}

.formbuttons {
    text-align: center;
}

.formbuttons input {
    border: none;
	border-radius:0px;
	background-color: #707070;
    color: #fff !important;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 2px;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

abbr {
   cursor:pointer
}

