/* CSS Document */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 70%;
    font-family: helevetica, arial, sans-serif;
    color: #333;
    background: #f6f4ec;
}

div#search_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #FFF;
	border-bottom: 3px #FFA500 solid;
	/*height: 150px;*/
	position: fixed;left: 0;
    -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	padding: 0 0 10px 0;
}

div#search_header td {
    padding: 4px;
    height: auto;
}

#result_num_report {
	margin: 150px 0 20px 0;
	clear:both ;
}

#result_display {
	width: 100%;
	text-align: center;	
	clear: both;
	margin: 20px 0 0 0;	
}

.search_table {
    margin-left: auto;
	margin-right: auto;
}

.search_table th, #result_display th {
	font-weight: bold;
}

.orange {
	color: #FFA500;
	/* clear: both;*/
}

#load_wait {
	padding: 0;
}

/* deletable span */ 
span.deleteicon {
    position: relative;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: -2px;
    right: 1px;
    width: 16px;
    height: 16px;
    background: url('../img/sprites.png') 0 -690px;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 16px;
}

.reporting {
	margin: 150px 0 0;
}
