/**
 * informa_shared.css: Shared CSS rules
*/

/** Base **/

/* Fonts */
/*
@font-face {
	font-family: 'Droid Sans';
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.eot.xhtml");
	src: local('☺'), 
					url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.ttf.xhtml") format('truetype'), 
					url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.svg.xhtml") format('svg'), 
					url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.woff.xhtml") format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face { 
	font-family: 'Droid Sans';
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.eot.xhtml");
	src: local('☺'),  
					url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.ttf.xhtml") format('truetype'), 
					url("/idbweb/javax.faces.resource/fonts/DroidSansMono.svg.xhtml") format('svg'),
					url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.woff.xhtml") format('woff');
	font-weight: bold;
	font-style: normal;
} */



@font-face{ 
	font-family: 'DroidSans_regular';
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.eot.xhtml");
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.eot.xhtml?iefix") format('eot'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.woff.xhtml") format('woff'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.ttf.xhtml") format('truetype'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-webfont.svg.xhtml") format('svg');
}

@font-face{ 
	font-family: 'DroidSans_bold';
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.eot.xhtml");
	src: url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.eot.xhtml?iefix") format('eot'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.woff.xhtml") format('woff'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.ttf.xhtml") format('truetype'),
	     url("/idbweb/javax.faces.resource/fonts/DroidSans-Bold-webfont.svg.xhtml") format('svg');
	font-weight: normal;
    font-style: normal;
}

/* HTML & Body */
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
}


/** Layout **/

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1px;
}

/** Wrapper **/
.wrapper {
	width: 950px;
	margin: 0 auto;
}


/** Objects **/

/* Images */
img {
	border: none;
	-ms-interpolation-mode: bicubic;\9 /* IE 7-8 */
}


/** Forms **/

/* General */
input,
textarea,
select,
button {
  appearance: normal;
  /* jluzio: reverted change for tablets */
  /*
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  */
  font-family: Arial, Helvetica, sans-serif;
}

/* Buttons */
input[type="submit"],
button,
.btn,
.btn span {
  cursor: pointer;
}


/* Tooltips */
.ui-tooltip {
	background-color: #ffc;
	color: #333;
}