.content-container {
	position: absolute;
	float: left;
	margin: 0;
	top: 150px;
}

.left-area{
	float: left;
	width: 10%;
	text-align: center;
	
}

.center-area {
	width: 89%;
	overflow: hidden;
	padding-left: 10px;
}

.row {

	margin-left: 15px !important;
	margin-right: 15px !important;

}

table, th, td {
	text-align: center !important;
}

td.desc {
	text-align: left !important;
}

.form-container {
	position: absolute;
	top: 100px;
	left: 125px;
}

.icon {
	color: #0b6ec7;
}

th.headerSortUp { 
    background-image: url(/static/imgs/asc.gif); 
    background-color: #3399FF;
	background-repeat: no-repeat; 
    background-position: center left; 
}

th.headerSortDown { 
    background-image: url(/static/imgs/desc.gif); 
    background-color: #3399FF;
	background-repeat: no-repeat; 
    background-position: center left; 
} 

th.header { 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
} 

h3#page-title, img {
	margin: 0;
	display: inline;
}

h3#page-title {
	position: relative;
	left: 45%;
	font-weight: bold;
}

#clean-filter {
	padding-left: 10px;
}

h4#empty-results {
	position: absolute;
	top: 150px;
       left: 155px;
}

#search-form {
	visibility: hidden;
}

.form-control  {
	width: 600px !important;
}