/* body */
body {
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  background-image: url(img/background.gif);
  background-repeat: repeat-x;
  cursor: default;
}


/* Texto geral */
body, table, td, input, textarea {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #6B6B6B;
  margin: 0px 0px 0px 0px;

  scrollbar-face-color: #AAAAAA;
  scrollbar-shadow-color: #AAAAAA;
  scrollbar-highlight-color: #AAAAAA;
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #999999;
  scrollbar-track-color: #DDDDDD;
  scrollbar-arrow-color: #FFFFFF;
}

body {

  overflow: auto;

}

p {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: Georgia, Times New Roman, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  font-style: none;
  color: #6B6B6B;
  margin: 1px;
}

h3 {
  font-family: Georgia, Times New Roman, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  color: #6B6B6B;
  margin: 2px;
}

.intro {
  font-family: Georgia, Times New Roman, Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  color: #909090;
  padding: 10px;
  margin: 0px;
}

hr {
  border: none 0;
  border-top: 1px dashed #8CC700;
  height: 1px;
}

table#body {
  width: 862px;
  height: 100%;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  background-color: #FFFFFF;
}

td#toplogo {
  background-image: url(img/top-logo-background.gif);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
}

td#topdate {
  background-image: url(img/top-date-background.gif);
  background-position: bottom center;
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
}

td#topbanners {
  text-align: right;
}

div#topbanner-large {
  float: right;
  width: 468px;
  height: 60px;
  border: 1px solid #D9EBAC;
  padding: 1px;
}

div#topbanner-small {
  float: right;
  width: 120px;
  height: 60px;
  border: 1px solid #D9EBAC;
  padding: 1px;
  margin-left: 5px;
}

div#leftbanner {
  width: 180px;
  height: 150px;
  border: 1px solid #D9EBAC;
  padding: 1px;
}


td#content {
  padding-left: 5px;
  vertical-align: top;
  padding-right: 5px;
}

td#rightpanel {
  vertical-align: top;
  width: 150px;
  text-align: center;
}



/***************/
/* BOTTOM-MENU */
/***************/

td#bottom-menu {
  background-image: url(img/bottom-menu-background.gif);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: center;
}

table.bottommenu {
  color: #696975;
  font-weight: bold;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

a.bottommenulink:link , a.bottommenulink:active, a.bottommenulink:visited {
  color: #696975;
  text-decoration: none;
}

a.bottommenulink:hover {
  color: #696975;
  text-decoration: underline;
}
/* EOF(BOTTOM MENU) */





.weatherlocations {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #FFFFFF;
  background-color: #99CC00;
  border: 1px solid #FFFFFF;
  padding-left: 3px;
}

.weathercontents {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #6B6B6B;
  background-color: #FFFFFF;
  border: 1px solid #F3F8E4;
  padding-left: 3px;
  text-align: right;
  line-height: 100%;
}






td#copyright {
  padding-top: 3px;
  padding-bottom: 5px;
  text-align: center;

  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 7pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #6A6A6A;
}






/* CAIXA VERDE */
.box1-title {
  font-family: Georgia, Times, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  color: #FFFFFF;
  vertical-align: top;

  background-image: url(img/_box1-title-background.gif);
  background-repeat: repeat-x;
  background-color: #BCDB6E;
}
/* CAIXA CINZA */
.box2-title {
  font-family: Georgia, Times, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  color: #FFFFFF;
  vertical-align: top;

  background-image: url(img/_box2-title-background.gif);
  background-repeat: repeat-x;
  background-color: #A4A4A4;
}

.box-white-content {
  border-top: 0px;
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  padding: 4px;
  background-color: #FFFFFF;
}

.box-softgreen-content {
  border-top: 0px;
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  padding: 4px;
  background-color: #F3F8E4;
}

.box-green-content {
  border-top: 0px;
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  padding: 4px;
  background-color: #D8EAAC;
}






a:link, a:visited, a:active {
  text-decoration: none;
  color: #8CC700;
}


a:hover {
  text-decoration: underline;
  color: #8CC700;
}


form {
  margin: 0;
  padding: 0;
}

hr {
  padding: 0px;
  margin: 0px;
}

/************/
/* CAT MENU */
/************/
.catmenu {
  width: 100%;
  text-align: left;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS";
  font-weight: normal;
  font-decoration: none;
  font-size: 11px;
  color: #000000;
}

a.catmenu:link, a.catmenu:active, a.catmenu:visited {
  padding-left: 6px;
  border-left: 1px solid #99CC33;
  text-decoration: none;
  color: #000000;
}

a.catmenu:hover {
  padding-left: 6px;
  border-left: 1px solid #999999;
  text-decoration: none;
  color: #99CC33;
}

.catmenu-active {
  width: 100%;
  text-align: left;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS";
  font-weight: normal;
  font-decoration: none;
  font-size: 11px;
  color: #74971B;
}

a.catmenu-active:link, a.catmenu-active:active, a.catmenu-active:visited {
  padding-left: 6px;
  border-left: 1px solid #999999;
  text-decoration: none;
  color: #74971B;
}

a.catmenu-active:hover {
  padding-left: 6px;
  border-left: 1px solid #99CC33;
  text-decoration: none;
  color: #99CC33;
}
/* EOF(CAT MENU) */




div#search {
  float: right;
  text-align: right;
}



/*************/
/** NAV BAR **/
/*************/
div#nav {
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;

  text-align: left;
  vertical-align: bottom;
  color: #909090;

  padding-top: 3px;
  padding-left: 5px;

  overflow-x: auto;
  word-wrap: normal;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
  color: #9B9B9B;
  text-decoration: none;
}

a.navlink:hover {
  color: #9B9B9B;
  text-decoration: underline;
}
/* EOF(NAVBAR) */





.copyright {
  font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
  padding: 0px;
  color: #5F90AE;
}

a.copyright:link {
  text-decoration: none;
  color: #6893CC;
}

a.copyright:active {
  text-decoration: none;
  color: #6893CC;
}

a.copyright:visited {
  text-decoration: none;
  color: #6893CC;
}

a.copyright:hover {
  text-decoration: underline;
  color: #6893CC;
}

.prod_destaque {
  line-height: 1.5em;
  border-bottom: 1px dashed #BBBBBB;
  padding-bottom: 3px;
  margin-bottom: 20px
}

.date {
  font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: #aaa;
}

.fielder {
	background-color: #FFFFFF;
	border: 1px solid #799E1C;
}#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 19;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 53% no-repeat; }
#prevLink2, #nextLink2 {
	color:#D35D2D;
         font-weight:normal;
         cursor:pointer;
         }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:2px 18px 0 11px;
	}
#imageData #imageDetails{ width: 72%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:10px; color:#444444; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: bold; font-size:9px; color:#999999; padding-bottom: 1.0em; }
#imageData #slideshowLink{ width: 25px; float: right; margin-top:2px; margin-right:5px; padding-bottom: 0.7em;	}
#imageData #bottomNavClose{ width: 25px; float: right; margin-top:2px; padding-bottom: 0.7em; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 18;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
@media all and (min-width:0px){
#overlay{
background: url(layout/img/overlay.png);
}
}div#dwcopyright {
  position: fixed;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-align: center;
  vertical-align: bottom;

  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;

  z-index: 2;
}

div#dwcopyright-text {
  position: fixed;
  visibility: hidden;

  bottom: 30px;
  right: 30px;

  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #2E4C6B;
  text-align: left;

  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  
  background-color: #FFFFFF;
  
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;

  z-index: 3;
}

a.dwcopyright-text:link {
  color: #E65B00;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #2E4C6B;
  text-decoration: none;
}
a.dwcopyright-text:active {
  color: #E65B00;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #2E4C6B;
  text-decoration: none;
}
a.dwcopyright-text:visited {
  color: #E65B00;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #2E4C6B;
  text-decoration: none;
}
a.dwcopyright-text:hover {
  color: #E65B00;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #2E4C6B;
  text-decoration: none;
}

img#dwlogo {
  background-image: url(img/dwlogo-color.gif);
}


div#previewtag {
  position: fixed;
  background-color: #FF0000;
  color: #FFFFFF;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-align: center;
  vertical-align: bottom;

  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;

  z-index: 1;
}