/*
        Template Design by TheWebhub.com
        http://www.thewebhub.com
        Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
        Modified by Mauricio Terrats <mterrats@gmail.com>
        http://xux.in/blog
*/

/* Osticket custom */

/* Osticket icons */

.Icon {
    width: auto;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    /* color:#006699; */
    text-decoration: none;
}

a.Icon { }

a.Icon:hover {
    text-decoration: underline;
}

.Icon.Ticket { background:url(http://support.memitech.com/client-hred/images/page_white.gif) 0 0px no-repeat; }
.Icon.webTicket { background:url(http://support.memitech.com/client-hred/images/world.gif) 0 0px no-repeat; }
.Icon.emailTicket { background:url(http://support.memitech.com/client-hred/images/email.gif) 0 0px no-repeat; }
.Icon.phoneTicket { background:url(http://support.memitech.com/client-hred/images/telephone.gif) 0 0px no-repeat; }
.Icon.attachment { background-image: url(http://support.memitech.com/client-hred/images/attach.gif); }
.Icon.file { background-image: url(http://support.memitech.com/client-hred/images/attach.gif); }
.Icon.refresh { background-image: url(http://support.memitech.com/client-hred/images/arrow_refresh.gif); }
.Icon.thread {
    font-weight: bold;
    /* font-size: 1em; */
    background-image: url(http://support.memitech.com/client-hred/images/folder.gif);
}


#content table.message
{
        background-color: #fafafa;
        color: inherit;
}

#content table.response
{
        background-color: #efefef;
        color: inherit;
}

/* Message boxes */

.errormessage {
        clear: both;
        margin: 0 0 15px;
        padding: 0 10px;
        background: #ffebe8;
        border: 1px solid #f0baa2;
        line-height: 25px;
        color: #222;
}

.warnmessage {
        clear: both;
        margin: 0 0 15px;
        padding: 0 10px;
        background: #fffbcc;
        border: 1px solid #e6db55;
        line-height: 25px;
        color: #222;
}

.infomessage {
        clear: both;
        margin: 0 0 15px;
        padding: 0 10px;
        background: #d1ecb8;
        border: 1px solid #81c445;
        line-height: 25px;
        color: #222;
}
