@import url("reset.css");
@import url("base.css");
@import url("grids.css");
@import url("forms.css");
@import url("./roundedbox/pmrv/roundedbox.css");
@import url("./roundedbutton/sliding.css");

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.gif"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.gif"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.gif"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

#doc{
	background: #fff;
	margin: auto;
	width: 99.8%;
	/*width: 1000px;*/
}

/* Header, Body and Footer ---------------------------------------------------- */

#hd, #bd, #ft{
	width: 100%;
	margin: auto;
}

/* Head */
#hd{
}

#hdMenu{
	background: #f8f8f5;
	border-bottom: 1px solid #e5e4d9;
	margin-top: 25px;
}

#hd #nav{
	float: right;
	clear: right;
	#margin-right: 10px;
}

#hd #nav .last{
	border: none;
}

#topMenu{
	background: #f3f8e0;
	height: 22px;
	margin-bottom: 12px;
	vertical-align: baseline;
}

#topMenu .menu{
	float: right;
}

#topMenu .div{
	border-right: 1px solid #d1d1d1;
	height: 10px;
}

#topMenu .menu li{
	float: left;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;	
}

#logo{
	clear:left;
	float:left;
	margin-left: 19px;
	margin-right: 80px;
}

#middleHd{
	margin-bottom: 22px;
	height: 76px;
}

#carousel{
	background: url(../images/backgrounds/bg_slide.png);
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #e4e4e4;
	clear:left;
	height: 212px;
	position:relative ; 
	overflow:hidden;
}

#carousel .carouselSlideRegion{
	height: 212px;
	overflow:hidden;
}

#carousel .carouselItems{
	display: block;
	white-space: nowrap;
}

#carousel .carouselItems .carouselItem { 
	display:block; 
	position:relative; 
	float:left;
}

#carousel .left, #carousel .middle, #carousel .right{
	height: 212px;
	float: left;
	width: 33%;
	white-space: normal;
}

#carousel .left{
}

#carousel .middle{
	position: relative;
}

#carousel .menu{
	width: 90%;
	position: absolute;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	/*left: 50%;
	margin-left: -125px;*/
	margin-top: -67px;
}

#carousel .menu li{
	width: 100%;
	margin: auto;
	margin-top: 5px;
	overflow: hidden;
}

#carousel .right{
}

#carousel h1{
	color: #51a514;
	margin-top: 30px;
}

#carousel p{
	color: #696868;
	font-size: 110%;
}

/* Body */
#bd{
	clear: left;
	width: 1000px;
}

#bd .leftCol{
	float: left;
}

#bd .main{
	float: left;
}

#bd .rightCol{
	float: right;
}

.home #bd .leftCol{
	float: left;
	width: 480px;
}

.home #bd .main{
	background: #f3f8e0;
	width: 305px;
	height: 1200px;
}

.home #bd .rightCol, .subpage #bd .rightCol{
	width: 209px;
}

.subpage #bd .main{
	width: 79%;
}

/* Modules */
.mod {
}

.mod .inner{
	
}

.mod .inner .hd{
	font-size: 100%;
	font-weight: bold;
	clear:left;
}

.mod .inner .bd{
	clear:left;
	
}

.mod .inner .ft{
	clear:left;
	margin-top: 10px;
	font-size: 90%;
}

/* List */
.list{
	clear: left;
}

.list li{
	background:url(../images/arrows/arrow_more.png) no-repeat 98% 50%;
	border-bottom: 1px #d2d2d2;
	padding: 5px 23px 5px 2px;
}

.list li h3.category, .list li p{
	margin: 0px;
	padding: 0px;
}

.list li p{
	line-height:normal;
}

/* Titles */

.title{
	margin: 25px 0 10px 0;
	clear: both;
}

/* Colors */
.green .hd, .green .hd, .green h2.headline, .green h3.category{
	color: #88a418;
}

.green a:link, .green a:visited{
	color: #2f5333;
}

.blue .hd, .blue .hd, .blue h2.headline, .blue h3.category{
	color: #188ba4;
}

.blue a:link, .blue a:visited{
	color: #2c4752;
}

/* News */

.news{
	
}

.news .notice{
}

.notice{
	border-bottom: 1px dotted #d2d2d2;
}

.news .list li{
	border-style: dotted;
}

.news .list li p .date{
	float: left;
	margin-right: 10px;
	min-height: 20px;
}

.news h2.headline{
	font-weight: bold;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.titulom{
  color: #88a418;
	font-weight: 15px;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.news h3.category{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

.callNews .notice .thumbnail{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.mainNotice{
	min-height: 165px;
}

/* RH */

.rh{
	
}

.rh .mod{
	width: 200px;
}

.rh .lastUnit .mod {
	float: right;
	margin-right: 5px;
}

/* Diary */

.diary{
 height: 200px;	
}

.diary .list li{
	border-style: solid;
}

.diary .list li p .date{
	float: left;
	margin-right: 10px;
	min-height: 20px;
}

/* Weather Forecast */

.weatherTemp .weather, .weatherTemp .water, .weatherTemp .temperature {
	float: left;
	font-weight: bold;
	color: #000;
	height: 45px;
}
.weatherTemp .water{
	background: url(../images/icons/icon_humid.png) no-repeat left center;
	margin: 0 25px;
}

#press, #humidity{
	margin-left: 30px;
	*padding: 5px 0px;
}

#maxTemp{
	background: url(../images/arrows/arrow_tempmax.png) no-repeat left center;
	*padding: 5px 0px;
	padding-left: 15px;
}

#minTemp{
	background: url(../images/arrows/arrow_tempmin.png) no-repeat left center;
	*padding: 5px 0px;
	padding-left: 15px;
}

/* Forms */

#FrmLicitacoes{
	margin: 0px;
}

#FrmLicitacoes form{
	background: #acacac;
	margin: 0;
	padding: 10px;
	*min-height: 10px;
}

form .field{
	float: left;
	width: 49%;
}

form .field label{
	color: #fff;
}


#FrmLicitacoes #fieldUsername{
	margin-bottom: 5px;	
}

#FrmLicitacoes #fieldPassword{
	margin-bottom: 5px;	
	margin-left: 7px;
}


.roundedFFF{
	padding: 0px;
	margin: 0px;
}

.roundedFFF input{
	border: 0;
	width: 96%;
	padding: 2px;
	margin-left: 1px;
	*width: 95%;
}

.roundedFFF #inpPassword{
	padding-bottom: 3px;
}

.roundedFFF .rtop{
	*margin-bottom: -1px;
}

.roundedFFF .rbottom{
	*margin-top: -1px;
}

#FrmLicitacoes a:link, #FrmLicitacoes a:visited{
	color: #373737;
	font-size: 90%;
	*float: left;
}

#FrmLicitacoes #sendLoginForm{
	*float:right;;
}

#FrmLicitacoes #noRegistered{
	padding-right: 10px;
	border-right: 1px solid #000;
}

#FrmLicitacoes #forgotPassword{
	padding-left: 10px;
}



.line{
	margin: 0 10px;
}

/* Footer */
#ft{
	background: #b4d558 url(../images/backgrounds/bg_footer.png) repeat-x;
	clear: left;
	font-size: 90%;
	color: #fff;
}

#ft a:link, a:visited{
	color: #56662a;
}

#ft .menu li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;	
	border-right: 1px dotted #fff;
}

#ft .line{
	padding: 0px;
	margin: 0px 25px;
}

#ft .l1{
	padding-top: 20px;
	margin-bottom: 5px;
	margin-top: 25px;
	*padding-top: 0px;
}

#ft .l2{
	padding-bottom: 5px;
}

#ft .men
	padding-left: 0;	
}

#ft .menu li.last{
	border: none;
}

#ft .right{
	text-align: right;
}

#ft p{
	padding: 0px;
	margin: 0px;
}

/* Utils */
.date {
	font-size: 90%;
	color: #7f8175;
}

.thumbnail{
	border: 1px solid #b5b5b5;
	padding: 1px;
}

/* Banners */
.services .banner{
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 14px;
	margin-bottom: 14px;
	text-align: center;
}

.services .last{
	border: none;
}

.singleBanner {
	border: 1px solid #b5b5b5;
	padding: 1px;
	margin: 10px 0px;
}

