html{
	overflow-y:scroll;
}
body {
	background: #F0F0F0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#down{
	margin:50px;
	padding:50px;
	background:#FFFFFF;
	width:500px;
	height:200px;
	text-align:center;
}
.oneColFixed #container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-y;
}
.oneColFixed #header { 
	padding: 10px 10px 0px 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 3px 0 3px ;
}
#header p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:60%;
}
#header .logo{
	float:left;
}
.oneColFixed #portalMenu {
	padding: 0px;
	margin: 0 10px;
	width:200px;
	float:right;
	text-align:right;
}
#portalMenu img{
	border: 0;
}
#portalMenu .icons{
	margin: 15px 0px 20px 20px;
	padding: 0;
} 
.oneColFixed #portalMenu form{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixed #navMenu {
	margin: 0 3px;
}
.oneColFixed #NavMenuCMS {
	width:754px;
	height:32px;
	margin: 15px 3px 0 3px;
	background-color:#EEE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005097;
}
.oneColFixed #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0px 0 0px ;
	color:#333333;
}
#mainContent #sideBar{
	width: 219px;
	float:right;
	margin: 0 0 10px 10px;
}
#mainContent #contextMenuContainer{
	float:left;
}
#sideBar img{
	border:0;
	margin: 0 0 10px 0;	
}
.oneColFixed #mainContent h1 {
	margin: 7px 0;  
	padding: 0 0 10px 0 ; 
}
.oneColFixed #mainContent h2 {
	margin: 5px 0;  
	padding: 0; 
}
.oneColFixed #mainContent h3 {
	margin: 15px 0 5px 0; 
	padding: 0; 
}
.oneColFixed #mainContent li {
	font-size:11px; 
}
.oneColFixed #mainContent p {
	margin: 1px; 
	padding: 0; 
	font-size:11px;
}
.oneColFixed #mainContent #presMessage{
}
.oneColFixed #mainContent .captionCellPresMessage {
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-align:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	width:80px;
}
.oneColFixed #mainContent .contentPresMessage{
	background-color:#ECDD92;
}
/*conteúdos dinâmicos na página*/
.oneColFixed #mainContent #content{

}
.oneColFixed #mainContent #content h1{
	margin:15px 0 0 0;
}
.oneColFixed #mainContent #content img{
	padding: 5px;
	border: 0;
}
/* END conteúdos dinâmicos na página*/
/* to remove - with tableless design
.oneColFixed #mainContent #homeContent{
	margin-top:15px;
}
.oneColFixed #mainContent #homeContent th{
	text-transform: uppercase;
	background-image: url(../images/layout/columnHeader_short.jpg);
	background-repeat: no-repeat;
	width: 160px;
	font-size: 70%;
	font-weight: bold;	
	padding:4px 0px 5px 8px;
	margin: 10px;
}
to remove - with tableless design */
.oneColFixed #mainContent #homeContentContainer{
/*	background-color:#FFCCFF;*/
	margin-top: 18px;
}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn{
	float:left;
	width: 145px;
	margin: 0 10px 0 0;

}
.oneColFixed #mainContent #homeContentContainer #homeContentItem{
	width: 140px;

}
.oneColFixed #mainContent #homeContentContainer #homeContentItem img{
	border: 0;
	float: right;

}
.oneColFixed #mainContent #homeContentContainer .homeContentItemHover{
	background-color:#F0F0F0;
	cursor: pointer;

}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn h1{
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	background-image: url(../images/layout/columnHeader_short.jpg);
	background-repeat: no-repeat;
	padding:4px 0px 10px 8px;

}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn h2{
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	color:#1677CE;
	padding:2px 5px 0 5px;
}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn p{
	padding: 0px 5px;

}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn img{
	margin: 0 5px 0px 0;
}
.oneColFixed #mainContent #homeContentContainer .homeContentColumn .datetime{
	font-size: 9px;
	color:#999999;
	padding: 1px 5px;
}
.oneColFixed #mainContentBottom {
	height:4px;
	background-image: url(../images/layout/bg_botton.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.oneColFixed #footerContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixed #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0px 0 0px ;
	background: #F0F0F0;
	font-size: 60%;
	color:#999999;
	float:left;
}
.oneColFixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixed #cmsLogin{
	float:right;
	padding: 0 10px; 
	
}
#cmsLogin img{
	border:0px;
}
.oneColFixed #membersListContainer{
	font-size: 90%;
	
}
.oneColFixed #membersListContainer #memberDetails{
	margin: 5px;
	
}
.oneColFixed #membersListContainer img{
	float:right;
	margin: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* appMenu LINKS */
#header a:link {
	color: #999999;
	text-decoration:none;
	padding: 0 3px;
}
#header a:visited {
	color: #999999;
	text-decoration:none;
	padding: 0 3px;
}
#header a:hover {
	color: #999999;
	text-decoration:none;
	padding: 0 3px;
}
#header a:active {
	color: #999999;
	text-decoration:none;
	padding: 0 3px;
}
/* END appMenu LINKS */

/* FOOTER LINKS */
#footer a:link {
	color: #1677CE;
	text-decoration:none;
	padding: 0 3px;
}
#footer a:visited {
	color: #1677CE;
	text-decoration:none;
	padding: 0 3px;
}
#footer a:hover {
	color: #1677CE;
	text-decoration:none;
	padding: 0 3px;
	background-color: #ECDD92;
}
#footer a:active {
	color: #1677CE;
	text-decoration:none;
	padding: 0 3px;
}
/* END FOOTER LINKS */

/* MAIN CONTENT LINKS */
#mainContent a:link {
	color: #1677CE;
	text-decoration:none;
}
#mainContent a:visited {
	color: #1677CE;
	text-decoration:none;
}
#mainContent a:hover {
	color: #1677CE;
	text-decoration:none;
	background-color: #ECDD92;
}
#mainContent a:active {
	color: #1677CE;
	text-decoration:none;
}

#mainContent .homePageIntem{
	background-color: #ECDD92;
}
/* END MAIN CONTENT LINKS */

/* CMS MSG LINKS */
.msgOK{
	color:#00CC00;
	font-weight:bold;
}

.msgFail{
	color:#FF0000;
	font-weight:bold;
}
.cmsTextAreas{
	width: 100%;
}
#simpleBox{
	padding: 20px;
	width: 95%;
	background-color:#00CC00;
}
#okBox{
	width: 95%;
	background-color:#66FF66;
	border: 1px solid #00CC00;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#alertBox{
	padding: 20px;
	width: 95%;
	background-color:#FF8080;
	border: 1px solid #CC0000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#neutralBox{
	width: 95%;
	background-color:#CCCCCC;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* END CMS MSG LINKS */
/*MAP*/
#map {
	margin-top: 10px;
	border:#999999 1px solid;
}
#poi_container{
	font-size:80%;
}
#poi_container .poi_marker{

}
#poi_container img{
	float:left;
	height: 0.8em;
	width: 0.7em;	
}
/*END MAP*/
