

*						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
ul, form				{ list-style: none; margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6	{ margin: 0px; padding: 0px; }
a						{ color: #000000; text-decoration: none; }
a:hover					{ text-decoration: underline; }
img						{ border: none; behavior: url(css/iepngfix.htc); }
/***************************************************************************************************************************/





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg_body.jpg);
	background-repeat: repeat-x;
}



.home {
	background-color: #ffffff;
	background-image: url(../images/layout/fundo_home.jpg);
	background-repeat: repeat-x;		
}

.home h1 {
	color: #007DC5;
}


#menu {

	border: 1px solid #D8DDDE;
}

.menu_item {
	background: #FFFFFF url(../images/layout/fundo_menu.gif) no-repeat;
	height: 36px;
}


#menu tr td a {
	padding-left: 10px;
	_ padding-top: 6px;
	display: block;
	_ height: 1%;
	color: #155A82;
	font-weight: normal;
	text-decoration: none;
}


#menu tr td a:hover {
	color: #155A82;
	font-weight: bold;
}


.link_paginacao {
	color: #155A82;
	text-decoration: none;

}
.link_paginacao_inativo {
	text-decoration: line-through;
}


.forn_fantasia {
	color: #155A82;
	font-weight: bold;
	text-transform: uppercase;
}

.forn_empresa {
}


.titulo_tabela {
	background-color: #088AD6;
	color: #FFFFFF ;
}

.linha_tabela {

}








<public:component>
<public:attach event="onpropertychange" onevent="doFix()" />

<script type="text/javascript">

// IE5.5+ PNG Alpha Fix v1.0RC4
// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com

// This is licensed under the CC-GNU LGPL, version 2.1 or later.
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/


// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined') var blankImg = 'images/blank.gif';


var f = 'DXImageTransform.Microsoft.AlphaImageLoader';

function filt(s, m)
{
 if (filters[f])
 {
  filters[f].enabled = s ? true : false;
  if (s) with (filters[f]) { src = s; sizingMethod = m }
 }
 else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
}

function doFix()
{
 // Assume IE7 is OK.
 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
  (event && !/(background|src)/.test(event.propertyName))) return;

 var bgImg = currentStyle.backgroundImage || style.backgroundImage;

 if (tagName == 'IMG')
 {
  if ((/\.png$/i).test(src))
  {
   if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
    style.width = offsetWidth + 'px';
   filt(src, 'scale');
   src = blankImg;
  }
  else if (src.indexOf(blankImg) < 0) filt();
 }
 else if (bgImg && bgImg != 'none')
 {
  if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i))
  {
   var s = RegExp.$1;
   if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
    style.width = offsetWidth + 'px';
   style.backgroundImage = 'none';
   filt(s, 'crop');
   // IE link fix.
   for (var n = 0; n < childNodes.length; n++)
    if (childNodes[n].style) childNodes[n].style.position = 'relative';
  }
  else filt();
 }
}

doFix();

</script>
</public:component>
