﻿.accordion_list {
    min-width: 150px;
    height: 100%;
    display: table-cell;
}

.accordion_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: #323232;
    color:#fff; 
}

.accordion_body {
    display: none;
}

    .accordion_body a {
        display: block;
        color: #006699;
        background-color: #EFEFEF;
        padding: 5px;
        padding-left: 10px;
        font-weight: bold;
        text-decoration: none;
    }

        .accordion_body a:hover {
            color: #000000;
            background-color: #FFF;
            text-decoration: underline;
        }


.adminRightContent {
    display: table-cell;
    width: 100%;
    padding: 10px;
}


table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}


#popUp {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}

.NewsDetail {
    padding:20px;
    width:400px;
}

    .NewsDetail textarea {
    min-height:250px;
    }
    