/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:left; /* hack para o IE */
	background:#cccccc;	
	}
	
td {
 	font: 9pt Sans-Serif, Arial, Helvetiva, Tahoma, Verdana;
 	color:#000;
 	}

p {color:#000}
.topo {
	background: url("topo_03.jpg") repeat-x;
	height:111px;
	border:0;
	}
	
#content {
	float:left;
	width:1010px;
	_width:1020px;
	height:420px;
	background:#cccccc;
/*	background:#ffffff url('loading.gif') center center no-repeat;	*/
	border-top:1px solid #dddddd;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:4px;
	}
	
.tdLeft {	
	background:#999999;
	padding:8px 4px;
	width:208px;
	height:424px;
	text-align:center;
	}
	
#content2 {
	float:left;
	width:790px;
	height:385px;
	padding-top:4px;
	overflow:auto;
	overflow-x:hidden;
	background:#ffffff;
	}

.titleCFTV {
	background:url('tCFTV.png') no-repeat;
	height:30px;
	}

.titleAlarmes {
	background:url('tAlarmes.png') no-repeat;
	height:30px;
	}

.titleAutomacao {
	background:url('tAutomacao.png') no-repeat;
	height:30px;
	}

.titleAcessos {
	background:url('tAcessos.png') no-repeat;
	height:30px;
	}


.titleResidencial{
	background:url('tResidencial.png') no-repeat;
	height:30px;
	}

.titleRelatorios{
	background:url('tRelatorios.png') no-repeat;
	height:30px;
	}

.titleContato{
	background:url('tContato.png') no-repeat;
	height:30px;
	}

.footer {
	background:#cccccc;
	padding:2px 4px;
	text-align:right;
	font:7pt Sans-Serif, Arial, Helvetiva, Tahoma, Verdana;
	color:#333333;
	}
	
.footer a {
	color:#333333;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#333333;
	text-decoration:underline;
	}

/* ********  Homepage ****************/
#tbHome {
	width:100%;
	color:#444;
	font-size:10pt;
	background: #ffffff;
	}

#tbHome td {font-size:9pt}
#tbHome a {color:#336699; text-decoration:none; font-weight:bolder}
#tbHome a:hover {color:#777; text-decoration:underline}
	
#tbHome p.welcome {text-align:center; font-size:14pt; color:#336699; margin:0}
#tbHome p.texto {margin:8px 0; text-align:justify; line-height:2em}	
#tbHome p.home { margin:6px 0}

