body
{
	margin: 15px 40px;
	background: #C7C7CF url(bg-main.gif) repeat-x;

}

/******************
HTML Tags
******************/

#content p, #content-side-2 p
{
	margin: 0px 0px 20px 0px;
	overflow:auto;
}

#content-side-2 img
{
	border: none;
	overflow:auto;
}

#breadcrumb-side label
{
	display: none;
}

/******************
FORM STYLES
******************/

#content-container
{
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	overflow:auto;
}

#content-container fieldset
{
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 20px;
	overflow:auto;
}

/* a nested fieldset */
#content-container fieldset fieldset
{
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	overflow:auto;
}

#content-container legend
{
	margin-bottom: 0px;
	padding: 0px 10px 5px 5px;
	color: #666666;
	font-weight: bold;
	overflow:auto;
}

/* a nested legend */
#content-container fieldset fieldset legend
{
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
	overflow:auto;
}

#breadcrumb-side
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#breadcrumb-side fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#breadcrumb-side legend
{
	display: none;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link
{
	color: #0000FF;
}

#mainnav-container a:visited
{
	color: #0000FF;
}

#mainnav-container a:hover
{
	color: #000099;
	text-decoration: none;
}

#mainnav-container a:active
{
	color: #669966;
}

/* All link states are selected with an "a" */
#header a
{
	color: #FFFFFF;
}

#breadcrumb-container a
{
	color: #0000FF;
}

#three-column-container h2
{
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

td h2, td h3
{
	margin: 0 !important;
	padding: 0 !important;
}

/******************
Layout Divs
******************/

/* IE doesn't use min-height */
#mainnav-container
{
	padding: 8px 10px 0px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	
	height: 24px;
	min-height: 24px;
}

#mainnav
{
	float: left;
	width: 70%;
}

#mainnav-side
{	
	
	float: right;
	width: 30%;
	text-align: right;
}

#header
{
	margin-bottom: 1px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	height: 60px;
	min-height: 50px;
	background-position: right;
	font-size: 1.8em;
	font-weight: bold;
}

#header a
{
	text-decoration: none;
	color: #FFFFFF;
}

#slogan
{
	font-size: .68em;
	margin: 0px;
	font-weight: normal;
	padding-top: 7px;
	color:Black;
}

#breadcrumb-container
{
	border-bottom: 2px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	height: 12px;
	min-height: 32px;
}

#breadcrumb
{
	float: left;
	padding: 8px 10px 4px 10px;
}

#breadcrumb-side
{
	float: right;
	padding: 6px 10px 6px 10px;
}

#content-container
{
	background-color: #F6F6F6;
	border-top: 1px solid #CBCBCB;
	border-right: 1px solid #7F7F7F;
	border-bottom: 2px solid #7F7F7F;
	border-left: 1px solid #CBCBCB;
	padding: 0px;
	margin: 0px;
	position: relative;
	height:100%
}

#content-side
{
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	width: 150px;
	padding: 5px;
}

#content-side-2
{
	/*
	position: absolute;
	top: 0;
	right: 0px;
	*/	
	width: 150px;
	padding: 5px;
}

#content
{
	/*
	padding: 10px 10px 34px 10px;
		margin: 0px 161px 0px 161px;
	*/

	border-left: 1px solid #D0D0BF;
	border-right: 1px solid #D0D0BF;
	border-bottom: 1px solid #D0D0BF;
	height:100%;
	min-height:600px;
	background: #FFFFFF url(../Images/logo-sponsor.png) no-repeat;
	background-color: #FFFFFF;
	background-position: center bottom;
	overflow:auto;
	position:relative;
}

.col-center, .col-left, .col-right
{
	padding: 5px 10px;
	vertical-align: top;
}

.col-left
{
	border-right: 1px dashed #dddddd;
	padding-left: 0;
}

.col-right
{
	border-left: 1px dashed #dddddd;
	padding-right: 0;
}

.img-left
{
	border-right: 1px solid #dddddd;
}

.img-right
{
	border-left: 1px solid #dddddd;
}

#three-column-container
{
	width: 100%;
	margin: 10px 0px;
	text-align: justify;
}

#three-column-left
{
	float: left;
	width: 30%;
}

#three-column-right
{
	float: right;
	width: 30%;
}

#three-column-middle
{
	width: 30%;
	margin: 0px 32% 0px 35%;
}

#footer
{
	margin-top: 20px;
	padding: 20px 10px 0px 10px;
	border-top: 1px solid #7F7F7F;
	text-align: center;
	clear: both;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	font-size: .95em;
}

/******************
MENU ITEMS
******************/

#mainnav-container ul
{
	margin: 0px;
	padding: 0px;
}

#mainnav-container li
{
	padding: 0px;
	list-style: none;
	display: inline;
	margin: 5px 10px 5px 0px;
}

#mainnav-side li
{
	padding: 0px;
	margin: 5px 0px 5px 10px;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#content ul.list li
{
	list-style: none;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 50%;
	
}

#content ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}

#content ul.link-list-vertical li a:link
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 50%;
}

#content ul.link-list-vertical li a:visited
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 50%;
}

#content ul.link-list-vertical li a:hover
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 50%;
}

#content ul.link-list-vertical li a:active
{
	padding: 2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 50%;
}


/******************
CLASSES
******************/

.button-big
{
	margin-top: 8px;
}

img.smallnews
{
	border: 1px solid #000000;
	margin: 8px;
}

img.photobig, img.photosmall
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding: 8px;
}

div.photosmall
{
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
	border: 8px solid #eeeeee;
}

div.photosmall img
{
	border: 1px solid #000000;
	margin: 0;
}

.searchbox
{
	height: 13px;
	margin: 0px;
	padding: 0px;
	width: 9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.button-search
{
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background: url(bg-button-search.gif) repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.none
{
	display: none;
}

.clear
{
	clear: both;
}

#applicationLogo
{
	position: absolute;
	right: 50px;
}

.hidden,.invisible
{
	display: none;
}

.sideBox
{
	background: #f8f8f8 url(caixa01_bg.gif) right repeat-y;
	padding: 3px 4px 4px 4px;
	border: 1px solid #bbbbbb;
	margin-bottom: 4px;
}

.sideBox table
{
	margin: 0;
	padding: 0;
}

.sideBox input.input {
	background: url(frm_input_bg.gif) center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	border: 1px solid #aaaaaa;
	width: 60px;
}

.sideBox ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #bbbbbb;
	border-top: none;
	margin-top: 8px;
}

.sideBox li {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #bbbbbb;
	padding-bottom: 1px;
}

.sideBox li a {
	display: block;
	background: url(caixa01_menu_bg.gif) no-repeat;
	background-position: left top;
	color: #00598c;
	text-decoration: none;
	line-height: 24px;
	padding-left: 17px;
}

.sideBox li a:hover {
	color: #000000;
	text-decoration: none;
}

.sideBox h2
{
	display: block;
	background: url(caixa01_titulo_bg.gif) bottom repeat-x;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 10pt;
}

.sideBox
{
	font-size: 8pt;
}

#LoginSide td
{
	padding: 0;
	margin: 0;
}

.test-panel
{
	margin: 0 0 4px 0;
	padding: 2px 4px;
}

.headline
{
	border-bottom: 1px solid #bbbbbb;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
}

.newsTable
{
	width: 100%;
}

.newsRow
{
	vertical-align: top;
}

.newsRow td
{
	width: 33%;
}

.newsRow .col-0 .abstractNewsCell, .newsRow .col-0 h2
{
	padding: 0 4px 0 0 !important;
}

.newsRow .col-1 .abstractNewsCell, .newsRow .col-1 h2
{
	padding: 0 4px !important;
}

.newsRow .col-2 .abstractNewsCell, .newsRow .col-2 h2
{
	padding: 0 0 0 4px !important;
}

.newsRow .col-1
{
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.newsRow h2
{
	font-size: 10pt;
}

.newsRow .imagNewsCell
{
	width: 100%;
	background-color: #eeeeee;
	padding: 8px 0;
	text-align: center;
	margin-right: -4px;
}

/* LIST */

.listContainer
{
	width: 600px;
	height:400px;
	overflow: auto;
	padding: 0px;
}

.listContainer td, .listContainer th
{
	border: 1px solid #dddddd;
}

.listContainer th
{
	background-color: #eeeeee;
	vertical-align: bottom;
}

.unsort
{
	padding: 0 4px;
}

.sort
{
	margin: 1px 0 0;
	display: block;
	float: right;
	font-size: 80%;
	color: White;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	padding: 2px 4px;
}

img.noborder
{
	border: 0;
}

.numeric
{
	text-align: right;
	white-space: nowrap;
}

input.timeBox
{
	text-align: right;
}

input.numeric
{
	width: 80px;
}

.um
{
	padding: 0 0 0 8px;
	font-weight: bold;
	font-size: 7pt;
}

.column-header
{
	color: #666666;
	font-size: 80%;
	margin: 0;
}

.column-header a
{
	margin: 0 17pt;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}

/* REPOSITORY */
ul.tabular-list
{
	margin: 0;
	padding: 0;
}

ul.tabular-list li
{
	font-size: 13px;
	border: 1px solid #cccccc;
	display: block;
	float: left;
	width: 180px;
	margin: 0 4px 4px 0;
	height: 84px;
	padding: 2px 2px 2px 28px;
	background-color: #ffffdd;
}

ul.tabular-list li.table
{
	background-image: url(table.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

ul.tabular-list li.feature
{
	background-image: url(feature.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

ul.tabular-list li.map
{
	background-image: url(map.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

ul.tabular-list li div.header
{
	overflow: auto;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	height: 32px;
	bottom: 0;
}


ul.tabular-list li div.description
{
	overflow: auto;
	margin: 2px 0 0 0;
	padding: 0 2px 0 0;
	height: 40px;
}

ul.tabular-list li a.insert
{
	display: block;
	float: right;
	margin: 2px 1px 0 0;
}

.list-button-container
{
	width: 11px;
}

.newsImage
{
	display: block;
	float: right;
	margin: 0 0 6px 6px;
}

#sitemapeditor ul
{
	margin: 0;
	list-style: none;
	padding: 0;
}

#sitemapeditor ul ul
{
	padding-left: 28px;	
	margin-bottom: 8px;
}

.errorMessage
{
	border: 2px solid brown;
	background-color: #ffffaa;
	padding: 4px;
	margin-bottom: 12px;
	font-weight: bold;
}

.normalMessage
{
	border: 2px solid blue;
	background-color: #eeeeee;
	padding: 4px;
	margin-bottom: 12px;
	font-weight: bold;
}

span.s-button
{
	background-image: url(../Images/toolbar.buttonbg.gif);
	border: #cec6b5 1px solid;
	cursor: pointer;
	padding: 0 3px;
	margin: 4px 0;
}

span.s-button:hover
{
	background-color: #c1d2ee;
	border: 1px solid #316ac5;
	background-image: none;
}

img.s-button
{
	margin: 0;
	border: 0;
	cursor: pointer;
}

.list-table
{
	margin: 6px 0;	
	width: 100%;
}

.list-table img
{
	border: 0 !important;
}

.frameContainer
{
	border-top: 1px solid black; 
	border-bottom: 2px solid black; 
}

.iframe-table
{
	border: 0px solid black; 
	height: 300px;
	margin: 0; 
	padding: 0;
}

.related-space
{
	padding: 0;	
	background: #fafafa;
}

.small
{
	font-size: 80%;
}

.gallery img
{
	border: 0;
}

ul.gallery 
{
	list-style: none;
	padding: 0;
}

ul.gallery li
{
	float: left;
	display: block;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 0 2px 2px 0;
	width: 160px;
	height: 160px;
}

ul.gallery li .textual-description
{
	height: 40px;
	overflow: auto;
	font-size: 85%;
}

.sideBox li a.attachment-ico
{
	padding: 0 0 0 4px;
	background-image: none;
}

.sideBox li a.attachment-ico img
{
	vertical-align: baseline;
}

.risks
{
	border: 3px solid #CC0000;
	background-image: url(bg-risk.gif);
	padding: 4px;
	margin: 0 0 8px 0;
}

.risks h1
{
	color: #CC0000;
	font-size: 11pt !important;
}

.riskimagecontainer
{
	border: 1px solid black;
}

.right
{
	float: right !important;
}