/* ici_imgalign.css
Created on: 07/04/2008-KO
Standard Style Sheet for handling Image Alignment on ICommander Web
Pages.  Added sNN with no float to allow positioning via span or
div tags to include captions.  KO-07/29/2008.
Changed some percentages and margins in connection with testing new
approach to floats/sizing.  KO-10/18/2008. */

img.s100	{
	width:100%;
	}
img.s75	{
        width:72%;
        margin:2px;
	}
img.s75l	{
        width:72%;
        float:left;
        margin-right:4px;
	}
img.s75r	{
        width:72%;
        float:right;
        margin-left:4px;
	}
img.s75c	{
        width:72%;
        display:block;
        margin:auto;
	}
img.s50	{
        width:48%;
        margin:2px;
	}
img.s50l	{
        width:48%;
        float:left;
        margin-right:4px;
	}
img.s50r	{
        width:48%;
        float:right;
        margin-left:4px;
	}
img.s50c	{
        width:48%;
        display:block;
        margin:auto;
	}
img.s25	{
        width:24%;
        margin:2px;
	}
img.s25l	{
        width:24%;
        float:left;
        margin-right:2px;
	}
img.s25r	{
        width:22%;
        float:right;
        margin-left:2px;
	}
img.s25c	{
        width:24%;
        display:block;
        margin:auto;
	}
img.s66	{
        width:66.40%;
        margin:2px;
	}
img.s66l	{
        width:66.40%;
        float:left;
        margin-right:4px;
	}
img.s66r	{
        width:66.40%;
        float:right;
        margin-left:4px;
	}
img.s66c	{
        width:66.40%;
        display:block;
        margin:auto;
	}
img.s33	{
        width:32.00%;
        margin:2px;
	}
img.s33l	{
        width:32.00%;
        float:left;
        margin-right:2px;
	}
img.s33r	{
        width:32.00%;
        float:right;
        margin-left:2px;
	}
img.s33c	{
        width:32.00%;
        display:block;
        margin:auto;
	}
img.s16	{
        width:15.60%;
        margin-right:1px;
	}
img.s16l	{
        width:15.60%;
        float:left;
        margin-right:1px;
	}
img.s16r	{
        width:15.60%;
        float:right;
        margin-left:1px;
	}
img.s16c	{
        width:15.60%;
        display:block;
        margin:auto;
	}
/* NOTE that the following are no longer in use in Web Page Generation
Programs since new approach in 10/2008 was implemented in all previously
using.  Retained because there are some existing pages from before that
change (initially to docdatmnt.co and later <caldat webdl webmb>mnt.co)
after getting proved out in docdatmnt.co.  Note added 09/25/2009 due
to having viewed this file and trying to use the old approach manually
without realizing it.  KO. */
img.al {
        float:left;
        padding-right:4px;
        }
img.ar	{
        float:right;
        padding-left:4px;
	}
img.ac	{
        display:block;
        margin:auto;
	}

