/*************
Blue: #29658C 
**************/

/* Color for text */
.selectLegislacao ul li.selected,
.side-nav li.selected,
.side-nav li a.selected,
.side-nav li a.highlighted,
.breadcrumbs > * a, .breadcrumbs > * span,
body#article-popup h2,
.slideshowHPContainer .slideshow-next.nextPrevNumbers,
.slideshowHPContainer .slideshow-prev.nextPrevNumbers,
ul.breadcrumbs li,
ul.breadcrumbs > *:before,
.advancedSearchButton,
.grey_lvl1:hover,.grey_lvl2:hover,.grey_lvl3:hover,.grey_lvl4:hover,
.pagination a.prev:hover,.pagination a.next:hover,
.defaultColor,
.plusSign:hover,
.side-nav li a:hover,
#resultados h1,
.top-bar-section ul li:hover > a,
.top-bar-section ul li > a:hover,
#destaquesInci h6,
#destaquesInci h2 a,
a,a:hover, a:focus,
.top-bar-section ul li.active > a,
.top-bar-section ul li.active > a:hover,
#footer ul li a:hover,
h1, h2, h3, h4, h5, h6{
	color: #29658C;
}

/* Color for background */
.slideshowHPContainer .slideshow-numbers.nextPrevNumbers span.cycle-pager-active,
.slideshowHPContainer .slideshow-numbers.nextPrevNumbers span:hover,
table.ui-datepicker-calendar .ui-datepicker-current-day,
.ss3GreenTheme .ui-datepicker-header.ui-widget-header,
table thead tr th,
#ui-datepicker-div .ui-datepicker-header,
button:hover, button:focus, .button:hover, .button:focus,
button, .button,
#pesquisaInci .tabs dd.in-active{
	background-color: #29658C;
}

/* Color for generic stuff */
#sb-wrapper-inner {border-color: #29658C;}
button, .button{border-color: #29658C;}
.bg-bottom {background: url('../../images/main_base/bg_top_blue.png') no-repeat bottom center;}
.buttonPesquisar{background: #fff url("../../images/main_base/button_pesquisar_blue.gif") 0px 0px no-repeat;}
#pesquisaInciObj .tabs dd.in-active{	background: rgba(0, 0, 0, 0) url("../../images/main_base/shadow_bottom_blue_bg.png") left bottom repeat-x;}

.button{
	background: rgb(41, 101, 140);
	background: -moz-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(74, 150, 206) 93%);
	background: -webkit-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(74, 150, 206) 93%);
	background: -o-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(74, 150, 206) 93%);
	background: -ms-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(74, 150, 206) 93%);
	background: linear-gradient(0deg, rgb(41, 101, 140) 22%, rgb(74, 150, 206) 93%);
}

.button:hover{
	background: rgb(41, 101, 140);
	background: -moz-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(41, 101, 140) 93%);
	background: -webkit-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(41, 101, 140) 93%);
	background: -o-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(41, 101, 140) 93%);
	background: -ms-linear-gradient(90deg, rgb(41, 101, 140) 22%, rgb(41, 101, 140) 93%);
	background: linear-gradient(0deg, rgb(41, 101, 140) 22%, rgb(41, 101, 140) 93%);
}

.slideshowHPContainer .slideshow-prev.nextPrevNumbers{background-position: 50% 0px;}
.slideshowHPContainer .slideshow-next.nextPrevNumbers{background-position: 50% -11px;}

#pesquisaInci .arrow{background-image: url("../../images/main_base/icon_arrow_down.png");}
#pesquisaInci .arrow.down{background-image: url("../../images/main_base/icon_arrow_up.png");}
