/*
	JV Colors
		- Links
			color: #63914A;
			color: #002b13;
			
		- Menu Links
			normal					#999999;
			hover						#333333;

	
	Metro Colors
		- Links
		color: rgba(0, 130, 135, 1.0);
		color: rgba(50, 154, 163, 1.0);
		color: rgba(37, 187, 196, 1.0);
*/
/*
 MS colors
 tussenkopje	#db7100
 link #03697a
 */
html {
	height: 100%; 
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #414141;
	font: 12px/12.5pt Segoe UI, 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;

	letter-spacing: 0.02em;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------
	Font Weights
------------------------------------------------------------------------------ */
b {
	font-weight: 600;
}
.light {
	font-weight: 200;
}
.semilight {
	font-weight: 300;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	Links
------------------------------------------------------------------------------ */
a:link,
a:visited {
	color: #004b33;
	text-decoration: none;
	font-weight: 600;
}
a:hover,
a:active {
	color: #63914A;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a.darklink:link, a.darklink:visited {
	color: #002b13;
}
a.darklink:hover, a.darklink:active {
	color: #63914A;
}
a img {
	border: none;
}

/* ------------------------------------------------------------------------------
	Rules
------------------------------------------------------------------------------ */
hr {
	border: none;
	border-bottom: 1px solid rgba(180, 201, 12, 0.5);
	width: 105%;
	margin-left: -2%;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
}	
hr.grey {
	border-bottom: 1px solid #dddddd;
	width: 50%;
	margin: auto;
}
hr.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.section {
	font-size: 20pt;
	margin-top: 25px;
	margin-left: -0.175em;
	margin-bottom: 22px;
}

.spacer {
 margin-top: 3px;
}

td {
	/*vertical-align: top;*/
}

.hidden {
	display: none;
}
.unhidden {
	visibility: visible;
}

#container {
	min-width: 800px; 
	margin: 0px auto; 
	width: 940px; 
	height: 100%; 
	padding-top: 6px;
	padding-bottom: 6px; 
	overflow: hidden;
}
#c2 {
	background-color: #4e4e4e;
	padding: 8px 40px 6px 40px;
}
#c3 { }
#content {
	background: #ffffff;
	margin: 0px 4px 0px 5px;
	padding: 15px 85px 10px 100px;
}
.contentgroup {
	padding: 8px 8px 4px 8px;
	margin: 5px 0px 0px 0px;
}
.minifiller {
	padding-bottom: 100px;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#header {
	margin: 0px 0px 0px 0px;
	height: 108px;
}

/* ------------------------------------------------------------------------------
	Headers
------------------------------------------------------------------------------ */

h1 {
  color: #dddddd;
  font-family: 'Open Sans', 'Lato', 'Segoe UI', sans-serif;
  font-weight: 700; 
  font-size: 25pt;
  text-decoration: none;
  margin: 8px 0px 20px 0px;
  padding-top: 0px;
  text-align:right;
  letter-spacing: -0.02em;
}

h2 {
	font-family: Segoe UI, 'Lato', 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top: 25px;
	margin-left: -5px;
	
}

h3 {
  font-size: 16pt;
  margin-top: 0px;
  margin-bottom: 8px;
  float: left;
	font-weight: 400;
}

abbr { 
  border-bottom-width: 1px; 
  border-bottom-style: dotted; 
}

/* ------------------------------------------------------------------------------
	Bullet Lists
------------------------------------------------------------------------------ */
ul {
	list-style: square;
	margin: 0px 0px 15px 12px;
	padding: 0px 0px 0px 0px;
}
ul ul {
	margin-left: 8px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
	font: Arial, Helvetica, sans-serif;
}
li span {
	/*display: block;*/
}
li .spacer {
 margin-top: 2px;
}
li b {
	font-weight: 600;
}

.award {
	list-style: none;
	clear: both;
}
.award-text {}
.gold, .silver {
	margin-left: 8px;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: -19px;
	margin-right: 3px;
	margin-top: 1px;
	z-index: 2;
}
.gold {
	background-image: url(../img/icons/award_star_gold_3_16x16.png);
}
.silver {
	background-image: url(../img/icons/award_star_silver_3_16x16.png);
}


/* ------------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------ */

#footer {
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 0px; 
	font: 8pt Segoe UI, 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999; 
}
#footer p {
	padding-top: 10px;
	text-align: right;
}

#footer a:link, #footer a:visited { 
	color: #999; 
	text-decoration: none; 
	font-weight: normal;
}
#footer a:hover, #footer a:active { 
	color: #333; 
	text-decoration: none; 
	font-weight: normal;
}

a.lightlink:link, a.lightlink:visited { 
	font-weight: 600;
}
a.lightlink:hover, a.lightlink:active { 
	font-weight: 600;
} 
a.greylink:link, a.greylink:visited { 
	color: #999; 
	font-weight: normal;
}
a.greylink:hover, a.greylink:active { 
	color: #333; 
	font-weight: normal;
} 



/* ------------------------------------------------------------------------------
	Menu
------------------------------------------------------------------------------ */
.nav-list-item {
	margin: 0px 0px 1px 0px;
}
.menu, #back {
	width: 70px;
	margin-left:-92px; 
	margin-top: 1px;
	height: 16px;
	text-align: right;
	float: left; 
	letter-spacing: 0.02em;
}
.menu.right {
	margin-left:0px;
	margin-right:-100px;
	text-align: left;
	float: right;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul.back {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.menu ul li {
	margin: 0 0 0 0;
	padding: 1px 0 0pt 0;
	line-height: 12pt;
}
.menu a:link,.menu a:visited, #back a:link, #back a:visited {
	color: #888888;
	font-weight: 400;
}
.menu a:hover, .menu a:active, #back a:hover, #back a:active {
 	color: #2a2a2a;
	font-weight: 400;
}

#back { 
	margin-left:-102px; 
	margin-top: 10px;
	display: block;
}

/* ------------------------------------------------------------------------------
	Moar
------------------------------------------------------------------------------ */
.moar {
	margin-right: 8px; 
	margin-top: -10px;
	float: right; 
	font-weight: lighter;
	text-decoration: none;
	font-weight: lighter;
	color: #999;
}
.moar:hover {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	
}

/* ------------------------------------------------------------------------------
	Person Overzicht
------------------------------------------------------------------------------ */
#personalinfo {
	padding: 0px 10px 0px 10px;
	margin: 30px -10px 25px -10px;
	width: 685px;
	float: left;
}
#personalia {
	width: 350px;
	margin-right: 20px;
	float: right;
	text-align: right;
	letter-spacing: 0.00em;
}
#name {
  color: #888888;
  font-family: 'Open Sans', Segoe UI, Calibri, sans-serif;
  font-weight: 700; 
  font-size: 25pt;
  text-decoration: none;
  margin: 8px 0px 20px 0px;
  padding-top: 0px;
  text-align:right;
}
#pronounce {
  color: #ABABAB;
  font-size: 7pt;
  font-weight: 500;
  text-decoration: none;
  padding-top:5px;
  padding-right: 2px;
  margin: 0px;
  text-align:right;
}
#info {
}
#position {
	margin-bottom: 7px;
}
#affiliaton {
	margin-bottom: 10px;
}
#address {
	margin-bottom: 12px;
}
#contact {
}
.contact-entry {
	clear: both;
	position: relative;
}
.contact-detail {
	float: right;
}
.contact-icon {
	float: right;
	margin-left: 5px;
	margin-right: -1px;
}


.textblock {
	padding: 20px 0px 20px 0px;
}	
#interesant {
	padding-bottom: 10px;
}

#photo {
	z-index: 1000;
	width: 260px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
}
#photo-img {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(180, 201, 12, 0.5);
	margin: 0px;
	padding: 0px;
}
#photo-caption {
  margin: 3px 0px 0px 0px;
}
#photo-caption-text {
  width: 100%;
  float: left;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  color: #444;
}


/* ------------------------------------------------------------------------------
	Uitzoeken en verplaatsen
------------------------------------------------------------------------------ */

#activities, #teaching { 
	margin-bottom: 30px;
}

img { border: 0; }
img.inline-icon {
	vertical-align: bottom;
}


#personalinfo {

}
#pic {
	text-align: left;
	margin: 0; /*5px 15px 5px 0px;*/
}
#personalia {
	float: right;
	line-height: 16px;
}
#personalia table th {
	text-align: left;
	padding-right: 15px;
}

#personaltext {
	clear: both;
}

/* ------------------------------------------------------------------------------
   General Content
------------------------------------------------------------------------------ */
#gc {
	padding: 8px 8px 4px 8px;
	margin: 0px 0px 0px 0px;
}
#gch {
	margin: 0px 0px 10px 0px;
}


.box {
	border: solid 1px #e6f1d8;
	background-color: #fdfef9; /*#f9fdf9;*/
}


/* ------------------------------------------------------------------------------
	Basic Pages
------------------------------------------------------------------------------ */

.page-content img {
	vertical-align: bottom;
	margin-right: 4px;
}
.page-header {
	float: left;
	width: 100%;
	position: relative;
  margin: 1px 0px 6px 0px;
}
.page-header .icon {
	float: left;
	margin-right: 10px;
}
.page-header .content-title {
	float: left;
	position: relative;
}
.page-header .content-title .main {
	float: left;
	position: relative;
  color: #777;
	font-weight: 600;
  font-size: 14pt;
  text-decoration: none;
  padding-left: 1px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dddddd;
}

}
.page-header .content-title .sub {
	float: left;
	position: relative;
	clear: left;
  color: #444;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding-left: 1px;
	padding-bottom: 5px;
}
.page-content {
	/*clear: left;*/
}
.page-content .text {
  margin: 0px 180px 10px 10px;
  padding-top: 0px;
  text-align: justify;
}
.page-content #photo {
	z-index: 1000;
	width: 150px;
	margin-left: 15px;
	margin-right: -5px;
	margin-bottom: 0px;
	float: right;
}
.page-content #photo-img {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(180, 201, 12, 0.5);
	margin: 0px;
	padding: 0px;
}
.page-content #photo-caption {
  margin: 3px 0px 0px 0px;
}
.page-content #photo-caption-text {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 400;
  color: #444;
}




/* ------------------------------------------------------------------------------
	Project Pages
------------------------------------------------------------------------------ */

#prjs {
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
}
/* for project description pages */
#prj {
	
}
/* for project overview page */
.prj {
	clear: both;
	margin-bottom: 25px;
}
.prj img {
	vertical-align: bottom;
	margin-right: 4px;
}
.prj-header {
	float: left;
	position: relative;
  margin: 1px 0px 6px 0px;
}
.prj-icon {
	float: left;
	margin-right: 10px;
}
.prj .prj-icon {
	text-align: right;
	height: 16px;
	width: 24px;
	margin-left: 0px;
	padding-right: 0px;
}
.prj-title {
	float: left;
	position: relative;
}
.prj-titleblock{  }
.prj-title-main {
	float: left;
	position: relative;
  color: #777;
	font-weight: 600;
  font-size: 14pt;
  text-decoration: none;
  padding-left: 1px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.prj-title-main a {
	font-weight: 600;
}
#prj .prj-title-main {
  border-bottom: 1px solid #dddddd;
}
.prj-title-main a:link,
.prj-title-main a:visited {
  color: #777;
}
.prj-title-main a:hover,
.prj-title-main a:active {
	color: #63914A;;
}
.prj-title-sub {
	float: left;
	position: relative;
	clear: left;
  color: #444;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding-left: 1px;
}
.prj-goto {
	clear: both;
	margin-left: 10px;
}
.prj-goto a {
	//font-family: Segoe UI, 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
}
.prj-oneliner {
	clear: both;
	margin-left: 10px;
	margin-bottom: 5px;
}
.prj-content {
	clear: both;
	padding-top: 5px;
}
.prj-description {
  margin: 0px 0px 10px 10px;
  padding-top: 0px;
}
.prj-description-abstract {
	font-weight: 600;
}
.prj-code, .prj-page, .prj-paper {
	display: block;
	vertical-align: middle;
  margin: 5px 0px 10px 10px;
}
.prj-code {
 padding-bottom: 20px;
}
.prj-code-icon {
	float: left;
	width: 28px;
	margin-left: 4px;
	margin-right: 10px;
	vertical-align:bottom;
}
.prj-code-desc {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 590px;
}


/* ------------------------------------------------------------------------------
	Font Syltes
------------------------------------------------------------------------------ */

.sc {
	font-variant: small-caps;
}
.math {
	font-family: times new roman;
}
.right {
	text-align: right; 
}


/* ------------------------------------------------------------------------------
	Sliding Buttons
------------------------------------------------------------------------------ */
.button_wrap{
    position:absolute;
    width:290px;
    height:262px;
    overflow:hidden;
    font-weight:bold;
    font-size:11px;
    margin:0px;
    margin-left:-14px;
}
/* uitschuif-button */
.button_aLeft{
		z-index: 0;
    width:130px;
    height:22px;
    top:115px;
    right:145px;
    position:absolute;
    line-height:30px;
    text-align:left;
    cursor:pointer;
}
.button_aLeft span{
    display:none;
    padding-left:0px;
}
/* hover-button */
.button_bLeft{
		z-index: 200;
		background: url("img/blank.gif") repeat scroll left top transparent;
		width:131px;
    height:260px;
    position:absolute;
    top:1px;
    right:145px;
    line-height:30px;
    cursor:pointer;
}
.button_aRight{
		z-index: 0;
    width:130px;
    height:22px;
    top:115px;
    left:145px;
    position:absolute;
    text-align:right;
    cursor:pointer;
}
.button_aRight span{
    display:none;
    padding-right:20px;
}
.button_bRight{
		z-index: 200;
		background: url("img/blank.gif") repeat scroll left top transparent;
		width:131px;
    height:260px;
    position:absolute;
    top:1px;
    left:145px;
    text-align:center;
    cursor:pointer;
}
/* ------------------------------------------------------------------------------
	More/Less accordions
------------------------------------------------------------------------------ */
.moreless {
	color: #888888;
}
.moreless.top{
	display: block;
	margin-bottom: 0px;
	margin-top: -65px;
}
.moreless.bottom {
	display: block;
	margin-bottom: 0px;
	margin-top: -50px;
}
.moreless.right{
	float: right;
}
.moreNews, .moreAct, .moreOmg, .moreRev, .moreEdu {
	display: none;
}



/* ------------------------------------------------------------------------------
	Two Columns
------------------------------------------------------------------------------ */
.twocols {
	position: relative;
	padding-bottom: 15px;
	width: 100%;
	float: left; 
	clear: both;
}
.leftcol {
	width: 51%;
	float: left;
	clear: left;
}
.rightcol {
	/*width: 40%;*/
	padding-left: 50px;
	float: left;
	clear: right;
}

/* ------------------------------------------------------------------------------
	Three Columns
------------------------------------------------------------------------------ */
.threecols {
	position: relative;
	padding-bottom: 15px;
	width: 100%;
	float: left; 
	clear: both;
}
.left3col {
	width: 45%; /* 50px; */
	float: left;
	padding-right: 20px;
}
.mid3col {
	width: 25%; /* 150px; */
	/* padding-left: 50px; */
	float: left;
}
.right3col {
	width: 25%; /* 150px; */
	/* padding-left: 50px; */
	float: left;
}

/* ------------------------------------------------------------------------------
	Rounded Corners
------------------------------------------------------------------------------ */
.zc{display:block}
.zc *{display:block;height:1px;overflow:hidden;font-size:.01em;background:#4e4e4e}
.zc1{margin:0 3px 0 3px;padding:0 1px 0 1px;border-left:1px solid #464646;border-right:1px solid #464646;background:#4a4a4a}
.zc2{margin:0 1px 0 1px;padding:0 1px 0 1px;border-left:1px solid #424242;border-right:1px solid #424242;background:#4b4b4b}
.zc3{margin:0 1px 0 1px;border-left:1px solid #4b4b4b;border-right:1px solid #4b4b4b;}
.zc4{border-left:1px solid #464646;border-right:1px solid #464646}
.zc5{border-left:1px solid #4a4a4a;border-right:1px solid #4a4a4a}
.zd{display:block}
.zd *{display:block;height:1px;overflow:hidden;font-size:.01em;background:#ffffff}
.zd1{margin:0 3px 0 3px;padding:0 1px 0 1px;border-left:1px solid #9a9a9a;border-right:1px solid #9a9a9a;background:#d2d2d2}
.zd2{margin:0 1px 0 1px;padding:0 1px 0 1px;border-left:1px solid #5f5f5f;border-right:1px solid #5f5f5f;background:#dddddd}
.zd3{margin:0 1px 0 1px;border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
.zd4{border-left:1px solid #9a9a9a;border-right:1px solid #9a9a9a}
.zd5{border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2}
.zdfg{background:#ffffff}

/* ------------------------------------------------------------------------------
	Margin-notes
------------------------------------------------------------------------------ */

.margin-note {
	text-align: center;
}
.margin-note.left {
	float: left;
	text-align: left;
	width: 70px;
	margin-left: -90px;
}

.margin-note.right {
	float: right;
	width: 65px;
	margin-right: -80px;
}
/* ------------------------------------------------------------------------------
	Metro
------------------------------------------------------------------------------ */

._header {
	font-family: 'Segoe UI Light', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 42pt;
	color: rgba(0,0,0,1.0);
	letter-spacing: 0.00em;
}
._subheader {
	font-family: 'Segoe UI Light', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 20pt;
	color: rgba(0,0,0,1.0);
	letter-spacing: 0.01em;
}
._subheadersec {
	font-family: 'Segoe UI Light', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 20pt;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.01em;
}
._smallsubheader {
	font-family: 'Segoe UI Semibold', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11pt;
	color: rgba(0,0,0,1.0);
	letter-spacing: 0.02em;
}
._smallsubheadersec {
	font-family: 'Segoe UI Semilight', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.02em;
}
._navigation {
	font-family: 'Segoe UI', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11pt;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.02em;
}
._bodytext {
	font-family: 'Segoe UI Semilight', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color: rgba(0,0,0,1.0);
	letter-spacing: 0.02em;
}
._bodytextsec {
	font-family: 'Segoe UI Semilight', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.02em;
}
._links {
	font-family: 'Segoe UI Semilight', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color: rgba(0,130,135,1.0);
	letter-spacing: 0.02em;
}
._tertiary {
	font-family: 'Segoe UI Semilight', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9pt;
	color: rgba(0,0,0,1.0);
	letter-spacing: 0.02em;
}
._tertiarysec {
	font-family: 'Segoe UI', Segoe UI, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.02em;
}

/* titles */
#gc, .gc {
	padding: 0px 0px 4px 8px;
	margin: 0px 8px 0px 0px;
}
#gch {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#page-title{
  color: #eeeeee;
  font-family: 'Open Sans', 'Lato', Segoe UI, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700; 
  font-size: 25pt;
  text-decoration: none;
  margin: 8px -8px 9px 0px;
  
  padding-top: 0px;
  text-align:right;
}



#pagetitle-extra {
	margin-left: 5px;
	margin-bottom: 20px;
}


.section-header {
	padding-bottom: 18px;
}

#section-header-first .section-title {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#section-header-first {
	padding-bottom: 6px;
}

.section-title {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -0.175em;
}
.section-title-main {
	font-family: Segoe UI, 'Lato', 'Open Sans', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 20pt;
}
.section-title-main img {
	height: 32px;
	margin-right: 6px;
	margin-top: -6px;
	vertical-align: top;
	float: left;
}
.section-title-extra {
	text-align: right; 
	float: right; 
	margin-right: -10px; 
	margin-top: 6px; 
	margin-bottom: 0px;
}
.section-title-sec {
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 12px;
	font-weight: 200;
	font-size: 16pt;
}
.section-content {
	clear: left;
}



/* ------------------------------------------------------------------------------
	InfoMessages
------------------------------------------------------------------------------ */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 5px 0px 10px 0px;
    padding: 8px 5px 8px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('img/icons/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/icons/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/icons/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/icons/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('img/icons/validation.png');
}
