
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
    margin: 0;
    padding: 0;
 font: small Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
/*  font-family: Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 11px;*/
    color: #666666;
   background: #fafafa;
}


/******************************* LAYOUT : HEADER ******************************/
/* header banner */
#sgl-header {
    /*background-color: #e5e5ec;*/
    height: 50px;
    margin: 0;
    padding: 0;
background-color:navy; border-bottom: 1px solid #aaaaaa;
}
#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: white;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: white;
    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: 80px;
    margin-top: 35px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    margin-top: 80px;
    top: 0;
    z-index:1;
    text-align: left;
}
#sgl-blocks-left {
    width: 170px;
    left: 0;
}
#sgl-blocks-right {
    width: 180px;
    right: 0;
}

/* PK: small indent in block lists */
#sgl-blocks-left UL, #sgl-blocks-right UL{
    margin:0px 0px 0px 3px;
    padding:0px;
}
/* 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-color: #e5f1ff;
    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 {
    background-color: #e5e5ec;
    color: black;
    font-size: 11px;
    padding: 7px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

div.sgl-dropdown {

    background-color: #e5e5ec;
    color: black;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

/* 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 180px 0 170px; 
    */
    width: auto;
    min-width: 20%;
    font-size: 11px;
    z-index: 2;
    padding: 0 10px;
    text-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 180px 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;
    clear: both;
    margin-bottom: 5px;
    padding-top: 5px; 
    font-size: 10px;
    text-align: center;

}



/*
=============== for centering the content ==============
see also changes in:
header.html, footer.html, master*.html
*/


TABLE.tb_main,
#sgl-nav, #sgl-nav UL{
width:800px;
/* NOTE: this width needs also to be applied in footer.html to override Multilevel.css ! */
}

#sgl-main{
margin-top:0px;
}


TABLE.tb_main{
    margin:0px; padding:0px; 
    margin-top: 35px;
}

TABLE.tb_main TD.td_left{
    width: 170px;
}


TABLE.tb_main TD.td_right{
    width: 180px;
}

TABLE.tb_main TD.td_middle{
text-align:left;
    width:auto;
}

#sgl-blocks-middle, #sgl-blocks-left, #sgl-blocks-right,
#sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol{
    position:static; /* if not static, IE displays no background */
    margin:0px;
    padding:0px;
    width:100%;
    top:20px;
}






/******************************************************************************/
/*                                 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 : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    text-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{
    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;
}





/* 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;
}

DIV.shop{
    border:0px;
}
DIV.shop TABLE.shop_details{
    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;
}

.specialDate {
    color:red;
}




/* promotions - random list of products (block/rndproducts.php) */
/* panel displaying products */
#sgl-blocks-right DIV.rndProducts{
background: #e5e5ec;
}
.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;
}
*/


/******************************************************************************/
/*                                  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;
    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('www/themes/default/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: left;
    width: auto;
    margin: 0 auto;
    border: 1px dashed #ff9600;
    margin-bottom:10px;
}
#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 {
    bborder: 1px dotted #ff9600;
    bborder-top: 1px solid #ffcc00;
    color: red;
    bbackground-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: pointer;
    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);
}
/* show/hide: for IE via .htc file, for non-IE via :hover pseudo */
span.tipOwner:hover span.tipText {
    display: block;
}

span.tipOwner {
    _behavior: url('tooltipHover.htc');
}



/*------------ Varico Styles -------------------*/
.hotkey {
    font-size: 200%;
    color: #0CCCCC;
    text-decoration:underline;
}
/* highlighting the required input */
.requiredField{
    background-color: #eeeeff;
}

/* last actions block*/
UL.lastAction, UL.lastAction LI {
    font-size: 10px;
    list-style:none;
    margin:0; padding:0;
    /*word-break: break-all; //PK 32176 */
}




/* === 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;
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,
INPUT.cbx{
    background: transparent;
    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; 
    padding-right:5px;
}


/* form elements in dialogues */
DIV.dialog table{
    background: #eeeeee;
    border:1px solid #aaaaaa;
    width:600px;
}
DIV.dialog table TD{
    vertical-align:middle;
    padding: 0;
}

/* shop dialog */
DIV.shop, DIV.shop table{
    background: #eeeeee;
    background:white;
    border:1px solid #aaaaaa;
}
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;
}
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:white;
    background-color:white;
    border:1px solid #aaaaaa;
    margin:0px; padding:0px;
}

DIV.dialog2 TABLE.tb_articles TR.article_list{
    border:1px solid #aaaaaa;
}
/* 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{
    background:url(../images/datagrid_bg5.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0px; padding:0px;
}
.article_header{
    padding-bottom:3px;
    border-bottom: 1px dotted #aaaaaa;
}
.article_date{
    float:right;
    text-align:right;
}

/* 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; padding-right:5px;
}
/* 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{
    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; 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;
}

/* PK:31158 - too wide selects */
DIV.dialog SELECT, DIV.dialog2 SELECT{
    width:150px;
}



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;
}
/* in test */
div.dialog2 TABLE TD.questionsFields{
    padding-left: 10px;
    padding-top: 10px;
    text-align:left;
}
TABLE.answersFields{
width:auto;
    margin:10px;
    margin-top:5px;
    border:1px solid #aaaaaa;  
    border-collapse:collapse; 
}
TABLE.answersFields TR TD{
    padding:3px;
}
TABLE.answersFields TR:hover{
background:#fafafa;
}

/* PK menu above the dataGrids */

#dataGrid{
text-align:left;
width:100%;
    background: #f9f9f9;
}
/* dataGrid title */
#dataGrid H3{
    font-size: 11px;
    color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
    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-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: transparent;
    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;
}
#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{
    padding:0;
    border-collapse:collapse;
    margin:0; border:1px solid #aaaaaa;
    background: #f5f5f5;
    vertical-align:middle;
    text-align:right;
    width:70px;
}
#dataGrid TR.br_f table.cal TR,
#dataGrid TR.br_f table.cal TR TD{
border:0; padding:0; margin:0;
    text-align:right;
vertical-align:middle;
}
#dataGrid TR.br_f table.cal INPUT{
    width:18px;
    height:12px;
    text-align:right;
    vertical-align:middle;
    margin:0; padding: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: transparent;
}
DIV.dialog INPUT.cbx, DIV.dialog2 INPUT.cbx  {
    border: 0px; margin:0px;
    background: transparent;
}



/* 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;
    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{
    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"],
.ts INPUT.button {
     background:url('../images/bg_1x18_grad.gif');
     border:1px solid black;
     cursor:pointer;
}
input[type="submit"],
INPUT.submit {
     bborder:2px solid #3276B7; /* 33892 */
      background:url('../images/bg_1x18_grad.gif');
      font-weight:normal;
}
INPUT.delete {
     bborder:2px solid #cc0000;
      background:url('../images/bg_1x18_grad.gif');
}
input[type="image"]{
    background:transparent;
    border:0;
}
IMG{
vertical-align:middle;
}

FORM, SCRIPT {
    margin:0px; border:0px;
    padding:0px;
}

TABLE.ajaxRow, TABLE.ajaxRow *{
    background:#fafafa;
    border:0px;
    color:#555555;
}


/* PK: MOBILUS */
/* for filter cells in dataGrid */
TR.filtr TD{
    white-space: nowrap;
}
/* 26246 - floating description */
#overDiv{
    width:200px;
    z-index:5;
}


/* =========  visitcards =============*/

TABLE.progressbar{
    border:0px;
    margin:0px;
    padding:0px;
    background-color: #ccccee;
    border:1px solid #aaaaaa;
    font-size:10px;
}
.progressbar TD.pb_l{
width:10px; height:20px;
  background:url('../images/progress_bar_left.gif');
  background-position: right;
  background-repeat: no-repeat;
}
.progressbar TD.pb_r{
width:10px; height:20px;
  background:url('../images/progress_bar_right.gif');
  background-position: left;
  background-repeat: no-repeat;
}
.progressbar TD.pb_rf{
width:10px; height:20px;
  background:url('../images/progress_bar_rightf.gif');
  background-position: left;
  background-repeat: no-repeat;
}

.progressbar TD.pb_f{
  text-align:left;
  background:url('../images/progress_bar_full.gif');
  background-repeat: repeat-x;
}
.progressbar TD.pb_e{
text-align:right;
  background:url('../images/progress_bar_empty.gif');
  background-repeat: repeat-x;
}

.progressbar TD.pb_t{
    font-size:14px;
    font-weight:bold;
    text-align:center;
}






/* for tree menu - 31289 */
div.navWidget{
    font-size:9px;
    overflow:hidden;
}
div.navWidget DIV{
    white-space:normal;
}
div.navWidget IMG{
    width:15px;
    height:15px;
}




/* =============== overlib  30512 ============= */

DIV#overDiv TABLE{
width:auto;
min-width:80px;
max-width:200px;
}
DIV#overDiv TABLE TABLE TD{
padding:3px;
}




/* ========= survey styles ============ */

/* for inactive questions */
.inactive{
    text-decoration:line-through; 
    color:#888888;
}
/* for priority */
.priority1{
    background:#ffaaaa;
}
.priority2{
    background:#ffffaa;
}
.priority3{
    background:#aaffaa;
}
/* for date and user */
.date_add{
    color:#aaccaa;
}
.date_edit{
    color:#aaaacc;
}

.to_fill{
    color:#00cc00;
}
.question_desc{
    font-style:italic;
}

.question_text, .survey_title{
    font-weight:bold;
}
.question_example{
    background:#aaddaa;
}

.sactive{
    color:green;
}
.sinactive{
    color:red;
}

INPUT[readonly="readonly"],
TEXTAREA[readonly="readonly"]{
    background:#dddddd;
}


table.assignedArticles,
table.assignedArticles *{
    background:transparent;
    background-color:none;
    border:0px !important;
}

/* tabbed navbar of assigned articles */


#assignedArticlesList td a{
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    display:block; overflow:hidden; width:10em; height:1.2em;
}
#assignedArticlesList td a:link { color: #448; }
#assignedArticlesList td a:visited { color: #667; }

#assignedArticlesList td a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}
#assignedArticlesList td a#currentArticle
{
background: white;
border-bottom: 1px solid white;
font-weight:bold;
text-decoration:none;
}
#assignedArticlesList td a#backLink{
width:2em;
background: #bbD;
}


   a:link,a:visited{color:navy; text-decoration:underline; font-weight:normal} a:hover,a:active{color:black; text-decoration: none}