@charset "utf-8";
div.child h2 {
    height: 24px;
    padding: 8px 0px 0px 42px;
    font-size: 1.4em;
}
div.child a {
    text-decoration: underline;
}
div.child a:hover {
    text-decoration: none;
}
div.child table {
    width: 100%;
    border-collapse: collapse;
}
div.child table td.label {
    white-space: nowrap;
    width: 39%;
}
div.child table td {
    padding: 0px 9px;
}
div.child table td table td.label {
    width: 0.1%;
}
div.child table td table td form {
    margin-bottom: 0px;
}
div.child tr#new {
    background-color: #ffecee;
}
div.child tr#new td {
    padding-top: 4px;
    padding-bottom: 4px;
}
div.child tr#sup {
    background-color: #fef1e1;
}
div.child tr#clutch {
    background-color: #e4f1f7;
}
div.child tr#movie {
    background-color: #e5e5e5;
}
div.child #new h2 {
    background-image: url(../../images/default/material_new_icon.gif);
    background-repeat: no-repeat;
    color: #9c0014;
}
div.child #sup h2 {
    background-image: url(../../images/default/material_sup_icon.gif);
    background-repeat: no-repeat;
    color: #f57b16;
}
div.child #clutch h2 {
    background-image: url(../../images/default/material_clutch_icon.gif);
    background-repeat: no-repeat;
    color: #051585;
}
div.child #movie h2 {
    background-image: url(../../images/default/material_movie_icon.gif);
    background-repeat: no-repeat;
    color: #333333;
}
div.child ul {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    list-style: none;
}
div.child li {
    margin-top: 12px;
}
div.child ul img {
    margin: 0px 4px -4px 14px;
}
div.child ul a {
    font-size: 1.1em;
}
div.child ul li div.description {
    margin-left: 14px;
    width: 546px;
}
div.child h4 {
    padding: 5px 5px 5px 0px;
    background-color: #4653a2;
    color: #ffffff;
}
div.child h4 span {
    margin-right: 5px;
    padding: 5px;
    background-color: #333961;
}
#material_file {
    margin-bottom: 13px;
}
#material_file td, #material_file th {
    padding: 5px;
}
input[type="reset"] {
    margin: 0px 0px 0px 3px\9;
}
