@import url("default.css");

/************************* Ticket Tracker Graphic Elements ***************************/

div#logo a {
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 2em;
    background: url('images/logo.png') no-repeat 0px 0px;
    padding-top: 60px;
    height: 0px;
    width: 252px;
    overflow: hidden;
}


/************ icons ***********/

div#title.c1 {
    padding-left: 48px;
    background-image:  url('images/icons/user.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}

div#title.c2 {
    padding-left: 48px;
    background-image:  url('images/icons/usergroup.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}

div#title.globalsearch {
    padding-left: 48px;
    background-image:  url('images/icons/search.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}

table.login thead th {
    padding-left: 30px;
    background-image:  url('images/icons/login.png');
    background-repeat: no-repeat;
    background-position: -10px 8px;
}

/* ticket */
div#title.c17 {
    padding-left: 48px;
    background-image:  url('images/icons/ticket.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
table.summary th.c17name {
    width: 70px;
}
table.summary th.a76 {
    width: 90px;
}
table.summary th.a81 {
    width: 60px;
}
table.summary th.a94 {
    width: 110px;
}

/* progetto */
div#title.c13 {
    padding-left: 48px;
    background-image:  url('images/icons/project.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
table.summary th.a109 {
    width: 200px;
}

/* versione */
div#title.c15 {
    padding-left: 48px;
    background-image:  url('images/icons/version.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
table.summary th.c15name {
    width: 150px;
}


