/* Table Style */

table {
    width: 100%;
    margin: 0 0 15px;
    text-align: left;
    font-size: inherit;
    border-collapse: collapse;
    border: 1px solid #c4c4c4;
}

table thead {
    color: #666;
}

table th {
    font-weight: normal;
    padding: 10px 8px;
    color: #FFFFFF !important;
    background: #313131;
}

table td {
    padding: 8px;
    color: #000;
    border-top: 1px solid #c4c4c4;
}

table td span.active { color: #55a34a;}
table td span.pending { color: #c5a059;}
table td span.closed { color: #a02b2b;}

table tr {
    border-top: none;
    background: #f9f9f9;
}

.center{text-align:center !important;}

.even { background:#F3F3F3 none repeat scroll 0 0; }
.odd { background:#ECF6FC none repeat scroll 0 0; }
.over { background:#D5F1FF none repeat scroll 0 0; }
h4.title{font-size:1.1em;font-weight:bold;color:#313131;text-decoration:underline;padding:5px 0px;}
.popup{
    padding:10px;
    border:2px solid #C4C4C4;
    background-color:#F0F7F9;
}
.scroll{
    overflow-x:scroll;
    overflow-y:hidden;
    width:890px;
}