﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Segoe UI','Lucida Grande','Verdana','Arial','Helvetica','Sans-Serif';
	font-weight: normal;
	line-height: 20px;
	background-color: #FFFFFF;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}
.texttable td {
	border: 1px solid gray;
	padding: 3px;
	text-align: left;
}
#header {
	position: relative;
	background-color: #333;
	color: #FFFFFF;
	letter-spacing: 3pt;
	font-size: 24px;
	line-height: 46px;
	width: 1264px;
	height: 48px;
}
#home {
	display: inline-block;
	color: #DDD;
}
#home:hover {
	color: #FFF;
}
#home:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
#logo {
	float: left;
	padding: 10px 10px;
	line-height: 1px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#header_language_switch {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 0px;
	color: #DDD;
}
#header_language_switch:hover {
	color: #FFF;
}
#header_language_switch img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#header_language_switch:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
#container {
	width: 1264px;
	overflow: hidden;
	position: relative;
}
#left_col {
	top: 0px;
	left: 0px;
	width: 200px;
	height: 500px;
	margin-top: 11px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;	
	background-color: #F0F0F0;
	float: left;
}
.text_left_col {
	line-height: 18px;
	font-size: 12px;
	padding: 10px 0px 10px 10px;
}
.header_left_col {
	line-height: 30px;
	font-size: 16px;
	background-color: #BBB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#news {
	padding-left: 10px;
	background-color: #272727;
	color: #FFFFFF;
	padding-right: 10px;
}
#newsheader {
	padding-bottom: 7px;
}
#page_content {
	padding: 10px 10px 5px 10px;
	padding-bottom: 40px;	
	width: 1044px;
	float: left;
}
.clickable_div {
	position: relative;
}
.clickable_div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
    filter: alpha(opacity=1);
}
.buttonbar {
	font-size: 15px;
	font-family: 'Segoe UI','Lucida Grande','Verdana','Arial','Helvetica','Sans-Serif';
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.25pt;
	color: #FFF;
	background-color: #355A88;
	width: 194px;
	height: 40px;
	overflow: hidden;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
	padding: 8px 5px 8px 0px;
	margin: 0px 0px 10px 5px;
}
.button_download {
	background-color: #0586D0;
}
.button_download:hover {
	background-color: #05A6F0;
	cursor: pointer;
}
.button_android {
	background-color: #397730;
}
.button_android:hover {
	background-color: #3DCA28;
	cursor: pointer;
}
.button_apple {
	background-color: #000;
}
.button_apple:hover {
	background-color: #666;
	cursor: pointer;
}
.button_buy {
	background-color: #BC1F26;
}
.button_buy:hover {
	background-color: #FF313C;
	cursor: pointer;
}
.button_webapp {
	background-color: #2E3C6D;
}
.button_webapp:hover {
	background-color: #375ee6;
	cursor: pointer;
}
.text_header {
	padding: 15px 0px 5px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.example_box {
	float: left;
	width: 100px;
	height: 116px;
	padding: 7px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	background-color: #54667C;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
	margin: 4px 15px 10px 0;
}
.example_box:hover {
	background-color: #9CB1C9;
	cursor: pointer;
}
.textdiv {
	text-align: justify;
	max-width: 1024px;
	padding-right: 20px;
}
.textdiv ul {
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
}
.blog {
	white-space: nowrap;
	font-size: 13px;
    font-weight: bold;
	background-color: #F80;
	color: #FFF;
	border-radius: 5px;
}
.blog > a {
	padding: 5px 15px;
}
.blog > a:link, .blog > a:active, .blog > a:visited, .blog > a:hover {
	color: #FFF;
	text-decoration: none;
}
.blog > a:hover {
	background-color: #FA0;
}
.video-link {
    background-color: #F80;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.video-link:hover {
    background-color: #FA0;
    color: white;
}
