/*

  Stylesheet:
	docs/ios_random_melbourne_images.css

  Purpose:
	Random image stylesheet for iosphere websites
	
  Copyright:
	Copyright © 2001 - 2003 by Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
	23-May-2003 by Simon L. Jackson
	    Use common include shared with Analog style sheet
	27-Sep-2001 by BMW
	    Commenced update with new features
	19-Apr-2001 by Brian M. Warburton
	    Initial version

*/

  img.iosrandomimageactive {
    background-color: #990000;
    border: 7px solid #990000;
  }

  img.iosrandomimagehover {
    background-color: #FF5555;
    border: 7px solid #FF5555;
  }

  img.iosrandomimagelink {
    background-color: #00CCFF;
    border: 7px solid #00CCFF;
  }

  img.iosrandomimagevisited {
    background-color: #FFFF99;
    border: 7px solid #FFFF99;
  }
