
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor:not-allowed;
  background-color:#eeeeee;
	color:#808080;
}

.color-default {
	color:#023055;
}

h2.color-default {
	color:#023055;
}

.text-left {
	text-align:left;
}

.line-margin {
	margin:10px 0 10px 0;
}

.hr-grey {
	width:100%;
	margin:20px 0 20px 0;
	height:0.1em;
	border:none;
	background:#C0C0C0;
	color:#C0C0C0;
}

.hr-dark-grey {
	width:100%;
	margin:20px 0 20px 0;
	height:0.1em;
	border:none;
	background:#808080;
	color:#808080;
}

/* header-languages */
#header-languages .flags {
	float:right;
	margin-right:8px;
	margin-top:5px;
	width:40px;
	height:35px;
}

/* Top Nav */
.top-nav li a, .background-white .top-nav li a {
  font-size: 0.85em;
  padding: 0.7em 0.90em;
	/*
  color: #002633;
  font-size: 0.9em;
  padding: 0.7em 1.25em;
	*/
}

div.spacer-10
{
	font-size: 0; 
	height: 10px;
	line-height: 0;
}
div.spacer-15
{
	font-size: 0; 
	height: 15px;
	line-height: 0;
}
div.spacer-20
{
	font-size: 0; 
	height: 20px;
	line-height: 0;
}
div.spacer-30
{
	font-size: 0; 
	height: 30px;
	line-height: 0;
}
div.spacer-40
{
	font-size: 0; 
	height: 40px;
	line-height: 0;
}
div.spacer-50
{
	font-size: 0; 
	height: 50px;
	line-height: 0;
}
