html
{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body
{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    color: #00adee;
    font: normal 10pt Verdana,Arial,Helvetica,sans-serif;
}

#mainpage
{
    /*
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -384px;
    margin-left: -512px;
    */
    width: 1024px;
    height: 768px;
    overflow: hidden;
}

.bglayer
{
  position: absolute;
  top: 0px;
/*  left: 0px;*/
    width: 1024px;
    height: 728px;
    z-index: -10;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
}

.bglayer td
{
    padding: 0;
    margin: 0;
}

.topline
{
    width: 100%;
    height: 200px;
}

.toplinethin
{
    width: 100%;
    height: 80px;
}

.mapmenu
{
    width: 166px;
    height: 166px;
    float: left;
    cursor: pointer;
}


.menutable
{
    width: 800px;
    height: 30px;
    margin-left: 60px;
}

.menurow
{
    width: 452px;
    height: 81px;
}

.menu2
{
    width: 195px;
    height: 81px;
    float: left;
/*    background:transparent url('/images/menus.png') no-repeat left top;*/
    border-top: 1px solid white;
    cursor: pointer;
}

#menu1
{
/*    background:transparent url('/images/menu1.png') no-repeat left top;*/
    border-bottom: 1px solid white;
    cursor: pointer;
}

#group_text,
#trade_text,
#logistic_text
{
    background:transparent url('/images/menu1textarea.png') no-repeat left top;
    height: 247px;
    overflow: hidden;
    color: white;
}

a img
{
    border: none;
}

a:active
{
    border: hidden;
}
a:focus, a:hover
{
    /*color: #00adee;*/
    color: #000;
    font-weight: bold;
    border: hidden;
}
a
{
    /*color: #00adee;*/
    color: #000;
    text-decoration: none;
    border: hidden;
}


.btmenu {color: #00adee; text-decoration: none; font-weight: bold; }
.btmenu:hover {color: #fff;}


#header
{
    margin: 0;
    padding: 0;
}

#content
{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    padding: 20px;
/*    padding-top: 10px;*/
}

#textcontent
{
    width: 720px;
    height: 580px;
    margin-left: 200px;
    overflow: hidden;
    color: #000;
    text-align: justify;
}

#printextcontent
{
    width: 720px;
    margin-left: 200px;
    color: #000;
    text-align: justify;
}

#printextcontent table {
      border: 1px solid #000;
}

#printextcontent td {
      border: 1px solid #000;
}

#textcontent table {
      border: 1px solid #C9E0ED;
}

#textcontent td {
      border: 1px solid #C9E0ED;
}

#textcontainer
{
    height: 554px;
    overflow: hidden;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#fff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

#sitemap
{

}

#sitemap ul
{
    list-style-type: none;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}
