﻿/*  
CanEMR.com 
Special style used only for handheld web browsers such as those on cell phone.

Identical property items specified before will be overridden here if they are specifically redined here.
It is not sufficient to leave out properties that have already been given in versions of the style. 

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:90%;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:20px 20px 10px 5px; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}

/*   Styles within header area */
#header table {border:0; margin-left:0px}
#td-logo {height: 20px; width: 30px; text-decoration:none;}
#img-logo {border:0px; height:41px;width: 62px;}
#td-wwwname {text-decoration:none;}
#td-pagehdr {height: 36px;
	font-size: 0.3em; font-weight:normal; font-family:Georgia, serif;}
#td-span {color: #000000; 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: 5px; margin-top: 0px; background-repeat: repeat-x;
	background-image: url(/images/lineN.png); margin-left: 1px; margin-right: 1px;}

/*   Main page area */
#main {width: 95%; margin-left:5px; margin-top:0px;
	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-size: 1em; font-weight:bold; font-family:Georgia, serif;}
#main h3 {padding:0; color:#73315A; margin: 20px 0 8px;
	font-style:italic; font-size: .9em; font-weight:bold; font-family:Georgia, serif;}
/*  P headers in main page area */
#main p {font-size :smaller; font-weight:normal; font-family:Georgia, serif;}
/*  Do not use ul list bullets to use left arrow image */
#main ul {list-style-image:none;}
/*  Li tag to have increased spacing between items */ 
#main li {font-size:smaller; 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: 20px; 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:left; margin:10px 0px 10px 20px; font-size:x-small;}
