﻿#PoESearchBox {
	position:relative;
	font-family:Verdana;
	font-size: 100%;
	background:#0055a5;
	background:radial-gradient(#FFFFFF,#0055a5);
	background-attachment:fixed;
	background-position:center;
	}

@media not print {
.PrintMessage {
	display: none !important;
	}
}

#PoESearchBox {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:1em;
	background:#ffffff;
	font-size: 100%;
	color:#0055a5;
  }

#PoESearchBox div {
	display: inline-block;
	width:23%;
	padding:1em 0.5em;
	text-align:left;
  }

@media only screen and (max-width: 1000px) {
  #PoESearchBox div {
	display:block;
	width:100%;
	/*padding:1em 0.5em;*/
  }

}

#PoESearchBox select {
   background: rgba(0, 0, 0, 0.10);
   width: 100%;
   padding: 0.5em;
   font-size: 0.9em;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: menulist;
   }  

#tbl {
	/*width:90%;*/
	margin-left:auto;
	margin-right:auto;
	/* padding:1em 1em; */
	background:rgba(255, 255, 255, 1);
	}

#tbl th:nth-child(1) { display:none !important;}
#tbl th:nth-child(2) { display:none !important;	}
#tbl th:nth-child(3) { display:none !important;	}
#tbl th:nth-child(4) { display:none !important;	}
#tbl th:nth-child(5) { 
	width:20%;
	}

#tbl th {
	font-size:1em;
	background:#FFFFFF;
	color:#0055a5;
	/* padding:1em; */
	}

#tbl td:nth-child(1) { display:none;	}
#tbl td:nth-child(2) { display:none;	}
#tbl td:nth-child(3) { display:none;	}
#tbl td:nth-child(4) { display:none;	}
#tbl td:nth-child(5) { 
	font-size:0.9em;
	background:#FFFFFF;
	color:#055a5;
	padding:3px;
	}

#tbl td:nth-child(6) { 
	font-size:0.9em;
	color:rgba(0, 0, 0, 1);
	}

#tbl tr >td:nth-child(6):hover {
	background:#424242;
	color:#ffffff;
	}

#tbl a {text-decoration:none;}
#tbl a:link 	{color: inherit;}
#tbl a:visited 	{color: inherit;}
	
#tbl td {
	padding:3px;
	border-top:1px solid #848484;
	vertical-align:middle;
	}
	
table {
  border:0px;
  border-spacing:0px;
  border-collapse: collapse;
  padding:0px;
  }
#SearchResult {
  display: inline-block;
  text-align:center;
  background:rgba(0,0,0,1);
  color:#2B8FED;
	width:100%;
	padding:4px 2px;
  }