@charset "utf-8"; 
/* $Id: style.css,v 1.1.4.8 2008/07/27 18:04:21 andregriffin Exp $ */
/* Drupal 5 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = 0.9167em
10px = 0.8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: #FFF; 
  color: #333; 
  font: 75% Arial, Helvetica, sans-serif; 
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
  font-weight: 700; 
  margin: 0; 
  padding: 0; 
}

h1 { 
  font-size: 1.8333em; 
  margin: 1em 0 0.5em; 
}

h2 { 
  font-size: 1.4167em; 
  margin: 1em 0 0.5em; 
}

h3 { 
  font-size: 1.0833em; 
  margin: 1em 0 0.5em; 
}

h4 { 
  font-size: 0.9167em; 
  margin: 1em 0 0.5em; 
}

a:link, a:visited { 
  color: #069; 
  text-decoration: none; 
}

a:focus { 
  outline: 1px dotted; 
}

a:hover, a:active, li a.active { 
  color: #969696; 
  outline: none; 
  text-decoration: none; 
}

p { 
  font-size: 1em; 
  line-height: 1.5833em; 
  margin: 0 0 1.5833em; 
}

blockquote { 
  margin: 1.25em; 
  padding: 1.25em 1.25em 0 1.25em; 
}

em { 
  padding: 0 3px 0 0; 
}

hr { 
  background: #7f7f7f; 
  border: none; 
  height: 1px; 
  margin: 0; 
  padding: 0; 
}

img, a img { 
  border: none; 
  outline: none; 
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
}

#container {
  background: #FFF;
  padding: 0;
  width: 970px;
  margin: 0 auto;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

/* 1 column */
#center { 
  margin: 0;
  padding: 0; 
  position: relative;
  min-height: 700px;
}

/* 3 columns */
body.sidebars #center { 
  border-right: 1px solid #b4d7f0; 
  float: left; 
  padding: 0 10px; 
  width: 520px; 
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  float: right; 
  padding-left: 2px;
  padding-right: 8px;
  width: 740px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #b4d7f0; 
  float: left; 
  padding-right: 10px;
  padding-left: 10px; 
  width: 730px; 
}

/**
 * 3.HEADER
 */
#header {
  margin: 0 auto; 
  padding: 0;
  background-repeat: no-repeat;
  background-position: top;
  width: 960px;
  height: 180px;
  border-left: solid 1px #AAA;
  border-right: solid 1px #AAA;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
}

#header h1 { 
  float: left;
}

#header ul.menu  {
  background: #EEE;
  padding-left: 203px;
  position: relative;
  top: 155px;
  height: 26px;
  border: 0px solid red;
  width: 760px;
  left: -1px;
}

#header ul.menu li {
  background-image: none;
  padding: 0;
  display: inline;
  float: left;
  margin: 0 0 0 0;
  width: 150px;
  height: 24px;
  text-align: center;
}

#header ul.menu li a {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 23px;
}

#header ul.menu li a:hover {
  background: #AAA;
}

#headerback {
  margin: 0px;
  padding: 0px;
  height: 186px;
}

#slogan { 
  display: block; 
  font-size: .7727em; 
}

#search-theme-form { 
  float: right; 
  margin-top: 10px;
  margin-right: 10px;
}

#search-theme-form .form-button, #search-theme-form .form-submit { 
  margin: 0; 
}

/**
 * 4.NAVIGATION
 */
ul.links li { 
  background: none; 
  margin: 0 10px 0 0; 
  padding: 0; 
}

#nav { 
  border-bottom: 1px solid #b4d7f0; 
  border-top: 1px solid #b4d7f0; 
  font-size: 1em; 
  margin: 0; 
}

#nav ul.primary-links { 
  background: #d4e7f3; 
  font-weight: 700; 
  padding: 5px; 
}

#nav ul.primary-links li { 
  margin: 0; 
  padding: 0; 
}

#nav ul.primary-links li a:link, ul.primary-links li a:visited { 
  margin: 0 10px 0 0; 
  padding: 5px 0; 
}

#nav ul.primary-links li a:hover, ul.primary-links li a:active { 
  text-decoration: underline; 
}

#nav ul.secondary-links { 
  border-top: 1px solid #b4d7f0; 
  padding: 2px 5px; 
}

#nav ul.secondary-links li { 
  margin: 0; 
  padding: 0; 
}

#nav ul.secondary-links li a:link, ul.secondary-links li a:visited { 
  margin: 0 10px 0 0; 
  padding: 2px 0; 
}

#nav ul.secondary-links li a:hover, ul.secondary-links li a:active { 
  text-decoration: underline; 
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb { 
  color: #ccc; 
  font-size: 1em; 
  margin: 0 0 -1.25em; 
  padding: 10px;
  height: 20px; 
}

.breadcrumb a:link, .breadcrumb a:visited { 
  color: #666; 
}

.breadcrumb a:hover { 
  color: #999; 
}

/**
 * 5.NODES
 */
span.submitted { 
  color: #898989; 
  font-size: 0.8333em; 
}

.meta { 
  background: #dce4e9; 
  padding: 0 10px; 
}

.meta div.links { 
  float: left; 
}

.meta div.terms { 
  float: right; 
}

.meta div.links ul.links li { 
  float: left; 
  padding: 5px 10px 5px 0; 
}

.meta div.terms ul.links li { 
  float: left; 
  padding: 5px 0 5px 10px; 
}

.book-navigation { 
  margin: 0 0 .5em; 
}

.pager { 
  margin: 1em 0; 
}

.pager a:link, .pager a:visited, .pager strong.pager-current { 
  border: 1px solid #ccc; 
  margin: .3em .2em; 
  padding: .3em .5em; 
}

.pager a:hover, .pager a:active { 
  background-color: #edf5fa; 
}

.pager strong.pager-current { 
  background-color: #d4e7f3; 
  color: #069; 
}

/**
 * 6.COMMENTS
 */
.comment { 
  margin: 20px 0 0; 
  padding: 0; 
}

.comment-bar { 
  background: #edf5fa; 
  border-bottom: 1px solid #b4d7f0; 
  padding: 5px; 
}

.comment span.new { 
  color: red; 
  font-size: 0.8333em; 
}

.comment h3 { 
  margin: 0.5em 0; 
}

.comment ul.links { 
  margin: 0 0 0 25px; 
}

.comment ul.links li a { 
  text-decoration: underline; 
}

.indented { 
  border-left: 1px solid #b4d7f0; 
  margin-left: 14px; 
  padding-left: 10px; 
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 200px; 
}

#sidebar-left {
  float: left; 
  margin-right 8px;
  padding-left: 4px;
}

#sidebar-right { 
  float: right; 
  margin-left: 9px; 
}

/**
 * 8.BLOCKS
 */
.block { 
  margin: 0 0 10px; 
}

#user-login-form .item-list ul li { 
  background: none; 
  padding: 0; 
}

#search-block-form .form-text { 
  width: 8em; 
}

#search-block-form input.form-submit { 
  font-size: .9em; 
  width: 5em; 
  padding: 0; 
}

.block-book ul.menu li.expanded { 
  background-color: #fff; 
}

.block-book ul.menu li.expanded ul { 
  border-bottom: none; 
  border-top: 1px solid #d4e7f3; 
}

/**
 * 9.FOOTER
 */
#footer {
  color: #FFF;
  background: #353535;
  margin: 0; 
  padding: 0; 
  position: relative; 
  height: 280px;
}

#footer_home {
  color: #FFF;
  background: #353535;
  margin: 0;
  padding: 0;
  position: relative;
}

#footer_home p {
  padding-top: 16px;
}

#footer a.feed-icon { 
  position: absolute; 
  right: 10px; 
  top: 10px; 
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */

/*****************************************************************
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: 0.15em 0 0.15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: 0.35em 0 0 -0.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 0.2em; }
ul ul li { margin-left: 2em; }
*****************************************************************/

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.primary { float: left; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0 0 0 6px; padding: 0 10px 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper {
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid #B4D7F0;
}
h2.with-tabs {
  margin-bottom: 0;
}
#tabs-wrapper ul.tabs {
  margin-top: .8em;
  margin-bottom: .2em;
  padding: 0;
}

#tabs-wrapper li {
  padding: .2em;
  border: 1px solid #B4D7F0;
  background: #D4E7F3;
  margin-left: 4px;
  margin-right: 4px;
}

/* sidebar menu */
ul.menu { margin: 0; margin-top: 2em; padding: 0;}
ul.menu li { background-position: .1em .5em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em;}
ul.menu li ul li { background-position: .5em .6em; }
ul.menu li ul li a { padding-left: 1.4em; }
ul.menu li ul li ul li { background-position: 1.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 2.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* to remove zebra coloring from sidebar menus, remove this star and slash--> */
ul.menu li { border: 1px solid #d4e7f3; padding: .2em; margin: .2em;}
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #ededed; }
ul.menu li.even { background-color: #ededed; }
ul.menu li.expanded { background-color: #FFF; border: 1px solid #d4e7f3; padding-bottom: .2em; margin-bottom: .4em;}
ul.menu li.expanded ul { background-color: #FFF; margin-top: .2em; }
/* end zebra coloring */

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%; }
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #999; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: 0.25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em 0.5em 1em 0; }
#watchdog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: 0.92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -0.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: 0.92em; line-height: 150%; margin-bottom: 0.75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/* IVAN 20080801 */
#search
{
  position: relative;
  padding: 0;
  top: 0;
  right: 20px;
}

#search .form-text, #user-login-form .form-text
{
  color: #444;
  border: 1px solid #6191C5;
  padding: 2px;
}

#search .button,
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit
{
  background-color: #68A0D9;
  color: #fff;
  font-weight: bold;
  border: 1px solid #4070A1;
}

#myMeteoMarqueeBlock {
  margin-top: 10px;
  width: 190px;
  height: 18px;
  background-color: #000;
  color: #0F0;
  font-family: Courier;
  font-size: 12px;
  line-height: 20px;
}

#jwflashplayer {
  border: 1px solid #B4D7F0;
  background: #DDD;
  text-align: center;
  padding: 6px;
  margin-top: 6px;

}


/* IVAN 20081031 */
.sf-menu-161
{
  position: relative;
  top: 148px;
  left: 204px;
}
.sf-menu-161 a
{
  color: #FFF;
}
.sf-menu-161 li a.active, a.hover
{
  color: #FFF;
}

#accessibility_footer {
  position: relative;
  left: -1px;
  color: #FFF;
  height: 120px;
  width: 950px;
  padding: 10px;
}

#pagestyle_footer {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 300px;
  height: 25px;
}

#textsize_footer {
  position: absolute;
  left: 300px;
  top: 14px;
  width: 400px;
  height: 25px;
}

#languages_footer {
  position: absolute;
  text-align: right;
  left: 760px;
  top: 14px;
  width: 200px;
  height: 25px;
}

#languages_footer img {
  border: 1px solid #AEAEAE;
}

#GoToTop {
  position:absolute;
  height:0px;
  left:0px;
  top:0px;
  margin: 0px;
}

#myFlags {
  position: relative;
  float: right;
  top: 8px;
  right: 6px;
}

#block-search-0 {
  position: relative;
  left: 10px;
  width: 181px;
  height: 65px;
  background: url(images/sfondo-cerca.gif) top center no-repeat;
}

#block-search-0 h2 {
  visibility: hidden;
  height: 0px;
}

#block-search-0 #edit-submit {
  position: absolute;
  left: 120px;
  top: 12px;
  font-family: Arial, Verdana,
  font-size: 12px;
  font-weight: bold;
  width: 52px;
  line-height: 18px;
  height: 18px;
  border: 1px solid transparent;
  background-color: transparent;
}

#block-search-0 #edit-search-block-form-keys {
  position: absolute;
  left: 8px;
  top: 12px;
  color: #000;
  font-family: Arial, Verdana,
  font-size: 11px;
  width: 108px;
  height: 14px;
  line-height: 18px;
  border: 1px solid transparent;
  background: #FFF;
}

/** TUNING 20100907 **/
.rtejustify {
  margin-right:10px;
}
.service-links {
  margin: 10px 0 20px 0;
}

#SHARE_content_head {
  margin-top: 45px;
  position: relative;
  width: 748px;
  height: 120px;
  background: url(/cms/sites/all/themes/EVK2CNR/base/images/logo-SHARE-big.jpg) no-repeat;
}

#SHARE_content_head_real {
  position: relative;
  top: 45px;
  left: -22px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  height: 80px; 
}

.footermap {
  margin: 0 auto;
  width: 973px;
  height: 120px;
  margin-top: 100px;
}

ul.footermap-item a, ul.footermap-item a:hover, ul.footermap-item a:visited {
  color: #3A3A3A;
}

.view-item-SHARE-People-view1-IT,
.view-item-SHARE-People-view2-IT,
.view-item-SHARE-People-view1-EN,
.view-item-SHARE-People-view2-EN 
 {
  width: 710px;
  height: 210px;
  background: url(/cms/sites/all/themes/EVK2CNR/base/images/bg_SHARE_People_2.jpg) #EEEEEE no-repeat;
  padding-left: 22px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
.view-data-node-data-field-picture-field-picture-fid {
  float: right;
  background: #FAFAFA;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-top: 20px;
}
.view-data-node-data-field-nome-field-nome-value {
  float: left;
  color: #069;
  font-family: verdana, arial, courier;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-right: 4px;
}
.view-data-node-title {
  color: #069;
  font-family: verdana, arial, courier;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 4px;
}
.view-label-node-data-field-universtycompany-field-universtycompany-url {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  padding-top: 2px;
}
.view-label-node-data-field-website-field-website-url {
  float: left;
  clear: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  padding-top: 2px;
}
.view-label-node-data-field-email-field-email-email {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 8px;
}
.view-data-node-data-field-universtycompany-field-universtycompany-url {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 4px;
}
.view-data-node-data-field-website-field-website-url {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 4px;
}
.view-data-node-data-field-email-field-email-email {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 4px;
}

.view-label-node-data-field-curriculum-field-curriculum-fid {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 8px;
}
.view-data-node-data-field-curriculum-field-curriculum-fid {
  float: left;
  color: #999;
  font-family: verdana, arial, courier;
  font-size: 10px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 4px;
}

.view-data-node-data-field-mission-field-mission-value {
  width: 556px;
  height: 124px;
  float: left;
  color: #555;
  font-family: verdana, arial, courier;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 8px;
  overflow: hidden;
}
.item-list ul li {
  list-style: none;
  list-style-image: none;
  list-style-margin: 0 0 0 0;
  margin: 0;
  padding: 0;
}

.view-data-node-data-field-css-div1-field-css-div1-value {
  position: relative;
  width: 50px;
  height: 90px;
  background: url(/cms/sites/all/themes/EVK2CNR/base/images/graffa_50x90.png) no-repeat;
  left: 569px;
  top: -35px;
}

#top_SHARE_People_2 {
  width: 740px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url(/cms/sites/all/themes/EVK2CNR/base/images/top_SHARE_People_2.jpg) no-repeat;
}

#views-filters {
  float: left;
  visibility:hidden;
  width: 0px;
  height: 0px;
}

#tab_partners_ON {
  float: left;
  position: relative;
  text-transform: uppercase;
  left: 4px;
  border: 0;
  background: url(images/top_button_rounded_ON.jpg) no-repeat;
  width: 120px;
  height: 20px;
  padding: 5px 2px 2px 12px;
  margin: 4px 2px 2px 2px;
  z-index: 10;
}

#tab_partners_OFF {
  float: left;
  position: relative;
  text-transform: uppercase;
  left: 4px;
  border: 0;
  background: url(images/top_button_rounded_OFF.jpg) no-repeat;
  width: 120px;
  height: 20px;
  padding: 5px 2px 2px 12px;
  margin: 4px 2px 2px 2px;
  z-index: 10;
}

#tab_researchers_ON {
  float: left;
  position: relative;
  text-transform: uppercase;
  left: 18px;
  border: 0;
  background: url(images/top_button_rounded_ON.jpg) no-repeat;
  width: 120px;
  height: 20px;
  padding: 5px 2px 2px 12px;
  margin: 4px 2px 2px 2px;
  z-index: 10;
}

#tab_researchers_OFF {
  float: left;
  position: relative;
  text-transform: uppercase;
  left: 18px;
  border: 0;
  background: url(images/top_button_rounded_OFF.jpg) no-repeat;
  width: 120px;
  height: 20px;
  padding: 5px 2px 2px 12px;
  margin: 4px 2px 2px 2px;
  z-index: 10;
}

#filter0 {
  float: left;
  position: relative;
  left: 190px;
  border: 0;
  background: #FFF;
  width: 180px;
  height: 16px;
  padding: 2px 0 2px 2px;
  margin: 5px 0 2px 2px;
  z-index: 10;
}

#filter0_submit {
  float: left;
  position: relative;
  left: 190px;
  border: 0;
  color: #FFF;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  background: #AEAEAE;
  width: 60px;
  height: 20px;
  padding: 2px 6px 2px 10px;
  margin: 5px 2px 2px 0;
  z-index: 10;
}

#top_SHARE_Station_1 {
  width: 460px;
  height: 30px;
  margin: 0;
  padding-left: 280px;
  background: url(/cms/sites/all/themes/EVK2CNR/base/images/top_SHARE_People_2.jpg) no-repeat;
}

.view-content-SHARE-Station-view1 .view-field {
  text-align: center;
  border-right: 1px solid white;
}

.view-cell-header {
  font-size: 11px;
}

.view-field-node-data-field-station-name-field-station-name-value {
  font-weight: bold;
}

.view-field-node-data-field-altitude-field-altitude-value {
  font-weight: bold;
}

.view-content-SHARE-Station-view1 table {
  margin: 0px!important;
  padding: 0px!important;
}

#block-translation-0 {
	position: absolute;
	top: 8px;
	left: 655px;
}

#block-translation-0 ul li {
	float: right;
	padding-right: 4px;
}

.pagestyle_list,
.pagestyle_current,
.textsize_list,
.textsize_current
 {
	position: absolute;
	width: 200px;
}

.textsize_current,
.textsize_list {
	width: 200px!important;
	left: 250px;
}

.pagestyle_list,
.textsize_list {
	top: 20px;
}

.pagestyle_list li {
	border: 0px solid #FFFFFF;
	width: 140px;
}

#tetragono_logo_mini {
	position: relative;
	top: 4px;
}

.view-data-node-data-field-wp-subtitle-field-wp-subtitle-value {
	font-size: 28px!important;
}

.view-taxonomy-term .node h2 {
        background: #DDD;
	padding: 2px;
	padding-left: 4px;
}

.view-taxonomy-term .node h2 a:hover {
	color: #FFFFFF;
}

.node .anteprima {
        border: 0px solid #000000;
        margin-top: -18px;
        line-height: 1.5833em;
	font-weight: bold;
}

.view-taxonomy-term .anteprima {
	border: 0px solid #000000;
	margin-top: -18px;
	line-height: 1.5833em;
}

.node .anteprima_noimage {
        border: 0px solid #000000;
        line-height: 1.5833em;
        font-weight: bold;
}

.view-taxonomy-term .anteprima_noimage {
        border: 0px solid #000000;
        line-height: 1.5833em;
}

.view-taxonomy-term .node .meta {
	background: url(images/bg-read.jpg) top right no-repeat;
}

.view-taxonomy-term .node .links {
	border: 0px solid #000;
	float: right;
	color: #FFFFFF;
}

.view-taxonomy-term .node .links a {
        color: #069;
}

.view-taxonomy-term .node .links a:hover {
        color: #FFFFFF;
}

.view-taxonomy-term .node img {
        border: 1px solid #DDD;
	padding: 4px;
	width: 120px;
	height: 90px;
}

.view-taxonomy-term .node .content {
	min-height: 110px;
	border: 1px solid #DDD;
	padding: 4px;
}

.title_h2 {
        color: #069;
	font-family: Tahoma, San-serif;
	font-size: 19px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #DDDDDD;
}

/** IVAN 20110426 **/
.view-item-SHARE-Station-view2-IT,
.view-item-SHARE-Station-view2-EN {
    background: #EAEAEA;
    padding: 6px;
    margin-bottom: 4px;
    background: url(images/SHARE_sensors_bgs.jpg) no-repeat #EAEAEA;
    min-height: 300px;
}

.view-data-node-data-field-station-name-field-station-name-value {
    color: #333388;
    font-family: verdana,arial,courier;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-top: 2px;
    width: 720px;
}

.view-label-node-data-field-data-type-field-data-type-value,
.view-label-node-data-field-geolocation-field-geolocation-lid,
.view-label-node-data-field-altitude-field-altitude-value,
.view-label-node-data-field-station-link-field-station-link-url,
.view-label-node-data-field-network-field-network-value {
    color: #787878;
    font-family: verdana,arial,courier;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    margin-right: 4px;
    width: 720px;
    border-bottom: dotted 1px #CACACA;
}

ul li.rteleft {
    list-style-type: square;
    margin-left: 30px;
}

.view-data-node-data-field-station-picture-field-station-picture-fid {
    float: right;
    border: solid 6px #FFF;
    margin: 4px;
}

.view-data-node-data-field-publication-type-field-publication-type-value {
    color: #787878;
    font-family: verdana,arial,courier;
    font-size: 10px;
    font-weight: bold;
    border-bottom: dotted 1px #CACACA;
}
