/*


*/


@media print {
  #menu, #header { display: none; }
  #page { background: none; }
  #page #content { margin-left: 0px !important; }
}
        #header #toolbar #utils .field input {
          border-radius: .5em;
          -kthml-border-radius: .5em;
          -moz-border-radius: .5em;
          -ms-border-radius: .5em;
          -webkit-border-radius: .5em;
        }
      #page #content div.dgray {
        border-radius: .5em;
        -khtml-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -webkit-border-radius: .5em;
      }
            #page #content div.dgray p.button a {
              border-radius: .5em;
              -khtml-border-radius: .5em;
              -moz-border-radius: .5em;
              -ms-border-radius: .5em;
              -webkit-border-radius: .5em;
            }
      #page #content div.gray, #page #content .formulari  {
        border-radius: .5em;
        -khtml-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -webkit-border-radius: .5em;
      }
      #page #content div.green, #page #content div.red, #page #content div.orange {
        border-radius: .5em;
        -khtml-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -webkit-border-radius: .5em;
      }
        #page #content form .field input, #page #content form .field select, #page #content form input, #page #content form select, #page #content form textarea, #page #content form .buttons input {
          border-radius: .5em;
          -khtml-border-radius: .5em;
          -moz-border-radius: .5em;
          -ms-border-radius: .5em;
          -webkit-border-radius: .5em;
        }
	  #page #content table.result th:first-child  {
		border-radius: .5em 0 0 0;
          -khtml-border-radius: .5em 0 0 0;
          -moz-border-radius: .5em 0 0 0;
          -ms-border-radius: .5em 0 0 0;
          -webkit-border-radius: .5em 0 0 0;
	  }
	  #page #content table.result th:last-child {
		border-radius: 0 .5em 0 0;
          -khtml-border-radius: 0 .5em 0 0;
          -moz-border-radius: 0 .5em 0 0;
          -ms-border-radius: 0 .5em 0 0;
          -webkit-border-radius: 0 .5em 0 0;
		
	  }
		#page #content table.taula td {
			border-radius: .5em;
      -khtml-border-radius: .5em;
      -moz-border-radius: .5em;
      -ms-border-radius: .5em;
      -webkit-border-radius: .5em;
		}
	
      #page #content ul.submenu {
        border-radius: .333em;
        -khtml-border-radius: .333em;
        -moz-border-radius: .333em;
        -ms-border-radius: .333em;
        -webkit-border-radius: .333em;
      }
      
      #page #content div.desplegable h2, #page #content .formulari h2, #page #menu li{
        border-radius: 0.3em 0.3em 0 0;
        -khtml-border-radius: 0.3em 0.3em 0 0;
        -moz-border-radius: 0.3em 0.3em 0 0;
        -ms-border-radius: 0.3em 0.3em 0 0;
        -webkit-border-radius: 0.3em 0.3em 0 0;
      }
      
      #page #content #tabs .ui-tabs-nav li a {
        border-radius-topleft: .5em;
        -khtml-border-top-left-radius: .5em;
        -moz-border-radius-topleft: .5em;
        -ms-border-radius-topleft: .5em;
        -webkit-border-top-left-radius: .5em;
        
        border-radius-topright: .5em;
        -khtml-border-top-right-radius: .5em;
        -moz-border-radius-topright: .5em;
        -ms-border-radius-topright: .5em;
        -webkit-border-top-right-radius: .5em;
        
      }
.extended_combo {
  display:inline;
  float:left;
}

.hint {
	clear:both;
}

a.taronja {
	color: orange;
}


#page #content .gray .row.noborder {
  border:0;
}
  #page #content .gray table td {
    background:none;
  }

  #page #content div.red {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    background: #E9B0B0
  }

  #page #content div.formError {
    margin: 0 0 0 30%;
    color: red;
  }

  #page #content .gray .row .field.radio.parallel label {
    width:100px;
  }

ul.ui-sortable li {
  cursor: move;
}

#page #content .desplegable.gray form .field select {
	max-width: 66%;
	padding: 2px 4px;
}

.ui-autocomplete {
		max-height: 200px;
		overflow-y: auto;
}
/* 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: 200px;
}

.ui-menu .ui-menu-item a {
	padding: 0.1em 0.2em;
}

.field.wide {
	width: 100% !important;
}

.datepicker {
	width: 80px !important;
}

.simple_form label {
  float: left;
  text-align: right;
  margin: 2px 10px;
}

.simple_form div.input {
  margin-bottom: 10px;
}

form div.input {
	margin-bottom: 10px;
}

.simple_form input[type='submit'] {
  margin-left: 120px;
}

.simple_form div.boolean input {
	width: auto;
}

fieldset.disabled {
	display:none;
}

fieldset {
	clear: both;
}

ul.tabs {
  list-style-type: none;
  margin: 1em 0;
  border-bottom: 1px solid #CCC;
}

ul.tabs li {
  display: inline-block;
}

ul.tabs li a.tab {
  display: inline-block;
  padding: 8px 10px;
  color: #666;
  text-decoration: none;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

ul.tabs li a.tab:not(.active):hover {
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
  padding-bottom: 7px;
}

ul.tabs li a.tab.active {
  background-color: white;
  font-weight: bold;
  color: black;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

ul.tabs.compact li a.tab {
  padding: 8px 7px;
}

a.tab.active {
  cursor: text;
}

.tabs_container {
  clear: both;
}

.tabs_container .tab_content {
  display: none;
}

.tabs_container .tab_content.visible {
  display: block;
}

.row {
	clear: both;
}

.row.wide div.input {
	position: relative;
    display: inline;
    float: left;
    width: 100%;
/*    margin: 0 3.5% 0 0;*/
}

.row.three div.input.left, .row.three div.input.right {
	position: relative;
    display: inline;
    float: left;
    width: 45%;
/*    margin: 0 3.5% 0 0;*/
}

.row.three div.input.center {
	position: relative;
    display: inline;
    float: left;
    width: 10%;
/*    margin: 0 3.5% 0 0;*/
}

.row.three div.input.right select {
	max-width: 90%;
}

.row.wide .input.date input {
	width: 30%;
}

.row.wide .input input, .row.wide .input textarea {
	width : 80%;
}

.row.wide .input select {
	max-width: 80%;
}

.row.wide .options {
	padding: 0 0 0 16%;
}

.row .options {
	padding: 0 0 0 10%;
}

.row.wide .options.columns1 ul {
	float: left;
	width: 75%;
}

.row.wide .options.columns2 ul {
	float: left;
	width: 45%;
}

/*.row.wide .options ul li {
	float: left;
}*/

.row.wide .options label {
	float: left;
	width: 50%;
	margin: 0px 10px;
	font-weight: normal;
	color: #000;
}

.row.wide .options input {
	width: auto;
}

.row.wide label {
	float: left;
	width: 15%;
	margin: 2px 10px 2px 0px;
}

.row .input div.text {
	margin: 2px 10px 2px 10px;
}

.row .input input, .row .input textarea {
	width: 60%;
}

.row .input select {
	max-width: 60%;
}

.row .input input[type='checkbox'] {
	max-width: 3%;
}

.row label {
	float: left;
	width: 30%;
	margin: 2px 10px 2px 0px;
}

.row span {
	float: left;
	width: 30%;
	margin: 2px 10px 2px 0px;
}

.formulari .row label {
	font-weight: bold;
	color: #2F88D3;
}

.row div.input {
	position: relative;
    display: inline;
    float: left;
    width: 50%;
}

#page #content .formulari {
	position: relative;
    display: block;
    height: 1%;
    border: 1px solid #ccc;
    background: #f0f0f0;
	clear: left;
}

#page #content .formulari form {
	padding: 1em 1em 0 1em;
}
#page #content .formulari form textarea, #page #content .formulari form input, #page #content .formulari form select{
	border: 1px solid #cdcdcd;
    padding: 3px 2px;
    color: #666;
    font-size: inherit;
    background: #fff url('/assets/img/bg_input.gif') repeat-x;
}

#page #content .formulari h2 {
    background: url('/assets/img/bg_input_submit.png') repeat-x scroll 0 0 #1B76CD;
    font-size:13px;
    color:#ffffff;
    padding:0.3em 5px 0.3em 1em;
	margin:0 0 5px 0;
	clear: both;
}

#page #content .formulari .buttons {
	text-align: center;
	padding: 5px 0;
	clear: both;
}
.fitxers {
	margin-top: 20px;
}

.fitxers ul li{
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 10px 0px;
	background: #fff url('/assets/ico_documents.gif') no-repeat 0px 0px;
}

.fitxers ul li.link{
	background: none;
}

.fitxers ul li a{
	margin: 0px 0px 0px 40px;
}

#page.full {
	background: none;
	margin: 0 auto;
	float: both;
}
#page.full #content {
	margin: 0px;
}

.llista ul li {
	margin: 0px 0px 10px 10px;
	background: url('/assets/img/kland_n1.png') no-repeat 0 0.4em transparent;
	padding-left : 15px;
}

#calendari .ui-datepicker {
	width: 22em;
}

#page #content h1 {
    color: #2C85D2;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
	padding : 0 0 10px 0;
}

table.taula_lectura {
	border : thin solid;
}

/*** MENU ***/
#menu ul li ul {
  display: none;
}
#menu ul li.current ul {
  display: block;
}

.recuadre {
	border: thin solid;
	padding: 10px;
}

.clear_page {
	clear: both;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.ui-resizable-handle {
  position: absolute;
}

.noticia {
	clear :both;
}

.noticia .image {
	clear: left;
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
}

.noticia .text {
	margin: 5px 0 5px 0;
}

#page #content table.taula td {
	border-width: 1px;
	border-color: #EFF6FB;
	border-style: outset;
}

#page #content table.taula tr.odd td {
	background-color: #EFF6FB;
}

#page #content table.taula tr.even td {
	background-color: #ffffff;
}

#page #content table.result tr.seleccionada td {
  background-color: #FFC87D;
}

#page #content table.taula td.fons_form_esq {
  background: #e7f2fa;
	font-weight: bold;
}

tr.error {
	color: #cc0000;
}
td.subtitol_negreta_gris2 {
    font-weight: bold;
    font-color: #737373;
}
tr.subtitol_negreta_gris2 {
    font-weight: bold;
    font-color: #737373;
}
th .subtitol_negreta_gris1 {
    color: #595959; 
    font-weight: bold;
}
.weekendDay {
  background-color: #eeeeee;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  color: #FF4142;
  font-size: 11px;
}

.weekendDay a, .weekendDay a:visited, .weekendDay a:hover, .weekendDay a:active {
  background-color: #eeeeee;
  color: #FF4142;
  font-size: 11px;
}

.day {
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.day a, .day a:visited, .day a:hover, .day a:active {
  text-align: right;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.specialDay {
  background-color: #DEE9EC;
  color: #000000;
  border: 1px;
  border-style: Solid;
  border-color: #1C5AA7;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover, .specialDay a:active {
  background-color: #DEE9EC;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
  
.Vacationday {
  background-color: #ffdbbd;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.Vacationday a, .Vacationday a:visited, .Vacationday a:hover {
  background-color: #ffdbbd;
  text-align: right;
  font-size: 11px;
  color : #000000;
}

.Baixaday {
  background-color: #fffb7b;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.Baixaday a, .Baixaday a:visited, .Baixaday a:hover {
  background-color: #fffb7b;
  text-align: right;
  font-size: 11px;
  color : #000000;
}

.Festiuday {
  background-color: #faacac;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.Festiuday a, .Festiuday a:visited, .Festiuday a:hover {
  background-color: #faacac;
  text-align: right;
  font-size: 11px;
  color : #000000;
}

.Permisday {
  background-color: #e4f1f1;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.Permisday a, .Permisday a:visited, .Permisday a:hover {
  background-color: #e4f1f1;
  text-align: right;
  font-size: 11px;
  color : #000000;
}

.Lliureday {
  background-color: #dae5a9;
  border: 1px;
  border-style: Solid;
  border-color: #9C9A9C;
  font-size: 11px;
  color : #000000;
  text-align: right;
}

.Lliureday a, .Lliureday a:visited, .Lliureday a:hover {
  background-color: #dae5a9;
  text-align: right;
  font-size: 11px;
  color : #000000;
}
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(/assets/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(/assets/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(/assets/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(/assets/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(/assets/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(/assets/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/assets/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/assets/images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/assets/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
#page #content ul.treeview {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#page #content .treeview ul {
  padding: 0;
  margin: 0;
  margin-top: 4px;
  list-style: none;
}
  #page #content .treeview li {
    display:block;
  }

#page #content .treeview .hitarea {
  background: url(/assets/img/treeview-default.png) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float:none;
}

#page #content .treeview li { 
  margin: 0;
  padding: 3px 0pt 3px 16px;
}

#page #content .treeview a.selected {
  background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

#page #content .treeview .hover { cursor: pointer; }

#page #content .treeview li { background: url(/assets/img/treeview-default-line.gif) 0 0 no-repeat; }
#page #content .treeview li.collapsable, #page #content .treeview li.expandable { background-position: 0 -176px; }

#page #content .treeview .expandable-hitarea { background-position: -80px -3px; }

#page #content .treeview li.last { background-position: 0 -1766px }
#page #content .treeview li.lastCollapsable, #page #content .treeview li.lastExpandable { background-image: url(/assets/img/treeview-default.png) }  
#page #content .treeview li.lastCollapsable { background-position: 0 -111px }
#page #content .treeview li.lastExpandable { background-position: -32px -67px }

#page #content .treeview div.lastCollapsable-hitarea, #page #content .treeview div.lastExpandable-hitarea { background-position: 0; }

#page #content .treeview .placeholder {
  background: url(/assets/img/ajax-loader.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block;
}

#page #content .treeview li { padding: 3px 0 2px 16px; }
#page #content .treeview span.folder, #page #content .treeview span.file { padding: 1px 0 1px 16px; display: block; }
#page #content .treeview span.folder { background: url(/assets/img/folder.gif) 0 0 no-repeat; }
#page #content .treeview li.expandable span.folder { background: url(/assets/img/folder-closed.gif) 0 0 no-repeat; }
#page #content .treeview span.file { background: url(/assets/img/file.gif) 0 0 no-repeat; }



/* quadre gris */
#page #content .treeview.gris .hitarea {background-image: url(/assets/img/treeview-default_gris.png)}
  #page #content .treeview.gris li { background-image: url(/assets/img/treeview-default-line_gris.gif) }
  #page #content .treeview.gris li.lastCollapsable, #page #content .treeview.gris li.lastExpandable { background-image: url(/assets/img/treeview-default_gris.png) }
#page #content .treeview.gris span.folder { background-image: url(/assets/img/folder_gris.gif) }
#page #content .treeview.gris li.expandable span.folder { background-image: url(/assets/img/folder-closed_gris.gif) }
#page #content .treeview.gris span.file { background-image: url(/assets/img/file_gris.gif) }
  
/* dom */

html { font-size: 100%; } /* WinIE text resize correction */
body {
  display: block;
  margin: 0;
  padding: 0;
  font-family: verdana, helvetica, sans-serif;
  font-size: 0.7em; /* 12px */
  color: #333;
  background: #fff;
}
* { margin: 0; border: none; padding: 0; }
a { outline: 0; color: #2C85D2; text-decoration :none; }
  a:hover { color: #2C85D2; text-decoration: underline; }
  a:visited { font-size:inherit; }
p { margin-bottom: 1em; line-height: 1.4em; }
ol, ul { list-style: none; }
    ul li.clear { clear: left; }
/* esquerra, dreta i centrar */
div.left { clear: left; float: left; width: 49%; }
div.right { clear: right; float: right; width: 49%; }
.center { text-align: center; }
/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
  .clearfix { display:inline-block; }
  /* amagar d'IE mac \*/
  .clearfix { display:block; }

/* menú accesibilidad (oculto) */
#acc { 
	position: absolute; top: -999em; 
	margin: 0 auto;
	width: 94%;
	min-width: 750px;
	max-width: 1188px;
}

/* capçalera */
#header {
	margin: 0 auto;
  /*padding-bottom: 21px;*/
  width: 94%;
  min-width: 750px;
  max-width: 1188px;
	padding-bottom: 15px; /**CANVI**/
	background: #F6FAFD url('/assets/img/bg_header.jpg') repeat-x 0 100%; /**CANVI**/
}
	#header a {
		color: #fff;
	}
	#header h1 {
		display: inline; /* ie6fh */
		clear: left;
		float: left;
		width: 160px;
		height: 76px;
    background: url('/assets/img/Logo_Research_intranet.png') no-repeat;
	}
		#header h1 a {
			display: block;
			width: 160px;
			height: 76px;
		}
			#header h1 a span {
				position: absolute;
				top: -999em;
				left: -999em;
			}
	#header #quicklinks {
		min-height: 30px; height: auto !important; height: 30px;
/*		background: #429ada url('img/bg_quicklinks.png') repeat-y;*/ /**CANVI**/
		font-family: "Trebuchet MS"; /**CANVI**/
	}
		#header #quicklinks ul {
			padding: 7px 40px 5px 20px;
			text-align: right;
		}
			#header #quicklinks ul li {
				display: inline;
				margin-left: 1.5em;
			}
				#header #quicklinks ul li a {
					padding: 2px 0 2px 14px;
					background: url('/assets/img/kland_blau_clar.gif') no-repeat 0 50%;
					color: #005EC2; /**CANVI**/
				}
					#header #quicklinks ul li a:hover, #header #quicklinks ul li.current a {
						text-decoration: none;
						background: url('/assets/img/kland_blau_fosc.gif') no-repeat 0 50%; /**CANVI**/
					}
	#header #toolbar {
		min-height: 46px; height: auto !important; height: 46px;
	}
		#header #toolbar #userinfo {
			display: inline;
			float: left;
			margin: 0 .25em 0 0;
			color: #d8ebb4;
		}
			#header #toolbar #userinfo img {
				display: inline; /* ie6fh */
				float: left;
				margin: 0 .75em 0 0;
			}
				#header #toolbar #userinfo span.name {
					display: inline; /* ie6fh */
					float: left;
					padding-top: 15px; /**CANVI**/
					line-height: 1em;
					color: #F47D00; /**CANVI**/
					/*font-size: 1.272em; /**CANVI**/
				}
				#header #toolbar #userinfo span.name a {
					color: #F47D00;
				}
		#header #toolbar #utils {
			display: inline;
			clear: right;
			float: right;
			margin: 2px 0 0 .25em;
			line-height: 2em;
		}
			#header #toolbar #utils label {
				margin: 0;
				color: #005EC2; /**CANVI**/
				padding: 0;
				line-height: 1em;
			}
				#header #toolbar #utils label input {
					vertical-align: middle;
					width: 120px;
					margin: 0;
					border: 1px solid #fff; /**CANVI**/
					padding: 5px 5px;
					color: #888;
					background: #F7F7F7 url('/assets/img/bg_header_input.jpg') repeat-x; /**CANVI**/
					
					-moz-border-radius: 4px; /**CANVI**/
					-webkit-border-radius: 4px; /**CANVI**/
					-khtml-border-radius: 4px; /**CANVI**/
					border-radius: 4px; /**CANVI**/
				}
				#header #toolbar #utils label span {
					display: inline; /* ie6fh */
					/*float: left;*/
					margin: .25em .75em 0 0; /**CANVI**/
				}
			#header #toolbar #utils input {
				vertical-align: top;
				margin: 0;
				padding: 0;
			}
				#header #toolbar #utils input.buttonImage {
					line-height: 0;
				}
			#header #toolbar #utils ul {
				display: inline; /* ie6fh */
				float: right;
				margin: 5px 40px 5px 5px;
				border-left: 1px solid #999; /**CANVI**/
			}
				#header #toolbar #utils ul li {
					display: inline; /* ie6fh */
					float: left;
					border-left: 1px solid #EDF3FA; /**CANVI**/
					border-right: 1px solid #999; /**CANVI**/
					padding: .333em 14px;
					/*font-size: 1.272em; /**CANVI**/
				}
					#header #toolbar #utils ul li.first { /**CANVI**/
						/* background: url('/assets/img/icon_24.gif') 85% 50% no-repeat; /**CANVI**/ 
						/*padding-right: 40px; /**CANVI**/ 
					}
					#header #toolbar #utils ul li.last {
						border-right: none;
						padding-right: 0;
					}
					#header #toolbar #utils ul li.nopadding {
						padding-bottom: 0;
					}
					#header #toolbar #utils ul li img {
						vertical-align: middle;
					}
					#header #toolbar #utils ul li a { /**CANVI**/
						color: #005EC2; /**CANVI**/
					} /**CANVI**/
					
/* wrapper */
#page {
  position: relative;
  width: 94%;
  min-width: 750px;
  max-width: 1188px;
  margin: 0 auto;
  background: #fff url('/assets/img/bg_page.gif') -6px 0 repeat-y;
}
  /* menú lateral */
  #page #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    margin: -15px 0 15px 0;
    padding: 15px 0 15px 0;
    background: url('/assets/img/bg_menu.png') repeat-x;
  }
    #page #menu ul {
      margin: 0 0 15px 0;
    }
      #page #menu ul li {
        display: block;
        height: 1%;
        margin: 0 0 2px 0;
        padding: 0;
        background: #3276aa url('/assets/img/bg_menu_li.png') repeat-x;
      }
          #page #menu ul li.info a { background: url('/assets/img/bg_menu_li_info.jpg') no-repeat 2px 4px; }
          #page #menu ul li.etic a { background: url('/assets/img/bg_menu_li_etic.jpg') no-repeat 2px 4px; }
          #page #menu ul li.excl a { background: url('/assets/img/bg_menu_li_excl.jpg') no-repeat 2px 4px; }
          #page #menu ul li.prod a { background: url('/assets/img/bg_menu_li_prod.jpg') no-repeat 2px 4px; }
          #page #menu ul li.coms a { background: url('/assets/img/bg_menu_li_coms.jpg') no-repeat 2px 4px; }
          #page #menu ul li.papr a { background: url('/assets/img/bg_menu_li_papr.jpg') no-repeat 2px 4px; }
          #page #menu ul li.guy a { background: url('/assets/img/bg_menu_li_guy.jpg') no-repeat 2px 4px; }
          #page #menu ul li.cart a { background: url('/assets/img/bg_menu_li_cart.jpg') no-repeat 2px 4px; }
          #page #menu ul li.form a { background: url('/assets/img/bg_menu_li_form.jpg') no-repeat 2px 4px; }
          #page #menu ul li.sct a { background: url('/assets/img/bg_menu_li_sct.jpg') no-repeat 2px 4px; }
          #page #menu ul li.sri a { background: url('/assets/img/bg_menu_li_sri.jpg') no-repeat 2px 4px; }
          #page #menu ul li.gen a { background: url('/assets/img/bg_menu_li_gen.jpg') no-repeat 2px 4px; }
            #page #menu ul li.info li a, #page #menu ul li.etic li a, #page #menu ul li.excl li a,  #page #menu ul li.prod li a, #page #menu ul li.coms li a, #page #menu ul li.papr li a, #page #menu ul li.guy li a, #page #menu ul li.cart li a, #page #menu ul li.form li a, #page #menu ul li.sct li a, #page #menu ul li.sri li a, #page #menu ul li.gen li a {
              background: none;
            }
        #page #menu ul li a {
          display: block;
          border-bottom: 1px solid #000;
          padding: 6px 10px 7px 10px;
          color: #fafafa;
        }
        #page #menu ul li ul {
          margin: 0;
          background: #c7deef;
        }
          #page #menu ul li ul li {
            height: auto;
            margin: 0;
            border-bottom: 1px solid #fff;
            background: none;
          }
            #page #menu ul li ul li.last {
              border-bottom: 1px solid #6a9dc4;
            }
            #page #menu ul li ul li a {
              border: none;
              padding: 4px 4px 4px 10px;
              color: #3276aa;
              background: #c7deef;
            }
              #page #menu ul li li a:hover, #page #menu ul li li.current a {
                color: #fff;
                background: #7eaed2;
              }
  /* contenedor principal */
  #page #content {
    margin-left: 188px;
    text-align: left;
  }
    /* DOM */
    /* contenedores */
      /* borde inferior */
      #page #content div.border {
        margin: 0 0 1em 0;
        border-bottom: 1px solid #ccc;
        margin: 0 0 1em 0;
      }
      /* migas de pan */
      #page #content div.breadcrumbs {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
      }
        #page #content div.breadcrumbs a {
          color: #2c85d2;
        }
          #page #content div.breadcrumbs a:hover {
            color: #333;
          }
        #page #content div.breadcrumbs p {
          margin: 0 0 .5em 0;
          color: #2c85d2;
          font-size: 1em;
        }
      /* borde punteado */
      #page #content div.broken {
        margin: 0 0 1em 0;
        border-bottom: 1px dotted #ccc;
        margin: 0 0 1em 0;
      }
      /* contenedor fondo gris */
      #page #content div.dgray {
        position: relative;
        height: 1%;
        margin: 0 0 1em 0;
        border-bottom: 2px solid #999;
        padding: 10px 20px;
        background: #f0f0f0 url('/assets/img/bg_dgray.gif') repeat-y 65.5% 8px;
      }
        #page #content div.dgray a {
          position: relative;
        }
          #page #content div.dgray div.left {
            width: 64.5%;
            height: 1%;
            margin: 0 3.5% 0 0;
          }
          #page #content div.dgray div.right {
            width: 32%;
            height: 1%;
            margin: 0;
          }
            #page #content div.dgray.segona {
              background: #f0f0f0 url('/assets/img/bg_dgray.gif') repeat-y 50% 8px;
            }
              #page #content div.dgray.segona div.left {
                width: 48.5%;
              }
              #page #content div.dgray.segona div.right {
                width: 48%;
              }
          #page #content div.dgray h2.agenda {
            width: 130px;
            height: 33px;
            margin: 0 0 10px 0;
            background: url('/assets/img/titol_agenda.jpg') no-repeat;
          }
          #page #content div.dgray h2.premis {
              width: 130px;
              height: 33px;
              margin: 0 0 10px 0;
              background: url('/assets/img/titol_premis.jpg') no-repeat;
            }
          #page #content div.dgray h2.news {
            width: 141px;
            height: 33px;
            margin: 0 0 10px 0;
            background: url('/assets/img/titol_noticies.jpg') no-repeat;
          }
          #page #content div.dgray h2.personal {
            width: 194px;
            height: 33px;
            margin: 0 0 10px 0;
            background: url('/assets/img/titol_espaipersonal.jpg') no-repeat;
          }
          #page #content div.dgray h2.press {
            width: 222px;
            height: 33px;
            margin: 0 0 10px 0;
            background: url('/assets/img/titol_recullpremsa.jpg') no-repeat;
          }
            #page #content div.dgray h2 span {
              position: absolute;
              top: -9999em;
              left: -9999em;
            }
        #page #content div.dgray h3 {
          margin: 0 0 .308em 0;
          font-size: 1em;
          line-height: 1.2em;
        }
          #page #content div.dgray h3 a, #page #content div.dgray h4 a {
            color: #333;
          }
          #page #content div.dgray h3 span {
            padding: 0 .25em;
            color: #1a76cc;
            font-size: .9em;
            font-weight: normal;
          }
        #page #content div.dgray h4 {
          margin: 0 0 .25em 0;
          font-size: 1em;
          line-height: 1.4em;
        }
        #page #content div.dgray p {
          font-size: 1em;
        }
          #page #content div.dgray p.date {
            margin: 0 0 .333em 0;
            color: #1a76cc;
            font-size: .9em;
          }
            #page #content div.dgray p.button a {
              padding: .333em .667em;
              color: #006699;
              font-weight: bold;
              background: #dadada;
            }
        #page #content div.dgray ul {
          margin: 0;
        }
          #page #content div.dgray ul li {
            margin: 0 0 .75em 0;
            border-bottom: 1px solid #ccc;
            padding: 0;
            background: none;
          }
            #page #content div.dgray ul li.last {
              border: none;
              padding: 0;
            }
              #page #content div.dgray ul li div.image {
                display: inline;
                clear: left;
                float: left;
                width: 81px;
                margin: 0 8px 0 0;
              }
                #page #content div.dgray ul li div.image p {
                  border: 3px solid #fff;
                  text-align: center;
                  line-height: 0;
                }
              #page #content div.dgray ul li div.text {
                margin-left: 90px;
              }
          #page #content div.dgray ul.blocks {
            margin: 0 0 1em 0;
          }
            #page #content div.dgray ul.blocks li {
              height: 1%;
              margin: 0;
              border-bottom: 1px solid #a1cded;
              padding: .333em 0;
            }
                #page #content div.dgray ul.blocks li span.quantity {
                  display: inline; /* ie6fh */
                  float: right;
                  margin: 0 0 0 2em;
                }
                  #page #content div.dgray ul.blocks li span.quantity a {
                    display: inline;
                    padding: 0 .25em;
                    color: #cc6600;
                    font-weight: bold;
                    text-decoration: underline;
                  }
                    #page #content div.dgray ul.blocks li span.quantity a:hover {
                      color: #000;
                      text-decoration: none;
                    }
      /* fons gris */
      #page #content div.gray {
        position: relative;
        display: block;
        height: 1%;
        margin: 0 0 1.5em 0;
        border: 1px solid #ccc;
        padding: 15px 0 10px 0;
        background: #F0F0F0;
      }
        
        #page #content div.gray h2 {padding:0 0 0 1em;font-size:1.5em;}
        #page #content div.gray h3 {
          font-size:1.1em;
          color:#333333;
          padding:0.3em 1.2em;
          margin:1em 0 .5em 0;
        }
        #page #content div.gray p {padding-left: 1.6em;}
          #page #content div.gray div.row p {padding-left: 0em;margin-left:0;}
          
          #page #content div.gray div.buttons {
            text-align: center;
			padding: 5px 0;
          }
          #page #content div.gray div.row {
            margin: 0 0 .25em 0;
            padding: 3px 22px 4px 22px;
          }
            #page #content div.gray div.row .field {
              position: relative;
              display: inline;
              float: left;
              width: 46%;
              margin: 0 3.5% 0 0;
            }
              #page #content div.gray div.row .field.macro {
                width: 95%;
                margin: 0 2% 0 0;
              }
                #page #content div.gray div.row .field.macro input,
                #page #content div.gray div.row .field.macro textarea {
                  width: 83.5%;
                }
                #page #content div.gray div.row .field.macro label {
                  width: 13.5%;
                  padding: 0 1.5% 0 0;
                }
              #page #content div.gray div.row .field.micro {
                width: 20%;
                margin: 0 2% 0 0;
              }
                #page #content div.gray div.row .field.micro input {
                  width: 50%;
                }
                #page #content div.gray div.row .field.micro label {
                  width: 4%;
                  padding-right: 8%;
                  text-align: left;
                }
              #page #content div.gray div.row .field.slabel {
                width: 45%;
                margin: 0 1.5% 0 0;
              }
                #page #content div.gray div.row .field.slabel label {
                  width: 10%;
                }
              #page #content div.gray div.row .field.small {
                width: 30%;
                margin: 0 1.5% 0 0;
              }
                #page #content div.gray div.row .field.small input {
                  width: 35%;
                }
                #page #content div.gray div.row .field.small label {
                  width: 44%;
                  padding-right: 3.5%;
                }
              #page #content div.gray div.row .field.checkbox {}
                #page #content div.gray div.row .field.checkbox.parallel {width:auto;}
                #page #content div.gray div.row .field.checkbox.llista {width:90%;}
                
                #page #content div.gray div.row .field.checkbox input {
                  vertical-align: middle;
                  margin: 0 .5em .5em 0;
                  padding: 0;
                  display: inline;
                  width: auto;
                  border: none;
                  background: none;
                }
                #page #content div.gray div.row .field.checkbox label {
                  display: inline;
                  vertical-align: middle;
                  margin: 0;
                  text-align: left;
                }
              #page #content div.gray div.row .field.radio {}
                #page #content div.gray div.row .field.radio.parallel {width:auto;}
                #page #content div.gray div.row .field.radio.llista {width:90%;}
                
                #page #content div.gray div.row .field.radio input {
                  vertical-align: middle;
                  margin: 0 .5em .5em 0;
                  padding: 0;
                  display: inline;
                  width: auto;
                  border: none;
                  background: none;
                }
                #page #content div.gray div.row .field.radio label {
                  display: inline;
                  vertical-align: middle;
                  margin: 0;
                  text-align: left;
                }
              #page #content div.gray div.row .field img {
                cursor: pointer;
                vertical-align: middle;
                margin: 4px 0 0 3px;
              }
              #page #content div.gray div.row .field input,
              #page #content div.gray div.row .field textarea {
                display: inline; /* ie6fh */
                position: relative;
                float: left;
                width: 65%;
                margin: 0;
                padding: 3px 2px;
              }
              #page #content div.gray div.row .field label {
                display: inline; /* ie6fh */
                float: left;
                width: 28%;
                margin: .417em 0 0 0;
                padding: 0 3% 0 0;
                text-align: right;
              }
                #page #content div.gray div.row .field span.info {
                  width:auto;
                  font-size:0.8em;
                  padding-left:14px;
                  background:url('/assets/img/info.png') top left no-repeat;
                  text-align: right;
                  float:right;
                }
      /* fons verd arrodonit */
      #page #content div.green {
        margin: 0 0 15px 0;
        padding: 10px 15px;
        background: #d3eebf
      }
          #page #content div.green div.left {
            width: 62%;
            margin-right: 2%;
            padding-top: 15px;
          }
              #page #content div.green div.left p.results {
                margin: 0;
              }
          #page #content div.green div.right {
            width: 32%;
            padding: 12px 0 8px 3%;
            background: url('/assets/img/bg_separa_verd.png') repeat-y;
          }
          #page #content div.green label {
            display: inline; /* ie6fh */
            float: left;
            margin: 0;
          }
            #page #content div.green label span {
              display: inline; /* ie6fh */
              float: left;
              margin: .417em 5px 0 0;
            }
            #page #content div.green label input {
              display: inline; /* ie6fh */
              float: left;
              width: 130px;
              margin: 0;
            }
              #page #content div.green label input.buttonImage {
                width: auto !important;
                margin-left: 5px;
              }
      /* fons taronja arrodonit */
      #page #content div.orange {
        margin: 0 0 15px 0;
        padding: 10px 15px;
        background: #fbcf7e
      }
          #page #content div.orange div.left {
            width: 62%;
            margin-right: 2%;
            padding-top: 15px;
          }
              #page #content div.orange div.left p.results {
                margin: 0;
              }
          #page #content div.orange div.right {
            width: 32%;
            padding: 12px 0 8px 3%;
            background: url('/assets/img/bg_separa_verd.png') repeat-y;
          }
          #page #content div.orange label {
            display: inline; /* ie6fh */
            float: left;
            margin: 0;
          }
            #page #content div.orange label span {
              display: inline; /* ie6fh */
              float: left;
              margin: .417em 5px 0 0;
            }
            #page #content div.orange label input {
              display: inline; /* ie6fh */
              float: left;
              width: 130px;
              margin: 0;
            }
              #page #content div.orange label input.buttonImage {
                width: auto !important;
                margin-left: 5px;
              }
      /* fons blavos arrodonit */
      #page #content div.blue {
        margin: 0 0 15px 0;
        padding: 10px 15px;
        background: #d2e6ec
      }
          #page #content div.blue div.left {
            width: 62%;
            margin-right: 2%;
            padding-top: 15px;
          }
              #page #content div.blue div.left p.results {
                margin: 0;
              }
          #page #content div.blue div.right {
            width: 32%;
            padding: 12px 0 8px 3%;
            background-color: #d2e6ec;
          }
          #page #content div.blue label {
            display: inline; /* ie6fh */
            float: left;
            margin: 0;
          }
            #page #content div.blue label span {
              display: inline; /* ie6fh */
              float: left;
              margin: .417em 5px 0 0;
            }
            #page #content div.blue label input {
              display: inline; /* ie6fh */
              float: left;
              width: 130px;
              margin: 0;
            }
              #page #content div.blue label input.buttonImage {
                width: auto !important;
                margin-left: 5px;
              }
      /* imatge decorativa info corporativa */
      #page #content div.info_c {
        min-height: 340px; height: auto !important; height: 340px;
        padding: 2px 0 0 290px;
        background: url('/assets/img/bg_info.jpg') no-repeat;
      }
      /* fons blau clar */
      div.lightblue {
        margin: 0 0 1em 0;
        padding: 10px;
        background: #e7f2fa;
      }
        div.lightblue a {
          color: #cc6600;
        }
        div.lightblue p {
          margin: 0;
        }
      /* paginador */
      #page #content div.pager {
        margin: 1em 0;
      }
        #page #content div.pager ul {
          margin: 0;
          padding: .3em 0;
          font-size: .92em;
          text-align: center;
        }
          #page #content div.pager ul li {
            display: inline;
            vertical-align: middle;
            margin-right: 2px;
            padding: .25em 0;
            background: none;
          }
              #page #content div.pager ul li.current span {
                border: 1px solid #666;
                color: #333;
                font-weight: bold;
                background: #e7f2fa;
              }
            #page #content div.pager ul li.next {
              margin: 0 10px 0 50px;
              padding: .25em 18px .25em 0;
              font-weight: bold;
              background: url('/assets/img/bg_next.gif') no-repeat 100% 50%;
            }
              #page #content div.pager ul li.next a, #page #content div.pager ul li.previous a {
                border: none;
              }
            #page #content div.pager ul li.previous {
              margin: 0 50px 0 10px;
              padding: .25em 0 .25em 18px;
              font-weight: bold;
              background: url('/assets/img/bg_prev.gif') no-repeat 0 50%;
            }
              #page #content div.pager ul li.transparent a {
                border: none;
                padding: 0;
                color: #333;
              }
            #page #content div.pager ul li a, #page #content div.pager ul li span {
              border: 1px solid #999;
              padding: .167em .417em;
            }
              #page #content div.pager ul li a:hover {
                color: #000;
                text-decoration: none;
                background: #e7f2fa;
              }
      /* imatges dreta/esquerra */
        #page #content div.txtImgDr img, #page #content div.txtImgEsq img {
          display: inline; /* ie6fh */
          float: right;
          margin: 2px 0 8px 20px;
          max-width: 220px;
          width: auto !important;
          width: 220px;
        }
        #page #content div.txtImgDr p {
          margin: 0 240px 1em 0;
        }
      /* imatge esquerra */
        #page #content div.txtImgEsq img {
          float: left;
          margin: 2px 20px 8px 0;
        }
        #page #content div.txtImgEsq p {
          margin: 0 0 1em 240px;
        }
    /* formularis */
      #page #content form hr {padding:0.5em 0;} 
        #page #content form div.textarea {
          margin: 0 0 1em 0;
        }
          #page #content form div.textarea label {
            margin: 0 0 .25em 0;
          }
        #page #content form input.buttonImage {
          vertical-align: middle;
          width: auto;
          border: none;
          padding: 0;
          background: none;
        }
        #page #content form input.buttonReset {
          cursor: pointer;
          overflow: visible;
          margin: 10px 15px;
          border: none;
          padding: .714em 0 .714em 36px;
          color: #1a76cc;
          font-size: 1.167em;
          line-height: 1.2em;
          background: url('/assets/img/bg_input_reset.gif') no-repeat 0 50%;
        }
          #page #content form input.buttonReset:hover {
            color: #222;
          }
        #page #content form input.buttonSubmit {
          cursor: pointer;
          overflow: visible;
          margin: 5px 10px;
          border-bottom: 1px solid #1c64a6;
          padding: .3em 1em;
          color: #fff;
          font-size: 1.167em;
          line-height: 1.2em;
          background: #1b76cd url('/assets/img/bg_input_submit.png') repeat-x;
        }
          #page #content form input.buttonSubmit:hover {
            border-bottom: 1px solid #333;
            background: #1b76cd;
          }
        #page #content form input.button {
          cursor: pointer;
          overflow: visible;
          margin: 5px 10px;
          border-bottom: 1px solid #595959;
          padding: .3em 1em;
          color: #fff;
          font-size: 1.167em;
          line-height: 1.2em;
          background: #8c8c8c url('/assets/img/bg_input_button.png') repeat-x;
        }
          #page #content form input.button:hover {
            border-bottom: 1px solid #595959;
            background: #8c8c8c;
          }
      #page #content form img {
        border: 1px solid #bbb;
        vertical-align: middle;
      }
      #page #content form .field {
        display: block;
        margin: 0 0 1em 0;
      }
          #page #content form .field.checkbox input {
            vertical-align: middle;
            display: inline;
            width: auto;
            margin: 0 .333em 0 0;
            border: none;
            padding: 0;
            background: none;
          }
          body #page #content form .field.checkbox label {
            display: inline;
            vertical-align: middle;
            margin: 0;
          }
        #page #content form .field .error {
          width: 88%;
          margin: 0;
          border: 1px solid #718548;
          padding: .333em 5px;
          color: #fff;
          font-weight: bold;
          background: #718548;
        }
        #page #content form .field input, #page #content form .field select {
          width: 88%;
          border: 1px solid #cdcdcd;
          padding: 5px 6px;
          color: #666;
          font-size: inherit;
          background: #fff url('/assets/img/bg_input.gif') repeat-x;
        }
          #page #content form .field input:focus, #page #content form .field select:focus, #page #content form textarea:focus {
            border: 1px solid #666;
          }
          #page #content form .field .fieldWithErrors input, #page #content form .field .fieldWithErrors select, #page #content form .fieldWithErrors textarea {
            border: 1px solid #cc0000;
            background: #ffe7e7;
          }
          #page #content form .field input.micro, #page #content form textarea.micro {
            width: 25%;
          }
          #page #content form .field input.small, #page #content form textarea.small {
            width: 45%;
          }
          #page #content form .field select {
            cursor: pointer;
            width: auto;
          }
        #page #content form .field label {
          display: block;
          margin: 0 0 .25em 0;
        }
      #page #content form p, #page #content div.spacer form p {
        margin-left: 0;
      }
        #page #content form textarea, #page #content form input, #page #content form select {
          font-family: verdana, helvetica, sans-serif;
          font-size: 1em;
        }
          #page #content form textarea.macro {
            height: 240px;
          }
          #page #content form textarea.micro {
            height: 80px;
          }
    /* capçaleres */
    #page #content h2 {
      margin: 0 0 .5em 0;
      color: #2c85d2;
      font-size: 1.75em;
      font-weight: normal;
    }
    #page #content h4 {
      margin: 0 0 .75em 0;
      font-size: 1.167em;
      font-weight: bold;
    }
        #page #content h4 span.thin {
          color: #666;
          font-style: italic;
          font-weight: normal;
        }
    /* imatges */
      #page #content img.left {
        display: inline; /* ie6fh */
        float: left;
        margin: 2px 20px 12px 0;
      }
      #page #content img.right {
        display: inline; /* ie6fh */
        float: right;
        margin: 2px 0 12px 20px;
      }
    /* paràgrafs */
      /* imatge */
      #page #content p.image {
        line-height: 0;
      }
      /* amb vora inferior */
      #page #content p.linia {
        border-bottom: 1px solid #ccc;
        padding-bottom: .5em;
      }
      /* info resultats */
      #page #content p.results {
        padding: 0 25px;
        color: #006633;
        font-size: 1.167em;
      }
      /* aliniat dreta */
      #page #content p.right {
        display: inline; /* ie6fh */
        float: right;
        margin: 0 0 .25em 0;
        padding: 1em 0;
        text-align: right;
      }
      /* sense marge (¡no moure!) */
      #page #content p.nomargin {
        margin: 0;
      }
    /* negreta */
      strong.blue {
        color: #1a76cc;
        font-weight: bold;
      }
    /* taules */
    #page #content table {
      width: 100%;
      margin: 0 0 1.5em 0;
      border-spacing: 0;
    }
	#page #content table.result tr.odd td {
		background-color: #EFF6FB;
	}
	#page #content table.result tr.even td {
		background-color: #ffffff;
	}
  #page #content table.result tr.seleccionada td {
    background-color: #FFC87D;
  }
      #page #content table td {
        vertical-align: top;
        border-bottom: 0px solid grey;
        padding: 7px 5px 6px 10px;
        text-align: left;
        background: #fff;
      }
        #page #content table td.big {
          font-size: 1.167em;
        }
        #page #content table td.green {
          color: #339933;
        }
        #page #content table td.images {
          white-space: nowrap;
        }
          #page #content table td.images img {
            vertical-align: middle;
            margin: 0 3px;
          }
        #page #content table td.orange {
          color: #ff6600;
        }
        #page #content table td.red {
          color: #cc0000;
        }
        #page #content table td h3 {
          margin: 0;
          color: #1b76cd;
          font-size: 1.143em;
        }
        #page #content table td span {
          display: block;
          white-space: nowrap;
        }
      #page #content table th {
        vertical-align: top;
        padding: .857em 5px .857em 10px;
        color: #333;
        font-size: 1.1em;
        font-weight: normal;
        text-align: left;
        background: #e7f2fa;
      }
      #page #content table th.sortup {
             background: url('/assets/asc.gif') #e7f2fa;
             background-position: right;
             background-repeat:no-repeat;
             cursor:hand;
        }

      #page #content table th.sortdown {
           background: url('/assets/desc.gif') #e7f2fa;
           background-position: right;
           background-repeat:no-repeat;
           cursor:hand;
      }
    /* llistes */
    #page #content .submenu ul {
      margin: 1.5em 0;
    }
      #page #content .submenu ul li {
        height: 1%;
        margin: 0 0 .75em 0;
        padding: 0 0 0 15px;
        background: url('/assets/img/kland_n1.png') no-repeat 0 .333em;
      }
        #page #content ul li ul {
          margin: .75em 0;
        }
          #page #content ul li ul li {
            padding: 0 0 0 15px;
            color: #666;
            background: url('/assets/img/kland_n1.png') no-repeat 0 .333em;
          }
              #page #content ul li ul li ul li {
                background: url('/assets/img/kland_n1.png') no-repeat 0 .333em;
              }
      /* banners portada */
      #page #content ul.banners {
        margin: 0 0 1em 0;
        text-align: center;
      }
        #page #content ul.banners li {
          display: inline; /* ie6fh */
          margin: 0 12px 0 0;
          padding: 0;
          background: none;
        }
          #page #content ul.banners li.nomargin {
            margin: 0;
          }
      /* qui som */
      ul.people {
        margin: 0 0 1em 0;
        border-top: 1px dotted #333;
        padding-top: 1em;
      }
        ul.people li {
          height: 1%;
          margin: 0 0 1em 0;
          border-bottom: 1px dotted #333;
          padding: 0 0 1px 0;
          background: none;
        }
            ul.people li div.image {
              display: inline;
              clear: right;
              float: right;
              width: 140px;
              margin: 5px 0 0 19px;
            }
              ul.people li div.image p {
                line-height: 0;
              }
            ul.people li div.text {
              height: 1%;
              margin-right: 160px;
            }
      /* submenu contingut */
      /* TODO: Tener un estado active o current */
      #page #content ul.submenu {
        display: block;
        border-bottom: 1px solid #2f88d3;
        padding: 2px 5px;
        background: #e5f1fa url('/assets/img/bg_submenu.png') repeat-x 0 100%;
		margin-bottom: 1em;
      }
        #page #content ul.submenu li {
          display: inline; /* ie6fh */
          float: left;
          /*border-right: 1px solid #95a3ac;
          border-left: 1px solid #f0f7fc;
          background: none;*/
          background:url('/assets/img/kland_n1.png') 4px 8px no-repeat;
          margin: 0;
          padding: 5px 15px;
          white-space: nowrap;
        }
          #page #content ul.submenu li.first {
            border-left: 0;
          }
          #page #content ul.submenu li.last {
            border-right: 0;
          }
          #page #content ul.submenu li a {
            color: #333;
          }
          

/* desplegables */
#page #content div.desplegable {padding:0;margin:0 0 1em 0;}
  #page #content div.desplegable h2 {
    background: #1b76cd url('/assets/img/bg_input_submit.png') repeat-x;
    font-size:13px;
    color:#ffffff;
    padding:0.3em 5px 0.3em 1em;
	margin:0 0 5px 0;
    cursor:pointer;
	clear :both;
  }
    #page #content div.desplegable h2 span {float:right;display:inline-block;width:18px;height:18px;margin:1px 0 0 0;padding:0;background:url('/assets/img/bg_obert.png') no-repeat;}
      #page #content div.desplegable h2 span.tancat {background:url('/assets/img/bg_tancat.png') no-repeat;}
    
    #page #content div.desplegable div {}
      #page #content div.desplegable div.tancat{display:none;}      
      
    #page #content div.desplegable div table {}
      #page #content div.desplegable div th {background:#eee;border-bottom:1px solid #ccc;}
      #page #content div.desplegable div td {background:none;}
        #page #content div.desplegable div td.foto_personal {width:auto;width:60px;text-align:center;}
          #page #content div.desplegable div td.foto_personal img {padding:3px;border:1px solid #ccc;background:#eee;}
          
          
/* Tabs */
#page #content #tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#page #content #tabs .ui-tabs-nav { margin: 0; padding: .2em .5em 0; }
#page #content #tabs .ui-tabs-nav li { z-index:1; list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; background: none;}
#page #content #tabs .ui-tabs-nav li a { float: left; font-size:1.3em; padding: .2em 1em; text-decoration: none; color:#333; border: 1px solid #cccccc;background: #f7f8fa url('/assets/img/bg_header_input.png') repeat-x; }
#page #content #tabs .ui-tabs-nav li a:hover { background: #cccccc; }
#page #content #tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;  }
#page #content #tabs .ui-tabs-nav li.ui-tabs-selected a {color:#fff;background: #1b76cd url('/assets/img/bg_input_submit.png') repeat-x;border-color:#ccc}
#page #content #tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#page #content #tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

#page #content #tabs .ui-tabs-panel { z-index:10; display: block; margin:2.3em 0 0 0; padding: 1em 1.4em; }
#page #content #tabs .ui-tabs-hide { display: none !important; }

#page #content #tabs div.gray {}
