﻿html, body {border: 0; margin: 0; padding: 0;}

html
{
	overflow:auto;
}

body
{
  	font-family:Tahoma;
  	font-size:12px;
  	color: #353535;
  	background-color:#4f6a94;
  	line-height:200%;
}

.ItemDownload
{
	font-size:10px;
}

p
{
	text-align:justify;	
}

a, a:visited, a:active 
{
	color: #353535;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
}


.Rodape, .Rodape:visited, .Rodape:active
{
	color: White;
	text-decoration: none;
}

.Rodape:hover
{
	color: #9f9f9f;	
}

.Login, .Login:visited, .Login:active
{
	color: #0099CC;
	text-decoration: none;	
}

.Login:hover
{
	color: #00CCFF;	
}

a img {
  border: none;/*remove border for linked images*/
}


.Challenge, .Challenge:hover
{
	color: #353535;
	text-decoration: none;
	font-size:11px;
	color:#b3b3b3;
}


.tituloPaginas
{
	font-size:22px;
	font-weight:bold;
	color:#1b97db;	
}

.Formulario
{
	border-style:solid;
	border-width:1px;
	border-color:#399cd3;
	background-color: #b1b2b2;
	height: 22px;
    width: 230px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


#main 
{
  	min-height:610px;
  	background-image:url("http://www.veotex.com.br/images/bkg.jpg");
  	background-repeat:repeat-x;
  	background-color:#4f6a94;
}

#main-masterpage
{
  	min-height:610px;
  	background-image:url("http://www.veotex.com.br/images/bkg-masterpage.png");
  	background-repeat:repeat-x;
  	background-color:#4f6a94;
}

#content {
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
}


.accordionHeader
{
    border: 1px solid #2F4F4F;
    
    background-color: #d5dbe3;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
	color: #1b97db;
    background-color: #1b97db;
    border: 1px solid #2F4F4F;
    color:White;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #e3e3e3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#menu
{
	position:absolute;
	width:100%;
	top:10px;
	z-index:1;
}

#menuMasterPage
{
	position:absolute;
	width:100%;
	top:10px;
}

#containerMenu
{
	position:relative;
	height:54px;
	
}

#containerMenuMasterPage
{
	position:relative;
	height:40px;
}

#containerCabecalho
{
	position:relative;
	height:72px;
}

#fora
{
	position:relative;
}

#flash
{
	position:absolute;
	top:43px;
	left:-28px;
	width:170px;
	height:170px;
	z-index:2;
}

#texto
{
	position:relative;
	top:10px;
	padding-top:2px;
	left:172px;
	width:736px;
	min-height:300px;
	z-index:1;
}

#rodape
{
	width:797px;
	margin: 0 auto;
	padding: 0;
}

#rodapeMasterPage
{
	width:930px;
	margin: 0 auto;
	padding: 0;
}

#anexo
{
	position:absolute;
	top:220px;
	left:30px;
}

