﻿/*  
CanEMR.com style sheet.
If web page displayed on handheld browser then some definitions here will be overridden by other definitions.

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.
*/

body {color: #2a3845; margin : 0; padding : 0; background:#E5E6E8 repeat-x;
	font-size: 0.9em; font-weight:normal; font-family:Georgia, Arial, Helvetica, sans-serif;}

/* Link styles */
a:link {color:#73315A;}
a:hover {color : #000000; background-color:#FFC64A; text-decoration:underline;}
a:active {color : #4071d3;}

/*   Wrapper is used to surround web page*/
#wrap {margin: 0 auto; width:95%; background:white; border-left:1px solid #999999; border-right:1px solid #999}

/*   Header defines style of page header. It starts with a thick bar. */
#header { background:transparent url(/images/topBar2.png) repeat-x; 
	padding:40px 20px 10px 20px; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
	
/*   Styles within header area */
#header table {border:0; margin-left:30px; padding:0;}
#td-logo {height: 87px; width: 128px; text-decoration:none;}
#img-logo {left:20px}
#td-wwwname {text-decoration:none;}
#td-pagehdr {height: 36px;
	font-size: 2em; font-weight:normal; font-family:Georgia, serif;}
#td-slogan {color: #000000;
	font-size: 1.3em; font-weight:normal; font-family:Georgia, serif;}
#td-span {color: #73315A; font-weight:bolder}

/*   Linetop is division that starts with horizontal line */
#linetop {height: 5px; margin-top: 5px; background-repeat: repeat-x;
	background-image: url(/images/lineN.png); margin-left: 1px; margin-right: 1px;}

/*   Menu-bar styles */
#menu-bar table {width:100%; background-color: #d0d0d0;}

/*   Linebot is division that ends in horizontal line */
#linebot {height: 20px; margin-top: 0px; background-repeat: repeat-x;
	background-image: url(/images/lineN.png); margin-left: 1px; margin-right: 1px;}
		
/*   Main page area */
#main {width: 70%; margin-left:80px; margin-top:20px;
	font-size: 1em; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}

/*  H2,H3 headers in main page area */	
#main h2 {color:#73315A; margin: 20px 0 8px;
	font-style:normal; font-size:1.8em; font-weight:bold; font-family:Georgia,serif;}
#main h3 {padding:0;color:#73315A; margin: 20px 0 8px;
	font-style:italic; font-size: 1.5em; font-weight:bold; font-family:Georgia, serif;}
/*  P headers in main page area */
#main p {font-size:medium; font-weight:normal; font-family:Georgia, serif;}
/*  Set ul list bullets to be left arrow image */
#main ul {list-style-image: url(/images/bulArrowEM.gif);}
/*  Li tag to have increased spacing between items */ 
#main li {font-size:medium; font-weight:normal; font-family:Georgia, serif; padding-bottom:10px}

/*   Footer defines style of page footer. It starts with a thick bar. */
#footer {height: 26px; margin-top: 10px; background-repeat: repeat-x;
	background-image: url(/images/bottomBar2.png); margin-left: 1px; margin-right: 1px;}
	
/*   Legal defines style of legal text after page footer. */
#legal {width:95%; background:white; text-align: center; margin:10px 0px 10px 20px; font-size:small;}
#legal table {border-width:0}