﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body.page{
	height:100%;
	background:url(../images/background-page.jpg) top center;
}

body.entrypage {
	background:url(../images/background-login.jpg) top center;
}

.clear {
	clear: both;
}

.content {
	width: 910px;
	border-left: 10px solid #25648d; 
	border-right: 10px solid #25648d; 
	margin:0px auto;
	min-height:860px;
	padding:5px 25px 5px 25px;
	background:#fff;
}

body.entrypage .content {
	width: 930px;
 	border:none;
	margin:0px auto;
	min-height:860px;
	padding:5px 25px 5px 25px;
	position:relative;
	background:none;
}

body.entrypage .content img.logo {
position:absolute;
top:200px;
left:100px;
}

.login-plants {
position:absolute;
top:172px;
right:100px;
background:url(../images/background_login.png) no-repeat bottom;
width:368px;
height:407px;
}


.login-plants ul.menu {
list-style:none;
height:26px;

}

.login-plants ul.menu li {
float:left;
background:#cfcfcf;
padding:3px 10px 3px 10px;
height:20px;
border-bottom: 2px solid #999;
border-left: 4px solid #999;
}

.login-plants ul.menu li.selected {
background:#fff;
border-bottom: 2px solid #fff;
border-left: none;
}

.login-plants ul.menu li a {
font-family: 'Istok Web', 'Arial';
font-size:12px;
text-decoration:none;
color:#666;
font-weight:bold;
}

.login-plants ul.menu li.selected a{
color:#2d6892;
}

.login-plants .list-plants {
clear:left;
padding:40px 30px 40px 30px;
}

.login-plants .list-plants a {
display:block;
background:#9ebed2 url(../images/icon_plant.png) no-repeat ;
padding:13px 0px 0px 55px;
height:32px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
text-decoration:none;
color:#fff;
font-weight:bold;
margin-bottom:2px;
}

.login-plants .list-plants a:hover {
background:#aaa url(../images/icon_plant.png) no-repeat ;
}

.login-plants .login {
clear:left;
padding:30px 30px 40px 30px;
}

.login-plants .login label {
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#9e9d9d;
}

.login-plants .login.smallfield label {
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#9e9d9d;
width: auto;
}

.login-plants .login a.button_login {
float:right;
}

.login-plants .login a.forgot {
font-family: 'Istok Web', 'Arial';
font-size:14px;
text-decoration:none;
color:#ccc;
}

.login-plants .login a.forgot {
font-family: 'Istok Web', 'Arial';
font-size:14px;
text-decoration:none;
color:#336699;
}

a.button_login {
background:#336699;
color:#fff;
display:block;
width:80px;
height:32px;
font-family: 'Istok Web', 'Arial';
font-size:18px;
text-decoration:none;
text-align:center;
padding:10px 0px 0px 0px;
border-bottom:8px solid #dedede;
letter-spacing:-0.1em;
}

.smallfield a.button_login {
height:18px;
padding:5px 0px 0px 0px;
font-size:14px;
border-bottom:4px solid #dedede;
}

a.button_neworiginator {
background:#ffcc33;
color:#006699;
display:block;
width:295px;
height:35px;
font-family: 'Istok Web', 'Arial';
font-size:22px;
text-decoration:none;
text-align:center;
padding:6px 0px 0px 0px;
border-bottom:8px solid #dedede;
letter-spacing:-0.1em;
}

.login-plants .login .field {
background:#e8e8e8;
border:none;
height:23px;
padding:10px;
width:275px;
font-family: 'Istok Web', 'Arial';
font-size:18px;
color:#333333;
}

.login-plants .login.smallfield .field {
background:#cccccc;
border:none;
height:10px;
padding:5px;
width:135px;
font-family: 'Istok Web', 'Arial';
font-size:12px;
color:#333333;
}



.top {
height:150px;
position:relative;
}

.top ul.menu {
position:absolute;
top:108px;
left:180px;
height:50px;
list-style:none;
}

.top ul.menu li {
float:left;
}

.top ul.menu li a {
padding:1px 10px 0px 20px;
font-family: 'Istok Web', 'Arial';
font-size:13px;
color:#808080;
text-decoration:none;
height:16px;
display:block;
font-weight:bold;
}

.top ul.menu li a.panel {
background:url(../images/icon_panel.png) no-repeat;
}

.top ul.menu li a.panel:hover, .top ul.menu li a.panel.selected  {
background:url(../images/icon_panel2.png) no-repeat;
color:#000;
}

.top ul.menu li a.managelocations {
background:url(../images/icon_manage_location.png) no-repeat;
}

.top ul.menu li a.managelocations:hover, .top ul.menu li a.managelocations.selected  {
background:url(../images/icon_manage_location2.png) no-repeat;
color:#000;
}

.top ul.menu li a.manageadmins {
background:url(../images/icon_manage_admin.png) no-repeat;
}

.top ul.menu li a.public {
background:url(../images/icon_public.png) no-repeat;
}

.top ul.menu li a.manageadmins:hover, .top ul.menu li a.manageadmins.selected  {
background:url(../images/icon_manage_admin2.png) no-repeat;
color:#000;
}


.top .user {
position:absolute;
top:92px;
right:10px;
height:50px;
text-align:right;
}

.top .user p {
font-family: 'Istok Web', 'Arial';
font-size:12px;
color:#666;
margin:0px;
}

.top .user ul {
list-style:none;
}

.top .user ul li {
float:left;
border-right:1px solid #ccc;
padding:0px 5px 0px 5px;
}

.top .user ul li a {
padding:3px 5px 0px 18px;
font-family: 'Istok Web', 'Arial';
font-size:12px;
color:#666;
text-decoration:none;
height:16px;
display:block;
font-weight:bold;
}

.top .user ul li a.preferences {
background:url(../images/icon_preferences.png) no-repeat;
}

.top .user ul li a.preferences:hover, .top .user ul li a.preferences.selected  {
background:url(../images/icon_preferences2.png) no-repeat;
color:#000;
}



.top .user ul li a.logout {
background:url(../images/icon_login.png) no-repeat;
}

.top .user ul li a.logout:hover, .top .user ul li a.logout.selected  {
background:url(../images/icon_login2.png) no-repeat;
color:#000;
}

.top .user ul li a.login {
background:url(../images/icon_login.png) no-repeat;
}
.top .user ul li a.login:hover, .top .user ul li a.login.selected  {
background:url(../images/icon_login2.png) no-repeat;
color:#000;
}



.page {
clear:both;
}

.page p, .page td, .page {
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#666;
margin:10px 0px;
}

.page-left {
width:150px;
float:left;
margin-top: 30px;
}

.page-left ul {
list-style:none;
margin-top:13px;
}

.page-left ul li {
margin:5px;
}

.page-left ul li a {
padding:5px 0px 0px 25px;
font-family: 'Istok Web', 'Arial';
font-size:12px;
color:#666;
text-decoration:none;
display:block;
min-height:27px;
font-weight:bold;
}

.page-left ul.documents li a {
background:url(../images/icon_document.png) no-repeat;
}

.page-left ul li a.invitations {
background:url(../images/icon_invitation.png) no-repeat;
}

.page-left ul li a.presentation {
background:url(../images/icon_presentation.png) no-repeat;
}

.page-left ul li a.restaurant {
background:url(../images/icon_restaurant.png) no-repeat;
}

.page-left ul li a.entertaiment {
background:url(../images/icon_entertaiment.png) no-repeat;
}

.page-left ul li a.tourist_attraction {
background:url(../images/icon_tourist_attraction.png) no-repeat;
}

.page-left h3 {
background:#9ebed2;
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#fff;
text-align:let;
font-weight:bold;
min-height:16px;
padding:5px;
letter-spacing:-0.08em;
}

.page-left a.gallery_preview{
border-bottom:5px solid #ccc;
display:block;
}

.page-left img{
border:5px solid #9ebed2;

}

.page-left p {
margin:0px;
padding:0px;
}

.visitorsphotos {
	width: 345px !important;
	border: 5px solid #9ebed2;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

	.visitorsphotos .gallery {
		width: 345px;
		height: 300px;
		display: table;
		text-align: center;
		vertical-align: middle;
		float: left;
	}

		.visitorsphotos .gallery a {
			width: 345px;
			height: 300px;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}

	.visitorsphotos .gallery img {
		border: 0;
	}

	.visitorsphotos h3 {
		width: 335px;
		float: left;
		padding-bottom: 0px !important;
	}

		.visitorsphotos h3 a {
			width: 16px;
			height: 16px;
			overflow: hidden;
			background: url(../images/icn_download.png);
			float: right;
			display: block;
			text-indent: -666px;
			margin-top: 2px;
		}

.visitorsphotospaging {
	width: 730px;
	text-align: center;
	margin-top: 15px;
	float: left;
	font-weight: bold !important;
}

	.visitorsphotospaging strong {
		margin-left: 5px;
		color: #000;
	}

	.visitorsphotospaging a {
		margin-left: 5px;
		color: #9ebed2;
		text-decoration: none;
	}

	.visitorsphotospaging a:hover {
		text-decoration: underline;
	}


/*page left serch*/

.page-left label {
font-family: 'Istok Web', 'Arial';
font-size:15px;
color:#999999;
}

.page-left input {
background:#e8e8e8;
border:none;
padding:5px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
width:140px !important;
color: #838383;
}

a.button_blue {
background:#336699;
color:#fff !important;
display:block;
width:150px;
height:22px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
text-decoration:none;
text-align:center;
padding:3px 0px 0px 0px;
border-bottom:4px solid #cccccc;
margin-top:20px;
letter-spacing:-0.1em;
}

a.button_browse {
background:#336699;
color:#fff;

height:20px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
text-decoration:none;
text-align:center;
padding:3px 3px 1px 3px;
border-bottom:4px solid #cccccc;
margin-top:20px;
margin-bottom:20px;
}

a.button_browse.green {
background:#009900;

}

a.button_browse.blue {
background:#000066;

}

a.button_browse:hover {
cursor:pointer;
}

a.button_big {
padding:8px 20px 0px 20px !important;
height:36px !important;
font-size:20px !important;
width:auto !important;
margin-left:20px;
font-weight:bold;
letter-spacing:-0.1em;
}

a.button_yellow {
background:#fdd221;
color:#00549a;
display:block;
width:150px;
height:22px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
text-decoration:none;
text-align:center;
padding:3px 0px 0px 0px;
border-bottom:4px solid #cccccc;
margin-top:20px;
letter-spacing:-0.1em;
}

/*end page left search*/

.page-right {
width:730px;
float:right;
position:relative;
}

/*.page-right p {
margin:0px;
padding:0px;
}*/

.page-right h2 {
background:#9ebed2;
font-family: 'Istok Web', 'Arial';
font-size:38px;
color:#fff;
text-align:let;
font-weight:bold;
min-height:20px;
padding:5px;
margin-bottom:30px;
}

.page-right .menu-int {
height:36px;
background:#9ebed2;
}

.page-right .menu-int a {
display:block;
float:left;
padding:8px;
text-decoration:none;
font-family: 'Istok Web', 'Arial';
font-size:15px;
height:20px;
color:#fff;
}

.page-right .menu-int a.selected {
background:#2c76a6;
}

.page-right h4 {
font-family: 'Istok Web', 'Arial';
font-size:18px;
color:#336699;
letter-spacing:-0.08em;
margin:15px 0px 0px 0px;
padding:0px;
}

.page-right h5 {
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#336699;
letter-spacing:-0.08em;
margin:15px 0px;
padding:0px;
font-weight:bold;
width: 180px;
float:left;
margin:0px;
padding:0px;
}

.page-right .menu-filtertable {
float:right;
width:540px;
}

.page-right .menu-filtertable ul {
list-style:none;
float:right;
}

.page-right .menu-filtertable ul li{
float:left;
border-right:1px solid #ccc;
padding:0px 2px 0px 2px;
}

.page-right .menu-filtertable ul li:last-child {
border-right:none;
padding:0px 0px 0px 2px;
}

.page-right .menu-filtertable ul li a {
padding:3px 5px 0px 3px;
font-family: 'Istok Web', 'Arial';
font-size:13px;
color:#666;
text-decoration:none;
height:16px;
display:block;
font-weight:bold;
}

.page-right .menu-filtertable ul li a.selected {
color:#000;
}

.page-right label {
font-family: 'Istok Web', 'Arial';
font-size:15px;
color:#999999;
}

.page-right input.field {
background: #e8e8e8;
border: none;
padding: 5px;
font-family: 'Istok Web', 'Arial';
font-size: 18px;
color: #444px;
}

.page-right input.field3 {
background: #e8e8e8;
border: none;
padding: 2px;
font-family: 'Istok Web', 'Arial';
font-size: 18px;
color: #444px;
}

.page-right span.fieldtextarea textarea {
background: #e8e8e8;
border: none;
padding: 5px;
font-family: 'Istok Web', 'Arial';
font-size: 18px;
color: #444px;
width:700px;
height:150px;
}

.input-div {
position:relative;
}

.input-div .mod_button {
position:absolute;
right:27px;
}

.page-right input.field2 {
background: #e8e8e8;
border: none;
padding: 5px;
font-family: 'Istok Web', 'Arial';
font-size: 14px;
color: #444px;
width:260px;
}

.page-right span.required {
color:#CC0000;
font-family: 'Istok Web', 'Arial';
font-size: 14px;
padding-left:10px;
}

.page-right input.fieldfilter {
background:#e8e8e8;
border:none;
padding:5px;
font-family: 'Istok Web', 'Arial';
font-size:15px;
width:140px !important;
color:#444px;
}

.page-right input.field.large {
width:718px !important;
}

.page-right input.field.large2 {
	width: 693px !important;
}

.page-right input.field.medium {
width:328px !important;
}

.page-right input.field.medium2 {
width:228px !important;
}

.page-right input.field.small {
width:128px !important;
}

.page-right a.back {
position:absolute;
right:10px;
font-family: 'Istok Web', 'Arial';
font-size:14px;
color:#fff;
text-decoration:none;
top:20px;
background:url(../images/icon_arrow_white.png) no-repeat;
padding:0px 0px 0px 25px;
}

.page-right a.back:hover {
background:url(../images/icon_arrow_blue.png) no-repeat;
color:#336699;
}

.page-right a.backleft {
color:#000;
font-size:14px;
font-family: 'Istok Web', 'Arial';
padding:0px 0px 0px 25px;
background:url(../images/icon_arrow_blue.png) no-repeat;
}

.page-right .col-1 {
width:420px;
float:left;
}

.page-right .col-2 {
width:300px;
float:right;
}

.page-right .col-3 {
width:350px;
float:left;
}

.page-right .col-4 {
width:350px;
float:right;
}

ul.step-originator {
list-style:none;
}

ul.step-originator li {
background:#9fbed2;
width:175px;
height:22px;
float:left;
padding:5px 3px 3px 3px;
margin-right:1px;
color:#fff;
}

ul.step-originator li.selected {
background:#fdd221;
}

a.phone {
background:url(../images/icon_phone.png) no-repeat;
padding:0px 0px 0px 25px;
font-family: 'Istok Web', 'Arial';
font-size:16px;
color:#666;
text-decoration:none;
display:block;
min-height:27px;
}

a.mail {
background:url(../images/icon_mail.png) no-repeat;
padding:0px 0px 0px 25px;
font-family: 'Istok Web', 'Arial';
font-size:16px;
color:#266495;
text-decoration:none;
display:block;
min-height:27px;
}

a.email {
background:url(../images/icon_mail.png) no-repeat;
}


.border {
border:5px solid #9ebed2;
}

span.borderccc {
border-bottom:5px solid #d9d9d9;
display:block;
}

#gmaps {
border:5px solid #9ebed2;
width:290px;
height:265px;
}



.foot {
clear:both;
border-top:1px solid #ccc;
min-height:80px;
position:relative;
}

.foot p{
font-family: 'Istok Web', 'Arial';
font-size:13px;
color:#666;
margin:20px 0px;
}

.foot ul {
position:absolute;
right:10px;
top:20px;
list-style:none;
}

.foot ul li {
float:left;
margin-left:10px;
}

.foot ul li a {
font-family: 'Istok Web', 'Arial';
font-size:13px;
color:#666;
text-decoration:none;

}



.ver-table
{
	font-family: 'Istok Web', 'Arial';
	border:2px solid #fff;
	font-size: 11px;
	/*width: 730px;*/
	text-align: left;
	border-collapse: collapse;
	clear: both;
}

table.ver-table {
    
}

table.ver-table td, table.ver-table th{
    border: 1px solid white;
}

.ver-table th
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px;
	text-align:center;
	color:#fff;
	background:#9ebed2;
}

.ver-table th a {
color:#fff;
font-weight:normal;
text-decoration:none;
}
.ver-table td
{
	padding: 4px 4px;
	/*background:#f2f2f2;*/
	color: #818181;
	font-size:11px;
}


table.tablerowalt tr:nth-child(even) {background: #e8e8e8 !important}
table.tablerowalt tr:nth-child(odd) {background: #f2f2f2 !important}




