
#spectab .footable a {
	color: #5e85b7;
	text-decoration: none;
}
#spectab .footable a:hover, .dsptab a:hoover {
    color: #235697;
	cursor: pointer;
}
#spectab .footable .headingLine small {
	line-height: 10px;
}
#spectab .footable > thead > tr > th,#spectab  .footable > thead > tr > td {
	position: relative;
}
#spectab .footable {
	border-spacing: 0;
	width: 100%;
	border: solid #ccc 1px;
	border-width: 1px 1px 1px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
#spectab .footable th {
	vertical-align: top;
}
#spectab .footable th b {
	font-weight: normal;
}
#spectab .footable.breakpoint > tbody > tr > td.expand {
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;
}
#spectab .footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
	background: url(../images/minus.png) no-repeat 5px center;
}
#spectab .footable.breakpoint > tbody > tr.footable-row-detail {
	background: #eee;
	line-height: 20px;
}
#spectab .footable > tbody > tr:hover {
	background: #fbf8e9;
}
#spectab .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
	cursor: pointer;
}
#spectab .footable > tbody > tr > td, #spectab .footable > thead > tr > th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}
#spectab .footable > thead > tr > th, #spectab .footable > thead > tr > td {
    background-color: #e9e9e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f6), to(#e9e9e7));
	background-image: -webkit-linear-gradient(top, #f7f7f6, #e9e9e7);
	background-image: -moz-linear-gradient(top, #f7f7f6, #e9e9e7);
	background-image: -ms-linear-gradient(top, #f7f7f6, #e9e9e7);
	background-image: -o-linear-gradient(top, #f7f7f6, #e9e9e7);
	background-image: linear-gradient(to bottom, #f7f7f6, #e9e9e7);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
#spectab .footable > thead > tr > th:first-child, #spectab .footable > thead > tr > td:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
#spectab .footable > thead > tr > th:last-child, #spectab .footable > thead > tr > td:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
#spectab .footable > thead > tr > th:only-child, #spectab .footable > thead > tr > td:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#spectab .footable > tbody > tr:last-child > td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
#spectab .footable > tbody > tr:last-child > td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
#spectab .footable > tbody img {
	vertical-align: middle;
}


/*.specpage-required-for {
    font-weight: normal;
}*/



