
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

/* ========== for additional styles: see footer.html =========== */

body {
    margin: 0;
    padding: 0;
 font: small Verdana, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
 _wwidth:1005px; /* IE hack */
/*  font-family: Verdana, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
    font-size: 11px;*/
    color: #666666;
   background: #fafafa;
   
    background:url('../images/hl_logo_tlo.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-color:white;
}



/******************************* LAYOUT : HEADER ******************************/
/* header banner */
#sgl-header {
    background-color: #e5e5ec;
    height: 100px;
    margin: 0;
    padding: 0;
 border-bottom: 1px solid #aaaaaa;
    background:url(../images/hl_baner_v4.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 0px;
    padding-left:10px;
    background:white;
    color: #184a84;
    color:white;
     vertical-align: middle;
}
#sgl-header-left img {
    margin:0;
    vertical-align: middle;
}
#sgl-header-right {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 11px;
    color: #184a84;
    color:white;
}
#sgl-header-right a {
    color: #555599;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: ;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    margin-left: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/***************************** LAYOUT : NAVIGATION ****************************/

#sgl-nav {
    font-size: 0.75em;
        height: 18px;
            background-image:url('../images/bg_1x18_grad.gif');
            background-repeat: repeat-x;
            background-position:top left;
            border-bottom: 1px solid #aaaaaa;
            text-align:left;
}
#sgl-nav ul li a {
    background-image:url('../images/bg_1x18_grad_b.gif');
}
/***************************** LAYOUT : TABLES ********************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real DataGrids ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 2px;
}
th {
    background-color: #bcbcbc;
    text-align: left;
    color: #fafafa;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #f0f0f0;
}
.sgl-row-dark {
    background-color: #eaeaea;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl-main {
    top: 130px;
    margin-top: 10px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left, #sgl-blocks-right {
    pposition: absolute;
    margin-top: 130px;
    top: 0;
    z-index:1;
    text-align: left;
}
#sgl-blocks-left {
    width: 170px;
    left: 0;
}
#sgl-blocks-right {
    width: 170px;
    right: 0;
}

/* PK: small indent in block lists */
#sgl-blocks-left UL, #sgl-blocks-right UL{
    margin-left:3px;
    margin-top:0px;
    margin-bottom:0px;
    padding-left:0;
    padding-right:0;
    padding-top: 0;
    padding-bottom:0;
}
/* PK: separating list items */
#sgl-blocks-left LI, #sgl-blocks-right LI{
    margin-bottom:5px;
    margin-left: 2px;
}

.options-block {
    margin: 20px 0;
}
div.sgl-blocks-left-item {
    padding: 2px 0 0 1px;
}
div.sgl-blocks-right-item {
    padding: 4px 1px 0 0;
}



/* block headers */
.sgl-blocks-left-item-title, .sgl-blocks-right-item-title,
#sgl-blocks-left-item-title, #sgl-blocks-right-item-title,
.blockHeader, .messageHeader{
   background: navy;
    color: #333333;
    background-image:url('../images/bg_1x18_grad.gif');
    line-height: 1.5em;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
/*letter-spacing: .2em;*/
}
/* block body */
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body,
div.blockContent, div.navWidget, div.messageContent, div.sgl-dropdown {
    background: #e5e5ec;
    color: black;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
/* Leszczynski */
    background-color:white;
    background:url('../images/datagrid_bg5.jpg');
    background-position:top left;
    background-repeat: no-repeat;
    background-color:white;
    margin-bottom:5px;
}
/* stupid ie error */
DIV.sgl-blocks-left-item-body,
DIV#sgl-blocks-left-item-body0,
DIV#sgl-blocks-left-item-body1,
DIV.sgl-blocks-right-item-body,
DIV#sgl-blocks-right-item-body0,
DIV#sgl-blocks-right-item-body1{
 background: #e5e5ec;

/* Leszczynski */
    background-color:white;
    background:url('../images/datagrid_bg5.jpg');
    background-position:top left;
    background-repeat: no-repeat;
    background-color:white;
}

/* spacing in left-block elements */
div#sgl-blocks-left INPUT, div#sgl-blocks-left SELECT, div#sgl-blocks-left P{
margin:3px;
}
/* PK */
#sgl-blocks-right-item-body0 TABLE{
    border: 1px solid #aaaaaa;
    background: #f0f0f0;
}
#sgl-blocks-left-item-body1 FIELDSET{
    background: #f0f0f0;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl-blocks-middle,
#sgl-blocks-middle-nocols,
#sgl-blocks-middle-leftcol,
#sgl-blocks-middle-rightcol {
    position: relative;
    margin: 0 170px 0 170px;
    width: auto;
    min-width: 20%;
    font-size: 11px;
    z-index: 2;
    padding: 0 10px;
    text-align: left; align:left;
}


#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}

#sgl-blocks-middle-nocols {
    margin: 0;
   /* width:600px;*/
}


#sgl-blocks-middle-leftcol {
    margin: 0 0 0 170px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 170px 0 0;
}
div.sgl-blocks-middle-title {
    color: #e6ffa2;
    background-color: #99cc00;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: #fafafa;
    color: #184a84;
    border: 1px solid #99cc00;
    border-top: none;
    text-align: center;
}

/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 5px; 
    font-size: 10px;
    text-align: center;

}
#sgl-header-right #languages{
    padding:5px;
    vertical-align:bottom;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #555555;
    font-weight: bold;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #184a84;
    text-decoration: none;
     cursor: pointer;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
    clear:both;
    margin-top:3px;
}
.strong {
    font-weight: bold;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
    height:18px;
    border: 1px solid #aaaaaa}
div.dialog table.title TR TD{
    cell-spacing-left:10px; cell-spacing-right:10px;
    padding-left:10px; padding-right:10px;
    margin-left:10px; margin-right:10px;
}

.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #efefef;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #bcbcbc;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}

/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}

/******************************************************************************/
/*                                  LEGACY CSS                                */
/*                                                                            */
/* Note: I am removing elements from here as I replace them with new CSS      */
/*       elements above.  Eventually, there shouldn't be any CSS left here.   */
/******************************************************************************/

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    background-color: #efefef;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #fafafa;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #184a84;
    font-size: .85em;
    font-weight: normal;
}
legend {
    color: #184a84;
    font-size: 120%;
    font-weight:bold;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */

.bts{
    background:#f5f5f5;
    border:1px solid #aaaaaa;
    border-spacing:0px; padding:0px;
    width:100%;
    /*word-break: break-all;*/
}
.bts TH{
text-align:center;
}

div.pinstripe table {
    background: #f5f5f5;
    cell-spacing:0;
    padding:0px;
    border: 1px solid #aaaaaa;
    width: 100%;
}
div.pinstripe td {
   background: #fafafa;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    /* padding: 10px 0; */
     background:url('../images/bg_1x18_grad.gif');
    border:1px solid black;
}

/* records-on-page selector */
.noBorder, .noBorder OPTION {
    border: none;
    font-family: Verdana, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
    font-size: 10px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.hl.biz.pl/var/www/themes/default/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: left;
    align:left;
    width: auto;
    margin: 0 auto;
    border: 1px dashed #ff9600;
}
#resource-chooser {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.message {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 30%;
}
.messageContainer {
    margin: 0 auto;
    width: 300px;
}
.messageErrorTitle {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.messageError {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #999999;
    background-color: #ffff99;
    text-align: left;
    padding: 0 0 0 10px;
}
.errorMessage {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: navy;
    background-color: #ffff99;
    text-align: left;
    padding: 0 0 0 10px;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #aaaaaa;
}
.outline{
    border: 1px solid #aaaaaa;
}
.treeMenuDefault {
    font-size: 10px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative;
    cursor: hand;
    text-decoration: none;
    float: right;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid #0000aa;
    background-color: #ddddff;
    color: #000000;
    font-size: 100%;
    text-align: center;
    width: 13em;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
/* show/hide: for IE via .htc file, for non-IE via :hover pseudo */
span.tipOwner:hover span.tipText {
    display: block;
}
span.tipOwner {
    behavior: url('http://www.hl.biz.pl/var/www/themes/default/css/tooltipHover.htc');
}


//------------ Varico Styles -------------------//
.hotkey {
    font-size: 200%;
    color: #0CCCCC;
    text-decoration:underline;
}
/* highlighting the required input */
.requiredField{
    background: #ffeeee;
}

/* last actions block*/
UL.lastAction, UL.lastAction LI {
    font-size: 10px;
    list-style:none;
    margin:0; padding:0;
    word-break: break-all;
}

/* promotions - random list of products (block/rndproducts.php) */
/* panel displaying products */
#sgl-blocks-right DIV.rndProducts{
background: #e5e5ec;

/* Leszczynski */
    background-color:white;
    background:url('../images/datagrid_bg5.jpg');
    background-position:top left;
    background-repeat: no-repeat;
    background-color:white;
    margin-bottom:5px;
}
.rndProducts table{
margin:0px; border:0px; padding:0px;
width:100%;
}
/* thumbnail cell */
.rndProducts table .rndimg{
    width:75px;
}
/* price cell */
.rndProducts table .rndprice{
    text-align:right;
}
/* rndtitle -> look for  .productTitle */

/* product lists datagrid */
DIV#dataGrid TABLE.productText{
background-color:white;
background:white;
}

/* productfastlist rows */
TABLE.productText TR.tr_product2 {
    border:0px;
    border-bottom:1px solid #aaaaaa;
    background-color:white;
    background:url(../images/datagrid_bg2.jpg);
    background-position: bottom;
    background-repeat:repeat-x;
}
/* productlist rows */
TABLE.productText TR.tr_product {
    border:0px;
    border-bottom:1px solid #aaaaaa;
    background-color:white;
    background:url(../images/datagrid_bg5.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
/* add-to-basket table */
TABLE.productText TD.td_basket{
    background:url(../images/datagrid_bg4.jpg);
        background-position:top right;
}
TABLE.productText .td_basket TR,
TABLE.productText .td_basket TD{
background:none;
}

/* hide graphic symbols in JS-menutree for shop categories */
/*
IMG.jsmt{
visibility:hidden;
height:10px;
width:10px;
}
*/



/* === PK some styles here === */

/* layer containing dialog tables */
DIV.dialog{
    width:600px;
    text-align:right;
}

.dialog BR{
    clear:both;
    margin:0px;
}
.dialog TABLE.title{
border-spacing:0px; padding:0px; border-collapse:collapse;
    margin:0px;
    font-size:12px;
    letter-spacing: .2em;
background-image:url('../images/bg_1x18_grad.gif');
    border:1px solid #aaaaaa;
    border-bottom:0px;
    float:right;
    width:auto;
}
TD.title{
border-spacing:0px; padding:0px; border-collapse:collapse;
    margin:0px;
    font-size:11px;
    letter-spacing: .2em;
background-image:url('../images/bg_1x18_grad.gif');
    border:1px solid #aaaaaa;
    border-bottom:0px;
}


DIV.dialog TABLE.title TD{
    width:100%;
    text-align:right;
}

/* table titles */
CAPTION{
font-size:11px;
font-family: Verdana, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
font-weight:normal;
color:#777777;
text-align: left;
margin:0; padding:0; cell-spacing:0;
/*margin-left:5%;*/
letter-spacing: .2em;
background-image:url('../images/bg_1x18_grad.gif');
border:1px solid #aaaaaa;
border-bottom: none;
}

/* glossary type dialogs - smaller than normal */
DIV.type{
    width:100%;
    text-align:right;
}
/* table containing form elements */
DIV.type table{
background: #eeeeee;
border:1px solid #aaaaaa;
border-bottom: none;
width:100%;
}
/*cbx fix for IE */
DIV.type TABLE INPUT.cbx{
background: #eeeeee;
border:0px;
}

/* all form elements in table cells are aligned to left */
DIV.type td{
text-align:left;
}
/* but element labels are aligned to right */
td.t{
text-align:right;
width:100px;
color:black; margin-right:5px; cell-spacing-right:5px; padding-right:5px;
/*word-break:break-all;*/
}


/* form elements in dialogues */
DIV.dialog table{
/*margin-left:5%;*/
background: #eeeeee;
border:1px solid #aaaaaa;
/*border-bottom: none;*/
width:600px;
}
DIV.dialog table TD{
vertical-align:middle;
padding: 0;
}

/* shop dialog */
DIV.shop, DIV.shop table{
/*margin-left:5%;*/
background: #eeeeee;
background:white;
border:1px solid #aaaaaa;
/*border-bottom: none;*/
}
DIV.shop TABLE.shop_details{
    background:url(../images/datagrid_bg3.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}

DIV.shop TABLE.shop_desc{
    background:url(../images/datagrid_bg2.jpg);
    background-position:bottom;
    background-repeat: repeat-x;
}

TABLE.basketfield{
background: #eaeaea;
text-align:right;
align:right;
}
TABLE.basketfield INPUT{
text-align:right;
}
.tb_articles .article_list{
    vertical-align:top;
}
.productTitle, .articleTitle,
.tb_articles .article_list .articleTitle A{
font-weight: bold;
font-size: 12px;
color:navy;
}
.tb_articles .article_list SPAN.articleTitle{
clear:both;
}
.tb_articles .article_list P{
margin:0px;
}
SPAN.productTitle A, .productTitle{
font-weight: bold;
font-size: 12px;
}

DIV.dialog2 TABLE.tb_articles{

    background: transparent;
    background-color: transparent;

border:1px solid #aaaaaaa;
margin:0px; padding:0px;
}

DIV.dialog2 TABLE.tb_articles TR.article_list{
    border:1px solid #aaaaaaa;
}
/* for article title */
TABLE.tb_articles TR.article_list TD.l{
/*
    background-color:white;
    background:url(../images/datagrid_bg5.jpg);
    background-position:top left;
    background-repeat:no-repeat;
*/    
    padding-left:5px;
    padding-top:5px;
}
/* for article date & info */
TABLE.tb_articles TR.article_list TD.i{
    white-space:nowrap;
/*
    background:url(../images/datagrid_bg4.jpg);
    background-position:top right;
    background-repeat:no-repeat;
*/

}
TABLE.tb_articles A:link,
TABLE.tb_articles A:visited{
text-decoration:none;
}
TABLE.tb_articles A:hover{
text-decoration:underline;
}

DIV.dialog2 TABLE.article_bg{
    margin:0px padding:0px;
    /*
    background:url(../images/datagrid_bg5.jpg);
    background-position:top left;
    background-repeat:no-repeat;
*/
    background: transparent;
    background-color: transparent;
}
.article_header{
    padding-bottom:3px;
    border-bottom: 1px dotted #aaaaaa;
}
.article_date{
    float:right;
    text-align:right;
/*
    background:url(../images/datagrid_bg4.jpg);
    background-position:top right;
    background-repeat:no-repeat;
*/
}

/* bottom table with submit buttons */
DIV.dialog table.ts{
    width:600px;
    /*margin-left:5%;*/
    vertical-align:top;
    background:#f5f5f5;
    border:1px solid #aaaaaa;
    border-spacing:0px; padding:0px;
}


/* all dialogue-table cells have fixed width */
DIV.dialog td{
width:200px;
text-align:left;
}
/* textarea cell fix for crappy IE */
.dialog TD.ta{
    _width: 400px;
}
/* for stupid too-wide inputs in IE */
table.ts input{
_width:auto;
}

/* also table cells with text labels */
DIV.dialog td.t{
text-align:right;
width:100px;
margin-right:5px; cell-spacing-right:5px; padding-right:5px;
 bbackground:#dddddd;
}
/* error msg in dialogues - in new line! */
.err{
    display:block;
    color:red;
    font-size:10px;
}

/*======= dialog2 - 100%, not 600px*/
DIV.dialog2{
    text-align:right;
}
.dialog2 BR{
    clear:both;
    margin:0px;
}
.dialog2 TABLE.title{
border-spacing:0px; padding:0px; border-collapse:collapse;
    margin:0px;
    font-size:12px;
    letter-spacing: .2em;
background-image:url('../images/bg_1x18_grad.gif');
    border:1px solid #aaaaaa;
    border-bottom:0px;
    float:right;
    width:auto;
}
div.dialog2 table.title TR TD{
    cell-spacing-left:10px; cell-spacing-right:10px;
    padding-left:10px; padding-right:10px;
    margin-left:10px; margin-right:10px;
}
DIV.dialog2 CAPTION{
width:100%;
font-size:11px;
font-family: Verdana, Tahoma, Arial, Helvetica, Trebuchet MS, sans-serif;
font-weight:normal;
color:#777777;
text-align: left;
letter-spacing: .2em;
background-image:url('../images/bg_1x18_grad.gif');
border:1px solid #aaaaaa;
border-bottom: none;
}
/* but element labels are aligned to right */
div.dialog2 td.t{
text-align:right;
width:50%;
margin-right:5px; cell-spacing-right:5px; padding-right:5px;
/*word-break:break-all;*/
}
/* form elements in dialogues */
DIV.dialog2 table{
background: #eeeeee;
border:1px solid #aaaaaa;
width:100%;
}
DIV.dialog2 table TD{
padding: 0;
}
/* bottom table with submit buttons */
DIV.dialog2 table.ts{
    width:100%;
    vertical-align:top;
    background:#f5f5f5;
    border:1px solid #aaaaaa;
    border-spacing:0px; padding:0px;
}
/* all dialogue-table cells have fixed width */
DIV.dialog2 td{
text-align:left;
}






INPUT,
SELECT,
TEXTAREA{
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
    font-size: 11px;
    vertical-align:middle;
}

/* PK highlighting in Servus */
.serv_g{
background: #aaffaa;
}
.serv_y{
background: #ffffaa;
}
.serv_r{
background: #ffaaaa;
}

/* PK menu above the dataGrids */

#dataGrid{
text-align:left;
width:100%;
    bborder: 1px solid #aaaaaa;
    background: #f9f9f9;
}
/* dataGrid title */
#dataGrid H3{
   font-size: 11px;
 color: #333333;
 font-family: ;
letter-spacing: .2em;
font-weight:normal;
margin:3px;
}
H3.dataGridTitle{
   font-size: 12px;
    font-weight:bold;
}

#dataGrid  INPUT[type='button']{
    margin:0px;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
    font-size: 10px;
    vertical-align:middle;
    height:18px; margin:1px;
    cursor: pointer;
}
#dataGrid IINPUT[type='button']:hover{
    background: #e5e5ec;
}
#dataGrid HR{
margin:2px;
}


/* PK navmenu above each dataGrid */

#dataGrid TABLE{
/*     border: 1px solid #aaaaaa;*/
border: 1px solid #aaaaaa;
margin:0px;
/*
border-top:1px solid #aaaaaa;
border-right:1px solid #aaaaaa; border-left:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
*/
   border-collapse: collapse;
    text-align:left;
     background: #eeeeee;
     width:100%;

}

/* PK each dataGrid */

#dataGrid TABLE TR{
     border: 1px solid #aaaaaa;
     color:black;
     font-size: 10px;
/*
    word-wrap: break-word;
     word-break: break-all;
*/
}
#dataGrid TD{
     vertical-align: bottom;
}

/* PK first row is table header nav */
#dataGrid TR.br_n{
/*background: #eeeeee;*/

}
#dataGrid TABLE TR:first-child *{
vertical-align:bottom;
}

/* dataGrid headers*/
TR.br_h{
text-align:center;
background: #d9d9d9 !important;
/*
     word-wrap: normal;
     word-break: normal;
*/
}
/* checkboxes in headers for crappy IE */
#dataGrid TABLE TR.br_h TD INPUT.cbx{
background: #d9d9d9;
border:0;
}
/* sorted column header */
#dataGrid TABLE TR.br_h TD.br_sorted{
background: #d0d0ff;
}

/* filter row*/
TR.br_f TD{
    white-space:nowrap;
    text-align: center;
    /*display:none;*/
    border-bottom: 3px solid #8888aa;
    bborder:2px solid red;
}
#dataGrid TR.br_f INPUT{
background:white;
    font-size:9px;
    height:14px;
    margin:0px;
    width:90%;
}
#dataGrid TR.br_f INPUT:hover{
background:white;
cursor:text;
}
#dataGrid TR.br_f table.cal{
cell-spacing:0; padding:0;
border-collapse:collapse;
margin:0; border:1px solid #aaaaaa;
/*
border-left:1px solid #aaaaaa;
border-right:1px solid #aaaaaa;
*/
background: #f5f5f5;
vertical-align:middle;
align:right;
}
#dataGrid TR.br_f table.cal TR,
#dataGrid TR.br_f table.cal TR TD{
border:0;
align:right;
vertical-align:middle;
}
#dataGrid TR.br_f table.cal INPUT{
width:20px;
height:12px;
text-align:right;
vertical-align:middle;
margin:0;
}

#dataGrid TABLE A:link, #dataGrid TABLE A:visited{
    color: #555599;
    text-decoration: none;
}
#dataGrid TABLE A:hover, #dataGrid TABLE A:active{
    text-decoration: underline;
     cursor: pointer;
}

/* PK class for checkboxes in crappy IE */
#dataGrid TABLE TR TD INPUT.cbx{
    border: 0px;
    background: #eeeeee;
}
DIV.dialog INPUT.cbx, DIV.dialog2 INPUT.cbx  {
    border: 0px; margin:0px;
    background: #eeeeee;
}

/*
#dataGrid TABLE TD:first-child{
ddisplay:none;
}
*/
/* PK hide cbx for selected row ([type=checkbox] doesn't work in IE) */

/*
#dataGrid TABLE INPUT[type="checkbox"]{
   display:none;
}
*/

/* cell with bubble-description */
TD.tips{
    text-align:left;
    vertical-align:bottom;
}


/* PK: class for dataGrid row & dataGrid-selected row (classes are applied in dataGrid.js) */
.dataGrid_row,
.dataGrid_row .cbx {
    background: #eeeeee;
}
.dataGrid_selected_row,
.dataGrid_selected_row .cbx {
    background: #d0d0ff;
}

/* calendar styles */
.calendarNav{
width:100%;
text-align:center;
border:1px solid #888888;
background: #eeeeee;
}

.calendarTable{
width:100%;
border:1px solid #aaaaaa;
cell-spacing:0px;
padding:3px;
}

.calendarTable TH,
.calendarTable TH A{
background:#d0d0d0;
color:black;
font-weight:bold;
text-align:center;
}
.calendarDay{
vertical-align:top;
background-color:#eaeaea;
text-align:right;
}
.calendarToday{
align:center;
vertical-align:top;
text-align:right;
font-size:9px;
background: #ddffdd;
border:2px solid green;
}
.calendarHoliday{
border:1px solid #aaaaaa;
margin-top:2px;
width:100%;
text-align:left;
vertical-align:top;
background:#ffffff;
font-size:12px;
}
.calendarEvent{
border:1px solid #aaaaaa;
margin-top:2px;
width:100%;
text-align:left;
background:#ddddff;
font-size:9px;
}

INPUT[readonly], INPUT[disabled]{
background-color: #dddddd;
color:555555;
}

/* new submit buttons */
INPUT[type="button"],
INPUT[type="submit"] {
 background:url('../images/bg_1x18_grad.gif');
 border:1px solid black;
 cursor:pointer;
}
input[type="submit"]{
 border:2px solid #00bb00;
  background:url('../images/bg_1x18_grad.gif');
}
input[type="image"]{
    background:none;
    background-color:none;
    border:0;
}
IMG{
vertical-align:middle;
}

FORM, SCRIPT {
    margin:0px; border:0px
    padding:0px;
}


/* PK: MOBILUS */
/* for filter cells in dataGrid */
TR.filtr TD{
    white-space: nowrap;
}
/* 26246 - floating description */
#overDiv{
    width:200px;
    z-index:5;
}


/* PK ======================= for cms & e-shop ================= */

/* block headers */
.sgl-blocks-left-item-title, .sgl-blocks-right-item-title,
#sgl-blocks-left-item-title, #sgl-blocks-right-item-title,
.blockHeader, .messageHeader{
    background: navy;
    color: #eeeeee;
    font-weight:bold;
    /* Leszczynski */
    background:url('../images/hl_block_rt2.gif');
    background-position:top left;
    background-repeat: no-repeat;
    border:0px;

}

DIV.shop{
    border:0px;
}
DIV.shop TABLE.shop_details{
    cell-spacing-left:0px; cell-spacing-right:0px;
    padding-left:0px; padding-right:0px;
    border:0px;
}
DIV.shop TABLE.shop_details TR,
DIV.shop TABLE.shop_details TD{
    border-bottom:1px solid #cccccc;
    text-align:left;
}
DIV.shop TABLE.shop_details TD.productTitle{
    text-align:center;
}
DIV.shop TABLE.shop_details TD.productDescKey {
    text-align:right;
}

DIV.shop TABLE.shop_details TD.productPriceVat{
    font-weight:bold;
}
CAPTION{
    font-size:11px;
    height:18px;
}





table.hl{
    background:url('../images/hl_logo_tlo.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-color:white;
}



   a:link,a:visited{color:navy; text-decoration:underline; font-weight:normal} a:hover,a:active{color:black; text-decoration: none}
