a:link,
a:visited,
a:focus,
a:active {
  color: #074987;
  text-decoration: none;
}

#advSearch {
  margin-left:1cm;
}
#advSearch hr {
  background-color: #D7DFE2;
  border: none;
  height: 1px;
}

#browseIndex {
  width: 95%;
  margin: 0 auto;
  line-height: 1.4em;
}

#browseIndex table {
  width: 100%;
}
#browseIndex hr {
  background-color: #e7e7e7;
  border: none;
  height: 1px;
/*  width: 80%;
  margin: 2em auto; */
}

td.type {
  padding-right: 30px;
  width: 25%;
  text-align: right;
  vertical-align: center;
  font-weight: bold;
  color: #666;
}

td.links {
  width: 65%;
  padding-bottom: 1em;
}
td.downl {
	width: 300px;
	vertical-align:top;
	font-weight: bold;
}
td.links a {
  padding: 0 0.2em 0 0;
}
tr.head {
	background-color:#F2F2F2;
	color:#006531;
}
table.browse {
  /* make sure that the other classes attached to the browse table, probably
     "details", cant override the centring */
  margin: 0 auto !important
}

.hover,
a:hover {
  color: #666 ! important;
  text-decoration: underline ! important;
}

a.link {
  cursor: pointer;
	text-decoration: none;
  color: #006531;
}

a.link_ {
  cursor: pointer;
	text-decoration: underline;
  color: #006531;
}

.moreLink {
  cursor: pointer;
  color: #074987;
  font-weight: bold ! important;
  text-decoration: underline ! important;
}

table.ucnelist
{
	border:1px solid #c3c3c3;
	border-collapse:collapse;
	font-size: 12px;
	font-family: Helvetica;
}

table.ucnelist th
{
	background-color:#d7dfe2;
	color:#626262;
	border:1px solid #c3c3c3;
	padding:1px;
	font-size: 12px; font-family: Helvetica;
}
table.ucnelist tr
{
	text-align:center;
}
table.ucnelist td
{
border:1px solid #c3c3c3;
text-align: center;
padding:0px;
}

input.ucnesubmit{
   font-size: 12px;
   width: 100px;
/*   color: #017212; */
   color: #017212;
   font-family:Arial;
   font-weight:700;
   text-transform: uppercase;
/*   background-color: #18a5cc; */
/*   background-color: #B9E0C4; */
   background-color: #D7DFE2;
   height: 23px;
   border-style:none;
   vertical-align:middle;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

input.ucnesubmit:hover{
   cursor:  pointer;
   border-color: #017212;
   border-width:1px;
   border-style:solid;
}

input.ucnequery:hover, textarea:hover {
    background: #fff;
}

table.tblSearch tr:hover{
	background-color: #ffffff;
}

table.tblSearch tr{
	border-bottom:1px solid #c3c3c3;
}
table.tblSearch th{
	border-bottom:1px solid #c3c3c3;
}
table.tblSearch td{
	padding: 15px;
}

p.t1 {
	margin-left:80px;
}
p.t2 {
	margin-left:40px;
}
ul.t1 {
	margin-left:80px;
}
img.t1 {
	margin-left:180px;
}