/* Basic style sheet for China section         */
/* Bruce Sharp - Mekong.Net - Updated: 20090216   */
/* --------------------------------------------------------------------*/

/* Here are the sizes currently in use:           */
/* .83em   --   very small, about 8pt             */
/* .92em   --   pretty small, about 9pt           */
/* 1em     --   medium, about 10pt (normal)       */
/* 1.25em  --   medium large, about 11pt          */
/* 1.33em  --   large, about 12pt                 */
/* 1.5em   --   larger, about 14pt                */


/* Body display settings below -----------------------------*/


html {
	/* Addresses IE font scaling problems */
	font-size: 100%;
}


body {
	background: #ffffff url(../graphics/bg_allbody.gif) repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #000000;
}



/* Misc style settings below -------------------------------*/

a {
	text-decoration: none;
}


a:link {
	color: #0000ff;
}


a:visited {
	color: #0099ff;
}


a:active {
	color: #0000ff;
}


a:hover{
	color: #cc0099;
}


h1 {
	background:url(../graphics/bg_h1.gif) repeat-x bottom left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.5em;
	padding-top: 1em;
	text-transform: uppercase;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
}


h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

hr {
	border: 0;
	color: #006da8;
	height: 1px;
	width: 95%;
	text-align: center;
}


img {
	border-width: 0;
}


img#leftHeader {
	float: left;
	text-align: left;
}


img#rightHeader {
	float: right;
	text-align: right;
}


input {
	width: 80%;
	border: 1px solid #cccccc;
	font-family: verdana, tahoma ,arial, helvetica, sans-serif;
	margin: 0;
	padding: 2px;
}


textarea {
	width: 80%;
	border: 1px solid #cccccc;
	font-family: verdana, tahoma ,arial, helvetica, sans-serif;
	margin: 0;
	padding: 2px;
}


ul {
	list-style: square;
}



/* Class selectors below -----------------------------------*/

.authorline {
	font-style: italic;
}


.boxBorderedThin {
	border: 1px solid #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.boxNotice {
	background:url(../graphics/boxbg.gif) repeat-y bottom left;
	border: 1px solid #666666;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.boxNoticeTitle {
	background-color: #660000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}



.boxPaddedWhite {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .92em;
	vertical-align: top;
	padding: 15px;
}


.boxPicPreview {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	height:275px;
	width: 175px;
}


.boxPicLgPreview {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	height:260px;
	width: 260px;
}


.button {
	border:2px solid #000000;
	color:#000000;
	font-family: verdana, tahoma ,arial, helvetica, sans-serif;
	font-weight: bold;
	width:120px;
}


.centeredText {
	text-align: center;
}


.indentFromLeft {
	margin-left: 15px;
}



.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
	padding: 10px;
}


.floatLeftNoBorder {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
	padding: 10px;
}


.floatRightFarther {
	float: right;
	border-top: 1px solid #666666;
	border-right: 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 5px;
	margin-right: -21px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}


.floatRightNoBorder {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.grayMark {
	background-color: #eeeeff;
	border: 1px solid #ccccff;
	padding-left: 3px;
	padding-right: 3px;
}


.leftAlign {
	text-align: left;
}



.leftNavBox {
	/* Annoying browser bug - if you set a bg property, links disapper... grrr */
	/* background:url(../graphics/bg_boxNotice.gif) repeat-y bottom left; */
	border: 1px solid #666666;
	font-size: .92em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.leftNavBoxCentered {
	/* Annoying browser bug - if you set a bg property, links disapper... grrr */
	/* background:url(../graphics/bg_boxNotice.gif) repeat-y bottom left; */
	border: 1px solid #666666;
	font-size: .92em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	text-decoration: none;
}


.leftNavBoxCentered a {
	text-decoration: none;
}


.leftNavBoxCentered a:link {
	color: #0000ff;
}


.leftNavBoxCentered a:visited {
	color: #0099ff;
}


.leftNavBoxCentered a:active {
	color: #0000ff;
}


.leftNavBoxCentered a:hover{
	color: #cc0099;
}


.leftNavBoxCentered p{
	line-height: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: center;
	text-decoration: none;
}


.leftNavBoxCenteredTitle {
	background-color: #c4271e;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: .92em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
}

.leftNavBoxTitle {
	background-color: #c4271e;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: .92em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}



.lgTxt {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
}



.menuButton {
	float: left;
	text-align: left;
}



.rightAlign {
	text-align: right;
}


.padSome {
	padding: 5px 5px 5px 5px;
}


.smHeading {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: .92em;
}


.smTxt {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
}


.smTxtJustify {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .83em;
	text-align: justify;
	padding: .92em;
}


.txtJustify {
	text-align: justify;
}


.vSmTxt {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .66em;
}


/* ID selectors below --------------------------------------*/


#annotatedText {
	float: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
}



#content {
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 178px;
	max-width: 770px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:left;
}


#contentMiddle {
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 25px;
	margin-right: 178px;
	margin-bottom: 10px;
	margin-left: 178px;
	max-width: 770px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align:left;
}



#footerContainer {
	border-top: 1px solid #000000;
	border-collapse: collapse;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


#footerLeft {
	float: left;
	font-size: .92em;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 5px;
	width: 425px;
}


#footerRight {
	float: right;
	font-size: .92em;
	text-align: right;
	padding: 0px;
	margin: 5px;
	width: 225px;
}


#footnotes {
	padding: 10px;
}



#headerContainer {
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 700px;
	padding: 0px;
	text-align: left;
}



#leftInfo {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: .92em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	width: 117px;
}


#leftInfoTitle {
	background-color: #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: .92em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	width: 117px;
}


#leftMenuBox {
	background-color: #ffffff;
	border: 1px solid #666666;
	font-size: .92em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 45px;
	margin-left: 17px;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	width: 117px;
}


#leftMenuBox a{
	text-decoration: none;
}


#leftMenuBox a:link {
	color: #313131;
}


#leftMenuBox a:visited {
	color: #313131;
}


#leftMenuBox a:active {
	color: #0000ff;
}



#leftMenuBox a:hover{
	color: #c82c28;
}


#leftMenuBox p{
	line-height: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: center;
}


#leftMenuBoxTitle {
	background-color: #660000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
	font-size: .92em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	width: 117px;
}



#menuContainer {
	background-color: #8abcf1;
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 700px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
}



#picCaption {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
	text-align: center;
}


#picDisplay {
	text-align: center;
}


#picMenu {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
	text-align: center;
}


#sidebarLeft {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:163px;
}


#sidebarRight {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 163px;
}

