@charset "utf-8";
@import "news.css";
@import "index.css";
@import "mainmenu.css";
@import "leftmenu.css";

HTML {
    overflow: scroll;
    overflow-x: auto;
}

* {
    margin: 0;
    padding: 0;
    font-size: 8pt;
}

.hidden {
    display: none;
}

.visible {
    display: inline;
}

.dashed {
    text-decoration: none;
    border-bottom: 1px dashed #0066cc;
    padding: 3px 0 3px 0;
    line-height: 2.5em;
    cursor: pointer; cursor: hand;
    color: #0066cc;
}

ul {
    list-style-type: square;
}

img {
    border: 0;
}

img.png {
    behavior: url('/css/pngbehavior.htc'); 
}
.png img, img.png {
    behavior: url('/css/pngbehavior.htc'); 
}


body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    color: #000/*6c7c82*/;
    /*background-color: #f7f8f9;*/
    min-width: 990px;
}

a:link {
    color: #0065a4;
}

a:hover {
    color: red;
}

#measurer {
    height:1px;
    line-height:1px;
    position:absolute;
    top:0pt;
    width:100%;
}

#container {
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 990
    )
    ?   '990px'
    :   '100%'
);
}

table.main1main {
    position: relative;
    z-index: 2;
    width: 85%;
    max-width: 1280px;
    min-width: 775px;
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 775
    )
    ?   '775px'
    :   (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '100%'
    :   '1280px'
);
}

table.main1main td {
    vertical-align: top;
}

table.main1main td.mainleft,
table.main1main td.mainright {
    height: 10px;
    padding-bottom: 20px;
    width: 40%;
    min-width: 320px;
    max-width: 512px;
    width: expression(
    /*(
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 775
    )
    ?   '320px'
    :   */(
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '20%'
    :   '512px'
);
}

table.main1main td.mainleft2,
table.main1main td.mainright2 {
    height: 10px;
    width: 43%;
    min-width: 344px;
    max-width: 550px;
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 775
    )
    ?   '344px'
    :   (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '23%'
    :   '550px'
);
}

table.main1main td.middlewhite2 {
    width: 2%;
}

table.main1main td.middlewhite {
    width: 5%;
}

* html table.main1main td.middlewhite {
    width: 3%;
}

table.main2main {
    position: relative;
    z-index: 3;
    width: 85%;
    height: 58px;
    max-width: 1280px;
    min-width: 895px;
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 905
    )
    ?   '905px'
    :   (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '90%'
    :   '1280px'
);
}

table.main2main td {
    vertical-align: top;
}

table.main2main td.midmenu {
    background-color: #0065a4;
    width: 100%;
}

table.main1main td.space {
    width: 1%;
    z-index: 2;
    
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 775
    )
    ?   '1%'
    :   (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '3%'
    :   '5%'
);
}

table.main2main td.space {
    width: 1%;
    z-index: 2;
    background: url(/img/middleline/waveleft2.gif) right -4px repeat-x;
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 905
    )
    ?   '6%'
    :   (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 1280
    )
    ?   '1%'
    :   '5%'
);
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

p a:link {
    color: #0065a4;
}

p a:hover {
    color: red;
}

div.leftupborder h2 {
    background: url(/img/top/blue-right.gif) right top no-repeat;
    background-color: #0065a4;
    margin-bottom: 15px;
    margin-left: 12px;
    padding-top: 10px;
    text-align: center;
    height: 24px;
    //height: 39px;
    font-size: 1.7em;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}

div.leftupborder {
    //margin-bottom: 10px;
    width: 100%;
    background: url(/img/top/blue-left.gif) left top no-repeat;
}

div.rightupborder {
    //margin-bottom: 10px;
    background: #000 url(/img/top/black-left.gif) left top no-repeat;
    padding-left: 20px;
    height: 39px;
    width: 100%;
}

div.rightupborder .rightupborderright {
    background: url(/img/top/black-right.gif) right top no-repeat;
    height: 39px;
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: -15px;
}

.ship {
    position: absolute;
    margin-top: -43px;
    margin-left: -120px;
}

.shipshadow {
    float: right;
}

div.help {
    text-align: left;
    background: url(/img/middleline/help-left.gif) left bottom no-repeat;
    position: absolute;
    width: 250px;
    z-index: 10;
    border-top: 1px solid #fff;
    margin-left: -9px !important;
}

* html div.help {
    margin-top: 0px;
    margin-left: 0;
}

div.help div {
    position: relative; 
    z-index: 10;
    background: url(/img/middleline/help-right.gif) right bottom no-repeat;
    color: #fff;
}

div.help div div {
    background: url(/img/middleline/help.gif) bottom repeat-x;
    margin: 0 13px;
    padding-bottom: 13px;
}

div.help div div div {
    margin: 0 -13px;
}

div.help div div div div {
    background-color: #0065a4;
    padding: 1em 19px 0 19px;
    margin: 0;
}

.mainright2 p {
    padding-bottom: 1.1em;
}

.mainright2 ul,
.mainleft2 ul,
.mainright2 ol,
.mainleft2 ol {
    margin: 0;
    padding: 0em 1em 1em 3em;
}

ul.clock {
    width: 100%;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.clock li {
    float:left;
    width: 23%;
    padding-left: 2px;
    padding-right: 2px;
    background: url(/img/dotted-y-clock.gif) left 15px no-repeat;
}

ul.clock li.first {
    background-image: none;
}

h1, h2 {
    color: #000/*6c7c82*/;
    font-size: 16pt;
    font-family: Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 4px;
    margin-bottom: 16px;
    background-image: url(/img/dotted-x.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

h3 {
    font-size: 1.3em;
}

h4 {
    text-transform: uppercase;
    font-weight: normal;
}

h3, h4, h5, h6 {
    margin: 0 0 0.8em 0;
}

h2 a:link,
h2 a:visited {
    font-size: 16pt;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000/*6c7c82*/;
    text-decoration: none;
}

h2 a:hover {
    font-size: 16pt;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

p.main {
    padding: 0 0 0 0;
    margin: 0;
    text-indent: 1.7em;
    background: url(/img/arrow.gif) top left no-repeat;
/*    color: #3e5259;*/
    line-height: 1.5em;
}

div.langswitch {
    margin-top: 3px;
    float: right;
}

div.icons {
    float: left;
}

ul.icons {
    list-style-type: none;
    font-size: 0;
}

ul.icons li.first {
    border-left: 0;
    padding-left: 3px;
}

ul.icons li {
    float: left;
    border-left: 1px solid #999;
    padding: 0 15px 0 15px;
    font-size: 0;
}

img.logo {
    margin-top: 50px;
    margin-right: 50px;
    width: 178px;
    height: 60px;
}

div.bottom {
    margin: 20px 0 20px 0;
    padding-top: 20px;
    border-top: 2px solid #c4cbcd;
    text-align: center;
    white-space: nowrap;
    font-size: 14pt;
    color: #bbb;
    font-family: arial,sans-serif;
}

div.bottom a {
    color: #bbb;
}

div.bottom img {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

br.unfloat {
    clear: both;
}

ul.list li {
    margin: 15px 0 15px 30px;
}

table.stnd3 {
    width: 100%;
}

table.stnd3 td {
    width: 50%;
}

table.stnd3 td.first {
    font-weight: bold;
}

table.stnd {
    border-bottom: 2px solid #c4cbcd;
    border-right: 2px solid #c4cbcd;
}

table.stnd td {
    width: 50%;
    vertical-align: top;
    padding: 8px 12px;
    border-top: 2px solid #c4cbcd;
    border-left: 2px solid #c4cbcd;
}

table.stnd2 td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 25%;
}

table.stnd,
table.stnd2 {
    width: 100%;
}

table.stnd tr.triple td{
    width: 33%;
}

table.ved td {
    vertical-align: top;
    padding: 2px;
    line-height: 1.4em;
}

table.content,
table.content2 {
    margin-bottom: 2em;
}

table.content img {
    margin-right: 10px;
}

table.content2 {
    width: 100%;
}

table.content2 th {
    text-align: left;
}

table.content th {
    padding-bottom: 1em;
    /*font-weight: normal;
    text-decoration: underline;*/
}

table.content2 td {
    padding: 5px 10px 5px 0;
    width: 33%;
}

table.content td {
    padding: 5px 10px 5px 0;
}

table.content2 a:link,
table.content a:link {
    color: #0065a4;
}

table.content2 a:hover,
table.content a:hover {
    color: red;
}

div.search_result {
    margin-bottom: 2em;
}

div.search_result a {
    font-size: 10pt;
}

div.breadcrumb {
    padding: 0;
    margin: 0 0 20px 0;
    text-indent: 1.7em;
    background: url(/img/arrow.gif) top left no-repeat;
    color: #000/*6c7c82*/;
    /*white-space: nowrap;*/
}

div.breadcrumb a:link,
div.breadcrumb a:visited {
/*  text-decoration: none;*/
    color: #000/*6c7c82*/;
    /*white-space: nowrap;*/
}

div.breadcrumb a:hover {
    text-decoration: underline;
    color: #000/*6c7c82*/;
    /*white-space: nowrap;*/
}

span.delimiter {
    padding: 0 5px 0 5px;
}

ul.sitemap {
    line-height: 1.25em;
    margin: 1em 0 0em 0;
    padding: 0.6em 0 0.6em 2.5em;
}

ul.sitemap ul {
    margin: 0;
    padding: 0.6em 0 0.6em 2.5em;
}

ul.notype {
    list-style-type: none;
    padding-top: 8px;
}

ul.notype li {
    list-style-type: none;
}

sup {
    font-size: 0.75em;
    font-weight: bold;
}

table.structure {
    width: 100%;
}

table.structure td {
    padding: 1em 0.5em;
    /*border: 1px solid #ccc;*/
    text-align: center;
    vertical-align: middle;
}

table.structure tr.bg td {
    background-color: #f1f1f1;
}

.contract {
    margin-bottom: 3.5em;
}
.photogalary_td {padding: 0 5px 5px 0}


.form_input {width: 200px;}
textarea.form_input {height: 100px;}
.form_submit {float: left; margin-left: 70px;}
