/* 
    Created on : 29-Nov-2013, 11:00:10 AM
    Author     : Kezian
    Version    : 1.3
*/

body {
    color: white;
    background-color: black;
}

/* Links & Menu Gold */
a, #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, .inputtext,
#list_surround > table:first-of-type:before, #searchBox, #searchListButton, input,
.header_cw + table:before, .header_completed + table:before, .header_onhold + table:before, 
.header_dropped + table:before, .header_ptw + table:before {
    color: gold !important;
}

/* Box-Shadow */
#mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, .inputtext,
#list_surround > table:first-of-type:before, #searchBox, #searchListButton, input,
.header_cw + table:before, .header_completed + table:before, .header_onhold + table:before, 
.header_dropped + table:before, .header_ptw + table:before,
#mal_cs_otherlinks div:nth-of-type(1), [title="Compatibility Score"], #fancybox-inner,
#mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks div:nth-of-type(n+2) a, #mal_cs_powered a,
#list_surround > table:first-of-type a, .table_header a, #grand_totals, #copyright,
#list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw),
.hide {
    box-shadow: 0 0 3px 1px gold;
}

#mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, .inputtext,
#list_surround > table:first-of-type:before, #searchBox, #searchListButton, input,
.header_cw + table:before, .header_completed + table:before, .header_onhold + table:before, 
.header_dropped + table:before, .header_ptw + table:before,
#mal_cs_otherlinks div:nth-of-type(1), [title="Compatibility Score"], #fancybox-inner div,
#mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks div:nth-of-type(n+2) a, #mal_cs_powered a,
#list_surround > table:first-of-type a, .table_header a, #grand_totals, #copyright {
    background-color: rgba(0,0,0,0.8) !important;
}

/* Links Silver */
a:hover, input:hover, .status_selected a {
    color: silver !important;
}
.status_selected a { 
    box-shadow: 0 0 3px 1px silver !important;
}

/* Image Shadow */
.hide {
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0) inset !important;  
}

/* Image Over */
#list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw):hover {
    background-color: rgba(0, 0, 0, 0.5);
}