/*

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

*/



.ico_success{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/success.gif') 5px 1px no-repeat; }
.ico_error{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/error.gif') 5px 1px no-repeat; }

.ico_videos{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/videos.png') 5px 1px no-repeat; }
.ico_videosadd{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/add.gif') 5px 1px no-repeat; }

.ico_artistsgroup{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/group.png') 5px 1px no-repeat; }
.ico_artistsgroupedit{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/edit.gif') 5px 1px no-repeat; }
.ico_artistsgroupdelete{ padding-left:  45px; padding-top:5px; padding-bottom:5px;  background: url('/img/ico/delete.gif') 5px 1px no-repeat; }

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

.video_delete{ width: 0px; height:20px; padding-left: 15px; display: block; overflow: hidden; background: url('/img/ico/delete.gif') left top no-repeat; }
.video_add{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/img/ico/add.gif') left top no-repeat; }
.video_launch{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/img/ico/arrow_right18.png') left top no-repeat; }
.video_hotclick{ width: 0px; padding-left: 15px; display: block; overflow: hidden; background: url('/img/ico/gear_orange.png') left top no-repeat; }

.approve{ width: 1px; padding-left:  45px; padding-top:5px; padding-bottom:5px;  display: block; overflow: hidden; background: url('/img/ico/success.gif') left top no-repeat; background-position-x: 10px; }
.reject{ width: 1px; padding-left:  45px; padding-top:5px; padding-bottom:5px;  display: block; overflow: hidden; background: url('/img/ico/error.gif') left top no-repeat; }
