/* 
    Document   : LinksStyle
    Created on : 4.2.2010, 0:33:48
    Author     : Millo
    Description:
        Style for special links formating
*/

#text a[href^="http:"] {
background: url(/data/pic/aext.gif) right top no-repeat;
padding-right: 8px;
}

a[href^="mailto:"] {
background: url(/data/pic/amail.gif) left center no-repeat;
padding-left: 18px;
}

a[href$=".pdf"] {
background: url(/data/pic/apdf.gif) left center no-repeat;
padding-left: 18px;
}

a[href$=".doc"] {
background: url(/data/pic/adoc.gif) left center no-repeat;
padding-left: 18px;
}

a[href$=".xls"] {
background: url(/data/pic/axls.gif) left center no-repeat;
padding-left: 18px;
}

#text a[href^="http:"][href$=".pdf"] {
background: url(/data/pic/apdf.gif) left center no-repeat, url(/data/pic/aext.gif) right top no-repeat;
}

#text a[href^="http:"][href$=".doc"] {
background: url(/data/pic/adoc.gif) left center no-repeat, url(/data/pic/aext.gif) right top no-repeat;
}

#text a[href^="http:"][href$=".xls"] {
background: url(/data/pic/axls.gif) left center no-repeat, url(/data/pic/aext.gif) right top no-repeat;
}
