/*

	Author: Jim Carter <jim@9meter.com> 
	Created: Tuesday 16 October, 2008
	Updated: Tuesday 24 October, 2008 @ 12:43p
	Title: CMS Icons Stylesheet

*/



.ico_success{ padding-left: 25px; background: url('/images/icons/success.png') 5px 1px no-repeat; }
.ico_error{ padding-left: 25px; background: url('/images/icons/error.png') 5px 1px no-repeat; }

.ico_sound{ padding-left: 25px; background: url('/images/icons/sound.png') 5px 1px no-repeat; }

.ico_photos{ padding-left: 25px; background: url('/images/icons/pictures.png') 5px 1px no-repeat; }
.ico_photoadd{ padding-left: 25px; background: url('/images/icons/picture_add.png') 5px 1px no-repeat; }

.ico_albums{ padding-left: 25px; background: url('/images/icons/cd.png') 5px 1px no-repeat; }
.ico_albumsadd{ padding-left: 25px; background: url('/images/icons/cd_add.png') 5px 1px no-repeat; }
.ico_albumsedit{ padding-left: 25px; background: url('/images/icons/cd_edit.png') 5px 1px no-repeat; }

.ico_news{ padding-left: 25px; background: url('/images/icons/news.png') 5px 1px no-repeat; }
.ico_newsedit{ padding-left: 25px; background: url('/images/icons/news_go.png') 5px 1px no-repeat; }
.ico_newsadd{ padding-left: 25px; background: url('/images/icons/news_add.png') 5px 1px no-repeat; }
.ico_newdelete{ padding-left: 25px; background: url('/images/icons/news_delete.png') 5px 1px no-repeat; }

.ico_tour{ padding-left: 25px; background: url('/images/icons/world.png') 5px 1px no-repeat; }
.ico_touredit{ padding-left: 25px; background: url('/images/icons/world_edit.png') 5px 1px no-repeat; }
.ico_touradd{ padding-left: 25px; background: url('/images/icons/world_add.png') 5px 1px no-repeat; }
.ico_tourdelete{ padding-left: 25px; background: url('/images/icons/world_delete.png') 5px 1px no-repeat; }

.ico_videos{ padding-left: 25px; background: url('/images/icons/film.png') 5px 1px no-repeat; }
.ico_videosadd{ padding-left: 25px; background: url('/images/icons/film_add.png') 5px 1px no-repeat; }

.ico_artistsadd{ padding-left: 25px; background: url('/images/icons/artist_add.png') 5px 1px no-repeat; }
.ico_artistsedit{ padding-left: 25px; background: url('/images/icons/artist_edit.png') 5px 1px no-repeat; }

.ico_artistsgroup{ padding-left: 25px; background: url('/images/icons/group.png') 5px 1px no-repeat; }
.ico_artistsgroupedit{ padding-left: 25px; background: url('/images/icons/group_edit.png') 5px 1px no-repeat; }
.ico_artistsgroupdelete{ padding-left: 25px; background: url('/images/icons/group_delete.png') 5px 1px no-repeat; }

.bullet_green{ padding-left: 15px; background: url('/images/icons/bullet_green.png') 5px 3px no-repeat; }
.bullet_red{ padding-left: 15px; background: url('/images/icons/bullet_red.png') 5px 3px no-repeat; }

.group{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/group.png') left top no-repeat; }
.group_edit{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/group_edit.png') left top no-repeat; }
.group_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/group_delete.png') left top no-repeat; }

.group_audio{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/sound.png') left top no-repeat; }

.artist_edit{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/artist_edit.png') left top no-repeat; }
.artist_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/artist_delete.png') left top no-repeat; }

.news{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/news.png') left top no-repeat; }
.news_edit{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/news_go.png') left top no-repeat; }
.news_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/news_delete.png') left top no-repeat; }

.tour{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/world.png') left top no-repeat; }
.tour_edit{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/world_edit.png') left top no-repeat; }
.tour_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/world_delete.png') left top no-repeat; }

.photo_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/picture_delete.png') left top no-repeat; }

.video_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/film_delete.png') left top no-repeat; }

.audio_delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/cd_delete.png') left top no-repeat; }


.approve{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/approve_icon.png') left top no-repeat; }
.delete{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/images/icons/delete_icon.png') left top no-repeat; }

