/* networkcarehk.com - for print. */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 100%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
  	 }

#header	{
	display: none;
	}
	
	
#sidebar	{
	display: none;
	}

.hideforprint {
	display: none;
   	}

#header p.hide {
	display: none;
   	}

#wrapper	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

#maintext{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}
	#maintext table {margin-left: auto; /*this centres the table*/
				margin-right: auto;
				font-size:80%;	 
				cellspacing:0px; 
				cellpadding:0px; 
				background-color:#ECB4C7; }
#maintext table td {}

table#formtable {text-align:right;}

table#directorytable {text-align:left;
						border: 1px solid gray;
						border-collapse:separated;
						empty-cells:show; }
table#directorytable td {border:1px solid gray; padding:1px;}

#footer {
	display: none;
	}



a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}


#pagebody h1	{
    margin-top: 0;
	}

#pagebody h2	{
    margin-top: 1.5em; 
	}

h4, h5, h6	{
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
html #pagebody p	{
	line-height: 1em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}
	
#pagebody p.fineprint	{
	font-size: 9pt;
	}


	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#maintext a:link:after, #maintext a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

#maintext a[href^="/"]:after {
   	content: " (http://www.networkcarehk.com" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maintext a[href^=""]:after {
   	content: " (http://www.networkcarehk.com/" attr(href) ")";
	}
*/





