/* ______________________ szkielet _________________________ */
*, html {
   margin: 0;
   padding: 0;
}
html, body {
	margin:0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	font-family: Verdana, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 140%;
	color: #000;
}
#bckg-down {
	position: fixed;
	bottom: 0;
	height: 45px;
	width: 100%;
	background-image: url(/images/bckg_html.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	display: none;
}
#bckg-down .content {
	width: 950px;
	text-align: center;
   margin: 0px auto;
	margin-top: 3px;
}
#bckg-down a {
	color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#bckg-down p {
	text-align: left;
	padding-top: 3px;
}
body {
	background-image: url(/images/bckg_body.png);
	background-position: 0px 43px;
	background-repeat: repeat-x;
}
#main {
	width: 1000px;
	text-align: center;
   margin: 0px auto 45px;
}
#iframe {
   width: 100%;
   text-align: left;
   background-color: #f3f3f3;
}
.columns {
   border-top: 0;
   overflow: hidden;
   zoom: 1;
   float: none;
   clear: both;
   background-color: #fff;
   padding: 5px 7px;
}
/* ______________________ /szkielet _________________________ */

/* ______________________ layout _________________________ */
.clr {clear: both; float: none;}
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.content {padding: 0 10px 10px;}
#profile .content p {padding: 5px 0px 15px;}

h1,h2 {font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif, Arial, Verdana;}
h3,h4,h5,h6 {font-family: Verdana, Geneva, Helvetica, Arial, Tahoma;}
h1 {
	font-size: 18px;
	margin: 5px 0 5px 0px;
	padding-bottom: 6px;
   line-height: 134%;
   font-weight: 500;
}
h2 {
	font-size: 16px;
	padding: 0 5px 0px 0;
	margin: 0 0 6px 0;
   text-align: left;
   font-weight: 800;
   line-height: 134%
}
h2 a, h2 a:hover {
	font-weight: bold;
	text-decoration: none !important;
}
h2 img {
	vertical-align: middle;
	padding-right: 3px;
}
h3 {
	font-size: 12px;
	margin: 4px 2px 4px 0px;
	color: #f8951e;

}
h6.notice {
   font-size: 14px;
   color: #fff;
   padding: 10px 10px 10px 50px;
   margin: 10px auto;
   line-height: 135%;
   font-weight: 800;
   background-color: #cbdc01;
   background-image: url(/images/ico_notice.png);
   background-position: 10px 50%;
   background-repeat: no-repeat;
}
h6.error {
   font-size: 14px;
   color: #fff;
   padding: 10px 10px 10px 50px;
   margin: 10px auto;
   line-height: 135%;
   font-weight: 800;
   background-color: #c40000;
   background-image: url(/images/ico_error.png);
   background-position: 10px 50%;
   background-repeat: no-repeat;
}
a {
	text-decoration: underline;
	color: #434343;
}
a:hover {
	text-decoration: none;
}
img {	border: 0; }
.rgt, .right, .t-rgt  {
	text-align: right;
	padding: 2px;
	padding-right: 4px;
}
.lft, .left, .t-lft {
	text-align: left;
	padding-left: 4px;
}
.cnt,.center, .t-cnt {text-align: center; }
.rgt-top {
	text-align: right;
	padding: 2px;
	padding-right: 4px;
	vertical-align: top;
}
.lft-top {
	text-align: left;
	padding-left: 4px;
	vertical-align: top;
}
.cnt-top {
	text-align: center;
	vertical-align: top;
}
.f-lft { float: left;}
.f-rgt { float: right;}
.fright {float: right;}
.fleft {float: left;}

.disabled {display: none;}
.break, .clear {
    clear: both;
	 float: none;
}
.line {
   background-repeat: repeat-x;
   background-position: 0 0;
   height: 41px;
   margin-bottom: 10px;
}
fieldset {
	border: none;
}  
.pagination {
  float: none;
  clear: both;
  margin: 5px auto;
  text-align: center;
}
.pagination span {
   font-weight: bold;
}
.row1 {background-color: #fff; }
.row2 {background-color: #fff1dd; }
.row3 {background-color: #eff4b2; }

.notfound {
   line-height: 200%;
   text-align: center;
   border: 1px solid #ce0000;
}
.font10 {font-size: 10px; }
.font11 {font-size: 11px; }
.font12 {font-size: 12px; }

div.scroller {
   background:transparent url(/images/scroller-bar.gif) no-repeat scroll left center;
   height:18px;
   margin:5px 0 0 18px;
   width:120px;
}

div.scroller div.scroll {
   background:transparent url(/images/scroller-scroll.gif) repeat scroll 0 0;
   cursor:pointer;
   height:18px;
   left:103px;
   width:10px;
}

/* breadcrumbs */ 
ol.breadcrumbs {margin: 5px 0 10px;  clear: both; text-align: left;} 
ol.breadcrumbs li {display: inline;  padding: 0 3px 0 3px; font-weight: bold;}
ol.breadcrumbs li a { font-weight: normal; } 
ol.breadcrumbs li.sep { font-weight: normal; padding: 0 1px 0 1px;} 

/* ________________________ /layout _____________________ */

/* ______________________ header _________________________ */
#header {
	border-top: 1px solid #fff;
	height: 120px;
   background-image: url(/images/header.png);
   background-repeat: no-repeat;
   background-position: 0 bottom;
   text-align: left;
}
#header .observe {
	float: right;
	padding-top: 15px;
	width: 300px;
	height: 20px;
	text-align: right;
}
#header a {
   color: #666;
   text-decoration: none;
}
#header .logo {
   margin-top: 20px;
   width: 220px;
   height: 65px;
	display: block;
}
#header ul.menu {
	display: block;
   margin: 14px 0px 10px 10px;
   list-style: none;
   overflow: hidden;
}
#header ul.menu li {
   display: inline;
   list-style: none;
   font-size: 12px;
   padding: 0 10px;
	color: #fff;
}
#header ul.menu li a {
   color: #fff;
	font-weight: bold;
}
#header ul.menu li a:hover {
   text-decoration: underline;
}
#header ul.menu li.first {
   padding-left: 0;
}
#header .slogan {
   margin: 20px auto 10px;
   font-size:21px;
	
   text-align: center;
   color: #8cc63f;
}
/* ______________________ /header _________________________ */

/* ______________________ left_col _________________________ */
#left_col {
   width: 630px;
   float: left;
   overflow: hidden;
   zoom: 1;
   text-align: left;

}
ul.horizontal {
	overflow: hidden;
}
ul.horizontal li {
	float: left;
	list-style: none;
	border-right:1px solid #E5E5E5;
	margin-right:10px;
	padding-right:10px;
}
ul.horizontal li.last {
	border: 0;
}
ul.horizontal li.silver {
	color: #bbb;
}

p.nores {
	text-align: center;
	font-size: 21px;
	color: #d7d7d7;
	margin: 70px auto;
}

#left_col dl.articles {
	margin: 0 0 10px;
	border-bottom: 2px solid #e2e2e2;
	line-height:  140% !important;
}
#left_col dl.articles dd.article {
	margin: 4px 0;
	padding-bottom: 7px;
	text-align: justify;
}
#left_col dl.articles dd.more {
	text-align: right;
	margin-bottom: 5px;
}
#left_col dl.articles dd.more a {
	font-weight: bold;
	text-decoration: none;
}

#left_col dl.articles dd.full-article {
	margin: 10px 0 40px;
	text-align: justify;
}
#left_col dl.articles dd.full-article p {
	padding: 8px 0;
}
/* ______________________ /left_col _________________________ */

/* ______________________ right_col _________________________ */
#right_col {
   width: 335px;
   float: right;
   overflow: hidden;
   zoom: 1;
   text-align: left;
}
#right_col h2 {
	
}
#right_col p {
	padding: 5px 0 10px
}
#right_col ul.articles {
	list-style: square;
	margin-left: 15px;
}
#right_col ul.articles li {
	margin-bottom: 7px;
}
/* _______________________ pages ______________________ */
.pages {}
.pages h1 {
   margin-top: 7px;
   color: #228b22;
}
.pages p {
   padding: 3px 5px 10px;
   line-height: 150%;
}
/* _______________________ pages ______________________ */

a.sugestia {
margin-left:auto !important;
margin-right:-15px !important;
position: fixed;
right: 0;
top: 35%;
width: 55px;
background-image:url(/images/sugestia.png);
height:125px;
z-index: 10;
}
.flaker {
   position: fixed;
   right: 5px;
   top: 60%;
   width: 30px;
   height:30px;
   background-image: url(/images/flaker.png);
   background-repeat: no-repeat;
   z-index: 10;
}
.flaker a {
   display: block;
   width: 100%;
   height: 100%;
}

/* ______________________ /right_col _________________________ */

/*	______________________ footer _________________________ */
#footer {
   margin-top: 10px;
   padding: 3px  5px 4px;
   text-align: right;
   font-size: 10px;
   color: #808080;
}
/*	______________________ /footer _________________________ */
/*	______________________ form	_________________________ */
#page-content {
   text-align: left;
}
#page-content h2 {
   color: #f7931e;
   padding: 5px 0;
   border: 1px solid #b9dc8b;
   border-left: 0;
   border-right: 0;
   font-weight: 600;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 140%;
}
h2.noresult a {
   color: #4a8800;
   font-weight: bold;
}
/* ______________________ lightbox ___________________ */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:10px solid #555555;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* ______________________ /lightbox ___________________ */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/images/lytebox/loading.gif) center no-repeat;
}
iframe {
   border: 0;
}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(/images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(/images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 104px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/images/lytebox/pause_gold.png) no-repeat; }
   
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
/*  ___________________ autocomplete _______________________ */
.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
