html, body{	
	text-align:center;
	margin:0px;	
	height:100%;
	width:100%;
	background-color:#ffffff;
	background-image:url(../_images/bgBlog.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	
}
h1{
	font-size:26px;
}
a{
	text-decoration:none;
	color:#555555
}

img{
	filter:expression(
	   this.alphaxLoaded ? "" :
	   (
		this.src.substr(this.src.length-4)==".png"
		?
		(
		 (!this.complete)
		 ? 
		  this.runtimeStyle.filter=
		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		  String(this.alphaxLoaded=true).substr(0,0)+
		  (this.src="_images/blank.gif").substr(0,0)		 
		  :
		  this.runtimeStyle.filter=
		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		  String(this.alphaxLoaded=true).substr(0,0)+
		  (this.src="_images/blank.gif").substr(0,0)
		)
		:
		this.runtimeStyle.filter=""
	   )
	  );
	border:0px;
	display:block;
}
/*********** IDS ***********/

#bodyHome
{
	background-image:url(../_images/bgBlog.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#bgEsquerda
{
	background-image:url(../_images/bgSombraEsq.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#bgCentro
{
	background-image:url(../_images/bgBlocoConteudo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#bgDireita
{
	background-image:url(../_images/bgSombraDir.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#bgNoticia
{
	background-image:url(../_images/divisorConteudo.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#clientes {
	list-style: outside none none;
	margin-top: 0px;
	margin-left: 0px;
	width:175px;

}


#projetos {
	list-style: outside none none;
	margin-top: 0px;
	margin-left: 0px;
	width:175px;
	text-align:left;
}


/*********** IDS ***********/

/*********** Classes ***********/

.campoBusca
{
	border: none 0px;
	width:118px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campoBusca.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

.campoUsuario
{
	border: none 0px;
	width:118px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campoUsuario.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

.campoSenha
{
	border: none 0px;
	width:118px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campoSenha.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

.campoNome
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campoSenha.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}
.campoEmail
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campoSenha.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}


.campoComentario
{
	border: none 0px;
	width:250px;
    height:70px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campo70x250.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}


.campoTexto
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campo17x250.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}

.campoTexto17x150
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campo17x150.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}

.campoTexto22x150
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campo22x150.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}

.campoTexto22x250
{
	border: none 0px;
	width:250px;
    height:15px;
    
	font-family:Arial;
	font-size:11px;
	color:#868686;  
	background-image:url(../_images/campo22x250.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}


.calendario
{
	font-family:Arial;
	font-size:8px;
	color:#878787;
	background-color:White;    
	height:130px;
	width:150px;
	border-style:none;
	border-color:White;
}

.calendarioDia
{
	background-color:#F9F8F8;    
	border-color:White;
}

.calendarioDiaSel
{
	background-color:#F9F8F8;
	color:#BC1D73;
	font-weight:bold;   
}

.calendarioDiasTitulo
{
	font-family:Arial;
	font-size:8px;
	color:#bc1d73;
	text-transform:uppercase;
	border-style:none;
	background-color:White;    
}

.calendarioDiasOutrosMeses
{
	border-color:White;
	visibility:hidden;
	color:White;
	background-color:White
}

.linkMes
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#bc1d73;
}

.noticiaTitulo
{
	font-family:"Arial Narrow";
	font-size:20px;
	font-weight:bold;
	color:#bc1d73;
	text-align:left;
	margin-left:30px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.noticiaData
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#551138;
	text-align:left;
	margin-left:30px;
	margin-bottom:10px;
}

.noticiaTexto
{
	font-family:"Arial";
	font-size:11px;
	color:#878787;
	text-align:justify;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:10px;
	line-height:18px;
}

.linkLeiaIntegra
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#bc1d73;
	text-align:left;
	margin-bottom:10px;
	
}

.linkComentario
{
	font-family:Arial;
	font-size:11px;
	color:#bc1d73;
	text-align:left;
	margin-bottom:30px;
	
}

.noticiaImg
{
	float:right;
	margin: 5px 20px 0px 20px;
	text-align:center;
}


.imagemDescricao
{
	font-family:Arial;
	font-size:11px;
	font-style:italic;
	color:#878787;
}

.noticiaTitulos
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#bc1d73;
	text-align:justify;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:10px;
}

.comentarioNome
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:5px;
}
.comentarioTexto
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#878787;
	text-align:justify;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:10px;
}

.botaoClientes {
	float: right;
	cursor: pointer;
}

.linkClientes
{
	font-family:Arial;
	font-size:11px;
	color:#bc1d73;
	text-align:left;
	
}

.linkProjetos
{
	font-family:Arial;
	font-size:11px;
	color:#bc1d73;
	text-align:left;
}

.anterior {
	float: left;
	width: 42px;
}

.proximo {
	float: right;
	width: 42px;
}

.pagina {
	float: left;
	text-align: center;
}

.formNome
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
	text-align: right;
	
}

.formNomeNegrito
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-align: right;
	font-weight:bold;
}

.cliente {
	list-style: outside none none;
	margin-top: 5px;
	*margin-top: 2px;
	margin-bottom: 5px;
	*margin-bottom: -2px;
	margin-left: 0px;
	width:175px;
	text-align:left;
}



/*********** Classes ***********/

/*********** Titulos ***********/


/*********** Titulos ***********/

/*********** Textos ***********/

.txt
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
}

.txtJ
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
	
	line-height:18px;
	text-align:justify;
}
.txtC
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
	
	line-height:18px;
	text-align:center;
}


.txtPaixao
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
	
	line-height:18px;
	text-align:justify;
	margin-left:40px;
	margin-right:15px;
	margin-bottom:15px;
}

.txtClientes
{
	font-family:Arial;
	font-size:11px;
	color:#878787;
	margin-right:10px;

	text-align:right;
	
}

.txtBusca
{
	margin-left:20px;
	margin-right:15px;
	margin-bottom:15px;
}

.txtAcessoRestrito
{
	/*
	margin-left:20px;
	margin-right:15px;
	margin-bottom:15px;
	*/
	margin-bottom:15px;
}

.txtArquivo
{
	margin-left:20px;
	margin-right:35px;
	margin-bottom:15px;
	text-align:right;
}

.txtFeeds
{
	margin-left:20px;
	margin-right:35px;
	margin-bottom:15px;
	text-align:right;
}



