#corpotab
      {
      background-color:#FFFFFF;          	
	  margin-left: 251px; 
	  margin-right: auto;
      margin-top: 10px;
      margin-bottom: auto;
      width:1100px;
      height:600px;
      font-family: arial, sans-serif;
      /*font:caption;*/
      font-size:small;
	  font: bold 11px arial;	  
	  border-radius:4px;
      }
	  

#listatabelas
	{
	font-family:Arial, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	background:#E2E9EF;
	width:100%;	
	border: solid #000 1px;
	border-radius:4px;
	box-shadow: 5px 5px 5px #CCC;
	}
	
#listatabelasmenor
	{
	font-family:Arial, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	background:#E2E9EF;
	width:100%;	
	border: solid #000 1px;
	border-radius:4px;
	}

#listatabelas th, #listatabelasmenor th
	{
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	font-size:1.3em;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 10px;
	background:#E2E9EF;
	height:25px;
	color:#000000;
	text-align:left;
	border: 0px solid #000000;
	border-radius:4px;
	}	
	
#listatabelas td, #listatabelasmenor td
	{
	font-size:1em;	
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	/*border: 0px solid #000000;*/
	/*font: bold 11px arial;*/
	height: 12px;
	padding-left: 3px;
	/*padding:3px 7px 2px 7px;*/
	}

#listatabelas tr, #listatabelasmenor tr {
	color: #000;
}

#listatabelas .linha , #listatabelasmenor .linha{
	/*line-height: 20px;*/
}

#listatabelas .linha:hover, #listatabelasmenor .linha:hover{
	background: #B3CBE1;
}

#listatabelas tr:last-child td:first-child, #listatabelasmenor tr:last-child td:first-child{
	/*border-radius: 4px 0px 4px 0px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}

#listatabelas tr:last-child td:last-child, #listatabelasmenor tr:last-child td:last-child{
	/*border-radius: 4px 0px 4px 0px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
}
	
#listatabelas .tdacoes, #listatabelasmenor .tdacoes{
	padding-top: 2px;
}	

#listatabelas .trcab, #listatabelasmenor .trcab{
	background-color:#46639E;color:white;
	background:#4966A0 url(../img/bg-blue.png) repeat-x 0 0;
	text-align: center;
	color: #FFF;
}



div.pagination {
	outline: 0px solid red;
	padding: 7px;
	margin: 7px;
	/*border: 3px solid;
	color: #000*/
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
/*#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFFFFF}
*/
		
#dialoga-link {
		padding: .8em 1em .4em 10px;
		text-decoration: none;
		position: relative;
		}