body.dam {
    background-color: rgb(21, 30, 109);
}
body.dam * {
    color: #FFF;
}
body.dam div.ip ul li {
    border-bottom: 1px solid rgb(231, 91, 39);
	background: url("arrow.png") no-repeat scroll right center transparent;
}

body.dam div.ip ul li.d1 a,
body.dam div.ip ul li.d2 a,
body.dam div.ip ul li a div,
body.dam div.ip ul li di {
    color: #999;
}
body.dam div.actions,
body.dam div.actions *,
body.dam .content a {
    color:#FFF !important;
}
body.dam input.text,
body.dam input.submit {
    color: black;
}


