/*@charset "UTF-8";*/

@import "../agraria.css";


/*####################################*/
/*############### MENU ###############*/
/*###### Superfish jQuery Menu #######*/
/*Ajustes para o IE6 - menu fica abaixo da div conteúdo sem esse hack*/
/*Fonte: http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug*/
#cab { z-index:2; }
#conteudo { z-index:1; }
/*############### MENU ###############*/
/*####################################*/



* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	font-size: 62.5%;
	/*background: url(imagens/stripe.png) repeat;*/
	background-image:url(imagens/form_logo_agraria.jpg);
	
}
#externa {
	display:block;
	margin:0 auto;
	background-color:#FFF;
	min-width: 768px;
	max-width: 1260px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
        background-image:url(imagens/layout_logo_sintonia.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#principal {
	display:block;
	background-color:#036375;
        background-image:url(imagens/fundo.png);
	background-repeat:repeat-x;
}
#conteudo {
	display:block;
	padding:1px;
}


#cab {
	height:55px;
	position:relative;
        background-image:url(imagens/fundo.png);
	background-repeat:repeat-x;
}
#cab_menu, #cab_titulo {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:316px;
	text-align:left;
}
#cab_menu {
	clear:both;
	padding:7px;
	background-color:transparent;
	display:block;
	font-size:12px;
}
#cab_titulo {
	/*margin-top:35px;*/
	background-color:#00FF66;
	padding-top:1px;
	padding-left:6px;
	padding-bottom:12px;
}
#cab_logos {
	position:absolute;
	float:left;
	padding-top:6px;
	width:315px;
	background-color:transparent;
	text-align:left;
}
#cab_logos img {
	margin:0px;
	padding:0px;
	border:0px;
}
#dinamico {
	background-color:#E4EAED;
	border:1px solid #999;
	padding:5px;
	margin:5px;
	padding-left:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagens/layout_logo_sintonia.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#dinamico_conteudo {
	padding:5px;
	margin:5px;
/*	border:solid 1px #333;*/
}
#titulo_pagina {
	font-size:18px;
	font-weight:bold;
	padding:5px;
	margin:-5px;	/*dependencia do padding do conteudo_dinamico*/
	margin-bottom:10px;
}






/*####################################*/
/*############## TABELAS #############*/

/*tabela_consulta - tabela de resultado de pesquisa/zoom*/
.tabela_consulta table {
	border:none;
	border:1px solid #CCC;
}





/*.table_consulta table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
}

.table_consulta caption {
	font-weight: bold;
	background: #50ADEA url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:5px;
}

.table_consulta td, .table_consulta th {
	padding: 4px;
}

.table_consulta thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

.table_consulta tbody th {
	font-weight: bold;
}

.table_consulta tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.table_consulta tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.table_consulta tbody th a:link, .table_consulta tbody th a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 3px;
	}
.table_consulta tbody th a:hover{
	color:#FF8601;
	}

.table_consulta tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.table_consulta tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.table_consulta table td a:link, .table_consulta table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.table_consulta table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
.table_consulta tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 3px;
	font-weight:bold;
	color:#FF8601;
}

.table_consulta table a[title^="Download"] { 
	background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
	padding:5px 0px 0px 5px;
}

.table_consulta tfoot th, .table_consulta tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}*/

/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/





/*Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/
/*.table_consulta table {
	font:normal 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
.table_consulta a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
.table_consulta a:visited {
	color:#444;
	font-weight:normal;
	}
.table_consulta a:hover {
	border-bottom-style:solid;
	}
.table_consulta thead th,
.table_consulta thead td,
.table_consulta tfoot th,
.table_consulta tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
.table_consulta th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
.table_consulta tbody th,
.table_consulta td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
.table_consulta tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
.table_consulta tbody th a:link,
.table_consulta tbody th a:visited {
	font-weight:bold;
	}
.table_consulta tbody td,
.table_consulta tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
.table_consulta tbody tr.odd th,
.table_consulta tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
.table_consulta tbody tr:hover td,
.table_consulta tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
.table_consulta caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}*/


/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/

table				{font: 1em/1.7em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
					border-collapse: separate; border-spacing: 0; margin: 0 0 1em 0; color:#000;}

a 					{color: #09f; text-decoration: none; border-bottom: 1px solid;}
a:visited 			{color: #c3c; font-weight: normal;}
a:hover 			{border-bottom-style: dotted;}

thead th,
thead td			{font-weight: bold; line-height:normal; text-align: left; border-bottom: 0.4em solid #09f;}

tfoot th,
tfoot td			{text-align: left; border-top: 0.4em solid #09f; font-weight: bold}

th,
td 					{padding: 0.25em;}

tbody th,
td					{text-align: left; vertical-align: top;}
tbody th			{font-weight: normal; white-space: nowrap;}

tbody th a:link,
tbody th a:visited 	{font-weight: bold;}

tbody th + td		{white-space: nowrap;}

tbody td,
tbody th 			{border: 1px solid #fff; border-width: 1px 0;}

tbody tr.odd th,
tbody tr.odd td 	{border-color: #deded8; background: #f9f9fb;}

tbody tr:hover td,
tbody tr:hover th 	{background: #fbfbf8;}
caption 			{font-weight: bold; font-size: 1.7em; text-align: left; margin: 0; padding: 0.5em 0.25em;}

td + td + td + td {white-space: nowrap;}
td + td + td + td a:before {content:"\2193 ";}
a[href^="http://"]:not([href*="http://icant.co.uk"])::after {content: "\2197"; }
td + td + td + td a[href^="http://"]:not([href*="http://icant.co.uk"])::after {content: ""; }




/* -------------------------------------------------------
Author: Vitaly Friedman
Theme: Green Life - A Fresh, Warm and Readable Table
URL: http://www.alvit.de/vf
-------------------------------------------------------
*/
 


/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/
/*
table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
*/

/*############## TABELAS #############*/
/*####################################*/




/*FilamentGroup - classes para botões*/
	.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	
	a.fg-button { float:left; }
	
	/* remove extra button width in IE */
	button.fg-button { width:auto; overflow:visible; }
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}
	
	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }

	/*demo page css*/
	h2 { clear: both; padding-top:1.5em; margin-top:0; } 
	.strike { text-decoration: line-through; }
/*FilamentGroup*/



