/* CSS Document */
@import url("download_licitacoes.css");

body{
	padding:0px;
	margin:0px;
	height:100%;
}
#top, #header, #container{
	position:absolute;
	left:50%;
	width:770px;
	margin-left:-385px;
}
a img{
	border:none;
}

/* TOP */
#top{
	top:0px;
	height:20px;
	background-image:url(../images/top_fundo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#top #toplinks{
	background-image:url(../images/top_links.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	padding-left:7px;
}
#top #toplinks a{
	display:block;
	float:left;
	width:105px;
	height:15px;
	margin-right:10px;
	margin-top:2px;
}

/* HEADER */
#header{
	top:20px;
	height:95px;
	background-image:url(../images/header_fundo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#header img{
	margin-left:10px;
	margin-top:10px;
}
#header #header_menu{
	position:relative;
	width:350px;
	height:70px;
	top:-77px;
	left:160px;
	z-index:1;
	
	background-image:url(../images/header_menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#header a{
	display:block;
	position:relative;
	height:20px;
	top:50px;
	float:left;
	z-index:2;
	color:none;
}
#header a span{
	display:none;
}
#header #lnk1{
	left:0px;
	width:50px;
}
#header #lnk2{
	left:2px;
	width:189px;
}
#header #lnk3{
	left:4px;
	width:100px;
}

/*CONTAINER*/
#container{
	top:125px;
	background-color:#FFFFFF;
	height:auto;
}
#footer{
	border-top:1px solid #D9DFEC;
	width:770px;
	height:40px;
	_height:30px;
	clear:both;
	text-align:center;
	font-family:arial;
	font-size:12px;
	padding-top:10px;
	padding-bottom:15px;
	color:#666666;
	_margin-top:0px;
}

/*MENU*/
#container #menu{
	float:left;
	width:195px;
	_width:185px;
}

#container #menu ul{
	padding:0px;
	margin:5px 10px 10px 12px;
}

#container #menu ul li{
	list-style:none;
	margin-bottom:10px;
}

#container #menu ul li a{
	font-family:arial;
	font-size:14px;
	color:#4664A4;
}

/*CONTEÚDO*/
#container #conteudo{
	width:557px;
	_width:580px;
	
	margin-top:0px;
	margin-left:195px;
	_margin-left:185px;
	padding-left:15px;
	
	border-left:1px solid #CCD5E6;
	text-align:left;
	padding-bottom:15px;
}
#container #conteudo p{
	font-family:arial;
	font-size:12px;
	color:#333333;
	line-height:19px;
}

/*LICITAÇÕES*/
#abas{
	margin-bottom:20px;
	color:#2E5796;
}
#abas a{
	font-family:arial;
	font-size:12px;
	color:#2E5796;
}
#licitacoes{
	/*border:1px solid red;*/
	/*width:560px;*/	
}
#licitacoes .obra_img{
	float:right;
	border: 4px solid #ccc;
	margin-top:-14px;
	margin-left:5px;
}
#licitacoes table{
	border-collapse:collapse;
	width:100%;
	border:2px solid #ccc;
	margin-bottom:20px;
	margin-left:0px;
}
#licitacoes caption{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:100%;
	color:#444;
	background-color:#eaeaea;
	padding:5px;
	margin-left:0px;
}
#licitacoes td{
	padding:5px;
	font-family:arial;
	font-size:12px;
	color:#444;
	border-bottom:1px solid #ccc;
}
#licitacoes td span{
	font-weight:bold;
}
#licitacoes td #abertura{
	color:#3A751E;
	font-weight:normal !important;
}
#licitacoes td #encerramento{
	color:#CC0000;
	font-weight:normal !important;
	margin-left:20px;
}
#licitacoes #desc{
	padding-right:200px;
}
#licitacoes td #arquivos{
	background-image:url(../images/licitacao_arquivos_fundo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	border-left:1px solid #ccc;
	margin-left:70px;
	margin-top:-15px;
	padding:16px;
}
#licitacoes td #arquivos a{
	display:block;
	color:#1325CA;
	margin-bottom:5px;
	width:auto;
	font-size:11px;
}
#licitacoes td #arquivos img{
	position:relative;
	top:-80px;
	left:10px;
}

/*NOTA SOBRE LICITAÇÃO*/
#menu #nota{
	margin-top:20px;
	margin-left:10px;
	margin-right:15px;
	font-family:arial;
	font-size:11px;
	border:1px solid #CAD9EE;
	padding:0px 10px 0px 10px;
	background-color:#F2F5FC;
	color:#4B69A8;
}

/*DOWNLOAD DE FICHAS E MANUAIS*/
#manuais{
	position:absolute;
	top:5px;
	left:614px;
}
#manuais_download{
	display:none;
	position:absolute;
	background-color:#F2F5FC;
	border:1px solid #AABFE8;
	top:35px;
	left:530px;
	width:225px;
}
#manuais_download td a{
	font-family:arial;
	font-size:11px;
	color:#254994;
	text-decoration:none;
}

/**/
.moldura{
	position:absolute;
	border: 10px solid #669900;
}

/*LOADING*/
#loading {
	position:absolute;
	background-color:#CC3300;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:6px;
	margin:10px;
	right:10px;
	width:70px;
}

/*FEED*/
#feeds{
	position:absolute;
	top:0px;
	left:478px;
}
