

/* CONTENT  -  index.content.css */


#content-main P, TD, TH {
	color: #303030;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
#content-main P {
	padding: 10px 0px 10px 0px;
	text-align: justify;
	width: 80%;
	}
#content-main TABLE TH {
/*	color: #9f263c;	*/
	color: #FFFFFF;
	background-color: #3D536D;	/*	#9F263C;	*/
	padding: 6px 4px 6px 4px;
	font-weight: bold;
	text-align: left;
	}
#content-main TABLE TD {
	padding: 4px 4px 4px 4px;
	border: 1px solid #EEE;		/* INDIAN not for SinoExport where my figs have their own drawed borders */
	}
#content-main TABLE TD B {
	color: #3D536D;	/*	#9F263C;	*/
	}
#content-main INPUT, TEXTAREA {
	color: #303030;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}



#content-main OL, #content-main UL {
	padding: 10px 0px 10px 20px;
	}
#content-main LI {
	padding: 4px 0px 4px 0px;
	color: #663030;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

#content-main OL UL {	
	padding: 8px 0px 6px 20px;
/*	list-style-image: url('/pic/bullet-1.gif');	*/
	}

#content-main OL {
	margin: 0px 0px 0px 6px;
	}

#content-main UL LI {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 20px;
	list-style-image: url('/pic/bullet-1.gif');
	}



/* CONTENT FIG-R, FIG-L */

DIV.fig-r, DIV.fig-l {
/*	border: 1px solid #EEE;	*/		/* INDIAN not for SinoExport where my figs have their own drawed borders */
/*	background-color: #CCC; */
	height: auto;	 	/*height: 168px;*/
	width: auto;		/*width: 128px;*/
	text-align: center;
	}
DIV.fig-r {
	margin: 0 0 0 10px;
	float: right;
	}
DIV.fig-l {
	margin: 0 10px 0 0;
	float: left;
	}
DIV.fig-r IMG, DIV.fig-l IMG {
	display: block;
	border: 8px solid #FFF;
	}
DIV.fig-r A:hover IMG, DIV.fig-r A:hover IMG {
			/*background-color: #366;*/
	/*border: 8px solid #C02; */
	}




/* CONTENT HR */

DIV.hr, DIV.hr2 {
	height: 2px;
	background: #FFFFFF url('/pic/hr.gif') top repeat-x;
	padding: 10px 0px 16px 10px;
	margin: 10px 0px 0px 0px;
/*  background: #fff url(hr1.gif) no-repeat scroll center;	*/
	}
DIV.hr HR {
	display: none;
	}
DIV.hr2 HR {
	display: none;
	}



/* SIDEPANE HR */

.side DIV.hr {
	width: 295px;
	height: 35px;
	background: #3D434D url('/pic/side-hr-1.gif') top no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*  background: #fff url(hr1.gif) no-repeat scroll center;	*/
	display:block; float: left;	/* to solve IE padding bug */
	}
.side DIV.hr HR {
	display: none;
	}
.side DIV.hr2 {
	width: 295px;
	height: 35px;
	background: #3D434D url('/pic/side-hr-2.gif') top no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*  background: #fff url(hr1.gif) no-repeat scroll center;	*/
	display:block; float: left;	/* to solve IE padding bug */
	}
.side DIV.hr2 HR {
	display: none;
	}

.side DIV.hr {
	}



/* CONTENT BC */

DIV.bc {
	margin: 0px 0px 20px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
DIV.bc A {
	color: #C06;
	}




/* CONTENT H1, H2, H3 */

H1, H2, H3 {
		font-family: tahoma, arial, verdana, helvetica, sans-serif;
		font-size: 22px;
		color: #9f263c;
		text-decoration: none;
		padding: 0 0 20px 0;

		letter-spacing: -1px;
		font-weight: normal;
		line-height: 22px;
		height: 13px;
		}
H2 {
		font-size: 18px;
		letter-spacing: 0px;
		padding: 20px 0 40px 0;
		}
H2.noi {
		padding: 0 0 20px 0;
		}
H3 {
		color: #bf465c;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 0px;
		padding: 8px 0 28px 0;
		}



/* CONTENT A */

#content-main LI A:link {text-decoration: none; color: #993344; }
#content-main LI A:visited {text-decoration: none; color: #661133; }
#content-main LI A:hover {text-decoration: none; color: #F78E38; }

#content-main A {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed;
	}

#content-main A.nounder {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 0px;
	}


/* CONTENT MISC */

ACRONYM {
	border-bottom: 1px dashed maroon;
	color: maroon;
	}


/* SEARCH */
SPAN.hilite {
	background-color: #FFFF99;
	}

/* INDEX */

DIV.nopad H2 {
	padding: 0 0 0 0;
	}
DIV.nopad DIV {
	padding: 0 0 0 0;
	}

