@CHARSET "UTF-8";

table.fixedWidth 
{

	padding: 0px;
}


table.fixedWidth th, table.fixedWidth td 
{
	word-wrap: break-word;
}


span.tableUtils_paginationLinkSelected {
	background-color: grey;	
	padding: 5px;
}

span.tableUtils_paginationLinkSelected a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

span.tableUtils_paginationLink {
	padding: 5px; 
}

span.tableUtils_messages {
	align: right;
}

span.tableUtils_controls {
	align: right;
}


tr.tableUtils_rowSelect {
	cursor: pointer;	
}

tr.tableUtils_rowSelect:hover {
	
}

div.tableUtils_mainContainer {
	
}

div.outer {
  position: relative;  
 
  border: 0px solid #49678A; 
}

div.header { 
  position: absolute;	  
  top: 0px;
  left: 0px;
  float: right;
  width: auto;  
  z-index: 1;
}

div.body { 
  position: absolute;
  top:0px;
  overflow: auto;
  border-top: 0px solid black;
  clear: both;
  width: 100%;
  height: 100%;
}


td.tableUtils_messages {	
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

	font-weight: bold;
	color: #00529B;	
}


td.tableUtils_controls {	
	align: right;
}

td.tableUtils_userControls {
	align: right;
}

table.tableUtils_table {	
	
}

table.tableUtils_table thead {
	border: 1px solid #B0B0B0;
	text-align: right;
}

table.tableUtils_table thead tr th {
	background-color: #90AAC8;
	border: 0px solid #B0B0B0;
	color: black;
	padding: 3px 10px;
}

table.tableUtils_table thead tr th a {	
	color: black;	
}

table.tableUtils_table tbody tr td {
	color: black;
	padding: 3px 10px;
	word-wrap: break-word;
}

table.tableUtils_table tbody tr:nth-child(even) {
	
}

table.tableUtils_table tbody tr:nth-child(odd) {
	
}

table.tableUtils_table tbody tr.evenRow {
	
}

table.tableUtils_table tbody tr.oddRow {
	
}

table.tableUtils_table tbody tr:hover {
	
}

table.tableUtils_table tbody tr.tableUtils_selectedRow {
	
}

img.tableUtils_imageButton {	
	width: 20px;
	height: 20px;
	padding: 2px; 
	cursor: pointer;	
	border: none;
	vertical-align: middle;	
}

button.tableUtils_imageButton {
	background-color: transparent; 
	border-style: none; 
}

button.tableUtils_imageButton img {
	width: 25px;
	height: 25px;
	padding: 2px; 
	cursor: pointer;
	border: none;
	vertical-align: middle;	
}

div.tableUtils_generalInfoDiv {
	padding: 5px 0px;	
}

div.tableUtils_paginationDiv {
	padding: 5px 0px;	
}