@charset "windows-1252";

@media print
{
	/* The first two style in stickyfooter.css */
	* {
		margin:0px;
		padding:0px;
	} 
	
	ul, ol, blockquote {
		margin:5px;
		margin-left:40px;
	}

	/*for a SharePoint 2007 environment */
        .ms-leftareacell,.ms-globallinks,.ms-siteaction,.ms-areaseparatorleft,
        .ms-rightareacell,.ms-areaseparatorright, .ms-areaseparatorcorner,
        .ms-titlearealeft,.ms-titlearearight,.ms-searchform,.ms-banner,
        .ms-buttonheightwidth,.ms-buttonheightwidth2
        {
                display:block;
                visibility:visible;
        }       
 
        /*  This hides header and quick navigation */
        .ms-globalbreadcrumb { display:none; visibility: hidden; }
        .ms-globalTitleArea { display:none; visibility: hidden; }
        #nav-wrapper { display:none; visibility: hidden; }
        .ms-titlearealeft { display:none; visibility: hidden; }
        .ms-navframe { display:none; visibility: hidden; }
        .ms-nav { display:none; visibility: hidden; }
          /* move content to the left */
        .ms-bodyareacell, #above-main { margin: 0 0 0 0 }
         /* fonts normalization */
        .ms-formbody { font-size: xx-small}
         /* remove the actions buttons */
        .ms-toolbar { display:none; visibility: hidden; }
       /* expanding edit form controls on the width of the screen */
        #onetIDListForm  { width: 100%; }
       .ms-formlabel { width:20% }
       .ms-formbody {  width: 80%; }
       .ms-long { width: 100%; }
       .ms-rtelong { width: 100%; height: 400px; }
       .ms-rtetoolbarmenu { width: 100%; text-align: left; }
       TEXTAREA.ms-long { width: 100%; }
       .ms-formbody SPAN SPAN DIV { width: 100%; }
			       .ms-consoleframe {  display:none; visibility: hidden; }
	
     
	body {
		background-color: #FFFFFF;
		background-image: none;
	}
	#c_PageWrapper {
	    background-color: #FFFFFF;
	    background-image: none !important;
	    margin-bottom: auto;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: auto;
	    min-height: 100%;
	    width: 100% !important;
	} 
		/* remove the actions buttons */
	#c_TopToolBarHolder  { display:none; visibility: hidden; }
    #c_TopNavHolder  { display:none; visibility: hidden; }
	#c_BreadcrumbHolder { display:none; visibility: hidden; }
	#c_MainContentHolder { padding-bottom: 0px;	}	
	#c_LeftNavHolder  { float: none; width: 0%; }
	#c_ContentHolder {
   		float: none !important;
	    width: 100%;
	}		
}	
