﻿
/* commented backslash hack v2 \*/ 
html, body{height:100%;font-family: Tahoma, Arial, Verdana; font-size: 0.8em;color: #000000;overflow:hidden;} 
/* end hack */ 

body {padding:0; margin:0; text-align:left;overflow:hidden;}

/*####################################################### */
/*MasterPageWindow Foundations id*/
/*####################################################### */
    #outer
    {
	    overflow:hidden;
	    min-height:100%;        
	    width:100%;
	    color: #000000;
	    margin:auto;
	    text-align:left !important;
	    position:relative;
    }
    #outer p {padding-left:0; padding-right:0}
    * html #outer{height:100%}

    /*content*/
    #content{width: 100%; height: 100%; overflow:hidden;}
    
    /*footer*/
    #footerwindow {
	    position:absolute;
	    bottom:0;
	    left:0;
	    line-height:30px;
	    height:30px;
	    border-top:1px solid silver;
	    width:100%;
	    vertical-align:top;
	    text-align: right;
    }
    #clearfooterwindow{clear:both;height:30px;}/*needed to make room for footer*/


* {margin:0; padding:0;}
body {height: 100%;}  
html {height: 100%;}
#wrapper {min-height:100%; margin:0 auto; padding:0;}

/*to use when there are only buttons on bottom of page*/
#contentFooter {overflow:auto; width:100%; padding-bottom:27px;}
#contentNoFooter {overflow:hidden; width:100%; padding-bottom:27px;}
#footer {position:fixed;width:100%;left: 0; bottom:0; height:27px; border-top: solid 1px gray;}
.innerfooter {width:100%;margin:0 auto;height:25px; border-top: solid 2px white;}
