/**
* $Id: proto_icons.css,v 1.1.4.1 2009/05/08 14:29:15 thepanz Exp $
* CSS and Icons taken from:
* http://pooliestudios.com/projects/iconize/
*/

a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_aim/index.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_msn/index.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_jabber/index.gif) no-repeat center right;
}

a[href *="icq.com"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icon_icq/index.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icon_yim/index.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_call/index.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_skype/index.gif) no-repeat center right;
}

a[href ^="gg:"] {
	padding: 5px 20px 5px 0;
  background: transparent url(icon_gadugadu/index.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icon_mailto/index.gif) no-repeat center right;
}