/*base --------------------------*/
* {
  margin: 0;
  padding: 0;
}

.clear {
	clear:both;
}

body {
	background-color:#003455;
	font:70.5%/1.7 Verdana, Arial, sans-serif;
	text-align:center;
	color: #111111;
	min-width:920px;
}

#pag_central{
	width:900px;
	margin:auto;
	background-color:#FFF;
	text-align:left;
}


a:link {
	border:0;
	color:#06A;
	text-decoration:none;
}
a:visited {
	border:0;
	color:#06A;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

h1 {
	font-size:14px;
	}
	
img {
	border:0;
}

.espaco{
margin-top:15px;
}

span{
color:#06A;
font-size:11px;
font-weight:bold;
}

/* fim base --------------------------*/

/* header --------------------------*/

#header {
	width:900px;
	height:170px;
	text-align:left;
	border-bottom: #999999 1px dotted;
	background:url(../images/img-header.jpg) repeat-x top;
	position:relative;
	
}

#header img {
  float: left;
	padding: 20px 0 0 30px;
}

#header h1 {
  float: right;
	width: 450px;
	margin: 0;
	padding: 40px 10px 10px 0;
	color:#FFF;
}
#header .botoes:link {
float:left;
width:70px;
height:20px;
line-height:20px;
text-align:center;
display:block;
border-top:#999999 1px dotted;
border-left:#999999 1px dotted;
color: #000000;
background-color: #FFFFFF;
margin:150px 0 0 0;
}

#header .botoes:visited {
float:right;
width:70px;
height:20px;
line-height:20px;
text-align:center;
display:block;
border-top:#999999 1px dotted;
border-left:#999999 1px dotted;
color: #000000;
background-color: #FFFFFF;
margin:42px 0 0 30px;
}


#header .botoes:active {
color: #06A;
}

#header .botoes:hover {
color: #06A;
}
		
/* header - Fim */



/* footer */

#footer {
display:block;
background-color:#eee;
width:900px;
height:60px;
border-top: #999999 1px dotted;
}

#footer img {
float: right;
padding: 10px 100px 10px 0;
}

#footer p{
  float: left;
	margin: 0;
	padding: 10px 0 0 100px;
	line-height:40px;
}

/* footer fim */



/* sidecontent - Inicio */

#sideContent {
float:left;
width:180px;
margin:0 0 0 -900px;
border-right:#CCCCCC 1px dotted;
}


#sideContent h1 {
	margin: 10px 0 10px 10px;
	width:200px;
	color:#003455;
	font-size:12px;
}

#sideContent ul {
margin:0;
padding:0;
list-style:none;

}

#sideContent ul a:link {
display:block;
width:180px;
height:20px;
line-height:20px;
color:#333333;
text-decoration:none;
background: url(../images/fundo-sidecontent.jpg) repeat-x bottom;
border-top: #CCCCCC 1px dotted;
border-bottom: #CCCCCC 1px dotted;
text-indent:10px;

}

#sideContent ul a:visited {
display:block;
width:180px;
height:20px;
line-height:20px;
color:#333333;
text-decoration:none;
background: url(../images/fundo-sidecontent.jpg) repeat-x bottom;
border-top: #CCCCCC 1px dotted;
border-bottom: #CCCCCC 1px dotted;
text-indent:10px;

}


#sideContent ul a:active {
background: #FFFFFF;
border-top: #CCCCCC 1px dotted;
border-bottom: #CCCCCC 1px dotted;
}

#sideContent ul a:hover {
background: #FFFFFF;
border-top: #CCCCCC 1px dotted;
border-bottom: #CCCCCC 1px dotted;
}

/* sidecontent - Fim */






/* primaryContent - Inicio */


#title {
background-color:#E4E4E4;
	text-align:left;
	padding-left:5px;
	color: #333;
	font-size:12px;
	margin:10px 15px 0 0;
	
}

#twoColLayout #primaryContent {
width:690px;
float:left;
margin:0 0 0 190px;

}

#primaryContent {
	width:690px;
	float:left;
	padding: 10px 0 20px 20px;
}

#primaryContent p {
padding:0;
margin:10px 0 0 0 ;
	
}

#primaryContent span a:link {
float:right;
margin-right:5px;
font-weight:normal;
}
#primaryContent span a:visited {
float:right;
margin-right:5px;
font-weight:normal;
}
#primaryContent span a:active {
float:right;
margin-right:5px;
font-weight:normal;
}
#primaryContent span a:hover {
float:right;
margin-right:5px;
font-weight:normal;
}
/*
float:right;
width:70px;
text-align:center;
display:block;
color: #000000;
background-color: #FFFFFF;
	
}

/* primaryContent - Fim */



/*tabela----------------------*/

table {
width:680px;
text-align:center;
margin: 0 0 10px -3px;
border:thin dotted #CCCCCC;
}

caption {
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align:left;
  padding-left:5px;
  color:#9E012E;
}

thead {
font-weight:bold;

}

th {
  text-align: left;
}

th, td {
text-align:left;
padding-left:5px;
}

.odd {
  background-color: #F0F0F0;
}

tr:hover {
  background-color: #DDE5FD;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
.tamanho-pequeno{
width:45px;
}

.tamanho-medio{
width:75px;
}

.tamanho-grande{
width:145px;
}

/*fim tabela ---------------*/





/* formularios - Inicio */

#login {
	width:200px;
	margin: 100px 0 100px 350px;
	background-color:#eee;
	padding:10px;
	border:#CCCCCC 1px dotted;
}

#login form  {
margin:0;
padding:0;
	width:40px;
}

#login label {
	display:block;
	float:left;
	width:40px;
}


#formularios {
	width:650px;
	margin: 10px 0 0 0;
	background-color:#eee;
	padding:10px;
	border:#CCCCCC 1px dotted;
}

#formularios form  {
margin:0;
padding:0;
width:650px;
}

#formularios label {
display:block;
}

.campos {
background-color:#DDE5FD;
font-size:11px;
color:#000;
margin-right: 20px;
}

.campo {
background-color:#DDE5FD;
font-size:11px;
color:#000;
}

/* formulários - Fim */






/* formIncluir - Inicio

#busca{
width:300;
height:30px;
margin-left:360px;
margin-right:20px;
padding: 0 10px 10px 10px;
background-color:#F0F0F0;
border:1px #CCCCCC dotted;
}



input{
font-size:11px;
margin:5px 0 0 0 ;
padding:0;
display:inline-block;
}

.form-busca{
width:300px;
margin:0;
padding:10px 0 0 0;
}

.form-excluir{
width:300px;
margin:10px 0 10px 0;
padding:0;
}

.form-login {
background-color: #FFFFCC; 
width:380px;
font: 11px Verdana, sans-serif;
border: 2px solid #0000FF;
padding-left:10px;
}



textarea {
	display:block;
	width:463px;

}


#form_incluir {
	margin:10px 20px 0 0;
}

#form_incluir p {
	margin:1px 0 0 0;
	background-color:#F8F8F8;
}

h2 {
	margin:10px 0 0 0;
	font-size:12px;
	color:#666;
	text-decoration:underline;
}

label {
	margin-top:3px;
	width:120px;
	float:left;
	font-weight:bold;
}


#chamada {
	height:60px;
}

#noticia {
	height:120px;
}

#voltar {
	float:left;
	margin-top:40px;
}

#executar {
	float:right;
	margin-top:40px;
}
