/* ----- GENERAL ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
margin:0;
padding:0;
}
	
/* ----- BASIC CSS ELEMENTS ----- */

html { 
	background: #f0f1eb;
	background-color: #f0f1eb;
} 
body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}

.alert_info { 
	width: 97%; 
	margin: 20px 0px 20px 0px; 
	padding: 10px 10px 10px 10px; 
	border: 1px solid #A6C9E2;
	
/* Round corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

a { color: #222;}
a.nodec { text-decoration: none;}

img { 
	border: none;	
}
img.question { padding-left: 5px; cursor: pointer;}
img.smallborder { border: 1px solid #ccc;}
	
table { 
	width: 100%; 
	margin: 5px 0 20px 0; 
	border: 1px solid #A6C9E2;
	
/* Round corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
th, td { padding: 5px 10px; vertical-align: top; text-align: left;}
th { border-bottom: 1px solid #D4E2EE; color: #2E6E9E;}
tr.odd td { background: #DFEFF3;}
td.middle { vertical-align: middle;}
tr.bottom-border td { border-bottom: 1px solid #D4E2EE;}
table.centered td { text-align: center;}
table.noborder { border: none;}

td.courrier { font-family: 'courrier new', courrier, monospace; font-size: 10px;}

p { 
	margin: 0 0 20px 0; 
	padding: 0px;
	line-height: 22px;
}
ul{
	margin: 16px;
	list-style: circle;
}

li {
	margin: 4px;
	line-height: 22px;
    left: 16px;
}

h1{
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;

	word-break: break-all;
	word-break: break-word;
  margin: 0 0 20px 0;
  color: #282d2d;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: -0.02em;  
  text-shadow: 0px 0px 4px rgba(0, 0, 32, 0.32);
}
h2.section-title { margin-bottom: 15px; color: #E17009;}
h3, h4 { 
	padding-bottom: 5px;
}
h3, .blue { color: #29649D;}
h3{	
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  font-size: 20px;
  font-weight:bold;
  letter-spacing: -0.02em;  
}
h4{	
  color: #205585;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  font-size: 16px;
  font-weight:bold;
  letter-spacing: -0.02em;  
}

pre, div.comments, div.pre {
	margin: 0 0 20px 0;
	padding: 20px;

	line-height: 18px;
	border: 1px solid #A6C9E2;
	font-family: "courier new", courier, serif;
	font-size: 14px;
}

blockquote { padding: 0 0 0 20px; border-left: 5px solid #2a2a2a;}

/* ----- BASIC LAYOUT ----- */		
#centeredContent{
	margin: 0 auto;
	text-align: center;
}

#allContent {
	margin: 0 auto;
	text-align: center;
	position: relative; 	
	z-index: 2; /* IE z-index bug */
	/*font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;*/
	width:100%;
	height:100%;
	min-width:720px;
	max-width:960px;
}		

#header {
	text-align:left;
	z-index: 5; /* IE z-index bug */
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	position: relative; 	
	width:100%;
	color:black;
}

#header a { text-decoration: none;}
#header a.red { color: #B9121B;}
#subheader{
	z-index: 16000;
	position: relative; 
	top:1px;
}
#platform {  
	width:100%;
	z-index: -1;
	position: relative; 
	}
	
#platform h1{
	position: absolute;
	left:140px;
    font-size:4em;
	font-weight:bold;
	color:#222226;
	letter-spacing:-4px;
	text-shadow: -1.5px 1.5px 2px rgba(50, 50, 60, 0.7);
}

#toolbar{
	z-index: 160000;
	position: absolute;
	width:222px;
	height:40px;
	right: 0px;
	top:0px;
	background: url('../images/toolbar.png');
	text-align:right;
	padding: 2.4px 0 0 0;
	color: #ceccee; 
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    line-height: 0.9em;
    letter-spacing: 0.02em;
    text-transform: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: -0.02em;  
	text-shadow: 1px -1px 1px rgba(100, 100, 155, 0.522);	
    opacity:0.8;
}
#toolbar a { 
	text-decoration: none; 
	color: #dedcef; 
	text-shadow: 1px -1px 1px rgba(2, 2, 20, 0.522);	 
}
#toolbar a:hover { 
	color: #ffffff; 
	text-shadow: 1px -1px 1px rgba(2, 2, 20, 0.922);	 
}
#maincontent{
	z-index: 3;
	position: absolute; 
	text-align:left;
	min-height:400px;
	min-width:640px;
	background:white;
	top:44px;
	
/* Round corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#insideContent img {    
/* Shadow */
    -webkit-box-shadow: -5px 6px 10px 0px #000;
    box-shadow: -4px 5px 10px 0px #000;
 
/* Round corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#insideContent {
	z-index: 4;
	position: relative;
	text-align:left;
	margin: 60px 40px 20px 150px;
	top: -32px;	
	
	/* Fixes bug in chrome and IE (text loses cleartype while animating)*/
	-webkit-font-smoothing: antialiased;
	opacity:0.99;
	filter:alpha(opacity=99);
}

div.box-shadow {
    -webkit-box-shadow: -10px 12px 30px 0px #000;
    box-shadow: -10px 12px 30px 0px #000;
}

div.box-mini-shadow {
    -webkit-box-shadow: -5px 6px 10px 0px #000;
    box-shadow: -5px 6px 10px 0px #000;
	
/* Round corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#leftPane { 
	float: left; 
	display: inline; 
	position: relative; 
	z-index: 20;
	top:-10px;
}

#iriclogo { 
	margin:0px 8px;
}

#nav { 
	margin: 6px 10px 0px 0px;
	z-index: 60002; /* IE z-index bug */
	vertical-align: bottom;
	top:100px;
	left:2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	line-height: 0.9em;
	text-transform: none;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.02em;  	
	color: rgb(0, 64, 100);
	width:116px;	
}

#nav :hover {
	color: rgba(7, 10, 255, 0.6);
    text-shadow: -1px 1px 1.5px #fff, 0 0 0 #000, -1px 1px 1.5px #fff;	
	font-weight:bold; 
}

#nav div{
	right:0px;
	position:relative;
	text-align: left; 	
}

.subitem {
	line-height:15%;
    font-size:0.8em;
	font-weight: 600;
	text-align: right; 
}
.unselected {	
	color: rgba(0, 0, 0, 0.6);
    text-shadow: -1px 1px 1.5px #fff, 0 0 0 #000, -1px 1px 1.5px #fff;	
	font-weight:bold; 
}
.unselected span:before{
    border-bottom: 1.2px solid black;
    display: block;
    height: 1px;
    content: " ";    
    position: absolute;
    left: 0;
    top: 18px;
	width: 100%;
}
.selected {
	color: rgba(7, 10, 255, 0.6);
    text-shadow: -1px 1px 1.5px #fff, 0 0 0 #000, -1px 1px 1.5px #fff;	
	font-weight:bold; 
}
.selected span:before{
    border-bottom: 2.5px solid blue;
    display: block;
    height: 1px;
    content: " ";    
    position: absolute;
    left: 0;
    top: 18px;
	width: 100%;
}

/* ----- FOOTER ----- */
#footer1 {
	z-index: 60001; /* IE z-index bug */	
	position:absolute;
	bottom: 0;
	color: grey;
	font-size: 9px;
	width:100%;
	text-align: center;
}

#footer1 a { text-decoration: none; color: grey;}
#footer1 a:hover { color: #084C8E;}

#footer2 .content {
	padding: 0 10px;
}
#footer2 {
	z-index: 60000; /* IE z-index bug */	
	position:absolute;
	bottom: 0;
	color: grey;
	font-size: 9px;
	width:100%;
	text-align: center;
}

#footer2 a { text-decoration: none; color: grey;}
#footer2 a:hover { color: #084C8E;}

#footer2 .content {
	padding: 0 10px;
}

/* ------ ResponsiveSlide (image caroussel) ------ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
	margin: 0px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 a:active, a:focus {
    outline:none;
}

#modal-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .50;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

#modal-content {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	height: 240px;
	padding: 10px;
	position: absolute;
	left: 120px;
	top: 120px;
	width: 320px;
	z-index: 1000;
}

#modal-background.active, #modal-content.active {
	display: block;
}