html, body {
        height:100%;
	background: url(/img/bg.jpg) repeat-x;
	background-position: 0 197px;
	font-family: trebuchet ms;
	color: black;
	font-size: 12px;
}

#whole{
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin-bottom: -54px;
        position:relative;
}
#push {
        height:54px;
        margin:0;
        width: 850px;
        margin: 0 auto;
}
#bottom {
        height: 54px;
        width: 850px;
	margin: 0 auto;
	padding-top: 20px;
        position: relative;
}
#header {
	height: 132px;
	width: 850px;
	margin: 0 auto;
	background: url(/img/head.jpg) no-repeat;
}
div#menu {
	width: 100%;
	height: 65px;
	background: url(/img/bg_menu.jpg) repeat-x;
}
div#menuadm {
        width: 100%;
        height: 72px;
        background: url(/img/bg_menu.jpg) repeat-x;
}
#main {
	width: 850px;
	margin: 0 auto;
	background: #ffffff ;
}
#news {
	width: 850px;
}
#news img {
	float:left;
}
#news_text {
	width: 514px;
	height: 210px;
	background: url(/img/bg_news.jpg) repeat-x;
	float:left;
	padding: 5px 10px;
}
#header_menu {
	margin-left: 215px;
	padding-top: 20px;
	float:left;
	width: 400px;
}
.menu {
	font-family: trebuchet ms;
	color: #5a5a5a;
	font-size: 13px;	
}
/*#header_right {
	float:right;
}*/
ul#lang {
position:relative;
float:right;
}
ul#lang li {
display: inline;
}
ul#lang li a {
position:relative;
height: 43px;
/*text-indent: -9999px;*/
float: left;
width: 39px;
text-align: center;
}
ul#lang li a.ru {
background: url(/img/ru.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.ru:hover {
background: url(/img/ru_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.ru#active {
background: url(/img/ru_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.lv {
background: url(/img/lv.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.lv:hover {
background: url(/img/lv_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.lv#active {
background: url(/img/lv_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.en {
background: url(/img/en.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.en:hover {
background: url(/img/en_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.en#active {
background: url(/img/en_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.ee {
background: url(/img/ee.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.ee:hover {
background: url(/img/ee_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}
ul#lang li a.ee#active {
background: url(/img/ee_active.png) bottom center no-repeat; /* Your hover img*/
color: #fff5a8;
}

ul#lang li a.login {
background: url(/img/user_silhouette.png) top center no-repeat; /* Your hover img*/
padding-top: 16px;
margin-top:6px;
height:27px;
}
ul#lang li a.login:hover {
background: url(/img/user_business.png) top center no-repeat; /* Your hover img*/
}
ul#lang li a.login#active {
background: url(/img/user_business.png) top center no-repeat; /* Your hover img*/
}
ul#lang li a.login#active:hover {
background: url(/img/user_silhouette.png) top center no-repeat; /* Your hover img*/
}

div.info_form {
	width:380px;
	float:left;
}
input.login {
	border-style:solid solid none;
	border-width:1px 1px medium;
	float:left;
	height:26px;
	padding:4px 10px 0 6px;
	vertical-align:top;
	width:50%;
	font:18px arial,sans-serif;
}
label.login {
        width: 120px;
        display:block;
        float: left;
	font:18px arial,sans-serif;
}
.loginbutton {
	background-position:center bottom;
	border:medium none;
	cursor:pointer;
	font:15px arial,sans-serif;
	height:30px;
	vertical-align:top;
	margin-left:300px;
}
input.button {
        background-position:center left;
        border:medium none;
        cursor:pointer;
        font:12px arial,sans-serif;
        height:20px;
        vertical-align:top;
	padding-left: 21px !important;
	padding-left: 10px;
	margin: 0 1px 0 0;
	display: block;
}
input.forward {
	background:url(/img/arrow_right.png) no-repeat 5px 2px #CCCFFF;
}
a.button {
	background:#CCCFFF;
	border:medium none;
        cursor:pointer;
        font:12px arial,sans-serif;
        height:20px;
        vertical-align:top;
        padding-left: 4px;
	text-decoration: none;
	color: black;
	display: block;
	min-width: 70px;
	margin: 0 1px 0 0;
}
input.forward:hover, a.button:hover {
	background-color:#CCC;
}
ul.buttons {
        margin-top:10px ;
/*      margin-left: auto;*/
        float:right ;
        width: 400px;
}
ul.buttons li {
	float:right;
}
ul.srform {
        margin-right: 425px;
	margin-left:auto;
}

textarea.first{
	width:300px;
}

#home {
	margin: 20px 0 0 0;
	float: right;
}

#home a {
	margin-left: 25px;
}
#font_resize {
	float: right;
	margin: 20px 0 0 0;
}
#font_resize a {
        margin-left: 5px;
}
a.decreaseFont {
	font-size: 10px;
}
a.increaseFont {
	font-size: 16px;
}
ul#font_resize li {
	display: inline;
}
ul#menu {
position:relative;
width: 850px;
margin: 0 auto;
padding: 20px 0;
}
ul#menu li {
display: inline;
}
ul#menu li a {
position:relative;
height: 23px;
/*text-indent: -9999px;*/
float: left;
text-align: center;
font-family: trebuchet ms;
color: #ffffff;
font-size: 15px;
text-decoration:none;
margin: 0 5px;
border-bottom: 2px solid  white;

}
ul#menu li a:active {
background-position: center center;
border-bottom: none;
}
#menu li a:hover {
background-position: top center;
border-bottom: none;
}
#menu li a#selected {
background-position: top center;
border-bottom: none;
}
#menu li a.admin {
background-position: top center;
border-bottom: none;
color: black;
font-size: 13px;
width: 6px;
}
#menu li a.admin:hover {
	text-decoration:underline;
}
.Rotate90 
        {
		writing-mode:bt-rl;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
/*            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
        }
#main_info {
	background: #ffffff;
	width: 850px;
	float:left;
}
#about {
	width:514px;
	float:left;
	padding: 5px 10px;
}
#forms {
	width: 310px;
	padding: 0 0 0 5px;
	float:left;
	border-left: 1px solid #5a5a5a;
}
div.clear {
	clear:both;
}
div.clear_item {
        clear:both;
}
h2.title {
	font-family: trebuchet ms;
        color: #0093dd;
        font-size: 17px;
	margin-bottom: 5px;
}
h2.label, h1.menu_name {
	font-family: trebuchet ms;
        color: #0093dd;
        font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 1px;
	float:left;
}
span.label {
	float: left;
	margin-bottom: 1px;
}
label.form {
	float:left;
	width: 200px;
}
label.form1 {
        float:left;
        /*width: 80px;*/
	margin-left: 10px;
	margin-right: 3px;
}
label.form2 {
	float:left;
        width: 160px;
}
input.fl, select.fl {
	float:left;
}
input.hd {
	display:none;
}
input.text, input.short_text, textarea {
	border: 1px solid #5a5a5a;
	margin-bottom: 2px;
}
input.short_text {
	width: 50px;
	font-size:14px;
	text-align: right;
}
input.text {
	width: 200px;
	font-size: 14px;
}
textarea {
	width: 375px;
	height: 100px
}
div.form {
	margin-bottom: 10px;
}
#bottom_text {
	width: 700px;
	height: 34px;
	float:left;
	font-family: trebuchet ms;
	color: #0093dd;
	font-size: 12px;
}
a {
	color: #0093dd;
}
.bold {
	font-weight: bold;
}
.s15 {
	font-size: 15px;
}
#main_foot {
	width: 850px;
	margin: 0 auto;
}
#banner {
        display:none;
        width: 200px;
        margin-bottom: 10px;
        padding: 3px 10px 0 !important;
}
#admin_part {
        position: absolute;
        top: 1px;
        left: 10%;
        background: #ccccff;
}
.itemg {
	font-size: 17px;
	color: #0093dd;
}
#gallery ul {
	width: 800px;
	clear: left;
	
}
#gallery ul li {
	width: 150px;
	height: 120px;
	float: left;
}
div.track_data {
	width: 300px;
	float:left;
}
div.track_history {
	float:left;
	width:500px;
}
.hawb_history {
/*	width: 800px;*/
	border: 1px dotted black;
	margin-bottom: 3px;
	padding: 5px;
}
.hawb_history_inner {
    display: inline-block;
    width: 360px;
}
.item_text {
	margin: 0 10px;
}
ul.info_form {
	width: 380px;
	float:left;
	
}
ul li.left_column {
	width: 150px;
	float: left;
}
ul li.right_column {
	width: 200px;
	float: left;
}
label.error {
        color: red;
        font-style: italic;
        font-size: 11px;
}
input.error, textarea.error {
        border: 1px solid red;
}

table.table_list {
	width:100%;
	border:1px solid black;
}
table.table_list td,th {
	border:1px dotted;
	text-align: center;
}
table.table_list th {
	font-weight: bold;
	color: blue;
}
table.table_list tr.top {
	border-top: 1px solid black;
}
table.table_list tr.selected {
	background-color: yellow;
}
table.table_list tr.warning {
	background-color:#FFCC66;
}
table.table_list tr.trash {
        background-color:#CCCCCC;
}
div.warning {
	background-color:#FFCC66;
}
input.nevidno {
	display:none;
}
table#addresslist {
	width: 380px;
	margin: 0 auto;
}
table#addresslist tr.line1 {
	background-color: #E8E8E8;
}
table#addresslist td {
	width: 190px;
}
table#addresslist thead td {
	border-left: 1px dotted;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}
table#addresslist thead {
	border-right: 1px dotted;
}
table#addresslist tbody {
	overflow-x:hidden;
	overflow-y: scroll;
	height: 200px;
}
div#addressbook {
	width: 400px;
}
a.opacity img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
a.opacity img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
span#cur_result {
	display: block;
	width: 140px;
	height: 22px;
	font-size: 15px;
	font-weight: bold;
	/*float:left;*/
}
span.comment {
	font-size:10px;
	font-weight:normal;
	height:13px;
	color:#777777;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
        font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover { z-index:25; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-5px; left:-35px;
        padding: 15px 0 0 0;
        width:200px;
        color: #993300;
    text-align: center;
        filter: alpha(opacity:90);
        KHTMLOpacity: 0.90;
        MozOpacity: 0.90;
        opacity: 0.90;
}
a.tt:hover span.top{
        display: block;
        padding: 30px 8px 0;
    background: url(/img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
        background: url(/img/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
        padding:3px 8px 10px;
        color: #548912;
    background: url(/img/bubble.gif) no-repeat bottom;
}

/*bold, italic*/
b, strong {
	font-weight: bold;
}
i {
	font-style:italic;
}

