html {
	background-color: white;
	text-align: center;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma;
	/*overflow: scroll;*/
}

body {
	text-align: center;
	margin: 0;
	background: url("../img/background.jpg") no-repeat center;
}

table {
	font-size: 12px;
	font-family: Tahoma;
}

div {
	display: block;
	text-align: left;
}

a {
	color: #0471cf;
}

p {
	line-height: 150%;
	margin-top: 0px;
	padding-top: 0px;
}

img {
	border: 0;
}

div.title h1, div.name h1, div.page_header h1{
	font-size: inherit;
	margin: 0;
}

h3 {
	font-size: 14px;
}

h3.footer_title {
	margin-top: 10px;
	padding-left: 30px;
	background: url("../img/arrow.png") no-repeat left center;
}

ul.footer_list {
	padding-left: 15px;
	margin: 0;
}

li.footer_list_item {
	list-style: none;
	padding: 3px 0px 3px 15px;
	font-weight: bold;
	background: url("../img/arrow2.png") no-repeat left center;
}

li.footer_list_item a {
	color: white;
	text-decoration: none;
}

li.footer_list_item a:hover {
	text-decoration: underline;
}

#page {
	width: 1042px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 1042px;
	clear: both;
}

#logo {
	float: left;
	width: 316px;
	height: 167px;
	background: url("../img/logo.png");
}

#banner {
	float: none;
	clear: both;
	width: 1042px;
	height: 335px;
	background: url("../img/banner.jpg") no-repeat center center;
}

#left_column {
	float: left;
	clear: left;
	overflow: visible;
	width: 660px;
	background-color: white;
}

#download_app {
	float: none;
	clear: both;
	width: 1042px;
	height: 85px;
}

#right_column {
	float: right;
	clear: right;
	overflow: hidden;
	width: 360px;
}

#footer {
	float: left;
	clear: both;
	width: 1042px;
	height: 200px;
	margin-top: 10px;
	color: white;
	background: url("../img/footer.png");
}

#footer .column {
	width: 260px;
	float: left;
}

#footer .column img.mini_logo {
	max-width: 24px;
}

#footer .column li.footer_list_item span {
	position: relative;
	bottom: 8px;
	margin-left: 8px;
}

#copyright {
	float: left;
	clear: left;
	color: darkGray;
	padding-top: 5px;
	padding-bottom: 5px;
}

#powered_by {
	float: right;
	clear: right;
	color: darkGray;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cmp_quick_login {
	float: right;
	clear: right;
	margin-top: 10px;
}

#cmp_login {
	float: left;
	width: 100%;
}

#cmp_login form input {
	width: 75%;
	float: left;
}

#cmp_languages {
	float: right;
	clear: right;
	margin-top: 10px;
}

#cmp_view_type {
	float: left;
	margin-top: 10px;
}

#cmp_vertical_menu {
	float: left;
	clear: left;
	margin-bottom: 20px;
}

/* page header */
div.page_header,div.cmp_contact div.component_name,div.cmp_news div.title,div.cmp_content div.title
	{
	font-size: 24px;
	font-weight: bold;
	color: #162c42;
	width: 660px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	background: url("../img/page_header.png") no-repeat;
}

/* forms */
div.form {
	width: 100%;
}

#form_success{
	margin-top: 20px;
    width: 605px;
}


table.form_table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input,textarea,select {
	
}

div.form input[type="text"],.input_text {
	width: 100%;
	border: 1px solid #BBBBBB;
	height: 20px;
}

#registrationForm input, #registrationForm select{
	width: 60%;
	margin-bottom: 20px;
}

div.form input[type="button"],.form input[type="submit"],.input_button {
	border: 1px solid #BBBBBB;
	background-color: lightGray;
	color: #000000;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div.form textarea {
	width: 100%;
	border: 1px solid #BBBBBB;
}

div.form select {
	width: 70%;
	border: 1px solid #BBBBBB;
	height: 20px;
}

div.form label {
	color: #000000;
}

div.form #form_error {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	background-color: #ffa8a8;
	width: 96%;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

div.form #form_success {
	color: #6ea115;
	font-weight: bold;
	border: 1px solid #6ea115;
	background-color: #bacb9d;
	width: 96%;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

td.field_label {
	text-align: left;
	font-weight: normal;
	padding: 2 0 0 0;
	color: #000000;
}

td.field_input {
	width: 100%;
	text-align: left;
	padding: 0 0 5 0;
}

td.field_error {
	color: red;
	width: 0%;
	text-align: left;
	padding: 2 0 2 0;
}

span.field_mandatory {
	color: red;
}

/* news */
div.cmp_news {
	
}

div.cmp_news div.creation_date {
	margin: 5px 0px 10px 0px;
	color: gray;
}

div.cmp_news div.news {
	
}

div.cmp_news div.news img.news_image {
	padding-right: 10px;
	padding-bottom: 10px;
}

div.cmp_news div.news div.lead {
	font-weight: bold;
	text-align: justify;
}

div.cmp_news div.content {
	text-align: justify;
}

div.cmp_news div.author {
	margin: 5px 0px 10px 0px;
	float: left;
	clear: both;
	color: gray;
}

/* leadsByTag */
div.cmp_leads_by_tag {
	float: left;
	clear: both;
	border: 1px solid #6bc7ed;
	margin: 10px 0px 10px 0px;
	background-color: #efefef;
}

div.cmp_leads_by_tag div.news {
	float: left;
	clear: both;
	width: 354px;
	margin: 2px 2px 2px 2px;
}

div.cmp_leads_by_tag div.news div.title {
	float: left;
	clear: both;
	height: 47px;
	width: 354px;
	background: url("../img/title_header_background2.png") no-repeat top
		left;
}

div.cmp_leads_by_tag div.news div.title div.subtitle {
	float: left;
	clear: both;
	margin-left: 35px;
	font-size: 14px;
	position: relative;
	top: 14px;
	font-weight: bold;
	color: white;
}

div.cmp_leads_by_tag div.news div.title div.subtitle a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div.cmp_leads_by_tag div.news div.title div.subtitle a:hover {
	text-decoration: underline;
}

div.cmp_leads_by_tag div.news div.lead img.news_thumb {
	float: left;
	padding: 2px 5px 5px 0px;
}

div.cmp_leads_by_tag div.news div.lead {
	padding: 2px 3px 0px 3px;
	text-align: justify;
}

div.cmp_leads_by_tag div.news div.details {
	float: left;
	clear: left;
	padding: 3px 3px 3px 3px;
}

div.cmp_leads_by_tag div.news div.publication_date {
	float: right;
	clear: right;
	color: gray;
	padding: 3px 3px 3px 3px;
}

/* content */
div.cmp_content {
	
}

div.cmp_content div.content {
	
}

div.cmp_content div.content img.content_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.cmp_content div.content_content {
	text-align: justify;
}

/* horizontalMenu */
#cmp_horizontal_menu {
	float: right;
	clear: right;
	position: relative;
	top: 82px;
	border: 1px solid #6bc7ed;
	font-size: 12px;
}

#cmp_horizontal_menu ul,#cmp_horizontal_menu li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
}

#cmp_horizontal_menu li.normal {
	background: url("../img/menu_background.png");
}

#cmp_horizontal_menu li.selected {
	background: url("../img/menu_background.png");
}

#cmp_horizontal_menu li.separator {
	width: 3px;
	background: url("../img/menu_separator.png") repeat-y right top;
}

#cmp_horizontal_menu a {
	display: block;
	padding: 15px 25px 15px 25px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#cmp_horizontal_menu a:hover {
	text-decoration: underline;
}

#cmp_vertical_menu ul,#cmp_vertical_menu ul li {
	display: block;
	list-style: none;
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#cmp_titles_by_tag ul,#cmp_titles_by_tag ul li {
	display: block;
	list-style: none;
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* scenariosList */
div.scenarios_list {
	float: left;
	clear: left;
	overflow: hidden;
	width: 660px;
}

div.scenarios_list div.select_deviceType{
	float: right;	
	font-weight: bold;
}

div.scenarios_list div.select_deviceType form{
	display: inline;
}

div.scenarios_list div.select_deviceType select{
	width: 110px;
}

div.scenario {
	border-bottom: 1px solid #DEDEDE;
	margin: 5px 7px 5px 0px;
	clear: both;
}

div.scenario img.icon_image {
	float: left;
	padding: 0px 5px 5px 0px;
}

div.scenario div.name {
	margin: 0px 0px 10px 0px;
}

div.scenario div.name a {
	font-size: 18px;
	color: #162c42;
	/*color: #3C6184;*/
	text-decoration: none;
	font-weight: bold;
}

div.scenario div.name a:hover {
	text-decoration: underline;
}

div.scenario div.description {
	text-align: justify;
}

div.scenario div.details {
	margin-bottom: 5px;
}

div.scenarios_list_right {
	float: right;
	clear: right;
	overflow: hidden;
	width: 360px;
}

div.box {
	float: left;
	clear: both;
	border: 1px solid #6bc7ed;
	margin: 10px 0px 10px 0px;
	background-color: #ececec;
}

div.box div.box_item {
	float: left;
	clear: both;
	width: 354px;
	margin: 2px 2px 2px 2px;
}

div.box div.box_item div.title {
	float: left;
	clear: both;
	height: 47px;
	width: 354px;
	background: url("../img/title_header_background2.png") no-repeat top
		left;
}

div.box div.box_item div.title div.subtitle {
	float: left;
	clear: both;
	margin-left: 35px;
	font-size: 14px;
	position: relative;
	top: 14px;
	font-weight: bold;
	color: white;
}

div.box div.box_item div.title a {
	color: white;
	text-decoration: none;
}

div.box div.box_item div.title a:hover {
	text-decoration: underline;
}

div.box div.box_item div.content {
	margin: 5px 2px 10px 2px;
}

div.box div.box_item div.content ul {
	margin-left: 0px;
	padding-left: 15px;
}

div.box div.box_item div.content li {
	list-style: none;
}

div.box div.box_item div.content a {
	font-size: 14px;
	color: #047EE7;
	font-weight: bold;
	text-decoration: none;
}

div.box div.box_item div.content a:hover {
	text-decoration: underline;
}

div.box div.box_item div.content img.icon_image {
	float: left;
	padding: 2px 4px 0px 0px;
}

/* scenario */
div.scenario_details {
	float: left;
	clear: left;
	overflow: visible;
	width: 660px;
	margin-top: 10px;
}

div.scenario_details img.icon_image {
	float: left;
	padding: 0px 10px 10px 0px;
}

div.scenario_details div.name {
	font-size: 20px;
	color: #162c42;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

div.scenario_details div.city {
	font-size: 14px;
	color: #047EE7;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

div.scenario_details div.description {
	text-align: justify;
}

div.scenario_details div.tasks {
	border-bottom: 1px solid #DEDEDE;
}

div.scenario_details div.tasks_header, div.scenario_details div.screenshots_header {
	font-size: 16px;
	color: #162c42;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

div.scenario_details div.tasks li {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
}

div.scenario_details div.download {
	font-size: 16px;
	color: #162c42;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

div.scenario_details div.download img {
	padding: 10px;
}

div.scenario_details_right {
	float: right;
	clear: right;
	overflow: hidden;
	width: 360px;
}

div.scenario_details_right div.box_title{
	font-size: 14px;
	color: #047EE7;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	padding-left: 30px;
	background: url("../img/arrow.png") no-repeat left center;
}

div.box_title {
	font-size: 14px;
	color: #047EE7;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	padding-left: 30px;
	float: left;
	background: url("../img/arrow.png") no-repeat left center;
}

div.box_select {
	float: right;
	margin-top: 15px;
	height: 0px;
}

div.box_select select{
	width: 110px;
}

div.scenario_details_right div.map {
	width: 360px;
	height: 250px;
}

div.scenario_details_right div.details {
	width: 360px;
	background-color: #0470CC;
	color: white;
	font-size: 12px;
	padding: 10px;
	margin-top: 45px;
}

div.scenario_details_right div.details a {
	color: white;
	text-decoration: underline;
}

#slider {
	position: relative;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-115px;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

div.about_us {
	margin-top: 30px;
	margin-bottom: 16px;
}

div.about_us div.title {
	font-size: 14px;
	color: #047EE7;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	padding-left: 30px;
	background: url("../img/arrow.png") no-repeat left center;
}

div.about_us div.content {
	width: 360px;
	background-color: #0470CC;
	color: white;
	font-size: 12px;
	padding: 10px;
}

#login_registration {
	display: block;
    float: right;
    clear: right;
    margin-top: -30px;
}

div.facebookLikeTop {
	float: left;
    position: relative;
    top: 10px;
    width: 450px;
    background-color: transparent;
}

div.facebookLikeTop iframe {
    background-color: transparent;
}

div.facebookLikeRightColumn{
	position: relative;
	float: left;
}

img.locale_flag{
	height: 16px;
	width: auto;
}

a.locale_flag_a{
	text-decoration: none;
}


#partners{
	border: 1px solid #DEDEDE;
    clear: both;
    float: left;
    height: auto;
    width: 1042px;
    margin-top: 14px;
}

#partners div.sponsors_list{
	padding: 10px;
}

#partners div.sponsors_list span{
	display: block;
    font-size: 20px;
    margin-bottom: 10px;
}


#partners div.sponsors_list a{
	text-decoration: none;
}

#partners div.sponsors_list img{
	max-height: 52px;
    max-width: 260px;
}

#partners div.sponsors_list div.sponsor_item{
	float: left;
	text-align: center;
	padding-bottom: 12px;
	width: 254px;
}


#always_under_hand {
	float: left;
	background: url("../img/under_hand.jpg") no-repeat scroll center top transparent;
	padding-top: 350px;
	width: 360px;
	margin-top: 20px;
}

#always_under_hand table{
	margin-left: 30px;
    text-align: left;
}

#always_under_hand table td.first{
	width: 185px;
}

#always_under_hand img.appstore_img{
	width: 110px;
}

div.scenario_details_right img.appstore_img{
	width: 160px;
}

#partner_altconnect {
	float: left;
    margin-left: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#partner_altconnect span {
	font-size: 13px;
}

#partner_altconnect img {
	margin-top: 10px;
	width: 282px;
}

div.social_bar{
	height: 25px;
    padding-left: 340px;
    padding-top: 10px;
    text-align: right;
}

div.cmp_news div.social_bar{
	padding-bottom: 10px; 
	border-bottom: 1px solid grey; 
	padding-top: 35px;
}

div.scenario_details div.social_bar{
	position: relative;
	z-index: 999;
}


div.facebook_comments{
	margin-top: 20px;
}

div#fb_like_container{
	float: left;
    margin-right: 12px;
}

div#gplus_share_container{
	float: left;
	margin-left: -12px;
}

div#twitter_share_container{
	float: left;
}

img.appstore_img{
	opacity: 0.7; 
	filter: alpha(opacity=70);
}

img.appstore_img:HOVER{
	opacity: 1;
	filter: alpha(opacity=100);
}

a.blog_title{
	color: #162C42 !important;
	text-decoration: none;
}

div.cmp_news_list div.details{
	text-align: right;
	padding-right: 20px;
}

div.blog_list_image{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.cmp_news_list div.paging{
	float: right;
    margin-top: 70px;
    padding-right: 10px;
    margin-bottom: 20px;
}

div.cmp_news_list div.paging img.bullet{
	margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

div.cmp_news_list div.paging img.next{
	margin-left: 12px;
    position: relative;
    top: 3px;
}

div.cmp_news_list div.paging img.prev{
	margin-right: 12px;
    position: relative;
    top: 3px;
}

#cookiesPolicy{
	background-color: white;
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    height: 40px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    position: fixed;
    top: 0;
    width: 1032px;
    z-index: 9999;
}

#cookiesPolicy a{
	color: black;
	text-decoration: none;	
}

#cookiesPolicy a:HOVER{
	text-decoration: underline;
}

#cookiesPolicy a.exit{
	float: right; 
	margin-right: 10px;
}

.cookiesPolicyPlaceholder{
	background: url("../img/background.jpg") no-repeat center 52px;
	padding-top: 52px;
}