﻿/*Supersize Plugin Styles*/
#content{ position:absolute;top:0;left:0;width:100%; height:100%; }
#supersize img, #supersize a{height:100%;width:100%;display:none;}
#supersize .activeslide, #supersize .activeslide img{display:inline;}

html, body, form
{
	height:100%;
}
html { overflow-x:hidden; }
body
{
    margin:0px;
    padding:0px;
	cursor:default;	
}

body, table  	
{
    font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:16px; 
	color: White;
}

img { display:block; }
img, a img { border: none; }

a { color: White; }
a:hover, a.menu_selected { color: #dedede; text-decoration:none; }

hr { border: none; border-bottom: 1px solid #eaeaea; height:1px; }

.tbox { border: 1px solid #888888; width: 350px; height:20px; }
.tbox_alert { border: 1px solid #000000; width: 350px; height:20px; background: #dddddd; }

.tblCanvas
{
    width:100%;
    height:100%;
}

.trCanvas { }

.tdCnt { width: 990px; }

.imgLogo { /*margin: 0px 50px; margin-left:20px;*/ }

.tblMenu { text-transform: uppercase; height: 40px; }

.tdMenu { white-space: nowrap; font-size: 18px; }
.tdMenu a { text-decoration:none; }

.tblHome
{
    width: 700px;
	margin: 20px auto;
	margin-top: 30px;
}

.tdPadding { padding: 20px; }

.tblGallery { margin: 0px auto; }
.tdHomeGallery { padding: 4px; margin: 6px; background: #ffffff; }

.t_lang { font-size: 11px; }
.t_lang a { text-decoration:none; }
.t_destaque, .t_hr, .t_title { font-size: 24px; }
.t_hr { border-bottom: 1px solid #ffffff; margin-bottom: 10px; padding-left: 50px; text-transform: uppercase; }
.t_title { margin-bottom: 10px; }

.tblFooter { height: 60px; font-size: 11px; }

.backfooter { }

/*transparent box*/
.container1 { width:100%; }

.translucentbkg1 {
   height: 110px;
   background-color: #000000;
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   border:none;
}

.opaquetext
{
	padding:0px; 
	background-color: transparent;
	position: absolute;
	color: #000000;
	z-index: 2;
}

.tranpBlack50 { background-image: url(/Rendering/Images/trans_black50.png); }
.tranpBlack75 { background-image: url(/Rendering/Images/trans_black75.png); }
.tranpRed50 { background-image: url(/Rendering/Images/trans_red50.png); }
.tranpRed75 { background-image: url(/Rendering/Images/trans_red75.png); }

.imgTransp, .tranpBlack50, .tranpBlack75, .tranpRed50, .tranpRed75 { behavior: url(/Rendering/Images/iepngfix.htc) }
