body
 { font: 12px Arial; background: #fff url(imagens/back_top.png) repeat-x; margin: 0; padding: 0; height: 100% }

#bottom {
	background-image:url(imagens/back_down.gif); width:100%; position:absolute; height:50px; visibility:visible;
}

td
{ 
	font: 12px Arial
}
.form  {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ffffff;
	width: 200px;
	border: solid 1px #60605f
}

/*input, textarea  { border: 1px solid #aaa }
input:hover, textarea:hover  { border: 1px solid #e97d36 }*/
input.text { color: #333; background-color: #fff; border: solid 1px #bbbbbb; }
textarea.text { color: #333; background-color: #fff; border: solid 1px #bbbbbb   }
input.text:hover, textarea.text:hover { color: #b00; background-color: #fff; border: solid 1px #bf0000   }

.titulo      { color: #039; font-size: 16px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.titulo_branco      { color: #fff; font-size: 16px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold }

.sub_titulos     { color: #039; font-size: 14px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold }

.imagens {
	color: #BACDDF;
}

/*Links Produtos*/
a.link_produtos:link {
	color: #777777;
	text-decoration: none
}
a.link_produtos:visited {
	color: #777777;
	text-decoration: none
}
a.link_produtos:hover {
	color: #cc0000;
}

/*Letra Fam?lias*/
.font_familias  { color: #fff; font: 12 pt, Arial, bold }


/*rows da tabela de actividades*/
.out
	 { background-color: #ffffff }

.over
	 { background-color: #f0f0f0 }
	 

/*galeria*/

	#previewPane{
		/*border:1px solid #CCCCCC;*/
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;		
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}