﻿/*  
CanEMR.com style sheet.
If web page displayed on printer then some definitions here will be overwritten by other definitions.
Note the word "overwritten". We must overwrite -- respecify each item we want to change since the values here
are merged with the values previously given.

Copyright 2009-2010. CanEMR Medical Solutions is a division of CanPub Information Technologies Inc.
*/

/***Notes   ***/
/* Padding numbers represent sides in this order:
	◦top padding
	◦right padding
    ◦bottom padding
    ◦left padding
   Note this order is clockwise from the top.
*/

/*   Wrapper is used to surround web page on screen. Nothing on printer */
#wrap {margin: 0 auto; width:95%; background:white; border-left:0px solid #999999; border-right:0px solid #999}

/*   Header defines style of page header. It starts with a thick bar on screen and nothing on printer. */
#header { width:100%; background:transparent url(/images/topBar2.png) repeat-x; 
	padding:40px 0px 0px 0px; border-left:0px solid #ffffff; border-right:0px solid #ffffff;}
	
/* Draw black boxes around parts to look good on printer. Not done on screen.  */

/*   Styles within header area */
#header table {width:100%; border:2px #000000 solid; margin-left:0px}

/*   Menu-bar styles */
#menu-bar table {width:100%; border:2px #000000 solid;}

/*   Legal defines style of legal text after page footer. */
#legal {width:100%; background:white; text-align:left; margin:0px 0px 0px 0px; font-size:small;}
#legal table {border:2px #000000 solid;}
