/*******************************************************************************/
/* List Tabelle */
table.list input.integer {
    width               : 25px;
}
table.list td.checkbox {
    width               : 25px;
}

table.list tr.first td.checkbox.first {
    text-align          : center;
    vertical-align      : middle;
}

table.list a {
    text-decoration: none !important;
}

table.list a:hover {
    text-decoration: underline !important;
}

table.list td.id {
    width               : 65px;
}
table.list td.infos {
    width               : 150px;
}
table.details input.date {
    width               : 65px;
}
table.details select.hour,
table.details select.minute {
    width               : 45px;
}
div.wrapper {
    padding         : 0 10px 0 10px;
}

/**************************************************************************/
/* Tabelle - Listenansicht */
table.list {
    margin-top          : 4px;
    margin-left         : 1px;
    border-spacing      : 0;
    width               : 100%;
    border-collapse     : collapse;
}
* html table.list {
    border-collapse     : collapse;
}
table.list.details {
    height: auto;
}

table.list thead td {
    background          : #C2E3F6 !important;
    border              : 1px solid #BCBAAC;
    margin              : 0;
    padding             : 2px 5px;
    height              : 22px;
}

table.list thead tr.first td.column_rowspan {
    background-color    : #DEDEBC;
}

table.list thead tr.first td {
    border-top          : 1px solid #8B877B;
    vertical-align      : top ;
}

table.list thead tr.first td a {
    margin-top          : 5px;
}

table.list thead tr.last td {
    border-bottom       : 1px solid #8B877B;
}
table.list thead td a {
    display             : block;
}
table.list thead td a img {
    vertical-align      : middle;
}
table.list thead tr.last td{
    background          : #EBEADB;
    border              : 0;
    border-bottom       : 1px solid #D4D0C8;
    padding             : 2px 0px;
}
table.list thead tr.last label{
    line-height         : 20px;
    font-weight         : bold;
    float               : right;
}
table.list thead tr.last div.wrapper {
    float               : left;
    padding-left        : 5px;
}
table.list thead td.first {
    border-left         : 1px solid #8B877B;
}
table.list thead td.last {
    border-right        : 1px solid #8B877B;
}
table.list thead tr td {
    padding             : 2px 2px 1px 4px;
    border-bottom       : 1px solid #8B877B;
    background          : #48BFEC !important;
}
* html table.list thead td {
    height              : 16px;
}
table.list tfoot td {
    background          : #EBEADB;
    border-bottom       : 1px solid #D4D0C8;
    height              : 20px;
}
table.list ul.options {
    display             : inline;
}
table.list ul.options li {
    display             : inline;
}
table.list ul.options a {
    color               : Blue;
    text-decoration     : underline;
}
table.list tr.active td {
    background          : #D6DFF7;
}
table.list tr.filter input.textfield {
    width               : 100%;
    border              : 1px solid #808080;
    font-size           : 11px;
}
table.list tr.filter input.submit {
    border              : 0;
    background          : none;
    font-size           : 11px;
    text-decoration     : underline;
}
table.list tr.filter select {
    font-size           : 11px;
    width               : 100%;
}

* html table.list tr.filter select,
html* table.list tr.filter select {
    width: auto;
}

table.list tr.filter td {
    padding             : 0px 5px 0px 5px;
}

td.icon {
    width: 25px;
    text-align: center;
}

table.list tbody tr.last td {
    border-bottom: 1px solid #8B877B !important;
}

table.list tbody td {
    height              : 20px;
    border-bottom       : 1px solid #D4D0C8;
    white-space         : nowrap;
    padding-left        : 10px;
}

table.list tbody td.disabled {
    background-color    : #EFEFDE;
    color               : #8B877B;
}

table.list td.first {
    border-left: 1px solid #8B877B;
    padding: 1px 5px;
}

table.list td.last {
    border-right: 1px solid #8B877B;
}

table.list tbody td.size {
    text-align: right;
    padding-right: 5px;
    width: 80px;
}
table.list tbody tr:hover td{
    background-color: #C2E3F6 !important;
}

table.filter {
    border-collapse     : collapse;
    border-spacing      : 0;
    border: 0 !important;
}

table.list table.filter {
    width               : 100%;
}
table.filter td {
    padding             : 0 !important;
    background          : none;
    border              : 0px !important;
    margin              : 0 !important;
}
table.filter tbody tr:hover td {
    background-color: transparent !important;
}
table.filter td.last {
    width               : 15px;
}
input.filter {
    width               : 12px;
    height              : 17px;
    border              : 1px solid #8B877B;
    background          : #C2E3F6 url(/images/site/submit_filter_bg.png) no-repeat;
    margin              : 1px 0 0 0;
    padding             : 0;
}
* html input.filter {
    height              : 18px;
}
table.list input.text {
    border              : 1px solid #808080;
    font-size           : 11px;
}

table.list a {
    color               : black;
    text-decoration     : none;
}

/**************************************************************************/
/* Content h2 */
#content div.title {
/*    border-left         : 1px solid #8A867A;
    border-bottom       : 1px solid #8A867A; */
    height              : 34px;
    margin              : 5px 0 3px 0;
}

#content div.title h2 {
    margin              : 0;
    font-size           : 16px;
    padding             : 0px;
/*    border-top          : 1px solid #8A867A;
    padding-left        : 45px;
    padding-right       : 40px; */
    line-height         : 32px;
    float               : left;
}

#content div.title span {
    display             : block;
    float               : left;
    width               : 26px;
    height              : 33px;
}

#content div.title div {
    margin-top: 27px;
    float: right;
    height: 7px;
    font-size: 1px;
}


/**************************************************************************/
/* Options wrapper */
ul.options {
    float               : right;
}
ul.options li{
    display             : inline;
    font-size           : 9px;
}

ul.options a {
    color               : #333333 !important;
    text-decoration     : none !important;
    font-family         : Verdana, Arial, sans-serif;
    display             : block;
    height              : 24px;
    width               : auto;
    float               : left;
    padding-left        : 30px;
    margin-left         : 10px;
}

ul.options button {
    padding-bottom      : 2px;
    color               : #333333;
    display             : block;
    height              : 27px;
    width               : auto;
    float               : left;
    padding-left        : 30px;
    margin-left         : 10px;
    font-size           : 10px;
    font-family         : Verdana, Geneva, Arial, Helvetica, sans-serif;
    border              : 0;
    cursor              : pointer;
    text-align          : left;
}

* html ul.options button {
    font-size           : 9px;
}

ul.options li.new a {
    background          : url(/images/site/icons/add.png) no-repeat;
}
ul.options li.new a:hover {
    text-decoration     : underline !important;
}
ul.options li.folder_new a {
    background          : url(/images/site/icons/folder_add_big.png) no-repeat;
}
ul.options li.folder_new a:hover {
    text-decoration     : underline !important;
}
ul.options li.menu_assignment a {
    background          : url(/images/site/icons/menu_assignment.png) no-repeat;
}
ul.options li.menu_assignment a:hover {
    text-decoration     : underline !important;
}
ul.options li.delete input {
    border              : 0;
}
ul.options li.export a {
    background          : url(/images/site/icons/export.png) no-repeat;
}
ul.options li.export a:hover {
    text-decoration     : underline !important;
}
ul.options li.delete a {
    background          : url(/images/site/icons/delete.png) no-repeat;
}
ul.options li.delete a:hover {
    text-decoration     : underline !important;
}
ul.options li.save a, ul.options li.save button {
    background          : url(/images/site/icons/save.png) no-repeat;
}
ul.options li.to_editor a, ul.options li.to_editor button {
    background          : url(/images/site/icons/to_editor.png) no-repeat;
}
ul.options li.to_marketing a, ul.options li.to_marketing button {
    background          : url(/images/site/icons/to_marketing.png) no-repeat;
}
ul.options li.to_marketing a:hover, ul.options li.to_marketing button:hover,
ul.options li.to_editor a:hover, ul.options li.to_editor button:hover,
ul.options li.save a:hover, ul.options li.save button:hover {
    text-decoration     : underline !important;
}
ul.options li.liveedit a,
ul.options li.liveedit button {
    background          : url(/images/site/icons/content_live_edit.png) no-repeat;
}
ul.options li.liveedit a:hover,
ul.options li.liveedit button:hover {
    text-decoration     : underline !important;
}
ul.options li.back a {
    background          : url(/images/site/icons/back.png) no-repeat;
}
ul.options li.back a:hover {
    text-decoration     : underline !important;
}

/**************************************************************************/
/* Pager */
ul.options li a.pager {
    text-decoration     : underline;
    margin              : 0;
    padding             : 2px;
}

ul.options li a.active {
    font-weight         : bold;
}

/**************************************************************************/
/* Toolbar Container */
div.toolbar_container {
    background          : #C2E3F6;
    margin              : 0px;
    padding             : 0px;
    font-size           : 100%;
    font-weight         : normal;
}
div.toolbar_container.info {
    background          : #FFF6A9;
    padding             : 10px 10px;
}
div.toolbar_container.info p {
    margin              : 0 !important;
    padding             : 0 !important;
}
div.toolbar_container.info p.show_info {
    padding-top         : 10px !important;
    display             : block;
}
div.toolbar_container.info p.show_info input.checkbox {
    margin              : 0;
}
div.toolbar_container.info ul {
    list-style-type     : square;
}
div.toolbar_container.info h4 {
    margin              : 0;
    padding             : 0;
    font-size           : 110%;
}
div.toolbar_container a.active {
    font-weight         : bold;
}
div.toolbar_container h4 {
    margin              : 0;
    padding             : 10px 0 5px 0;
}
div.toolbar_container a {
    color               : #0A246A;
}
div.toolbar_container p {
    padding             : 2px 10px 2px 10px;;
    margin              : 0;
}
div.toolbar_container input.textfield {
    border              : 1px solid #808080;
    width               : 98%;
    font-size           : 11px;
    margin              : 0 auto 0 auto;
}
div.toolbar_container.pager {
    height              : 22px;
}
div.toolbar_container.pager p{
    line-height         : 18px;
}
div.toolbar_container.pager input.submit {
    font-size           : 10px;
    padding             : 0 2px;
}
div.toolbar_container.pager input.page {
    margin: 0 !important;
    width               : 37px;
    border-right        : 0;
}
div.toolbar_container.pager table.filter {
    margin-top          : 2px;
}

/*******************************************************************************/
/* Tabs */
ul.tabs {
    list-style-type     : none;
    margin              : 0;
    height              : 19px;
    padding-left        : 10px;
    float               : right;
}
ul.left_tabs {
    float               : left;
}
ul.right_tabs {
    float               : right !important;
}
html* ul.tabs {
    margin-bottom: 1px;
}
ul.tabs li input {
    border              : 0;
    background          : white;
    padding             : 0;
    margin              : 0;
}
ul.tabs li {
    float               : left;
    background          : #FFFFFF url(/images/site/tabs_bg.png) repeat-x;
    height              : 19px;
    margin              : 0 4px 0 0;
}
ul.tabs li.validerror {
    background          : #FFFFFF url(/images/site/tabs_bg_validerror.gif) repeat-x;
}
ul.tabs li.first {

}
ul.tabs li a {
    height              : 28px !important;
    text-decoration     : none;
    color               : gray;
    position            : relative;
    top                 : 1px;
    padding             : 0;
    text-decoration     : none !important;
}
ul.tabs li a.close span {
    padding-left        : 3px;
    padding-right       : 3px;
    border-left         : 0;
}
* html ul.tabs li a {
    padding-top         : 0px;
}
ul.tabs li a span {
    padding             : 5px 10px 2px 10px;
    position            : relative;
    top                 : 4px;
    border-left         : 1px solid #3FB6E3;
    border-right        : 1px solid #3FB6E3;
}
* html ul.tabs li a span {
    padding             : 4px 10px 1px 10px;
}
ul.tabs li a:hover {
    border-top          : 1px solid #3FB6E3;
    background          : #FFFFFF url(/images/site/tabs_bg_hover.png) repeat-x;
}

ul.tabs li.validerror a:hover {
    background          : none;
}

ul.tabs li.active {
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

* html ul.tabs li {
    position: relative;
    bottom: -1px;
}

* html ul.tabs li.active {
    padding: 0;
    position: relative;
    bottom: -1px;
    border-bottom: 1px solid #FFFFFF;
}
ul.tabs li.active a {
    background          : #FFFFFF url(/images/site/tabs_bg_active.png) repeat-x top center !important;
}
ul.tabs li.active.validerror a {
    background          : #FFFFFF url(/images/site/tabs_bg_active_validerror.gif) repeat-x top center !important;
}

div.tabbox {
    border-top          : 1px solid #3FB6E3;
    padding             : 5px;
    margin-top          : 1px;
    width               : 600px !important;
}

div.edit_item div.tabbox {
    background-color    : #FFFFFF;
}

div.tabbox h3.active {
    background          : #DEDEBC;
    border              : 1px solid #919088;
    margin-bottom       : 0;
}
div.tabbox h3.options {
    height              : 36px;
}
div.tabbox h3.options button.option {
    float               : right;
    border              : none;
    background          : none;
    cursor              : pointer;
}
div.tabbox h3 a {
    text-decoration     : none;
    color               : #333333;
}
div.tabbox h3 span.title {
    float               : left;
}
div.tabbox h3 span.title span {
    font-size           : 10px;
    float               : left;
    position            : relative;
    left                : 40px;
    margin-top          : -10px;
    width               : 280px;
}
div.tabbox h3 a.option {
    float               : right;
}
div.tabbox p {
    margin              : 2px 0px;
}
div.tabbox div.hidden {
    display             : none;
}

div.tabbox p.descr {
    padding             : 0px 10px;
}
div.tabbox.inactive {
    display             : none;
}
div.tabbox.active {
    display             : block;;
}

div.tabbox table.details {
    border-collapse     : collapse;
}
div.tabbox table.details input.text {
    width               : 90%;
}
div.tabbox table.details textarea.form-textarea {
    width               : 90%;
}
div.tabbox table.list td.options {
    width               : 50px;
    text-align          : center;
}


div.tabbox table.categories {
    border-collapse     : collapse;
}
div.tabbox table.categories td.second {
    text-align          : center;
    width               : 50px;
}
div.tabbox table.categories select {
    width               : 250px;
    height              : 310px;
}



div.pager table.filter {
    width: 100px !important;
    float: right;
}

div.pager table.filter tr td.dingsbums {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    background-color: transparent !important;
}

div.pager table.filter tr td.dingsbums input.page {
    margin-top: 1px !important;
    width               : 37px;
    border-right        : 0;
}

