body {
	background-color: #d9dadb;
	background-image: url(../img/glow.jpg);
	background-position: center top;
	font-family: Calibri, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-smooth: always;
	padding: 0px;
	margin: 0px;
	font: Tahoma, Geneva, sans-serif;
}

.main_bg {
	background-color: #D9D9D6;
	background-image: none;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	font: Tahoma, Geneva, sans-serif;
}

input {
	outline: none;
}

h1 {
	color: #3e5464;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px;
}

h3 {
	color: #31787B;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 5px;
}

hr {
	border: none;
	background: #e0e0e0;
	height: 1px;
}

.main_pic {
	background: url(../img/main_pic.png) center;
	height: 100px;
}

.login_logo {
	width: 418px;
	height: 150px;
}

#vopak_main_container {
	margin: 0px auto;
}

.vopak_main_container {
	width: 500px;
	border: collapse;
	padding: 0px;
}

.blank_big {
	background: url(../img/login/vopak_blank_big.png) no-repeat;
	background-size: 534px 49px;
	height: 40px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 10px;
        
        font-size: 20px;
        font-weight: bold;
        position: relative;
        padding-left: 72px;
        line-height: 30px;
}

.blank {
	background: url(../img/login/blank.png) no-repeat;
	width: 97px;
	height: 40px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 10px;
}

.blank-empty {
	width: 97px;
	height: 40px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 10px;
}

.vopak_blank {
	background: url(../img/login/vopak_blank.png) no-repeat;
	width: 208px;
	height: 45px;
	margin-bottom: 2px;
	padding: 8px 0px 0px 9px;
}

.blank:hover {
	background: url(../img/login/vopak_blank_hover.png) no-repeat;
}

.vopak_blank:hover {
	background: url(../img/login/vopak_blank_hover.png) no-repeat;
}

.form_edit_title {
	width: 236px;
}

.login span.login-bg {
	background: url(../img/login/login_logo.png);
	width: 539px;
	height: 150px;
	display: block;
}

/*.login span.login-bg {*/
	/*background: url(../img/logo.png) no-repeat top center;*/
	/*background-size: 339px;*/
	/*background-position: -51px -52px;*/
	/*display: block;*/
/*}*/

span.login-icon {
	width: 88px;
	height: 31px;
	display: block;
}

#id_login_swedbank {
	background: url(../img/login/ico_swedbank_logo.jpg);
}

#id_login_sebbank {
	background: url(../img/login/ico_seb_logo.jpg);
}

#id_login_idcard {
	background: url(../img/login/ico_kaart_id.gif);
}

#id_login_mobiilid {
	background: url(../img/login/mobiil-id.png);
	background-size: contain;
}

#vopak_main_container .login_langs {
	margin-left: 205px;
}

.login_langs div {
	float: left;
	padding: 3px 15px;
}

.login_langs div a {
	color: #707172;
	font-size: 11px;
}

.login_langs div:hover {
	background-color: #ebebeb;
}

.login_langs div:hover a {
	text-decoration: underline;
}

.login_langs div.on {
	background-color: #009CA6;
}

.login_langs div.on a {
	color: #fff;
	text-decoration: underline;
}

.login_langs div.lang_sep {
	background: none;
	padding: 3px 0px;
}

/*//////////////////////////////*/
.wrap {
	width: 980px;
	margin: 0px auto;
}

.head_cont {
	height: 125px;
	background: url(../img/header.png) no-repeat bottom;
	border: 1px solid #e6e6e6;
	position: relative;
}

.langs { /*width:235px;*/
	float: left;
	padding: 0px 0px 0px 17px;
}

.langs div {
	float: left;
	padding: 3px 15px;
}

.langs div a {
	color: #707172;
	font-size: 11px;
}

.langs div:hover {
	background-color: #ebebeb;
}

.langs div:hover a {
	text-decoration: underline;
}

.langs div.on {
	background-color: #009CA6;
}

.langs div.on a {
	color: #fff;
	text-decoration: underline;
}

.langs div.lang_sep {
	background: none;
	padding: 3px 0px;
}

.exit {
	padding: 3px 15px;
	float: right;
	background-color: #D9D9D6;
	font-size: 11px;
	line-height: 18px;
	color: #707172;
}

.exit a {
	color: #707172;
	font-size: 11px;
}

.exit:hover {
	background-color: #ebebeb;
}

.logo {
	clear: both;
	display: inline-block;
	height: 105px;
	width: 236px;
	position: absolute;
	left: 0;
	top: 20px;
	background: url(../img/logo.png) no-repeat top center;
	background-size: 339px;
	background-position: -51px -52px;
}

.menu {
	margin-top: -19px;
	float: right;
}

ul,li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu ul {

}

.menu li {
	float: left;
	font-size: 12px;
	background-color: #31787B; /*border-right:1px solid #e6e6e6;*/
	margin-left: 3px;
	margin-top: 2px;
}

.menu_line {
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.menu li .link {
	padding: 0px 15px 7px 15px;
}

.menu li:hover {
	background-color: #3fa08e;
}

.menu li.on {
	background-color: #fff;
}

.menu li.on a {
	color: #333;
	font-size: 12px;
}

.menu li.on .menu_line {
	background-color: #F00;
}

.menu li a {
	font-size: 12px;
	color: #fff;
}

.button {
	font-size: 12px;
	background-color: #31787B;
	border: 1px solid #e6e6e6;
	margin: 3px;
	padding: 5px;
	color: #ffffff;
}

.button:hover {
	background-color: #3fa08e;
}

.no_display {
	display: none;
}

.search_box {
	float: left;
	width: 227px;
	clear: both;
	height: 22px;
	background-color: #388d7d;
	padding: 8px 0px 10px 10px;
}

.search_box  input {
	font-size: 11px;
	padding: 1px 3px;
	color: #707172;
	height: 15px;
	margin: 0px;
	border: 1px solid #dddddd;
	width: 190px;
}

.search_box .submit {
	background: url(../img/search.jpg) center no-repeat;
	border: none;
	background-color: #F00;
	font-size: 11px;
	padding: 0px 5px;
	width: 19px;
	margin: 0px;
	height: 19px;
	cursor: pointer;
}

.search_submit {
	height: 19px;
	float: left;
}

.search {
	height: 18px;
	width: 195px;
	float: left;
}

.path {
	background-color: #388d7d;
	background-color: #fff;
	padding: 10px 0px 7px 20px;
	height: 20px;
	border: 1px solid #e6e6e6;
	border-top: none;
}

.path div {
	float: right;
	margin-right: 15px;
}

.path a {
	font-size: 11px;
	color: #707172;
}

.path a:hover {
	color: #9c9e9f;
}

.path a.on {
	color: #2f8877;
	text-decoration: underline;
}

.content {
	padding-top: 30px;
}

.clr {
	clear: both;
}

.hidden {
	display: none;
}

.footer {
	background: url(../img/footer.jpg) no-repeat top center;
	height: 5px;
	text-align: right;
	padding: 7px 5px;
}

.footer a {
	font-size: 11px;
	color: #707172;
}

/* Tabs */
.tabs {

}

.tabs_mrgn {
	height: 10px;
}

div.tabs div.tab {
	float: left;
	margin-right: 5px;
}

div.tab a,div.tab a:VISITED,div.tab a:HOVER {
	text-decoration: none;
	display: block;
	color: #717171;
	font-weight: bold;
}

div.tab.active a {
	text-decoration: none;
	color: #fff;
}

table.tab-content {
	margin: 10px 5px 0px 0px;
}

table .edit {
	margin: 0px 3px 0px 0px;
	width: 268px;
	padding: 3px;
}

table.tab-content textarea {
	width: 238px;
	height: 190px;
}

.image_holder {
	text-align: center;
	backgroun-position: center middle;
}

.img_place {
	height: 120px;
	margin-top: 0px;
}

.img_place img {
	width: 140px;
}

.add_img_mrgn {
	padding: 10px auto;
	text-align: center;
	margin-top: 50px;
}

table.picture {
	margin: 0px 5px 0px 0px;
	padding: 2px;
	width: 150px;
	background-color: #D9D9D6;
	/*background-color:#31787B;*/
}

.tab-content {
	background-color: #FFF;
	border: 1px solid #d6d6d6;
	padding: 0px 20px;
}

.tab-content a {
	color: #2f776a;
	font-weight: 100;
}

.tab-content a:hover {
	text-decoration: underline;
}

.tab {
	background-color: none;
	padding: 7px 25px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.tab:hover {
	background-color: #fff;
}

.tab .active:hover {
	background-color: #31787B;
}

.tab a {
	font-size: 12px;
}

#active {
	margin: 0px 5px 0px 0px;
	background-color: #31787B;
	color: #404040;
	padding: 7px 20px 8px 20px;
	border: none;
}

#active:hover {
	background-color: none;
}

#active a {
	color: #fff;
	font-size: 12px;
}

.greel_line {
	height: 5px;
	background-color: #31787B;
}

.icons {
	float: right;
	width: 120px;
	padding-top: 15px;
}

.icons a {
	color: #707172;
}

.icons a:hover {
	color: #2f8877;
}

.icons_in a {
	margin-left: 5px;
}

.nb_box {
	padding: 5px 10px;
	line-height: 18px;
	margin: 20px 0px 20px 0px;
	background-color: #D9D9D6;
	border: 1px solid #d6d6d6;
	color: #3E5464;
}

.news_box {
	background: #fff;
	padding: 5px 20px;
}

.nb {
	color: #F00;
}

.table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #3E5464;
}

.table_name {
	padding: 0px 10px;
}

.row {
	display: table-row;
}

.row .title {
	background-color: #D9D9D6;
}

.important {
	font-weight: bold;
	color: #31787B;
}

.bottom {
	border: none;
	border-top: 1px solid #d6d6d6;
	margin-bottom: 10px;
}

.no_padding {
	padding: 0px;
}

.head_cell {
	display: table-cell;
	background-color: #D9D9D6;
	border: 1px solid #d6d6d6;
	padding: 10px;
	border-right: none;
	border-bottom: none;
}

.cell {
	display: table-cell;
	border: 1px solid #d6d6d6;
	padding: 5px 10px;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
}

.right_border {
	border-right: 1px solid #d6d6d6;
}

.inner_cell {
	display: table-cell;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 3px;
}

.numbered {
	vertical-align: middle;
	text-align: center;
	width: 20px;
}

.eur {
	width: 70px;
}

.palk .cell {
	border: none;
}

.user {
	font-size: 18px;
}

.tel {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.sort {
	text-align: left;
}

.sort a {
	text-align: right;
	float: right;
}

.sort div {
	clear: both;
	line-height: 30px;
	width: 190px;
}

.sort select {
	float: right;
	width: 100px;
}

.clr {
	clear: both;
}

.date {
	padding: 5px 0px;
	margin: 0px 10px;
}

.table-sep {
	width: 15px;
}

.salary_table_name {
	background: url(../img/title_bg.jpg) repeat-x bottom;
	font-weight: bold;
	text-align: center;
}

.decimal {
	text-align: right;
}

.zebra {
	background-color: #fff;
}

.summ {
	text-align: right;
	width: 100px;
}

.data {
	width: 200px;
}

.data_font {
	font-weight: bold;
}

.data_font a {
	font-weight: bold;
}

/*********************************************************/
.no_paddign {
	padding: 0px;
}

.block_title {
	margin: 10px 0px;
}

.b_title {
	font-size: 21px;
	color: #3E5464;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}

.block_text {
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	color: #707172;
	line-height: 16px;
	text-align: justify;
	margin-left: 0px;
	margin-bottom: 10px;
}

.block_text img {
	margin: 1px 15px 15px 0px;
	width: 160px;
	float: left;
}

.dialog .block_text_overflow {
	height: 61px;
	/*overflow: hidden;*/
}

.block_text_overflow {
	height: 79px;
	overflow: hidden;
}

.sub_menu {
	margin-top: 15px;
	margin-right: 0px;
	display: none;
}

.sub_menu ul,li {
	margin: 0px;
	padding: 0px;
}

.sub_menu li {
	padding: 13px 15px 11px 15px;
	width: 190px;
	line-height: 5px;
}

.sub_menu li img {
	margin-right: 10px;
}

.sub_menu a {
	color: #2f8877;
	font-size: 12px;
}

.sub_menu a:hover {
	color: #00624d;
}

.sub_menu .active {
	background-color: #FFF;
	color: #00624d;
}

.sub_menu .active a {
	color: #3E5464;
}

.sub_menu .sub_menu_sep {
	border-bottom: 1px solid #eaeaea;
	height: 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.block_sep {
	float: left;
	width: 70px;
}

.blocks {
	margin: 10px 10px 0px 0px;
}

.block {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

.blocks_title {
	border-bottom: 1px solid #a1b8ad;
	margin-bottom: 7px;
	font-weight: bold;
	color: #3E5464;
	padding-bottom: 3px;
	font-size: 13px;
}

.blocks_text {
	height: 90px;
	overflow: hidden;
	color: #707172;
	margin: 0px 7px 5px 0px;
}

.blocks_link {
	margin-top: 12px;
}

.blocks_link a {
	color: #e5352c;
}

.blocks_link a:hover {
	text-decoration: underline;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.float_n {
	float: none;;
}

.dialog.news {
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	/*margin-left:-250px;*/
	border: 1px solid #fff;
	background-color: #fff;
}

.news_modal {
	position: absolute;
	width: 500px;
	top: 30%;
	left: 50%;
	margin-left: -250px;
	border: 1px solid #fff;
	background-color: #fff;
}

.modal_news_line {
	background: url(../img/modal_news_line.jpg) left top;
	height: 5px;
	margin-bottom: 0px;
}

.dialog.news .close-button {
	right: -34px;
	top: -28px;
}

.close-btn {
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 28px;
	left: 500px;
	top: -30px;
	background-image: url(../img/close_btn.jpg);
}

.close-btn:hover {
	background-image: url(../img/close_btn_h.jpg);
}

.news_modal_text {
	padding: 0px 10px;
}

.margin_block {
	padding: 3px 15px 7px 15px;
}

.news_modal_pic {
	/*background:url(../img/pic2.jpg) -30px 0px no-repeat;*/
	width: 180px;
	height: 200px;
	margin-right: 20px;
}

.news_pic {
	width: 100px;
}

.news_pic img {
	width: 125px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 10px;
}

.news_mrgn {
	margin-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.dates {
	text-align: center;
}

.osakond {
	margin: 10px 0px 5px 0px;
	font-size: 12px;
	color: #585858;
}

.news_modal .block_text {
	text-align: left;
}

.sort_year_box {
	margin-bottom: -20px;
	margin-top: 15px;
	float: right;
	background: none;
	border: none;
	margin-right: -10px;
}

.sort_year {
	line-height: 25px;
	font-size: 12px;
}

.sort_year select {
	width: 103px;
	font-size: 12px;
	margin: 0px 5px;
	padding: 0px;
}

.sort_year input {
	border: none;
	padding: 2px 12px;
	margin: 0px;
	font-size: 12px;
	cursor: pointer;
	margin-top: 1px;
	margin-right: 0px;
	color: #3E5464;
	border: 1px solid #D6D6D6;
}

.big_sort {
	padding-top: 25px;
}

.big_sort .sort_year select {
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.btn_width {
	width: 90px;
}

/* Breadcrumb */
#wo-breadcrumbs {
	list-style-type: none;
}

#wo-breadcrumbs li {
	padding-left: 9px;
	float: right;
	color: #31787B;
	font-size: 11px;
}

#wo-breadcrumbs a {
	font-size: 11px;
	color: #707172;
	text-decoration: none;
}

#wo-breadcrumbs a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #9c9e9f;
}

.read {
	padding: 5px 0px 0px 0px;
	display: block;
	color: #31787B;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Dialog */
.dialog-modal {
	width: 230px;
}

.dialog .close-button {
	background: url(../img/close_btn.jpg) no-repeat;
	width: 32px;
	height: 28px;
	display: block;
	right: 0px;
	top: -25px;
	position: absolute;
}

.dialog .close-button:HOVER {
	background: url(../img/close_btn_h.jpg) no-repeat;
}

.dialog .control-group {
	padding: 5px;
	margin: 0;
}

.dialog .login .control-group {
	padding: 5px;
}

.login_input_box {
	padding: 5px;
	background: #fff;
	margin: 2px 0px;
	box-shadow: 0px 5px 5px #888;
}

.error {
	background-color: #ffe7e7;
	border: 2px solid #009CA6;
	color: #95302e;
	padding: 10px;
	display: none;
}

.login_submit {
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	font-size: 11px;
	color: #999;
	border: none;
	background: url(../img/login_btn.jpg);
	height: 25px;
	color: #fff;
}

.clear_btn {
	background: url(../img/clear_btn.jpg);
	color: #666;
}

.login .field {
	height: 30px;
	margin: 2px 0px;
}

.login .field input {
	margin: 5px 0px 0px 45px;
	border: none;
	color: #787a75;
	font-size: 12px;
	padding-top: 3px;
	background: none;
}

.login .field.user {
	background: url(../img/user.png) no-repeat;
}

.login .field.password {
	background: url(../img/pass.png) no-repeat;
}

/* Action icons */
.action-icon {
	display: block;
	float: left;
	width: 16px;
	height: 18px;
}

.action-icon-print {
	background: url(../img/print.png) no-repeat;
}

.action-icon-mail {
	background: url(../img/mail.png) no-repeat;
}

.action-icon-pdf {
	background: url(../img/pdf.png) no-repeat;
}

.text_center {
	text-align: center;
}

.vopak {
	background-image: url(/img/main_pic3.png);
}

.globalports {
	background-image: url(/img/main_pic2.png);
}

.vopakeos {
	background-image: url(/img/main_pic1.png);
}

.vopak:hover {
	background-image: url(/img/main_pic3_h.jpg);
}

.globalports:hover {
	background-image: url(/img/main_pic2_h.jpg);
}

.vopakeos:hover {
	background-image: url(/img/main_pic1_h.jpg);
}

.no_bg {
	background: none;
}

.no_border {
	border: none;
}

.user_info .cell,.table {
	border: none;
	height: none;
}

.user_info .osakond {
	width: 100%;
}

.user_info .osa_width {
	width: 600px;
}

.Mrgn_px {
	height: 10px;
}

.add_news_btn {
	margin: 15px 0px;
	text-align: left;
}

.add_news_btn span.button {
	background: url(../img/login_btn.jpg) repeat-x;
	height: 28px;
	padding: 5px 15px;
	float: none;
}

.news_control {
	margin: 10px 10px;
	padding-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

.enter_system{ font-weight:bold; font-size:16px;
	background: url(../img/login/lock.png) no-repeat 155px 0px;
	display:block;
	height:30px;
	padding-left:15px;
	line-height:30px;
	text-align: right;
	padding-right: 65px;
}

.login .field input.mobiilid {
	font-size: 11px;
	padding: 1px 3px;
	color: #707172;
	height: 15px;
	margin: 0px;
	border: 1px solid #dddddd;
	width: 190px;
}

#mobile_id_form .verification_code, #mobile_id_form .verification_time{
	font-weight: bold;
	font-size: 1.5em;
}
#mobile_id_form .verification_block{
	display: none;
}