/*
CSS - AutoCred
by
Wanessa Marques
*/
body {
	margin: 0;
	padding: 0;
	background: #000033 url('../images/bg_rp2.gif') repeat-x top;
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#000099));
	background: -moz-linear-gradient(top,  #000033, #000099);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#000099');
	font-family: Verdana;
	font-size: 10px;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #F60;
	text-decoration:none;
	font-weight:bold;
}

.read{
background:url('../images/more.png') no-repeat;
color:#F60;
font-size:0.9em;
line-height:20px;
}

#masthead {
	margin: 0 auto;
	margin-top: 20px;
	width: 780px;
	color: #fff;
	}

#masthead h1 {
	float: left;
}

#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #fff;
	border: 10px solid #006;

}

#header img {
	border: 10px solid #F30;
	position:relative;
	margin-left:20px;
	float:center;
	height:300px;
	width:780px;
}

#none img {
	border:0;
	height:20px;
	width:90px;
	clear:both;
}

#header h1 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
	background: url('../images/tagline.gif') repeat-x;
	
}

#content, #sidebar {
	width: 370px;
	margin: 10px 0 50px 0;
	padding: 5px;
	text-align:justify;
}

#content_produtos{
	width: 730px;
	margin: 10px 0 50px 0;
	padding: 5px;
	text-align:justify;
}

#content, #content_produtos{
	float: left;
	margin-left:3px;
}

#content h2, #content_produtos h2{
	font-size: 1.8em;
	margin: 0 0 10px 0;
	background: url(../images/arrow.png) no-repeat left;
	color: #000099;
	padding-left:40px;
	font-family:Verdana;
}

#content h3, #content_produtos h3 {
	font-size: 1.2em;
	color: #F60;
	margin: 0 0 10px 0;
	text-decoration:underline;
}

#content p, #content_produtos p {
	margin: 0 0 10px 0;
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
	
}

#link-list li:hover{
	font-weight:bolder;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#003;
	color:#F60;
	}


#sidebar {
	float: right;
	background: #eee;
	position:  relative;
}

#sidebar h2 {
	font-weight: bold;
	border-bottom: 1px solid #F60;
	margin: 0 0 20px 0;
	padding: 5px;
}

#port li {
	margin: 0 10px 20px 10px;
	float: left;
	border: 2px solid #ddd;
}

#port img{
width:150px;
height:135px;	
}

#footer {
	clear: both;
	background: #ccc;
	padding: 10px;
	border-top: 2px solid #006;
	text-align: center;
	color: #777;
}

.amp{
font-family:arial;
size:12px;
color:#F60;
}

.titlecotacao{
font-size:12px;
font-family: Verdana;
color: #FFF;
text-decoration:underline;
line-height:20px;
background:#F60;
}

/*------------------------------------*
    MENU
*------------------------------------*/

#nav {
	float: right;
	margin: 50px 10px 0 0;
	font-size: 1.1em;
}

/*------------------------------------*
    LIGHTBOX INICIAL
*------------------------------------*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:transparent;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:1px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#boxes #dialog2 {
  background:url(notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:10px 0 20px 25px;
}
.close{display:block; text-align:right;}


/*------------------------------------*
    Cadastro - Abas
*------------------------------------*/
@charset "UTF-8";

.title{
font-size:10px;
font-weight:bold;
color:#000033;
text-decoration:underline;
}

.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 1.2em verdana;
	background-color: #000033;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:white;
}

.TabbedPanelsTabHover {
	background-color: #000033;
	color:white;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	color:#000033;
	border-bottom: 1px solid #EEE;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	font-size:9px;
	text-align:right;
}

.TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
}

.TabbedPanelsContent TD{
text-align: left;
font-weight:bold;
}

.TabbedPanelsContent  INPUT{
float:left;


}
.TabbedPanelsContentVisible {
}

.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}


