body {
  background-color: #FFFFFF;
  margin-top: 0px;
}

img {
  border: none;
}

#portal-wrapper {
  background-image: url(/media/img/bg_column_two.gif);
  background-repeat: repeat-y;
  background-position: right;
  width:  980px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  color: #ffffff;
}

h2 {
  color: #24709b;
}

a,
a.visited
{
  color: #098fda;
  text-decoration: none;
}

.hidden {
    display: none;
}

.flag {
  border: none;
  vertical-align: center;
  text-align: center;
}

/* header-------------------------------------------*/

table#portal-header {
  border-spacing: 0px;
  margin: 0px;
  width: 100%;
  height: 78px;
  border: none;
  border-collapse: collapse;
}

td#header-left {
  background-image: url(/media/img/header_left.png);
  background-repeat: no-repeat;
  width: 295px;
  border: none;
  border-collapse: collapse;
}

td#header-right {
  background-color: transparent;
  background-image: url(/media/img/header_right_en.png);
  background-repeat: no-repeat;
  width: 302px;
  border: none;
}

td#centro {
  background-image: url(/media/img/bg_header.png);
  background-repeat: repeat-x;
}

/* START tabs */

table#portal-tabs {
  margin-top: 0px;
  padding: 0px;
  height: 28px;
  border-spacing: 0px;
  width: 100%;
  border-collapse: collapse;
}

td.portalTab,
td.portalTabPoweredBy,
td.portalTabConfigurator {
  width: 100px;
  background-image: url(/media/img/bg_tab.gif);
  background-repeat: repeat;
  text-align: center;
}

td.portalTabTos {
  width: 150px;
}

td.currentSection {
  background-image: url(/media/img/bg_section.png);
  background-repeat: no-repeat;
  width: 210px;
  text-align: center;
  border-collapse: collapse;
  color:  white;
  font-weight: bold;
  text-decoration: none;
}

td.portalTabPoweredBy {
  width: 150px;
  text-align: right;
  background-image: url(/media/img/bg_powered.gif);
  background-repeat: repeat;
}

.portalTabPoweredBy a {
  text-decoration: none;
}

td.portalTabConfigurator a {
  text-decoration: none;
  font-weight: bold;
  color: #d2d0d0;
  text-align: center;
}

.endingTab {
  background-image: url(/media/img/ending_bg.png);
  background-repeat: repeat-x;
}

.stopTab {
  width: 7px;
}

td.portalTab a {
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

td.portalTab a:hover,
.currentTab {
  color: #28a1e6 !important;
}

td.cornerLeft {
  background-image: url(/media/img/corner_tab_left.gif);
  background-repeat: no-repeat;
  width: 4px;
  border: none;
}

td.cornerRight {
  background-image: url(/media/img/corner_tab_right.gif);
  background-repeat: no-repeat;
  width: 5px;
  border: none;
}

td.cornerLeftBlue {
  background-image: url(/media/img/corner_tab_left_b.gif);
  background-repeat: no-repeat;
  width: 4px;
  border: none;
}

td.cornerRightBlue {
  background-image: url(/media/img/corner_tab_right_b.gif);
  background-repeat: no-repeat;
  width: 5px;
  border: none;
}

table#portal-columns {
  margin-top: 0px;
  background-color: transparent;
  height: 500px;
  width: 100%;
  border-collapse: collapse;
}

/* portal column one----------------------------------*/

td#portal-column-one {
  width: 212px;
  height: 460px;
  vertical-align: top;
  padding: 0;
  background-image: url(/media/img/bg_nav_bottom2.png);
  background-repeat: no-repeat;
  border-collapse: collapse;
}

td#portal-column-content {
  border-collapse: collapse;
  vertical-align: top;
  background-color: #ffffff;
}

td#portal-footer {
  background-image: url(/media/img/bg_footer.gif);
  background-repeat: no-repeat;
  border-collapse: collapse;
  height: 15px;
  text-align: right;
  padding-right: 10px;
}

/* START navigator */

#library-navigation {
  display: block;
  width: 200px;
  border: 0px;
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 6px;
  font-size: 11px;
}

#library-navigation ul {
  list-style: none;
  padding: 0;
}

#library-navigation li {
  display: block;
}

#library-navigation a {
  display: block;
  text-decoration: none;
  line-height: 20px;
}

#library-navigation .level1 .closed,
#library-navigation .level2 .closed,
#library-navigation .level1 .opened,
#library-navigation .level2 .opened {
  float: right;
  width: 21px;
  height: 21px;
}

#library-navigation .level1 .opened {
  background-image: url(/media/img/level1_opened.gif);
}

#library-navigation .level2 .opened {
  background-image: url(/media/img/level2_opened.gif);
}

#library-navigation .level1 .closed {
  background-image: url(/media/img/level1_closed.gif);
}

#library-navigation .level2 .closed {
  background-image: url(/media/img/level2_closed.gif);
}


#library-navigation .level1 a {
  border: 1px solid #1d1d1d;
  background-image: url(/media/img/menu_level1.png);
  height: 21px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 3px;
}

#library-navigation .level2 a {
  border: 1px solid #868484;
  background-image: url(/media/img/menu_level2.png);
  height: 21px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 10px;
}

#library-navigation .level3 a {
  border: 1px solid #e6e5e5;
  background-image: url(/media/img/menu_level3.png);
  height: 21px;
  color: #4e4d4d;
  font-weight: normal;
  padding-left: 15px;
}

#library-navigation .category ul {
  background-color: white;
}

#library-navigation .category ul {
  margin-left: 0px;
}

/* END navigator */

td.bottom {
  background-image: url(/media/img/bg_nav_bottom.png);
  background-repeat: no-repeat;
  width: 212px;
  height: 10px;
}

/* portal column two----------------------------------------*/

td#portal-column-two {
  width: 176px;
  background-image: url(/media/img/bg_column_two.gif);
  background-repeat: repeat;
  vertical-align: top;
  padding: 0px;
  border-collapse: collapse;
  margin: 0px;
}

div.portletHeader {
  background-image: url(/media/img/portlet_header.png);
  background-repeat: no-repeat;
  margin: 0px;
  width: 176px;
  height: 27px;
  text-transform: uppercase;
}

div.portletHeader h2 {
    display: block;
    margin: 0;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 10px;
    color: #ffffff;
}

.portlet .portletIcon
{
  margin-top: 9px;
  margin-right: 18px !important;
}

div.portletBody {
  background-image: url(/media/img/bg_portlet.png);
  background-repeat: repeat;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-collapse: collapse;
  width: 156px;
  height: auto;
  margin-top:  0px;
}

div.portletFooter {
  background-image: url(/media/img/bg_portlet_bottom.png);
  background-repeat: no-repeat;
  padding: 0px;
  border-collapse: collapse;
  width: 176px;
  height: 6px;
}

.portlet .field {
  font-size: 11px;
  border-bottom: none !important;
  padding: 0 !important;
}

.portlet .widget input {
  border: 1px solid black;
  width: 100px;
}

.portletSeparator{
  padding-left: 10px;
}

.portlet .standardButton,
.portlet .registrationButton {
  font-size: 11px;
  width: 75px;
}

#home-box .registrationButton {
  margin-left: 10px;
  margin-top: auto;
}

.portlet a.standardButton {
  margin-top: 10px;
}

.portlet a.registrationButton {
  margin-top: 0px;
  width: 140px !important;
}

.portletUser {
  font-size: 11px;
}
/* box neri Fabio------------------------------------------*/
#home-portlets
{
  margin-left: 10px;
}

.homePortlet
{
  border: 1px solid black;
  padding: 0px;
  float: left;
  margin-right: 20px;
}

.homePortlet .portletHeader
{
  background-image: url(/media/img/menu_level1.png);
  background-repeat: repeat-x;
  width: 100%;
}

.homePortlet .portletTitle
{
  margin: 0px;
  padding: 4px;
}

.homePortlet .portletBody{
  background: none;
  width: 100%;
  padding: 0px;
}

.homePortlet .portletFooter{
  background: none;
  width: 100%;
}

/* NEWS */
.homePortletNews{
  width: 55%;
}

.homePortlet .contentTitle{
  font-size: 12px;
  color: #FF6600;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}

.portlet .contentTitle {
  font-size: 11px;
  color: #FF6600;
  margin: 0px;
  padding: 0px 5px 0px 5px;  
}

.newsItem .newsDate{
  font-size: 10px;
  font-style: italic;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}

.portlet .newsDate{
  font-size: 9px;
}

.newsItem .newsContent{
  padding: 0px 5px 0px 5px;
}

.homePortlet .actions,
.portlet .actions {
  text-align: right;
  padding-right: 5px;
  margin-top: 1em;
}

.portlet .actions{
  font-size: 10px;
  margin-bottom: 1em;
}

/* SPOT ON */
#home-spoton {
  width: 35%;
}

.contentImage {
  float: right;
  border: 1px solid black;
  margin-left: 5px;
}

#home-spoton .contentBody {
  padding: 0px 5px 0px 5px;
}

#home-spoton .contentTitle{
  margin-bottom: 1em;
}
/* box library------------------------------------------*/
#home-box {
  color:  #ffffff;
  margin-top: 10px;
}

.headerSystemLibrary h3 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  width: 200px;
  line-height: 35px;
  margin: 0;
  padding-left: 15px;
  border: none !important;
}

h3.titleSystem {
  font-size: 20px;  
  float: right;
  text-align: right;
  padding-right: 15px;
}

.headerSystemLibrary {
  background-image: url(/media/img/header_library_system.png);
  background-repeat: no-repeat;
  width:  560px;
  height: 35px;
  margin: 0;
  padding: 0;
}

.systemBoxCenter p {
  width:  350px;
  float:  right;
  text-align:  right;
  margin-right:  15px;
  line-height: 1.2em !important;
}

.systemBoxCenter img {
  margin-top: 6px;
  margin-left: 15px;
}

.systemBoxCenter {
  background-color: #07b300;
  background-repeat: repeat-y;
  width:  560px;
  height: 160px;
  margin: 0px;
  padding-bottom:  0px;
  padding-top:  10px;
}

.footerSystem {
  background-image: url(/media/img/footer_system.png);
  background-repeat: no-repeat;
  width:  560px;
  height: 21px;
        
}

/* Library--------------------------------------------*/

.libraryBoxCenter p{
  margin-left:  15px;
  width:  350px;
  line-height: 1.2em !important;
}

.libraryBoxCenter {
  background-color: #28a1e7;
  width:  560px;
  padding-top: 10px;
  height: 160px;
  margin: 0px;
}
.libraryBoxCenter img{
  float: right;
  margin-top: 6px;
  margin-right: 10px;
}

.footerLibrary {
  background-image: url(/media/img/footer_library.png);
  background-repeat: no-repeat;
  width:  560px;
  height: 21px;
        
}

/* content-------------------------------------------*/

#content {
  background-color: #ffffff;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 12px;
  padding-right: 12px;
}

#content .contentHeading {
  color: #24709b;
}

#content .contentHeadingSub {
  color: black;
  margin-bottom: 1em;
  font-weight: normal !important;
}

#content .contentImage {
  display: block;
  float: right;
  margin: 10px 10px 10px 10px;
}

#content .contetImage img {
  border: none;
}

/* START Breadcrumbs */

.crumb {
  font-size: 11px;
  cursor: default !important;
  color: black;
  text-decoration: none;
}

.lastCrumb,
.currentCrumb,
.crumb:hover {
  color: #24709b;
  font-size: 12px;
  font-weight: bold;
}

.crumb:hover {
  font-weight: normal;
  font-size: 11px;
}

.clickableCrumb,
.clickableCrumb:hover {
  cursor: pointer !important;
}

/* END Breadcrumbs */

/* START listings */

.compactView table {
  width: 600px;
  border: 1px solid gray;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
}

.compactView th {
  background-color: gray;
  color: black;
  font-size: 11px;
  text-align: left;
  padding: 3px;
}

.compactView td {
  font-size: 11px;
  padding: 5px;
}

.extendedView .seriesDetails {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
  margin-bottom: 30px;
}

.extendedView .seriesHeading {
  color: #0066B3;
  font-size: 12px;
  padding-top: 1em;
}

.extendedView .manufacturerLogo {
  vertical-align: bottom;
  display: block;
  float: right;
}

.extendedView .seriesImage {
  display: block;
  width: 64px;
  height: 64px;
  float: left;
  text-align: center;
}

.extendedView .seriesDescription {
  font-size: 10px;
}

.extendedView .seriesData {
  display: block;
  float: left;
  width: 470px;
  margin-left: 10px;
}

.extendedView .seriesData table {
  font-size: 10px;
  border-collapse: collapse;
  height: 20px;
  margin-bottom: 10px;
}

.seriesData .dataName {
  font-weight: bold;
  border: 1px solid black;
  background-color: #BFE4FF;
  border-right: none;
}

.seriesData .dataUnit,
.seriesData .dataValue {
  border: 1px solid black;
  padding-right: 2px;
}

.seriesData .dataUnit {
  border-left: none;
  background-color: #BFE4FF;
}

.seriesData .dataSeparator {
  width: auto;
}

.extendedView .seriesActions {
  display: block;
  text-align: right;
  clear: both;
}

.extendedView .seriesAction {
  color: black !important;
  text-decoration: none;
  font-size: 10px;
}

.seriesAction img {
  vertical-align: middle;
}

/* END listings */

/* START configurator */

.modelsFrame {
  border: none;
  width: 100%;
  height: 800px;
}

/* END configurator */

/* START forms */

.formIntro
{
  margin-bottom: 2em;
}

.termsOfService h2{
  font-size: 12px;
}

textarea.termsOfService {
  width:  400px;
  height: 150px
}

.loginTable td{
  vertical-align: top;
}

.loginTable h2 {
  color: #07B300;
  font-size: 14px;
}

.loginTable .existingUser {
  border-right: 1px solid gray;
  width: 50%;
  padding-right: 15px;
}

.loginTable .newUser{
  padding-left: 15px;
}

.loginForm {
  margin-top: 2em;
}

.standardButton,
.registrationButton {
  width: 100px;
  border: 1px solid #000000;
  background-image: url(/media/img/menu_level1.png);
  color: white;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  font-family: Verdana, sans-serif;
}

.standardButton:hover,
.registrationButton:hover {
  color: #84FF80;
}

a.standardButton,
a.registrationButton {
  display:  block;
  padding: 3px;
  text-decoration: none;
  margin-top: 2em;
}

a.registrationButton {
  width: 180px;
}

/* END forms */
/* about ------------------------------------------------*/
.aboutMonitor {
    float:  right;
}

.aboutSeparator {
   text-align: center;
}

/* Faq -------------------------------------------------*/
.questionNumber {
    color:  #098fda;    
}

#questions {
    margin-bottom: 2em;
}

.question {
    margin-bottom: 0.5em;   
}

.answer {
    margin-top:  0px;
}

/* legal */
.legalParagraph p {
  margin-top: 0px;
}

.legalParagraph h2 {
  margin-bottom: 0px;
}

/* Requirements ------------------------------------------------ */
#requirements {
    font-size: 10px;
    padding: 1em;
    display: block;
    border: 1px solid #FF9900;
}

/* History ----------------------------------------------------- */
#configuration-history {
    font-size: 11px;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

#configuration-history th {
    color: #24709b;
    padding-right: 10px;
}

#configuration-history td {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#configuration-history .odd {
    background-color: #DDDDDD;
}

.paginationWrapper {
    text-align: right;
    padding-right: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*Partners--------------------------------------------------------*/
#partners {
    margin-top: 20px;
}

/* Charts */

ul.chartLegend {
    list-style-type:square;
}

ul.chartLegend li.legendSelection {
    list-style-image:url("/media/img/charts/legend_selection.gif");
}

ul.chartLegend li.legendDownload {
    list-style-image:url("/media/img/charts/legend_download.gif");
}
