/*layout.cc*/

html{
	height: 98%;
}
body{
	margin: 30px !important;
	background-image: url(/layout/construnet_2007/images/lo_fundobody.png);
	background-repeat: repeat-x;
	height: 94%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#strut{
	position: relative;
	border: solid 0px red;
}
#divlogo{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
td.sombra-dir{
	background-image: url(/layout/construnet_2007/images/lo_fundo_dir.png);
	background-repeat:repeat;
}
td.sombra-baixo{
	background-image: url(/layout/construnet_2007/images/lo_fundo_baixo.png);
}
td.sobra-arr{
	background-image: url(/layout/construnet_2007/images/lo_arr_fundo_baixo_dir.png);
	background-repeat: no-repeat;
}
#tabcontainer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 97%;
	height: 90%;
}
#tdmenu{
	width: 220px;
	background-color: #f5f5f5;
	/*border-right: solid 4px #f5f5f5;*/
}
#tdconteudo{
	padding: 0px;
	text-align: left;
	background-color: White;
	background-image: url(/layout/construnet_2007/images/lo_fundo_cont.png);
	background-repeat: repeat-y;
}
#divconteudo{
	position: relative;
	padding: 20px;
}
#divtool{
	margin: 10px;
	margin-bottom: 3px;
	text-align: right;
	font-weight: bold;
}
#divlogin{
	opacity: .95;
	filter: alpha(opacity=95);
	position: absolute; 
	right: 10px; 
	top: 10px;
	padding: 10px; 
	border: solid 1px #c0c0c0;
	background-color: #ffffff;
	z-index: 100;
}
#divrodape{
	text-align: center;
	color: #003366;
	font-size: 11px;
}

#divrodape a{
	color: #003366;
}
#contextmenu{
	position: relative;
	padding: 10px;
}
#divAreaIndep{
	margin-top: 20px;
   padding-left: 10px;
	background-color: Aqua;
}
#divOndeEstou{
	border-bottom: dotted #f5f5f5 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#tituloAqui{
	font-size: 2em;
	border-bottom: dotted #eaeaea 1px;
	margin:0;
}
#pathcompleto{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:0;
}

table#borda {
	border-collapse: collapse;
}
table#borda TD{
	border:dotted 1px #eaeaea;
}

