@charset "utf-8";
/* CSS Document */


body {
	background: #304A10 url(../images/bg.png) repeat-x;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
}
ul {
	list-style-type: none;
}
#sortable-list {
	padding:0;
}
li.sortme {
	padding:4px 8px;
	color:#000;
	cursor:move;
	list-style:none;
	width:500px;
	background:#ddd;
	margin:10px 0;
	border:1px solid #999;
}
#message-box {
	background:#fffea1;
	border:2px solid #fc0;
	padding:4px 8px;
	margin:0 0 14px 0;
	width:500px;
}
a, a:visited {
	text-decoration:none;
	color:#000000;
}
.green_link a, .green_link a:visited {
	text-decoration:none;
	color:#527966;
	font-weight:bold
}
p {
	padding:0;
	margin:0;
}
.stextarea {
	width:100%;
	min-height:200px;
}
#list {
	width:98%;
	border:1px solid #999999;
}
#list textarea {
	width:100%;
	min-height:200px;
	border:1px solid #999999;
}
#list tr {
	border:1px solid #999999;
}
#list td {
	border-bottom:1px solid #999999;
	height:30px;
	padding:2px 2px;
}
#list td a {
	width:100%;
	border:1px solid #999999;
	background:url(../images/flags_back.png) center center;
	padding:5px;
}
#list td a:hover {
	width:100%;
	border:1px solid #999999;
	background: url(../images/login_top_back.png) center center;
	padding:5px;
}
#listUsers {
	border:0px;
	width:100%;
	font-size:10px;
	padding:0px;
	margin:0px;
}
#listUsers tr {
}
#listUsers td, #listUsers th {
	height:30px;
	width:50px;
	border:1px solid #999999;
}
#listUsers td{
}
#listUsers td a {
	width:100%;
	border:1px solid #999999;
	background:url(../images/flags_back.png) center center;
}
#listUsers td a:hover {
	width:100%;
	border:1px solid #999999;
	background: url(../images/login_top_back.png) center center;
}
.ajax-loading {
	width:25px;
	height:25px;
	background: url(../images/ajax-loader.gif) top left no-repeat;
}
.theWhiteCorner {
	width: 924px;
	margin: 10px auto;
	position: relative;
	top:-10px;
}
#carousel {
	width:385px;
	height:270px;
	position:relative;
	float:right;
}
.loginHolder {
	width: 924px;
	margin: 20px auto 0 auto;
	height:22px;
}
.login {
	margin-left:740px;
}
.login_admin {
	background: url(../images/login_top_back.png) top;
	padding:5px;
	line-height:14px;
}
#login_area {
	position:absolute;
	width:220px;
	height:240px;
	z-index:999;
	visibility:hidden;
	margin-left:-35px;
	background:url(../images/login_area.png) no-repeat;
}
.menuHolder {
	width: 924px;
	margin: 0px auto 0 auto;
	background:url(../images/menu_back.png) repeat-x;
	height:50px;
}
.registeseBack {
	width: 900px;
	background: url(../images/registese_bg.png) no-repeat;
	height:275px;
	float: none;
	display:block;
	padding-top:10px;
	clear:both;
}
.thankyouBack {
	width: 900px;
	background: url(../images/thankyou_bg.png) no-repeat;
	height:250px;
	float: none;
	display:block;
	padding-top:10px;
	clear:both;
}
.clear {
	clear:both
}
#edit table {
	width:100%;
	border:1px solid #CCCCCC;
}
#edit tr {
	border: none;
}
#edit td {
	border-bottom:1px solid #CCCCCC;
}
.contactosBack {
	width: 900px;
	background: url(../images/contactos_back.png) no-repeat;
	height:275px;
	float: none;
	display:block;
	padding-top:10px;
	margin:60px 0 0 0;
	clear:both;
}
.postBack {
	width: 900px;
	background: url(../images/contactos_back.png) no-repeat;
	height:115px;
	float: none;
	display:block;
	padding-top:10px;
	margin:60px 0 0 30px;
	clear:both;
}
.flages a:hover{
	opacity: 0.5;
	}
.flag_area{
	background:url(../images/flag_area.png) no-repeat;
}
.Back_Flags {
	width: 870px;
	background-image: url(../images/flags_back_new.png);
	background-repeat:no-repeat;
	height:275px;
	float: none;
	display:block;
	padding-top:20px;
	margin:40px auto;
	clear:both;
}
.oiBackContactos {
	background: url(../images/flags_back.png) no-repeat;
	/*width: 600px;*/
	height:275px;
	float: none;
	display:block;
	padding-top:20px;
	margin:40px auto;
	clear:both;
}
.registerbtn {
	background:url(../images/register.png) no-repeat;
	width:120px;
	height:30px;
	border:0;
}
.registerbtn:hover {
	background:url(../images/register_hover.png) no-repeat;
	width:120px;
	height:30px;
	cursor:pointer;
	border:0;
}
.loginbtn {
	background:url(../images/register.png) no-repeat;
	width:120px;
	height:30px;
	border:0;
}
.loginbtn:hover {
	background:url(../images/register_hover.png) no-repeat;
	width:120px;
	height:30px;
	cursor:pointer;
	border:0;
}
.contactbtn {
	background:url(../images/contact.png) no-repeat;
	width:80px;
	height:30px;
	border:0;
}
.contactbtn:hover {
	background:url(../images/contact_hover.png) no-repeat;
	width:80px;
	height:30px;
	cursor:pointer;
	border:0;
}
.voltarbtn {
	background:url(../images/voltar.png) no-repeat;
	border:0;
}
.voltarbtn:hover {
	background:url(../images/voltarOver.png) no-repeat;
	cursor:pointer;
	border:0;
}
.donwloadbtn {
	background:url(../images/down_pdf.png) no-repeat;
	width:105px;
	height:25px;
	border:0;
}
.donwloadbtn:hover {
	background:url(../images/down_pdf_hover.png) no-repeat;
	width:105px;
	height:25px;
	cursor:pointer;
	border:0;
}
.bannerHolder {
	background: url(../images/baner.png);
	width:924px;
	height:275px;
	float: left;
	display:block;
	clear:both;
}
/*banners da Bottom Bar*/
.banners{
	width:228px;
	height:150px;
	float:left;
}
.imprensaHolder {
	background:#DFDAD0 url(../images/baner.png) repeat-x;
	width:924px;
	min-height:275px;
	float: left;
	display:block;
	clear:both;
}
.contentHeader {
	min-height:375px;
	width:780px;
	float: none;
	display:block;
	margin:0 auto;
	padding: 20px 0;
	clear:both;
}
.downloadPdf {
	background:url(../images/news_pdf.png) no-repeat;
	padding:20px 80px;
	margin:0 50px 0 0;
	float:right;
	height:40px;
	position:absolute;
	left:700px;
}
.obsHolder {
	background:#DFDAD0 url(../images/obs.jpg) bottom repeat-x;
	height:455px;
	float: none;
	display:block;
	clear:both;
}
.homeHolder {
	background:#DFDAD0 url(../images/background_ninja.jpg) repeat-x;
	width:924px;
	height:275px;
	float: none;
	display:block;
	clear:both;
}
.books {
	width:375px;
	height:175px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}
.book_on_year {
	width:375px;
	height:175px;
	margin: 30px 0 0 120px;
	background:url(../images/books_back.png);
}
.books_titles {
	width:350px;
	height:175px;
	/*height:175px;*/
	margin: 15px 0 0 187px;
	padding:0px;
	float:left;
}
.books_titles p {
	font-size:11px;
	line-height:12px;
	text-align:justify;
}
.dbody p {
	font-size:11px;
	line-height:12px;
}
.green, .green a {
	margin:20px 0;
	text-align: left;
	color: #5E7F26;
}
.footer, .footer a {
	margin:20px 0;
	text-align:center;
	color: #7FAE46;
}
.footer a {
	margin:20px 0;
	text-align:center;
	color: #7FAE46;
}
.fullNewsTop {
	width:840px;
	background:url(../images/fullnewstop.png) no-repeat;
	height:30px;
}
.fullNewsContent {
	width:840px;
	padding:10px 30px 10px 30px;
	background: url(../images/fullnewscontent.png) repeat-y;
}
.fullNewsContent p {
	width:650px;
}
.fullNewsBottom {
	width:840px;
	background: url(../images/fullnewsbottom.png) no-repeat;
	height:50px;
}
.margins {
	padding:10px 40px;
}
.newsList {
	height:65px;
	width:740px;
	float: left;
	background: url(../images/newsList.png) no-repeat;
	display:block;
	padding:10px 20px 0 10px;
	cursor:pointer;
}
.newsText {
	width:730px;
}
.newsTitle p {
	font-weight:bold;
}
.pageName {
	float: left;
	display:block;
	margin:0 auto;
	clear: left;
}
.pagination {
	float: none;
	text-align:center;
	display:block;
	margin:0 auto;
	clear:both;
}
.pagination a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#5E7F26;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	width: 13px;
	margin:0 2px;
}
.pagination a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#5E7F26;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	width: 13px;
	margin:0 2px;
}
.pagination .active {
	background:url(../images/p_active.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	vertical-align: super;
	width: 14px;
	padding:1px;
}
.onepx {
	background: url(../images/baner.png);
	height:180px;
	float: none
}
.obs {
	width: 48%;
	height: 180px;
	background: url(../images/block_back.png) repeat-x;
	float:left;
}
.archivo {
	width: 27%;
	height: 180px;
	background: url(../images/block_back.png) repeat-x;
	float:left;
}
.cetelem {
	width: 25%;
	height: 150px;
	float:left;
}
#blocks {
	width:924px;
	height: 180px;
	float:left;
	background: url(../images/block_back.png) repeat-x;
	clear: both;
}
.bottomHolder {
	width:924px;
	background: url(../images/footer_back.png) center bottom no-repeat;
	height:30px;
	float:left;
}
.dheader {
	width: 100%;
	background: url(../images/th.png);
	height:30px;
	float:left;
}
.bheader {
	width: 100%;
	height:30px;
	float:left;
}
.jheader {
	width: 100%;
	height:30px;
	float:left;
	margin:5px 5px 0 5px;
}
#tellafriend {
	position: absolute;
	z-index:9900;
	top: 0px;
	left: 0px;
	background-color:#000;
}
.dbody {
	padding-top:30px;
	padding-left:20px;
	font-size:10px;
	vertical-align: top;
	margin-top:10px;
}
.dbody ul {
	font-size:12px;
	vertical-align: top;
	list-style:none;
	padding: 0;
}
.dbody ul li {
	font-size:11px;
	vertical-align: top;
}
.dicon {
	padding-top:7px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#51780F;
	vertical-align: top;
	height:30px;
	float:left;
}
.notify {
	padding:0 10px;
	font-size:12px;
	font-weight:bold;
	color:#51780F;
	vertical-align: top;
	float:left;
	margin-top: -25px;
}
.ficon {
	padding:0px 16px 0 0;
	font-size:11px;
	vertical-align: top;
	height:50px;
	float:left;
}
#admin_menu ul li:hover {
	padding:5px;
	display:inline;
	float:left;
	list-style:none;
	background: url(../images/flags_hover.png) center center;
}
#admin_menu ul li {
	padding:5px;
	display:inline;
	float:left;
	list-style:none;
}
#admin_menu ul {
	padding:0px 10px;
	display:inline;
	float:left;
	list-style:none;
}
#admin_menu {
	background-image:url(../images/admin_menu.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	left:0;
	height:35px;
	padding:0;
	position:absolute;
	top:0;
	width:350px;
	z-index:1;
}
#menuItems {
	float:right;
	margin-right:20px;
	margin-top:20px;
}
#menu_shadow {
	display:block;
	z-index:888;
	background: #00CC33 url(../images/menushadow.png);
}
div.page_item {
	width: 109px;
	height: 40px;
	overflow: hidden;
	background-color: #f9f9f9;
	float:left
}
.page_item a {
	width: 110px;
	height: 40px;
	overflow: hidden;
}
div.current_page_item {
	width: 109px;
	height: 40px;
	margin-top: -5px;
	overflow: hidden;
	background-color: #069;
	float:left;
	z-index:999
}
#observador-internacional {
	background: url(../images/observador-internacional_btn.png);
}
#observador {
	background: url(../images/observador_btn.png)
}
#contactos {
	background: url(../images/contactos_btn.png)
}
#forum {
	background: url(../images/forum_btn.png)
}
#registe-se {
	background: url(../images/registe-se_btn.png)
}
.footer {
	width:924px;
	height:5px;
	float:left;
}
#booksc {
	height: 116px;
	width: 345px;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
#booksc2 {
	height: 116px;
	width: 345px;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
#titles li  {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	height: 150px;
	width: 229px;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
#content2 {
	height: 145px;
	width: 296px;
	float:left;
	overflow:hidden;
	vertical-align:top;
}
#scroll_books {
	list-style:none;
	padding:0 0px;
	font-size:12px;
	vertical-align: super;
	
}
#scroll_archive {
	list-style: none;
	padding:0 0px;
	font-size:12px;
	vertical-align: super;
}
.scrollbar {
	background: url(../images/track.png);
	border:1px solid #E8E3DA;
	height: 130px;
	width: 20px;
	float:left;
}
.scrollbar_flag {
	background: url(../images/track.png);
	border:1px solid #E8E3DA;
	height: 155px;
	width: 20px;
	float:left;
}
.scrollbar-vert {
	background: url(../images/track.png);
	height: 150px;
	width: 20px;
	float:left;
}
.handle-vert {
	height: 72px;
	width: 20px;
	background: url(../images/handle.png) center center no-repeat;
}
.beven {
	margin: 0 0 0 2px;
	padding: 8px 2px 0px 2px;
	background:#E8E3DA;
	height:20px;
	vertical-align:bottom;
}
.bodd {
	margin: 0 0 0 2px;
	padding: 8px 2px 0px 2px;
	background:#F5F3EA;
	height:20px;
	vertical-align:bottom;
}
.even {
	margin: 0 0 0 20px;
	padding: 4px 2px 0px 20px;
	background:#E8E3DA;
	height:25px;
	vertical-align: middle;
}
.even a{
	padding: 4px 2px 0px 0px;
	background:#E8E3DA;
	height:30px;
	vertical-align: middle;
}
.odd {
	margin: 0 0 0 20px;
	padding: 4px 2px 0px 20px;
	background:#F5F3EA;
	height:25px;
	vertical-align:middle;
}
.odd a{
	padding: 4px 2px 0px 0px;
	background:#F5F3EA;
	height:25px;
	vertical-align:middle;
}
.beven a:hover, .bodd a:hover {
	width: 100%;
	color:#669900;
}
.bodd:hover, .beven:hover, .bodd:hover, .beven:hover {
	background: url(../images/flags_hover.png) no-repeat;
	cursor: pointer;
	color:#669900;
}
.drop select {
	margin: 5px 5px 0 5px;
	background:url(../images/input.png);
	border:1px solid #999;
	color:#666666;
	font-weight:bold;
	font-size:10px;
}
img {
	border: none;
}
/*** form ***/
.form {
	width: 925px;
	background: #E2DCD2;
	min-height:550px;
	margin: 0 auto;
}
select {
	background:url(../images/input.png);
	border:1px solid #E2DCD2;
}
option {
	background:#FFFFFF;
}
input[type=text] {
	background:url(../images/input.png);
	border:1px solid #E2DCD2;
}
input[type=password] {
	background:url(../images/input.png);
	border:1px solid #E2DCD2;
}
textarea {
	background: #FFFFFF url(../images/input.png) repeat-x;
	border:1px solid #E2DCD2;
}
.tip {
	max-width:200px;
	font-family:tahoma, arial;
	/*background-color:rgba(28,28,28,0.8);*/
	background:#1C1C1C;
	opacity: 0.8;
  	filter: alpha(opacity = 80);

	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topright: 9px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px; 
	
	/*background:url(../images/bubble.png) left bottom repeat-y;*/
	padding:10px;
}
.tip-title {
	color: #FF9900;
	font-weight:bold;
	padding-bottom:5px;
}
.tip-text {
	color:#FFF;
}
.LV_validation_message {
	font-weight:bold;
	margin:0px 0px 0 5px;
}
.LV_valid {
	color:#FFF;
	background:#009900;
	display:none
}
.LV_invalid {
	color:#CC0000;
}
.LV_valid_field, input.LV_valid_field, textarea.LV_valid_field {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field, textarea.LV_invalid_field {
	border: 1px solid #CC0000;
}

