/* afarther Style Sheet */

/* REVISION LIST */

/* ------------------------------------------

Revisions: none to speak of.

------------------------------------------*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */	
	
	body {
		margin:0;
		padding:0;
		background:url(imgs/watermark.jpg) #fff repeat-x ;		
		font: 11px/17px "Lucida Grande";
		color:#333;
	}
	
	a:link, a:visited, a:hover, a:active {
		text-decoration:none;
		outline: none;
		}
		
	img {border:0;}
	
	a img {border: 0}
	
	img a {border: 0}

	sup {font: .75em/.65em "Arial";
		color:#999;
		padding-left:.3em;
		line-height:0px;
		}
	
	li{
		padding:0;
		margin:0;
	}
	
	ul{
		padding:0;
		margin:0;
	}

	dfn {
		border-bottom: #f00;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
    	font-style:normal;
    	cursor: help;
    	speak:normal;
		}
		
	dfn:hover {
		background-color:#fcc; 
		}


/* STRUCTURE */
/* ---------------------------------------------------------------------------- */

	#logo {
		margin:15px 0 0 15px;
	}
	
	#content {
		margin:0 0 0 215px;
		width:850px;
	}
	
	.netry {
		margin:10px 55px 0 0;
		padding:20px;
		width:325px;
		display:block;
	}
	
	.spacer {
		width:45px;
	}

	#nav {
		position:absolute;
		top:0;
		left:0;
		font: 13px/20px "Lucida Grande";
		color:#036;
		margin:205px 70px 0 15px;
		width:160px;
	}

	#nav p{
		margin:5px 20px  0 0;
	}
	
	#quickblurb {
		font: 11px/13px "Lucida Grande";
		padding-left: 1.1em;
		margin:30px 0;
		color:#333;
		}
		
	.footnotes, .jetsam {
		margin:15px 0 10px;
		padding:0 0 5px;
		border-top:1px dashed #999;
		color:#999;
		}
	
	.linklove {
		margin:15px 0 10px;
		padding:0 0 10px;
		border-top:1px dashed #999;
		color:#999;
		}
	
	.commentseal{
		margin-top:-16px;		
		height:60px;
		background: url(imgs/seal-comment.png) no-repeat top right !important;
 		background: url(imgs/seal-comment.png) no-repeat top right;
 		float:right;
	}
	
	.netrycomments {
		margin:12px 0 20px;
		border-top:1px double #036;
		}
		
	.netryodd { 
		background: #E8E8E8; 
		padding:5px 8px 25px;
		}
	
	.netryeven { 
		background: #d9d9d9; 
		padding:5px 8px 25px;
		}

	.netryme { 
		background: #fcc; 
		border-top:1px solid #f00;
		padding:5px 8px 25px;
		}
		
	.commauthor { 
		color:#000;
		}
		
	.netrycommdetail { 
		font: 10px/17px "Lucida Grande";
		color:#036;
		}
	
	.contactFormArea {
		border-top:1px solid #036;
		margin-top:-20px;
		}
		
	.contactFormArea p {
		font: 11px/13px "Lucida Grande";
		color:#999;
		}
		
	.disclaimer {
		font: 11px/13px "Lucida Grande";
		}
		
	.commentjump {
		border-top:1px solid #ccc;
		margin-top:15px;
		}
		
		
		
	
/* HEADERS */
/* ---------------------------------------------------------------------------- */

	h1 {
		font: 22px/24px "Georgia";
		color:#036;
		margin:5px 0 0;
		padding-bottom:3px;
		border-bottom:1px solid #ccc;
	}
	
	h2 {
		font: 11px/12px "Lucida Grande";
		color:#999;
		}
		
	h3 {
		font: 13px/15px "Georgia";
		color:#036;
		margin:-25px 0 8px;
		}

	h4 {
		font: 15px/17px "Lucida Grande";
		color:#036;
		margin:12px 0 -3px 0;
		}
		
	h5 {
		font: 11px/14px "Lucida Grande";
		color:#666;
		margin:8px 0 -8px;
		text-indent: -.9em;
		font-weight:bold;
		}
		
	h6 {
		font: 11px/14px "Lucida Grande";
		color:#333;
		margin:8px 0 -8px;
		font-weight:bold;
		text-decoration: underline;
		}
	

	
/* CONTENT STYLES */
/* ---------------------------------------------------------------------------- */

	#photo_yi {
		position:absolute;
		top:10px;
		left:350px;
		background: url(imgs/paper_yi.png) no-repeat top left !important;
 		background: url(imgs/paper_yi.png) no-repeat top left;
 		width:240px;
 		height:190px;
	}
	
	#photo_er {
		position:absolute;
		top:2px;
		left:520px;
		background: url(imgs/paper_er.png) no-repeat top left !important;
 		background: url(imgs/paper_er.png) no-repeat top left;
 		width:235px;
 		height:180px;
	}
	
	#photo_yi:hover {
		background: url(imgs/paper_yi_hong.png) no-repeat top left !important;
 		background: url(imgs/paper_yi_hong.png) no-repeat top left;
	}
	
	#photo_er:hover {
		background: url(imgs/paper_er_hong.png) no-repeat top left !important;
 		background: url(imgs/paper_er_hong.png) no-repeat top left;
	}
	
	#seal_yi {
		position:absolute;
		top:12px;
		left:336px;
 		width:80px;
 		height:80px;
	}
	
	#seal_ming {
		position:absolute;
		top:145px;
		left:820px;
 		width:60px;
 		height:60px;
	}
	
	#ie-warn {
		display:none;
	}
		
	.alert {
		font: 10px/12px "Lucida Grande";
		color:#f00;
		}
		
	blockquote {
		color:#666;
		padding-left: 1.3em;
		margin-left:.1em;
		text-indent: -.3em;
		border-left:1px solid #ccc;
		}
		
	#siteprefs {
		margin:5px 0 0 15px;
		display:none;
		font: 10px/12px "Lucida Grande";
		color:#666;
		}
		
	#siteprefs .title{
		border-bottom:1px solid #ccc;
		display:block;
		margin:5px 0 ;
		}


	#siteprefs .big{
		font: 14px/12px "Lucida Grande";
		}

	#LSResult {
		margin:5px 0 0 15px;
		display:none;
		font: 10px/12px "Lucida Grande";
		color:#666;
		}

	.download {
		background: url(../imgs/pdf.gif) #fff no-repeat;
		padding:0 0 0 1.5em;
		margin-left:-1.5em;
		text-indent: 0;
		display:block;
		}

	#notes {
		margin-top:60px;
		font: 9px/11px "Lucida Grande";
		color:#999;
		padding-left: 1.3em;
		}

	#notes p {
		margin-bottom:8px;
		} 
		


		
/* LINKS */
/* -------------------------------------- */

	#nav a:link, #nav a:visited, #nav a:active {
		color:#036;
		text-decoration:none;
		}

	#nav a:hover {
		color:#eec008;
		}	
	
	.netry a:link, .netry a:visited, .netry a:hover, .netry a:active {
		color:#036;
		}	
		
     .netry a:hover {
		color:#036;
		}
		
	.dashed {
		padding:0 1px 1px 1px;
		text-decoration: none;
    	border-bottom: #036;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
	}

	.footnoteback {
    	padding:2px 3px; 
	}
	
	.dashed:hover, .footnoteback:hover {
    	background-color:#ccc; 
	}
	
	.netrycomments a {
		color:#000;
		border-bottom: #036;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
    	}


/* IMAGES */
/* ---------------------------------------------------------------------------- */	
	#photo_yi img{
		margin:17px 0 0 16px;

	}
	
	#photo_er img{
		margin:16px 0 0 14px;
	}
	
	.netryImg{
		margin:-15px 0 0 -18px;
		padding:17px;
		background: url(imgs/paper_post.gif) no-repeat top left !important;
 		background: url(imgs/paper_post.gif) no-repeat top left;
	}
	
	.netryImg:hover {
		background: url(imgs/paper_post_hong.gif) no-repeat top left !important;
 		background: url(imgs/paper_post_hong.gif) no-repeat top left;
	}

	

/* LISTS */
/* ---------------------------------------------------------------------------- */	

	ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
	}
	
	ul li {
		margin: 3px 0 ;
		padding: 0 0 3px .1em;
		border-bottom:1px solid #ccc;
	}
	
	li.current {
		margin: 3px 0;
		text-indent:-.8em;
		color:#eec008;
	}

	li.toprule {
		padding: 3px 0;
		border-top:1px solid #ccc;
	}

	li.search {
		padding: 3px 0;
		border-bottom:none;
	}
	
	li.footnote  {
		margin-left: -2em;
		font: 11px/17px "Lucida Grande";
		padding:3px 0;
	}
	
/* INPUT */
/* ---------------------------------------------------------------------------- */	

	input, select, textarea {
	font-size: 11px;
	}
	
	#livesearch{
		margin:0 0 0 1.3em;
		color: #444;
		border: 1px solid #ccc;
	}
	
	#paypal{
		margin:25px 0 0 1.1em;
	}
	
	.comm{
		margin:5px 0 0 40px;
	}
	
	
	#contactFormArea #posName, #contactFormArea #posEmail, #contactFormArea #posRegard, #contactFormArea #posUrl {
		width: 150px;
		border: 1px solid #ccc;
		padding: 2px;
		margin:5px 0 3px 5px;
		font-size: 110%;
		color: #444;
	}
	
	#comment-email, #comment-author, #comment-url, #comment-text {
		border: 1px solid #ccc;
		padding: 2px;
		margin:5px 0 3px 5px;
		font-size: 110%;
		color: #444;
	}
	
	.contactheader, #posText{
		display:block;
	}
	
	#contactFormArea textarea {
	width: 250px;
	height: 180px;
	font-family: inherit;
	margin:5px 0 3px 5px;
	font-size: 110%;
	color: #444;
	border: 1px solid #ccc;
	}
	
	#robotCX,#robotCXT{display:none;}

