body {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #636d73;
}
h1, h2, h3, h4, h5, h6,
.widget_title_news {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #636d73;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #e1e0dc;
}
h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 2em 0px 1em 0px;
}
h3,
.widget_title_news {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 1.8em 0px 0em 0px;
	padding: 1.8em 0px;
	border-top: 1px dashed #e1e0dc;
	border-bottom: 1px dashed #e1e0dc;
}
h4 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 2em 0px 1em 0px;
}
h5 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 1em 0px;
}
img {
	max-width: 100%;
}
a,
a:link,
a:visited {
	color: #636d73;
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	border-bottom-style: solid;
	border-bottom-width: thin;
}
a.button,
a.button:link,
a.button:visited {
	color: white;
}
hr {
	background: none;
	border: none;
	border-bottom: 1px dashed #e1e0dc;
}
a:link img,
a:hover img,
a:visited img,
a.no-underline,
a.no-underline img {
	border: none;
}

.red {
	color: #BF113D;
}
.blue {
	color: #006694;
}
.cyan {
	color: #0089AB;
}
.green {
	color: #93bc19;
}
.orange {
	color: #e7611b;
}

.image_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.image_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.column_row {
	position: relative;
	top: 0em;
	left: 0em;
}
.column_left {
	display: inline-block;
	width: 45%;
	padding-right: 30px;
	vertical-align: top;
}
.column_right {
	display: inline-block;
	width: 45%;
	padding-right: 30px;
	vertical-align: top;
}
.button {
	background-image: url(../img/link-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 7px 30px 8px 10px;
	margin: 1em 0px;
	border: none;
}
.button:hover {
	border: none;
}



.clear {
	clear: both;
}

ul {
	margin: 1em 0px 0px 10px;
	padding: 0px;
}
li {
	list-style: none;
	color: #636d73;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: url(../img/bullet.gif) no-repeat 0px 6px;
}

ol.news {
	margin: 0px;
	padding: 0px;
}
ol.news li {
	margin: 0px;
	padding: 0px;
	clear: left;
	background-image: none;
}
ol.news li h2 {
	font-size: 1.4em;
}
ol.news li img.image {
	float: left;
	margin-right: 26px;
	border: 1px solid #e1e0dc;
}
ol.news li a.more {
	background-image: url(../img/link-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	width: 125px;
	padding: 7px 10px 8px 10px;
	margin: 2em 0px 1em 0px;
}
ol.news li div.date_topic {
	margin-top: 1em;
	font-style: italic;
	font-size: 85%;
}
ol.news li div.date {
	display: inline;
}
ol.news li ul.topics {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ol.news li li.topic {
	display: inline;
}
.news.single time {
	display: block;
}

ol.references {
	margin: 3em 0px 1em 0px;
	padding: 0px;
}
ol.references li {
	background: none;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 96px;
	margin: 0px;
	padding: 0px;
}
ol.references li a {
	border: none;
}
ol.references li img {
	z-index: 0;
	margin: 15px 25px;
}
ol.references li div {
	/*border: 1px solid #b4b4b4;*/
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 66px;
	/*background: transparent url(../img/reference_line.png) repeat-x;*/
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
	padding: 15px 25px;
}
a.next,
a.previous,
li.media a {
	border: none;
}

/*
ol.references li:hover div {
	background: none;
	border: 1px solid rgba(203, 219, 42, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 10px 10px rgba(203, 219, 42, 0.2);
	-webkit-box-shadow: inset 0 0 10px 10px rgba(203, 219, 42, 0.2);
	box-shadow: inset 0 0 10px 10px rgba(203, 219, 42, 0.2);
}
*/
h2.references {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0px;
	padding: 1.8em 0px;
	border-top: 1px dashed #e1e0dc;
	border-bottom: 1px dashed #e1e0dc;
	color: #636d73;
}
.reference_description,
.reference_more_information {
	float: left;
	width: 333px;
	padding-right: 30px;
}
.reference_customer_topics {
	float: left;
	width: 300px;
}
.reference_more_information {
	float: left;
	width: 300px;
}
p.back {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin: 3em 0px 1em 0px;
	width: auto;
	padding: 7px 10px 8px 10px;
}
p.back a {
	color: white;
	border: none;
}
p.back a:hover {
	border: none;
}


#foot {
	font-size: 11px;
	line-height: 1.3em;
}
#foot h5 {
	color: #c0c1c1;
	font-size: 1.5em;
	margin: 0px 0px 1em 0px;
}
#foot a {
	color: #c0c1c1;
	text-decoration: none;
}

div.info_box, div.error_box, div.warning_box,
div.info, div.error, div.warning,
p.info, p.error, p.warning {
	margin: 1em 0;
	border: 1px;
	border-style: solid;
	padding: 0.5em 1em 0.5em 3em;
	background-repeat: no-repeat;
	background-position: 0.5em center;
	color: black;
}
div.info_box,
div.info,
p.info {
	border-color: #d2f2ff;
	background-color: #e8f8ff;
	background-image: url(../img/information.png);
}
div.error_box,
div.error,
p.error {
	color: red;
	border-color: #fbd6bf;
	background-color: #FFEAEA;
	background-image: url(../img/exclamation.png);
}
div.warning_box,
div.warning,
p.warning {
	border-color: #fbfb6f;
	background-color: #FFFFDA;
	background-image: url(../img/warning.png);
}
.warning,
.required {
	color: red;
}

/* TWITTERFEED */
ul.twitter {
	margin: 0px;
	padding: 0px;
}
ul.twitter li {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 85%;
	min-height: 48px;
}
ul.twitter li span.name {
	padding-right: 10px;
	font-weight: bold;
}
ul.twitter li span.screen_name a {
	color: #636d73;
}
ul.twitter li span.date {
	float: right;
	font-style: italic;
}
ul.twitter li span.text {
	font-size: 115%;
}

/* TABLES */
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}
table th, table td {
	padding: 5px;
}
table tr:nth-child(even) {
	background: #eaecec;
}
table thead th {
	border-bottom: 1px solid black;
}
table thead th:first-child,
table tbody th,
table.align-right tbody th {
	border-right: 1px solid black;
	text-align: left;
}
table thead th,
table tbody td {
	border-right: 1px dotted black;
}
table thead th:last-child,
table tbody td:last-child {
	border-right: none;
}
table.align-right th,
table.align-right td {
	text-align: right;
}

/* ICONS */
.download {
	background-image: url(../img/disk.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	border: none;
}
.download:hover {
	border: none;
	color: #BF113D;
}
