.loading {
	display: none;
	position: absolute;
	z-index: 10000;
}

th.headerSortUp { 
	background: #3399FF;

}

th.headerSortDown { 
    background: #3399FF;
} 

th.header { 
    cursor: pointer; 
    font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
} 

.links {
	position: relative;
	float: right;
}

.links a:link {
	color: #fff;
	font-size: 12px;
}

.links a:visited {
	color: #fff;
	font-size: 12px;
}

.links a:hover {
	color: #7286B6;
	font-size: 12px;
}

legend {
	font-weight: bold;
	background-color: #fff;
	padding: 2px;
	padding-left: 15px;
	width: 80%;
        border: 1px solid #000;
	border-radius: 10px;
	font-size: 14px;
}

fieldset {
	border-radius: 10px;
}

.dashed {
	border-right:1px dashed #000;
	padding-right: 5px;
	padding-left: 5px;
	height: 10px;
}

th {
	background-color: #2B417A;
	color: #fff;
}

.bottom { position:fixed; position:absolute; right:0; bottom:0; padding:0; margin:0; }

.page_content {
	width: 98%;
	margin: auto;
}

body {
	margin: 0px;
}

.searchBlock {
    border: 1px solid #000;
    background-color: #ddd;
    font-size: 14px;
}

.table {
	border-collapse: collapse;
	font-size: 14px;
}
.table th {
	border: 1px solid #000;
	font-size: 14px;
}

.table td {
	border: 1px solid #aaa;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}