/*Overrides*/
#maincontent{margin-bottom:30px;}
.x-body {
	background: none repeat scroll 0 0 #FFFFFF;
}
#content span {
	color: #393939;
	font-size: 13px;
}

.x-panel-header-default { 
  /*background:none;*/
}
#testResultsGrid_header span {
	/*color: #00bc00;*/
	font-size: 18px;
	font-weight: normal;
}

.x-grid-cell-inner {
	line-height: 25px;
}

.x-toolbar {
	padding: 6px 0 6px 8px;
}

#info .x-column-header-inner {
	background: transparent url('../images/plus16x16.png') no-repeat 2px 21px !important;
}

#legendPanel_header span {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
}

.legend-success {
	margin: 0px 5px 0px 0px;
	background: transparent url('../images/_up16x16.png') no-repeat 5px 4px !important;
	width: auto;
	height: 30px;
	padding: 8px 5px 0px 25px;
	border: 0px solid #ccc;
}
.legend-fail {
	margin: 0px 5px;
	background: transparent url('../images/_down16x16.png') no-repeat 5px 5px !important;
	width: auto;
	height: 30px;
	padding: 8px 5px 0px 25px;
	border: 0px solid #ccc;
}
.legend-notTested {
	margin: 0px 5px;
	background: transparent url('../images/hyphen.png') no-repeat 5px 5px !important;
	width: auto;
	height: 30px;
	padding: 8px 5px 0px 25px;
	border: 0px solid #ccc;
}
.legend-items {
	margin: 0px 5px;
	width: auto;
	height: 30px;
	padding: 8px 5px 0px 5px;
	border: 1px solid #ccc;
}
div.reportButton {
	background-clip: padding-box;
	background-color: #DDD;
	border-radius: 6px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	float:right;
	margin: 0;
	padding: 10px 10px 10px 15px;
	position: relative;
	width: 250px;
	z-index: 1;
	height: 70px;
	text-align: center;
}
a#dashboardBtn {
	background: transparent url("../images/dashboard.png") no-repeat scroll left center;
	display: block;
	margin-top: 6px;
	padding: 12px 0px 12px 45px;
}
div.reportButton a {
	color: #393939;
	font-size: 20px;
	line-height: 25px;
}
.clear {
	clear: both;
}

ul.pagination li.paginate_button {
    padding: 5px !important;
}

#table-options > div {
	min-height: 40px;
}

.table-wrapper {
	min-width: 100%;
	max-height: 600px;
	overflow: scroll;
    clear: both;
}

#table-body {
    min-width: 98%;
    cursor: pointer;
}

#table-body td, #table-body th {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 0px;
	min-width: 60px;
}

#table-body .left-aligned-cell {
	text-align: left;
}

#table-body .centered-cell {
	text-align: center;
}

#table-body tbody tr:hover {
	background-color: #E8E8E8;
}

#table-body_filter {
	width: 100%;
	text-align: left;
	float: none;
}

#table-body_filter input {
	width: 80%;
	margin-left: 0;
	height: 34px;
}

#table-body {
	margin: 5px 0;
}

.row-selected {
	background-color: #CCCCCC !important;
}

.label-spinner {
	white-space: nowrap;
}

div.legend-item {
	display: inline-block;
	margin-right: 10px;
	cursor: default;
}

div.legend-item div {
	color:#04408C;
	border: 1px solid #D8D8D8;
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    line-height: 13px;
}

div.legend-item img, div.legend-item div {
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

.loading {
	margin-top: 150px;
	height: 150px;
}
