/*layout.cc*/

html{
	height: 98%;
}
body{
	margin: 10px !important;
	background-image: url(../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;
	height: 100%;
}
#logousys{
	position: relative;
	text-align: center;
}
#divlogo{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px;
	width: 90%;
	height: 60px;
}
td.sombra-dir{
	background-image: url(../images/lo_fundo_dir.png);
	background-repeat:repeat;
}
td.sombra-baixo{
	background-image: url(../images/lo_fundo_baixo.png);
}
td.sobra-arr{
	background-image: url(../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-image: url(../images/logo_fundo_menu.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	/*border-right: solid 4px #f5f5f5;*/
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
#tdconteudo{
	padding: 0px;
	text-align: left;
	background-color: White;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
#divconteudo{
	position: relative;
	padding: 0px;
	border: solid 0px;
	width: 100%;
}
#elementscont{
	padding: 20px;
	padding-left: 40px;
}
#divtool{
	margin: 10px;
	margin-bottom: 15px;
	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: #808080;
	font-size: 10px;
	letter-spacing: 1px;
}

#divrodape a{
	color: #003366;
}
#poweredby{
	margin: 5px;
	text-align: center;
	color: #808080;
	font-size: 10px;
}
#conceptsys{
	letter-spacing: 5px;
	margin: 0px;
}
#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: large;
	border-bottom: dotted #eaeaea 1px;
}
#pathcompleto{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

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