/* LAYOUT.CSS */
/* CONTROLE DE ESTILOS prOOdo SCR */

body{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	*background-position: top center;
	*background-image: url("../img/layout/bg/body.gif");
	*background-repeat: repeat;
	background-color: #a8d1d2;
	overflow-x: hidden;
}

a img{
	border: 0;
}

a{
	text-decoration: none;
}

#sysBody{
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: top center;
	background-image: url("../img/layout/bg/body.gif");
	background-repeat: repeat;
}

#alert{
	width: 100%;
	height: 30px;
	border-bottom: 3px solid #FFFFFF;
	background: #EEEEEE;
	color: #000000;
	text-align: center;
	font-size: 18px;
	padding: 10px 0 10px 0;
	z-index: 999;
	display:none;
	position: absolute;
	*position: inherit;
}

#main{
	width: 1024px;
	height: auto;
	margin: 0 auto;	
}

/* LOGIN */

.boxLogin{
	width: 500px;
	height: 250px;
	margin: 0 auto;
	margin-top: 150px;
	background: url('../img/layout/bg/login.png') no-repeat;
	display: none;
}

.formularioLogin {
	float: left;
	margin: 90px 0 5px 50px;
	width: 404px;
}

.formularioLogin span{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
}

.formularioLogin span label{
	width: 100%;
	height: auto;
	float: left;
	color: #777777;
	text-align: left;
}

.formularioLogin span .input{
	width: 400px;
	height: 40px;
	*height: 25px;
	border: 1px solid #cccccc;
	float: left;
	*padding-top:15px;
	color: #777777;
}

/* JANELA PRINCIPAL */

.window{
	width: 100%;
	height: 455px;
	float: left;
	margin-top: 10px;
}

/* MENU */
.menu{
	width: 100%;
	height: 100px;
	float: left;
	margin-top:5px;
	background: url("../img/layout/bg/dock.png") center 24px no-repeat;
	padding-top: 10px;
}

.menu .icons{
	width: 100%;
	float: left;
	text-align: center;	
}

.menu a{
	margin-right: 15px;
}

/* SIDEBAR */

.sidebar{
	width: 150px;
	height: 78%;
	float: left;
	border: 1px solid #dddddd;
	background: url("../img/layout/bg/sidebar.gif") repeat-x;
	background-color: #F5F5F5;
	margin: 0;
	padding: 5px;
        font-size: 11px;
}

#colapseSidebar{ float: left; }

.content{
	width: 78%;
	min-height: 99.5%;
	height: auto;
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #dddddd;
}

.content h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.content h3{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	float: left;
	width: 98.7%;
	background: #DFDFDF;
	padding: 5px;
	margin: 0 0 5px 0;
}

.sidebar h2{
	font-size: 15px;
	color: #333333;
	margin: 0 0 5px 0;
	padding: 0;
}

.sidebar ul{
	list-style: none;
	margin: 5px 0 0 10px;
	padding: 0;
}

.sidebar ul li a{
	text-decoration: none;
	color: #777777;
}

.sidebar ul li a:hover{
	color: #000000;
}

/* PADRAO DE TABELA */
.tb{
	width: 99%;
	height: auto;
	float: left;
	padding: 2px;
	margin: 4px;
}

.tb tr{
	border: 1px solid #CCCCCC;
	height: auto;
}

.tb tr:hover{
	background: #EFEFEF;
}

.tb .trTopico:hover{
	background: #DFDFDF;
}

.tb tr td{
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 2px;
	height: auto;
}

.tb tr .topico{
	color: #000000;
	font-weight: bold;
	background: #DFDFDF;
	height:20px;
}

.tb .acao{
	width: 80px;
	text-align: center;
}

/* FORMULARIO PADRAO */

.formulario{
	width: 48%;
	height: auto;
	margin-top: 10px;
	float: left;
}

.formulario span{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.formulario span label{
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	margin-top: 3px;
	color: #777;
}

.formulario span .input{
	width: 240px;
	height: 20px;
	border: 1px solid #cccccc;
	float: left;
	text-transform: uppercase;
}

.thumb{
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
}