﻿/* Layout 2: Header, Content Area, Footer */

    #Header 
    {
		position: relative;
		float: left;
		min-height: 50px;
    }

    * html #Header
    {
		height: 50px;
	}

    #Content
    {
		clear: left;
		position: relative;
		float: left;
		min-height: 500px;
    }

    * html #Content
    {
		height: 500px;
	}

    #Footer
    {
		clear: left;
		position: relative;
		float: left;
		min-height: 80px;
    }

    * html #Footer
    {
		height: 80px;
	}
	
	/* Cancel Module ============================================================================= */

		.CancelModContainer
		{
			position: relative;
			float: left;
			width: 690px;
			border: solid 1px #000066;
			padding-top: 10px; 
			padding-bottom: 10px;
		}
		
        .CancelModleftsection 
        { 
            position: relative;
            float: left;
            width: 350px; 
            margin-right: 1px;
        }
        
        .CancelModmidsection 
        { 
            position: relative;
            float: left;
            width: 1px; 
            background-color:#28B9FF;
            border: solid 1px #28B9FF;
        }

        .CancelModrightsection
        {
            position: relative;
            float: right;
            width: 320px; 
            margin-left: 3px;
        } 

    /* Cancel Module End =============================================================================== */ 

/* End Layout 1 */