body {
    color: #757575;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
}

a, a:visited {
    color: #006699;
    text-decoration: none;
}

a:hover {
	color: #757575;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
}

.hidden {
	display: none;
}

/*
select {
	display: block;
	margin-bottom: 10px;
}
*/

label {
	display: block;
}

.clear {
	clear: both;
}

.pager select {
	display: inline;
}

.filterbox {
	border: 1px solid #000;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	background-color: #E6E6E6;
	color: #000;
	margin-bottom: 10px;
	height: 40px;
}

.filterbox label {
	float: left;
}

.filterbox img {
	margin-left: 10px;
	float: right;
	height: 12px;
}

.filterbox input {
	border: 1px solid #000;
	padding: 2px;
	color: #000;
	font-size: 12px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E6E6E6 !important;
	padding-right: 20px !important;
}

.ui-multiselect {
	float: left;
	margin-right: 10px;
	height: 30px;
}

#copy {
	display: none;
}

#submit, #reset {
	float: left;
	margin-right: 10px;
}

#icons {
	float:left;
	margin-right: 10px;
}

.print {
	float: left;
	margin-right: 10px !important;
}

#logo {
	position: relative;
	top: 10px;
	right: 10px;
	width: 30%;
	float: right;
}

#logo a img {
	width: 200px;
	float: right;
}

#infocontainer {
	width: 70%;
	float: left;
}

.infotext-container {
	width: 500px;
}

table.tablesorter {
	background-color: transparent !important;
}

/*
table.tablesorter tbody {
	text-align: center;
}
*/

.excel {
	margin-right: 15px;
	float: left;
}

#excel-loader {
	display: none;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

#fb-column-left {
	float: left;
	margin-right: 5px;
	width: 350px;
}

#fb-column-left label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	float: left;
	width: 120px;
}

#fb-column-left div {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 200px;
	padding-bottom: 10px;		
}

#fb-column-left div.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

#fb-column-left div.big {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 350px;
	padding-bottom: 10px;
}

#fb-column-left div p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

#fb-column-right {
	float: left;
	margin-right: 5px;
	width: 150px;
}