@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('fonts/big_noodle_titling-webfont.ttf') format('truetype'),
         url('fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('fonts/big_noodle_titling_oblique-webfont.eot');
    src: url('fonts/big_noodle_titling_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling_oblique-webfont.woff') format('woff'),
         url('fonts/big_noodle_titling_oblique-webfont.ttf') format('truetype'),
         url('fonts/big_noodle_titling_oblique-webfont.svg#bignoodletitlingoblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

.hide {
	display: none;
}

.f-left {
	float: left !important;
}

.f-right {
	float: right !important;
}

.ta-r {
	text-align: right;
}

a {
	text-decoration: none;
	color: lightskyblue;
}

* {
	margin: 0;
}

html, body {
    height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
    color: #000;
}

header, footer {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C */
    float: left;
	width: 100%;
	margin: 0;
}

header{
	height: 100px;
}

footer {
	height: 120px;
}

section {
	background: url("images/pattern_body.png") repeat scroll 0 0 transparent;
    float: left;
    width: 100%;
	min-height: 100%;
	height: auto !important;
	/* margin: 0 auto -115px; */
	margin: 0 auto -135px;
}

.content {
	width: 920px;
	margin: 0 auto;
}

#logo {
	border-right: 2px solid #CCCCCC;
    height: 88px;
    margin-top: 7px;
    padding-right: 20px;
    width: 95px;
}

#title-menu {
	width: 803px;
}

#title {
	color: #000000;
    float: left;
    font-family: "bignoodletitlingregular";
    font-size: 36px;
    margin-left: 20px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

#menu {
	margin-left: 20px;
    margin-top: 15px;
    /*width: 527px;*/
}

#menu nav ul {
    padding: 0;
}

#menu nav li {
    float: left;
    list-style: none outside none;
    margin-right: 40px;
}

#menu nav li a {
	color: #686868;
	text-transform: uppercase;
	font-family: "bignoodletitlingregular";
	font-size: 20px;
}

#menu nav li a:hover {
	color: #127aba;
}

#worst {
	background: url("images/butt_100.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    line-height: 18px;
    /*margin-right: 10px;*/
    padding: 7px 0 0 45px;
    width: 78px;
	cursor: pointer;
}

#worst a {
	color: #FFF;
	font-family: "bignoodletitlingoblique";
    font-size: 20px;
	text-transform: uppercase;
}

#donations {
	background: url("images/butt_donations.png") no-repeat scroll 0 0 transparent;
	color: #FFF;
    font-family: "bignoodletitlingoblique";
    font-size: 20px;
    height: 32px;
    padding: 13px 0 0 45px;
    text-transform: uppercase;
    width: 78px;
	cursor: pointer;
}

#aichi {
	margin-right: 10px;
}

#box-content {
	background-color: #FFFFFF;
	margin-bottom: 40px;
    margin-top: 125px;
    min-height: 400px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}

.radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.r-radius-5 {
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.l-radius-5 {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#red-border {
	margin-top: 115px;
	height: 15px;
	width: 100%;
	background-color: darkred;
}

#search-text {
	border: 1px solid #B8B8B8;
    box-shadow: 2px 2px 5px #888888 inset;
	-webkit-box-shadow:inset 2px 2px 5px #888;
	-moz-box-shadow:inset 2px 2px 5px #888;
    color: #666666;
    font-size: 22px;
    font-style: italic;
    height: 28px;
    margin-right: 10px;
    padding: 5px 0 7px 7px;
    width: 605px;
}

#inner-content {
	margin: 0 auto;
	width: 830px;
	padding-top: 15px;
	overflow: hidden;
}

#last-added {
	/*background: url("images/last_added.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 20px;
    /*margin: 20px;*/
    width: 830px;
}

#logos {
	width: 55%;
	margin-top: 10px;
}

#disclaimer {
	color: #666666;
    font-size: 10px;
    line-height: 13px;
    padding-top: 14px;
    text-align: justify;
    width: 45%;
}

#disclaimer > div {
	text-align: right;
}

#disclaimer a {
    color: #8B0000;
	font-weight: 700;
}

#go {
	background: url("images/butt_cerca.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    color: #FFF;
    cursor: pointer;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    height: 46px;
    width: 202px;
}

#search_bar {
	height: 46px;
}

#search_info {
	background-color: #f8ff8a;
    color: #333333;
    padding-bottom: 7px;
    text-align: center;
    width: 614px;
}

div.foto-home {
    height: 230px;
    /*margin-bottom: 20px;*/
    text-align: center;
    width: 276px;
}

.foto-home > div {
    border: 6px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 10px 10px 5px #888888;
    height: 154px;
    margin: 0 10px;
    width: 241px;
}

.foto-home img {
    border-radius: 5px;
    clip: rect(30px, 241px, 184px, 0px);
    margin-left: -120px;
    margin-top: -30px;
    min-width: 249px;
    min-height: 184px;
	max-width: 300px;
    max-height: 221px;
    position: absolute;
}

.foto-home > p {
    margin-bottom: 5px;
}

.foto-home a {
	font-style: italic;
	color: #000;
}

.green_b {
	background-color: #c8f4b7 !important;
}

#search_results {
	font-weight: 700;
}

#search_info img {
	margin: 5px 10px 0;
}

#search_advanced {
	background-color: #9CC2D9;
    margin-top: 4px;
    padding: 5px;
	width: 817px;
	overflow: hidden;
}

#search_advanced_button {
	background: url("images/butt_ricerca.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    color: #9CC2D9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 39px;
    padding-top: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 598px;
	display: none;
}

#search_advanced_button_closed {
	background: url("images/butt_ricerca_chiuso.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    color: #9CC2D9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 39px;
    padding-top: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 598px;
}

#search_advanced_options {
    margin-left: 2px;
    margin-top: 5px;
}

#search_advanced_info {
    margin: 10px 0 0 48px;
    text-align: right;
    width: 164px;
}

#search_advanced_select {
	width: 595px;
}

#search_advanced_criteria {
	width: 100px;
}

#search_advanced_tree {
	width: 150px;
}

#search_advanced_input {
	background-color: #fff;
	width: 445px;
}

#search_advanced_input > div {
    min-height: 315px;
}

#search_advanced_tree > ul {
    font-weight: 700;
    list-style: none outside none;
    padding: 0;
    text-transform: uppercase;
}

#search_advanced_tree li {
    border-bottom: 1px solid #FFFFFF;
    height: 39px;
    padding-top: 5px;
}

li.thr {
	background-color: #0090BA
}

#search_advanced_tree input {
    margin: 10px 5px 10px 20px;
}

#search_advanced_tree li.selected {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fff;
}

form#search #search_advanced_criteria {
	border: 3px dotted #0D7CA0;
    margin-left: 14px;
    width: 192px;
}

#search_advanced_input_loc .title {
    font-weight: 700;
    margin-left: 7px;
    margin-top: 10px;
	cursor: pointer;
}

#criteria_top {

	background-color: #C0E3EE;
    color: #0A486D;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#criteria_mid {
	background-color: #EEEEEE;
    min-height: 207px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 192px;
}

.criteria-title {
    color: #0A486D;
    float: left;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
	width: 182px;
}

.criteria-value {
    float: left;
    padding: 0 10px;
    width: 172px;
}

#criteria_bot {
	background: url("images/butt_clear_criteria.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    width: 192px;
}

#modify {
    background-color: #dbf6c1;
    border: 0 none;
    color: #60a026;
	cursor: pointer;
    font-weight: 700;
    height: 28px;
    text-align: center;
    width: 192px;
}

#submit_advanced_criteria {
    margin-right: 5px;
    margin-top: 5px;
}

/* --- SEARCH --- */

#info-count {
    font-size: 12px;
    margin-bottom: 5px;
    width: 630px;
}

div#paging_container.container ul.loca {
	list-style-image: url('images/img_list.png');
    padding: 0;
    width: 100%;
}

div#paging_container.container ul.loca a {
	color: #B71234;
}

div#paging_container.container ul.spec {
	list-style: none outside none;
    padding: 0;
}

.spec a {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
}

.spec-card > div > div {
    float: left;
    padding: 6px 0;
    text-align: center;
    width: 125px;
}

.taxo > div {
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
	color: #666666;
    font-weight: 700;
}

.card-tl {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
    border-left: 1px solid #CCCCCC;
}

.card-tr {
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    border-right: 1px solid #CCCCCC;
}

.taxo-det > div {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.card-ml {
	border-left: 1px solid #CCCCCC;
}

.system {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 36px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 5px;
    width: 619px;
	color: #666666;
}

ul.content {
	margin-left: 4px;
}

.spec-card {
    width: 631px;
}

.spec em {
	font-size: 12px;
}

.taxo {
	margin-top: 10px;
}

.first_link {
    background: url("images/paginazione_sx.png") no-repeat scroll 0 0 transparent;
    height: 34px;
    width: 30px;
}

.last_link {
    background: url("images/paginazione_dx.png") no-repeat scroll 0 0 transparent;
    height: 34px;
    width: 37px;
	padding-left: 7px !important;
}

.page_navigation {
    float: left;
    margin-left: 180px;
    width: 631px;
}

.page_navigation a {
	color: #666666;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding-left: 14px;
    padding-top: 11px;
}

.page_link {
	background: url("images/page.png") no-repeat scroll 0 0 transparent;
    height: 34px;
    width: 21px;
}

.previous_link, .next_link {
	background: url("images/prevnext.png") no-repeat scroll 0 0 transparent;
    height: 34px;
	padding-left: 7px !important;
    width: 33px;
}

.active_page {
	color: #9CC2D9 !important;
}

.ellipse {
    background: url("images/page.png") no-repeat scroll 0 0 transparent;
    float: left;
	font-size: 12px;
    font-weight: 700;
    padding-left: 14px;
    padding-top: 11px;
	color: #666666;
	height: 34px;
    width: 21px;
}

.spec a {
	color: #B71234 !important;
}

div#paging_container.container div#search_advanced_criteria {
	border: 3px dotted #0D7CA0;
    position: absolute;
    right: 21px;
    width: 192px;
}

#fa-pdf {
	background: url("images/butt_full_account.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    /*font-weight: 700;*/
    height: 42px;
    margin-top: 50px;
    padding: 13px 0 0 43px;
    position: absolute;
    width: 193px;
}

#fa-pdf  a {
	color: #FFFFFF;
}

ul.content > li {
    padding: 5px 0;
}

.li-loc, .li-loc a {
	color: #B71234;
}

.thr > span {
    display: block;
    margin-left: 37px;
    margin-top: -31px;
    position: absolute;
    width: 100px;
}

/* --- SPECIES --- */

.search .spec {
    float: left;
    width: 100%;
}

.card-bl {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
    border-left: 1px solid #CCCCCC;
}

.card-br {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
    border-right: 1px solid #CCCCCC;
}

#fa-pdf-spe a#fa {
	background: url("images/butt_full_account.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
    cursor: pointer;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    /*font-weight: 700; */
    height: 42px;
    margin-top: 54px;
    padding: 13px 0 0 45px;
    position: absolute;
    right: 0;
    width: 193px;
}

/*
#fa-pdf-spe a#rl {
    color: red;
    font-weight: bold;
    padding-top: 6px;
    position: absolute;
    right: 45px;
    text-align: right;
    text-decoration: underline;
}
*/

#spe-title {
	color: #0A486D;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    width: 60%;
}

#spe-sys {
	color: #666666;
    text-align: right;
    width: 40%;
}

#spe-content {
	margin-top: 15px;
	width: 830px;
}

#select-bar {
	background: #38b9e1; /* Old browsers */
	background: -moz-linear-gradient(top, #38b9e1 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38b9e1), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #38b9e1 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #38b9e1 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #38b9e1 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #38b9e1 0%,#1e5799 100%); /* W3C */
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 46px;
  width:100%;
  clear: both;
  display:block;
  margin-bottom:5px;
}

#select-bar  ul {
	padding: 0;
}

#select-bar li {
	border-left: 1px solid #1E5799;
    border-right: 1px solid #C0E3EE;
    color: #FFFFFF;
    float: left;
    font-weight: 700;
    list-style: none outside none;
	border-top: 1px solid #1E5799;
	border-bottom: 1px solid #1E5799;
	cursor: pointer;
	padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
}

#select-bar li:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-left: 1px solid #1E5799;
}

#select-bar li:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-right: 1px solid #1E5799;
	width: 137px !important;
}

#select-bar li.selected, #select-bar li:hover {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dad8d9 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(99%,#dad8d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dad8d9 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#dad8d9 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#dad8d9 99%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%,#dad8d9 99%); /* W3C */
	color: #1E5799;
	border: 1px solid #ccc;
}

#t-general {
	padding-bottom: 20px;
}

.spe-tab {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#common-name {
	overflow: hidden;
    margin: 15px auto 0;
    width: 95%;
}

#cn-title {
	background-color: #D2702E;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    margin-left: 5px;
    min-height: 22px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 90px;
}

#cn-text {
	color: #d2702e;
	font-size: 12px;
    padding: 5px 5px 0 5px;
    width: 676px;
}

#synonym {
	overflow: hidden;
    margin: 0 auto;
    width: 95%;
}

#s-title {
	background-color: #EA4648;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    margin-left: 35px;
    min-height: 22px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 60px;
}

#s-text {
	color: #ea4648;
	font-size: 12px;
    padding: 5px 5px 0 5px;
    width: 676px;
}

#similar-species {
	overflow: hidden;
    margin: 0 auto;
    width: 95%;
}

#ss-title {
	background-color: #127ABA;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-right: 4px;
    padding-top: 5px;
    text-align: right;
    width: 96px;
}

#ss-text {
	color: #127aba;
	font-size: 12px;
    padding: 5px 5px 0 5px;
    width: 676px;
}

#summary {
	overflow: hidden;
    margin: 0 auto;
    width: 95%;
}

#sss-title {
	background-color: #808080;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-right: 4px;
    padding-top: 5px;
    text-align: right;
    width: 96px;
}

#sss-text {
	color: #808080;
	font-size: 12px;
    padding: 5px 5px 0 5px;
    width: 676px;
}

#redlist {
	overflow: hidden;
    margin: 0 auto;
    width: 95%;
}

#r-title {
	background-color: #EA4648;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    margin-left: 35px;
    min-height: 22px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 60px;
}

#r-img {
    margin-left: 35px;
    margin-top: 20px;
    width: 65px;
}

#r-text a {
	color: #ea4648;
}

#r-text {
	color: #ea4648;
	font-size: 12px;
    padding: 50px 5px 0 5px;
    width: 676px;
}

#two-columns {
	overflow: hidden;
	width: 100%;
	text-align: justify;
}

#two-columns > #col-left {
	width: 390px;
	padding: 0 12px;
}

#two-columns > #col-right {
	width: 390px;
	padding: 0 12px;
}

.spe-titles {
	background-color: #127aba !important;
	color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    height: 25px;
    margin: 15px 0 7px;
    padding: 8px 0 0 40px;
    width: 350px;
}

#spe-note-title {
	background: url("images/ico_note.png") no-repeat scroll 2% 50% transparent;
}

#spe-life-title {
	background: url("images/ico_lifecycle.png") no-repeat scroll 2% 50% transparent;
}

#spe-general-title {
	background: url("images/ico_general.png") no-repeat scroll 2% 50% transparent;
}

#spe-uses-title {
	background: url("images/ico_uses.png") no-repeat scroll 2% 50% transparent;
}

#spe-nutrition-title {
	background: url("images/ico_nutrition.png") no-repeat scroll 2% 50% transparent;
}

#spe-man-info-title {
	background: url("images/ico_man_info.png") no-repeat scroll 2% 50% transparent;
}

#spe-desc-title {
	background: url("images/ico_species_description.png") no-repeat scroll 2% 50% #0A486D !important;
}

#spe-habi-title {
	background: url("images/ico_habitat.png") no-repeat scroll 2% 50% transparent;
}

#spe-repr-title {
	background: url("images/ico_reproduction.png") no-repeat scroll 2% 50% transparent;
}

#spe-path-title {
	background: url("images/ico_pathaway.png") no-repeat scroll 2% 50% transparent;
}

.spe-text {
	font-size: 12px;
    padding: 0 5px;
}

#gen-crp {
	margin: 30px 0;
}

#gen-crp  p {
	margin: 10px 0;
}

/*
#l-top-bar{
	background-color: #0A486D;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    margin-top: -15px;
    padding-left: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
*/
#l-top-bar a {
	color: #FFFFFF;
}

#l-mid-bar, #l-mid-bar-1st-step, #l-mid-bar-2nd-step {
    padding: 10px 0;
    text-align: left;
	width: 746px;
	margin: 0 auto;
}

#l-1st-title {
	background-color: #8B0000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 746px;
}

#l-bot-bar  {
	margin-bottom: 30px;
}

#l-bot-bar-1st-step, #l-bot-bar-2nd-step {
	padding: 10px 0;
	margin-bottom: 20px;
}

#l-bot-bar-1st-step table {
	margin: 0 auto;
	width: 766px;
}

#l-bot-bar-1st-step table {
	border: 1px solid #ccc;
}

#l-bot-bar-1st-step td {
    border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
}

#l-bot-bar-1st-step td.mid {
	text-align: center;
}

#l-bot-bar-1st-step td.last {
	border-right: 0 !important;
}

#l-bot-bar-1st-step thead {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dad8d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dad8d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dad8d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#dad8d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#dad8d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%,#dad8d9 100%); /* W3C */
	text-align: center;
	color: #666;
}

#l-bot-bar-1st-step td {
	padding: 5px 10px;
}

#l-bot-bar-1st-step thead td {
	font-weight: 700;
}

#l-bot-bar-1st-step td a {
	color: #8B0000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

#ar-col {
	width: 500px;
	border-right: 2px dotted #ccc;
	min-height: 500px;
	padding: 0 10px;
}

#nr-col {
	width: 286px;
	padding: 0 10px;
}

#ar-col > ul, #nr-col > ul {
    list-style: none outside none;
    padding: 5px 10px;
}

#ar-col li, #nr-col li {
	margin: 5px 0;
}

#ar-col a {
    color: #E8691C;
    font-weight: 700;
    text-decoration: underline;
	text-transform: capitalize;
}

#nr-col li {
    color: #000;
    font-weight: 700;
	text-transform: capitalize;
}

#ar-title {
	background-color: #E8691C;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-left: 10px;
    padding-top: 5px;
}

#nr-title {
	background-color: #127ABA;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-left: 10px;
    padding-top: 5px;
}

#m-top-bar, #c-top-bar , #r-top-bar, #i-top-bar, #l-top-bar {
	background-color: #0A486D;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    height: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 7px;
    text-transform: uppercase;
}

#m-mid-bar, #i-mid-bar {
    font-size: 12px;
    padding: 10px 40px;
    text-align: left;
}

#i-ts-text span {
    font-style: italic;
}

#i-ts-text a {
    color: #000000;
}

#m-bot-bar  {
	margin-bottom: 30px;
}

#r-bot-bar  {
	margin-bottom: 30px;
}

#c-name {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
    text-align: right;
    width: 130px;
}

#c-info {
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#c-info > div {
    float: left;
}

#c-name, #c-office {
	color: #058bb1;
	margin-bottom: 15px;
}

#c-mid-bar, #r-mid-bar {
    font-size: 12px;
    padding: 10px 40px;
    text-align: left;
}

#c-office > p {
    color: #000000;
}

.c-card {
    overflow: hidden;
    padding: 20px 50px;
    width: 100%;
}

.c-card a {
	color: #e88240;
}

.c-card-r {
    padding-left: 10px;
    text-align: left;
    width: 500px;
}

.c-card-l {
	text-align: right;
    width: 75px;
}

#c-info {
    border-left: 1px solid #CCCCCC;
    font-size: 12px;
    padding-left: 10px;
	width: 600px;
}

.r-box {
	width: 30px;
	height: 30px;
	background-color: #127aba;
}

.r-text {
    padding-left: 10px;
    text-align: left;
    width: 700px;
	font-size: 12px;
	font-weight: normal;
}

.r-card {
    overflow: hidden;
    padding: 10px 40px 30px;
}

.m-titles, .i-titles {
    background-color: #127ABA;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    height: 25px;
    margin: 15px 0 7px;
    padding: 8px 0 0 10px;
    width: 350px;
}

.m-item {
    overflow: hidden;
    padding: 0 35px;
    width: 325px;
}

.i-item {
    margin-left: 35px;
    overflow: hidden;
    width: 229px;
}

.m-subtext ul, .i-subtext ul {
    list-style: none outside none;
    padding-left: 30px;
}

.m-subtext li, .i-subtext li {
    color: #8B0000;
    font-size: 12px;
    padding: 5px 0;
}

.m-subtext > ul > li, .i-subtext > ul > li {
	font-weight: 700;
}

.m-subtitle {
	color: #0A486D;
    font-weight: 700;
	padding: 7px 0 0 10px;
    text-transform: uppercase;
}

.i-subtitle {
	color: #0A486D;
    font-weight: 700;
    padding: 7px 0;
}

.m-subtitle > span {
	padding-left: 20px;
}

.i-subtitle > span {
	padding-left: 20px;
}

.i-subtitle > span.mech, .i-subtitle > span.out {
	display: block;
    padding-left: 54px !important;
}

.m-subtitle > img {
    position: absolute;
}

.i-subtitle > img {
    position: absolute;
}

.m-sub-li, .i-sub-li {
	padding: 5px 0;
}

.m-sub-li a, .i-sub-li a {
	color: #8B0000;
    font-weight: 100;
    text-decoration: underline;
}

.i-sub-li > span {
    color: #0A486D;
    display: block;
    font-weight: 100;
    padding-left: 34px;
}

#m-lm, #i-lm {
	width: 100%;
	padding: 30px;
}

.i-count {
	color: #000000 !important;
    display: block;
    float: left;
    font-weight: 700 !important;
    margin-right: 3px;
    padding-left: 5px !important;
    text-align: right;
    width: 26px;
}

.locations {
	display: block;
	text-transform: none !important;
}

.i-out > li {
	color: #0A486D;
	font-weight: 100 !important;
}

.inline {
	display: inline !important;
}

#i-ts {
	background-color: #FFC7BC;
    padding: 10px 30px;
	margin-top: 10px;
	width: 92%;
}

#i-ts-title {
	border-bottom: 2px dotted #8B0000;
    color: #8B0000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

#i-ts-text ul {
	padding-left: 25px;
}

#i-ts-text li {
	float: left;
	list-style-image: url('images/punto_elenco.png');
	width: 33%;
}

.vms {
	color: #8B0000;
    cursor: pointer;
    float: right;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: underline;
}

#inner-content > div {
	float: left;
	width: 100%;
}

#page-title {
    color: #0A486D;
    font-weight: 700;
	font-size: 16px;
	margin-bottom:20px;
}

.page-title2 {
    color: #0A486D;
    font-weight: 700;
	font-size: 14px;
	margin-bottom:20px;
}

.page-text {
    margin-bottom: 20px;
}

#l-2nd-st {
	background-color: #D2702E;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    margin-left: 37px;
    min-height: 22px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 49px;
}

#l-2nd-st-t {
	color: #d2702e;
	font-weight: 700;
    padding: 5px 5px 7px;
    width: 270px;
}

#l-2nd-inv {
	background-color: #EA4648;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    /*margin-left: 9px;*/
    min-height: 22px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 86px;
}

#l-2nd-inv-t {
	color: #ea4648;
	font-weight: 700;
    padding: 5px 5px 7px;
    width: 270px;
}

#l-2nd-oc {
	background-color: #127AFF;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-right: 4px;
    padding-top: 5px;
    text-align: right;
    width: 96px;
}

#l-2nd-oc-t {
	color: #127AFF;
	font-weight: 700;
    padding: 5px 5px 7px;
    width: 270px;
}

#l-2nd-so {
	background-color: #127ABA;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-right: 4px;
    padding-top: 5px;
    text-align: right;
    width: 96px;
}

#l-2nd-so-t {
	color: #127ABA;
	font-weight: 700;
    padding: 5px 5px 7px;
    width: 270px;
}

#l-2nd-ad {
	background-color: #0A486D;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    /*margin-left: 9px;*/
    min-height: 22px;
    padding-top: 5px;
    text-align: center;
    width: 91px;
}

#l-2nd-in {
	background-color: #0A486D;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    margin-left: 9px;
    min-height: 22px;
    padding-top: 5px;
    text-align: center;
    width: 91px;
}

#l-2nd-ad-t, #l-2nd-in-t {
	color: #0A486D;
	font-weight: 700;
    padding: 5px 5px 7px;
    width: 270px;
}

#l-2nd-l {
	width: 374px;
}

#l-2nd-r {
	width: 390px;
}

.l-2nd-bar {
    background-color: #127ABA;
    color: #FFFFFF;
    font-family: "bignoodletitlingregular";
    font-size: 20px;
    min-height: 22px;
    padding-left: 10px;
    padding-top: 5px;
	width: 761px;
}

.l-2nd-text {
	overflow: hidden;
	padding: 5px 20px;
    width: 731px;
}

.cyan {
	background-color: #bedbed;
}

#l-2nd-notes, #l-2nd-management, .l-2nd-management, #l-2nd-impact, #l-2nd-location {
	margin: 20px 29px;
    /*width: 100%;*/
}

#l-2nd-status {
	margin: 0 29px 20px;
    width: 100%;
}


#l-bot-bar-2nd-step > div {
    overflow: hidden;
}

#l-mid-bar-2nd-step > span {
	font-weight: 700;
	color: #8B0000;
}

.l-2nd-text span {
	font-weight: 700;
	color: #058bb1;
	text-transform: uppercase;
}

#l-2nd-man {
	background: url("images/ico_management.png") no-repeat scroll 2% 50% #127ABA;
	padding-left: 50px;
    padding-top: 10px;
    width: 721px;
}

.l-2nd-title {
    border-bottom: 1px solid #058BB1;
    margin-bottom: 6px;
}

#l-2nd-l2 {
	width: 425px;
	margin: 0 20px;
}

#l-2nd-r2 {
	width: 225px;
	margin: 0 20px;
}

#l-sd {
	width: 100px;
}

#l-ed {
	width: 100px;
}

#l-t {
	width: 100px;
}

#l-s {
	width: 100px;
	height: 18px;
}

#l-2nd-management-top {
	margin-bottom: 10px;
	overflow: hidden;
}

#l-2nd-management a, #l-2nd-impact a, #l-2nd-location a, #l-2nd-notes a, #t-reference a {
	color: #058BB1;
}

.l-n-text {
    margin-bottom: 15px;
}

#l-2nd-impact ul {
    list-style: none outside none;
}

#citation {
    font-size: 12px;
    margin: 20px 0;
}

ul#l-1st-step strong {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 26px;
}

.ui-widget {
	font-family: Arial,Verdana,sans-serif !important;
    font-size: 14px !important;
}

 .ui-autocomplete {
max-height: 300px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 300px;
}

span.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete-loading {
	background: white url('images/ui-anim_basic_16x16.gif') 99% center no-repeat;
}

#info-100 {
	color: #B71234;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

#info-100-txt {
	font-size: 12px;
}

#info-100-txt p {
	margin: 10px 0;
}

#info-100-txt a {
	color: #B71234;
}

.spec-100 {
    margin: 15px 0;
}

.spec.spec-100 > p {
    margin-left: 30px;
    width: 795px;
}

.l-2nd-text > div {
    margin: 10px 0;
}

#l-2nd-out li, #l-2nd-mech, #l-2nd-eco {
    color: #000000;
    font-weight: normal;
    text-transform: none;
}

#l-2nd-note {
    margin-top: 15px;
}

#l-2nd-out > ul {
    margin: 10px 0;
}

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	min-width: 700px !important;
	height: 91px !important;
}

.als-wrapper {
	position: relative;
	list-style: none;
	padding-left: 0;
	min-width: 700px !important;
	height: 91px !important;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

#als {
	background-color: #0A486D;
    padding-top: 15px;
}

#als .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 81px;
	min-width: 100px;
	text-align: center;
}

#als .als-item img {
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	max-height: 65px;
    min-height: 65px;
}

#als .als-prev, #als .als-next {
	top: 40px;
}

#als .als-prev {
	left: 20px;
}

#als .als-next {
	right: 20px;
}
