/*
    Style sheet for tables, generated by dataviewserver
    NOTE: This file is shared between dataviewserver and new-web

    $Id: table.css 43805 2011-04-12 15:17:27Z erik $
*/

table.datatable {
    border-collapse: collapse;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    border-bottom: 1px solid #cecfce;
    color: #444;
    background-color: #fff;
}


#normal table.datatable {border:none;}
.crosstable td.rightBorder {
    border-right: 1px solid #bbbbbb;
    padding: 0;
}

table.width100pc {
    width: 100%;
}

#projectstatistics td.totalreductions {
    width: 275px;
}

table.datatable TD {
    padding: 2px 2px 2px 3px;
}

table.datatable IMG {
    border: 0;
}

table.datatable thead tr {
    border-bottom: 1px solid #cecfce;
}

table.tableheaderblue thead tr th * {
    color: #fefefe;
}

table.tableheaderwhite thead tr th * {
    color: #444;
}

table.tableheaderblue thead tr th {
    background: #a5b2c6 url(../css_images/headers/datatableblue-header.png) repeat-x top;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #444;
    font-size: 11px;
    border-left: 0;
    padding: 4px 1px 3px 1px;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
}

table.tableheaderwhite {
    background-color: #fff;
}

 .element_grey table.tableheaderwhite {
    background-color: #dddddd;
    color:#bababa;
}
#normal .element_grey table.datatable td span {
    width:50px;
    color:#666666;
    font-weight: bold;
    font-size: 12px
}

#normal .element_grey table.datatable {
    background-color:#dddddd;
     padding-left:4px;
}

#normal .element_grey table.datatable td a{
    color:#666;
    font-size:12px;
    font-weight: bold;
}
table.tableheaderwhite thead tr th {
    border-top: 1px solid #cecfce;
    border-bottom: 1px solid #cecfce;
    background-color:#fff;
    color: #444;
    font-size: 12px;
    border-left: 0;
    padding: 4px 5px 3px 3px;
    vertical-align: bottom;
    text-align: right;
    font-weight: bold;
}

table.tableheaderwhite.leftdefault thead tr th {
    text-align:left;
}

table.tableheaderwhite.leftdefault thead tr th.number {
    text-align:right;
}

.reportelement table.tableheaderwhite thead tr th {
    border-top: none !important;
}

table.datatable tbody tr {
    border-bottom: 1px solid #cecfce;
}

table.datatable tr.unshaded {
    background-color: transparent;
}

table.datatable tr.shaded {
    background-color: #F5F5F5;
}

table.datatable tr.emphasis {
    font-weight:bold;
    border-bottom:2px solid #cccccc !important;
}

table.datatable tr.unshaded td.recentdata {
    background-color: #ff0;
}

table.datatable tr.shaded td.recentdata {
    background-color: #ee0;
}

table.datatable tfoot {
    color: #006;
    background-color: #dedede;
}

table.datatable * .total {
    color: #2F2F2F;
    background-color: #dedede;
}

th .number {
    text-align: right;
    display: block;
    white-space: normal;
}

td .number {
    text-align: right;
    display: block;
    white-space: nowrap;
}

th.number {
    text-align: right;
    display: table-cell;
    white-space: normal;
}

td.number {
    color:#212121;
    text-align: right;
    display: table-cell;
    white-space: nowrap;
}

td .cross_resolution {
    font-family: sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.cross_table_header_nowrap {
    white-space: nowrap;
}

table.datatable td.label, table.datatable td.label * {
    text-align: left;
    padding-left: 3px;
    vertical-align: top;
    font-weight: bold;
    color: #444;
}

table.datatable td.enlarged_blue {
    background: #e3f0fb;
    border-top: 1px solid #cecfce;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    font-weight: bold;
}

table.bordertop {
    border-top: 1px solid #cecfce;
}

table th a {
    text-decoration: none;
}

.rightAligned {
    text-align: right;
}

.leftAligned {
    text-align: left;
}

table.webshoptable {
    border-collapse: collapse;
    margin-left: 0;
    margin-top: 0;
    width: 85%;
    color: #444;
    background-color: #fff;
}

table.webshoptable TD {
    padding: 2px 2px 2px 3px;
}

table td .down {
    color: #e60000 !important;
}

table td .up {
    color: #1a20fe !important;
}

table.datatable td.change {
    width: 1%;
}

/* start: fix for bug #1790 */
table.bugfix1790 {
    width: 80%;
}

.bugfix1790 .shopping_basket_total_label {
    text-align: right;
}

/* end: fix */
/*
.table-footer {
    line-height:13px;
}
*/
.table-footer-left {
    float: left;
}

.table-footer-right {
    float: right;
}

.table-footer-right a img {
/*margin-top: 2px;*/
    border: 0;
}

table.datatable tfoot tr td {
    padding: 0px 0px 0px 0px;
}

table.datatable td.recentdata {
    background-color: #FB2;
}

/*
   NOTE: only for testing purposes, remove this in production
   FIXME Do we still need to remove it? What exactly? (alexanderl)
*/

td {
    font-size: 11px;
}

.boldfont {
    font-weight: bold;
}

.toplineborder {
    border-top: 2px solid #FFBD32;
}

table.collapsiblemain {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsiblemain td {
    padding: 0;
    background-color: #ffffff;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsiblemain td.recentdata {
    background-color: #FFFF99;
}

table.collapsibleheader {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    padding: 0;
}

table.collapsiblemain th {
    padding: 0;
}

table.collapsibleheader td {
    background: #FCFCFC url(../css_images/headers/gradwhite.gif) repeat-x scroll center bottom;
    border-bottom: 1px solid #DDDDDD;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 3px 3px;
    border-spacing: 0;
    border-collapse: collapse;
}

.collapsibleheadercell {
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

table.collapsiblemaster {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsiblemaster td {
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    cursor: pointer;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 1px 2px 1px 1px;
}

table.collapsibledetails {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsibledetails td {
    border-bottom: 1px solid #ccc;
    padding: 1px 2px 1px 1px;
    background-color: #eee;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsiblefooter {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

table.collapsiblefooter td {
    border-top: 1px solid #ccc;
    padding: 1px;
    background-color: #eee;
    border-spacing: 0;
    border-collapse: collapse;
}

.collapsibleleftborder {
    border-left: 1px solid #dddddd;
}

.timezone {
    float: left;
    font-weight: normal;
    font-size: 70%;
}
table.datatable td span{
    color:#212121;
}
.eventDayColumn{
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}

.m_border{
    border-left:1px solid #CECFCE;
    border-right:1px solid #CECFCE;
    border-bottom:1px solid #CECFCE;
}

