



 
/*  Style sheet contains the following category  */


	/*  overall styles for most pages  */
	/*  top bar  */
	/*  buttons */
	/*  tables  */
	/* - tabs */
	/*  data fields (entry fields and display fields)*/
	/*  instruction line/messages */
	/*  folder navigation */
	/*  help */
	/*  miscellaneous  */


/*  overall styles for most pages   */
BODY {
	font-size : 9pt;
   	font-family : 宋体, arial, sans-serif;
   	color : #000000;
	}

TR {
	font-size : 9pt;
	font-family : 宋体, arial, sans-serif;
   	color : black;
	}




TD {
	font-size : 9pt;
	font-family : 宋体, arial, sans-serif;
   	color : black;
	}


A:hover {	
	 font-size: 9pt;
	 font-family : 宋体, arial, sans-serif;
	 color:black
     text-decoration:underline;
	} 


A {
  	font-size : 9pt; 
   	font-family : 宋体, arial, sans-serif; 
   	color :black; 
   	text-decoration : none; 
	} 




TEXTAREA {
	font-size:9pt;
	font-family: 宋体, Arial, Helvetica, san-serif;
	} 





SELECT	{
	font-size:9pt;
	font-family: 宋体, Arial, Helvetica, san-serif;
	border-width ; 0;
	border-style: none;
	border-color: inherit; 
	}


TD.pulldown {
	font-size:9pt; 
	font-family: 宋体, Arial, Helvetica, san-serif; 
	border-width ; 0;
	border-style: none;
	border-color: inherit; 
	} 


/*  top bar  */

     

TD.appdoctitle {
	font-weight:bold; 
	font-size:11pt;
	font-family:宋体, arial,sans-serif; 
	color:#5A9CCE;
	} 


TD.appheadlink {
	font-size:9pt;
	font-family:宋体, arial,sans-serif;
	color:#97A1C9;
	}


TD.appheadlinkon {
	font-size:9pt;
	font-family:宋体, arial,sans-serif;  
	color:#FFFFFF;
	} 


/* table header used in bbpiv02 */
 
TD.subtableHeader {
   	font-size : 9pt;
   	background-color : :#cccac1;
	}
 


/* table data used in bbpiv02 */
TD.subtableRow {
  	font-size : 9pt;
   	background-color : #e6e6de;
	}
 



/*  buttons  */


/* BLUE Button  */
TD.blueButton {
	font-size:9pt;
	font-family:arial,sans-serif; 
	}



A.blueButton {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
    color: white;
	}

TD.Disabled  {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
	color: white;}

A.Disabled  {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
	color: white;}

/*  tables  */


TABLE.infoTable {
   	background-color : #4F556A;
	}

TD.infoTable  {
   	background-color : #4F556A;
	}

/* first row of table : main title of table  */
TD.tableName {
	font-size : 9pt;
	font-family:arial,sans-serif;
    	color : white;	
    	background-color: #6780B8;	
	 }

/* second row of table : table header  */

TD.tableHeader {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif;
   	background-color: #CDCDBE;
  	color: black;	
	}



/* second row of table : table data  */
TD.tableRow {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif;
   	background-color:  #F5F4E7;
	}



/* hyper linked items inside tables  */
A.orderItem {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif;
   	color : navy;
   	text-decoration : underline;
	}


A.orderItem:hover {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif;
   	color : red;
   	text-decoration : underline;
	}

/*  tabs  */

/* active tab  */
TD.forTab {
   	font-weight : bold;
   	font-size:9pt;	
   	font-family:宋体, arial,sans-serif; 
   	color:black;	
	}



A.forTab {
   	font-weight : bold;
  	font-size:9pt;	
   	font-family:宋体, arial,sans-serif; 
   	color:black;	
	}



/* inactive tab  */

TD.bakTab {
     	font-size:9pt;	
     	font-family:宋体, arial,sans-serif; 
     	color:black;	
	}



A.bakTab {
	font-size:9pt;
 	font-family:宋体, arial,sans-serif; 
  	color:black;	
	}






/*  data fields (entry fields and display fields)  */

/* for the right hand side of the data field to make the bgcolor tan  */



 TD.entry {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
	background-color : #F5F4E7;
	}




/*  instruction line/messages */
/* instruction  */

TD.justBold {
         	font-weight : bold; 	
	font-family:宋体, arial,sans-serif; 
	font-size:9pt;
        	color: black;	
     	}


TD.Brown {
  	font-weight : bold;
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
    	color:#945131;	
 	}


p.Brown {
  	font-weight : bold;
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
   	color:#945131;	
 	}

.description {
  	font-weight : bold;
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
   	color:black;	
 	}


/* error  */

TD.error {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
	color : red;
	}



/* confirmation message (used in inbox scenario)   */

TD.message {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
  	color : navy;
	}



/*  folder navigation   */

/* closed main folder  */

TD.closedMainFolder {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
  	color :navy;
	}


A.closedMainFolder {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
  	color : navy;
	}


A.closedMainFolder:hover {
  	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
 	color : navy;
   	text-decoration : underline;
	}




/* opened main folder  */

TD.openMainFolder {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
   	font-weight : bold;
  	color : navy;
   	background-color : #ffffcc;
	}




A.openMainFolder {
   	font-weight : bold;
   	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
   	color : navy;
   	background-color : #ffffcc;
}




/* closed sub folder  */


TD.closedSubFolder {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
   	color : navy;
	}


A.closedSubFolder {
	 font-size : 9pt;
	 font-family:宋体, arial,sans-serif; 
  	 color : navy;
	 }


A.closedSubFolder:hover {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
   	color : navy;
   	text-decoration : underline;
	}



/* opened sub folder  */
TD.openSubFolder {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
  	color : navy;
   	background-color : #ffffcc;
	}



A.openSubFolder {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
              color :navy;
   	background-color : #ffffcc;
	}



<!-- ****************************** help *********************** -->

/* help   */

/* help header   */

TD.helpHead {
	font-family:宋体, arial,sans-serif; 
   	color : #cccccc;
	}



/* help title   */

A.helpWhite {
  	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
 	color : white;
	}

A.helpWhite:visited {
	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
   	color : white;
	}


TABLE.Roadmap {
	background-color : #42527b;
	}

/* help content   */

TD.helpText {
 	font-size : 9pt;
	font-family:宋体, arial,sans-serif; 
  	color : black;
	}



P.helpSubText {
	font-family:宋体, arial,sans-serif; 
   	text-indent : -8px;
   	margin-left : 8px;
	}

#helpLayer {
   width : 180px;
   top : 0;
   left : 9pt;
   position : relative;
   z-index : 0;
   overflow : hidden;
   clip : rect(0,105px,1000px,5px);
}



/*  miscellaneous */

/* system templates   */


H2 {
   	font-family : 宋体, arial, sans-serif;
   	color : black;
	}



BLOCKQUOTE {
   	font-size: 9pt;
   	font-family : 宋体, arial, sans-serif;
   	color : black;
	}

/* expression "required data" used in bbpiv02 */

TD.reqfield {
   	font-size : 6pt;
   	font-style: italic;
   	font-family : 宋体, arial, sans-serif;
   	color : black;
	}

/* "*" in red used to mark required data fields used in bbpiv02 */

TD.asterisk {
   color : red;
   
}

/*  Tray */

.trayhead {
	 font-size:9pt;
	 font-family:宋体, arial,sans-serif; 
	 color:#55554B;
}


/*  GroupBox */
TD.groupbox {
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
	color:#FFFFFF;
	}

 
div.content {
	margin: 9pt;  
	width: 100%;
	} 


.justBold {
  	font-weight : bold;
	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
   	color:black;	
 	}



INPUT { BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px;
 BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px;
 PADDING-BOTTOM: 1px; PADDING-TOP: 
 BORDER-LEFT-COLOR: #c0c0c0; BORDER-BOTTOM-COLOR: #c0c0c0;
 BORDER-TOP-COLOR: #c0c0c0; BORDER-RIGHT-COLOR: #c0c0c0;
CURSOR: HAND;
 FONT-SIZE: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif, 宋体; COLOR: #000000;
}




.entry {
  	font-size:9pt;
	font-family:宋体, arial,sans-serif; 
   	color:black;
             background-color:#F5F4E7;	
 	}


/* Text in header bar */
.linkhoverwhite {font-family:宋体, arial,sans-serif; font-size:9pt; color:#97A1C9;}
.linkhoverwhite:link {font-family:宋体, arial,sans-serif; font-size:9pt; color:#97A1C9; text-decoration:none;}
.linkhoverwhite:visited {font-family:宋体, arial,sans-serif; font-size:9pt; color:#97A1C9; text-decoration:none;}
.linkhoverwhite:hover {font-family:宋体, arial,sans-serif; font-size:9pt; color:#FFFFFF;  text-decoration:none;}