/* Scaffold */
/* table code */

.inav 
{
  border: 1px solid #000; 
  font-size: 1em;
  width: 100%;
  border-spacing: 1px;
  
}

.noborder
{
  border: none;
}

.bordered 
{
  border: 1px solid #9B9B9B;
}

.inav thead tr
{
  background-color: #003366;
  color: #ffcc00;
  text-align: center;
}

.inav thead a
{
  color: #FFF;
}

.inav tr
{
  background-color: #FFF;
  color: #000;
}

.inav tr.altRow
{
  background-color: #FAFAFA;
  color: #000;
  
}

.inav th, .inav td 
{
  font-size: 0.9em;
  border: 0px;
  padding: 4px;
}

/* 
 	table.inav {
 	        width: 100%;
 	        border: 1px solid #686E74;
 	        margin: 1em 0 2em 0;
 	        background-color: #fff;
 	}
 	table.inav th {
 	        background-color: #ccc;
 	        text-align: left;
 	        border-top: 1px solid #fff;
 	        border-right: 1px solid #666;
 	        border-bottom: 1px solid #666;
 	        padding:3px;
 	}
 	table.inav tr td {
 	        padding:2px 0;
 	        border-right: 1px solid #ccc;
 	}
 	table.inav tr td {
 	        background: #fff;
 	        padding:2px 0;
 	        border-right: 1px solid #ccc;
 	}
 	table.inav tr.or td {
 	        background: #EBF4FD;
 	}
  table.inav tr.altRow td {
 	  background: #f4f4f4;
 	}
 */
  /* ul.actions {
 	  list-style: none;
 	  text-align:left;
 	  margin:2em 0;
 	  padding: 0 0em;
 	}
 	ul.actions li {
 	  margin-left:1em;
 	  list-style: none;
 	  display: inline;
 	}
 	ul.actions li a,  ul.actions li input {
 	  padding: 2px 12px;
 	  color: #71300F;
 	  background-color:#ccc;
 	  text-decoration: none;
 	  border: 1px solid #666;
 	  line-height: 24px;
 	  font-size: 14px;
 	  font-weight: bold;
 	  text-align:center;
 	  text-decoration: none;
 	}
 	ul.actions li a:hover {
 	  color: #71300F;
 	  background-color:#fff;
 	  text-decoration: none;
 	} */
 	td.listactions {
 	  width: 14em;
 	  text-align: center;
 	  white-space: nowrap;
 	}
 	td.listactions a {
 	 
 	  padding: 0px 8px;
 	  text-align:center;
 	  font-size: 14px;
 	  font-weight: bold;
 	  color: #71300F;
 	  background-color:#ccc;
 	  text-decoration: none;
 	  border: 1px solid #666;
 	 
 	}
 	td.listactions a:hover {
 	  padding: 0px 8px;
 	  text-align:center;
 	  font-size: 14px;
 	  font-weight: bold;
 	  color: #fff;
 	  background-color:#71300F;
 	  text-decoration: none;
 	  border: 1px solid #666;
 	  white-space: nowrap;
 	}