/*
 *  Public Domain Icons
 *  
 *  These icons were originally made for Mosaic for X and have been
 *  included in the NCSA httpd and Apache server distributions in the
 *  past. They are in the public domain and may be freely included in any
 *  application. The originals were done by Kevin Hughes (kevinh@kevcom.com).
 *  Andy Polyakov tuned the icon colors and added a few new images.
 *
 */

img.apache_icon
{
	width:			20px ;
	height:			22px ;
}

ul.ap_important
{
	list-style-image:	url( '/icons/alert.red.png' ) ;
}

ul.ap_gray_ball
{
	list-style-image:	url( '/icons/ball.gray.png' ) ;
}

ul.ap_red_ball
{
	list-style-image:	url( '/icons/ball.red.png' ) ;
}

ul.ap_burst
{
	list-style-image:	url( '/icons/burst.png' ) ;
}

ul.ap_link
{
	list-style-image:	url( '/icons/link.png' ) ;
}

ul.ap_movie
{
	list-style-image:	url( '/icons/movie.png' ) ;
}

ul.ap_arrow
{
	list-style-image:	url( '/icons/right.png' ) ;
}

ul.ap_sound
{
	list-style-image:	url( '/icons/sound1.png' ) ;
}

ul.ap_music
{
	list-style-image:	url( '/icons/sound2.png' ) ;
}

