﻿/******************************************************

	Autor: INPUT CENTER INFORMÁTICA
	Versão: 1.0.0
	Atualizado em: 30/11/2009
	
******************************************************/

/*GERAL*/
div#topo{
  background: url(layout/fundoTopo.jpg) repeat-x;
}
div#topoLogo a{
  background: url(layout/logo.jpg) no-repeat;
}
a.logout{
  background: url(layout/btnLogout.jpg) no-repeat;
}
div#lateralDireita{
  background: url(layout/lateralDireitaFoto.jpg) no-repeat;
}
div#fundoFoto{
  background: url(layout/fundoFoto.jpg) repeat-x;
}
div#rodape{
  background: #3A5D83;
}

/*LOGIN*/
div#containerConteudoLogin{
	background: #E0F3F9 url(layout/fundoConteudoLogin.jpg) center no-repeat;
}
div#boxTopoLogin{
	background: url(layout/fundoTopo.jpg) repeat-x;
}
#boxTopoLogin h1{
	background: url(layout/logoWinCol.jpg) no-repeat;
}
div#containerRodapeLogin{
	background: url(layout/fundoRodapeLogin.jpg) no-repeat;
}
#logoLogin h2{
	background: url(layout/logoLogin.jpg) no-repeat;
}
div#boxTutorialLogin p{
	color: #3A5D83;
}
div#boxTutorialLogin a{
	background: #3A5D83 url(../../layout/bulletLogin.jpg) no-repeat right;
}
